Home
last modified time | relevance | path

Searched refs:index2 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/power/supply/
H A Dgeneric-adc-battery.c207 int index2; in gab_probe() local
209 for (index2 = 0; index2 < index; index2++) { in gab_probe()
210 if (properties[index2] == gab_dyn_props[chan]) in gab_probe()
213 if (index2 == index) /* really new */ in gab_probe()
/linux/drivers/macintosh/
H A Dwindfarm_smu_sat.c43 int index2; /* used for power sensors */ member
154 if (sens->index2 >= 0) { in wf_sat_sensor_get()
155 i = sens->index2 * 2; in wf_sat_sensor_get()
271 sens->index2 = -1; in wf_sat_probe()
298 sens->index2 = isens[core]; in wf_sat_probe()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c940 * Finds a corresponding brightness for a given refresh rate between 2 given indices, where index1 < index2
944 int index2, in dc_stream_get_brightness_millinits_linear_interpolation() argument
948 if (stream->lumin_data.refresh_rate_hz[index2] != stream->lumin_data.refresh_rate_hz[index1]) { in dc_stream_get_brightness_millinits_linear_interpolation()
949 slope = (stream->lumin_data.luminance_millinits[index2] - stream->lumin_data.luminance_millinits[index1]) / in dc_stream_get_brightness_millinits_linear_interpolation()
950 (stream->lumin_data.refresh_rate_hz[index2] - stream->lumin_data.refresh_rate_hz[index1]); in dc_stream_get_brightness_millinits_linear_interpolation()
953 int y_intercept = stream->lumin_data.luminance_millinits[index2] - slope * stream->lumin_data.refresh_rate_hz[index2]; in dc_stream_get_brightness_millinits_linear_interpolation()
959 * Finds a corresponding refresh rate for a given brightness between 2 given indices, where index1 < index2
963 int index2, in dc_stream_get_refresh_hz_linear_interpolation() argument
967 if (stream->lumin_data.refresh_rate_hz[index2] ! in dc_stream_get_refresh_hz_linear_interpolation()
[all...]
/linux/lib/842/
H A D842_compress.c100 int index2[4]; member
267 ret = add_bits(p, p->index2[b >> 1], I2_BITS); in add_template()
449 p->index2[0] = INDEX_NOT_CHECKED; in process_next()
450 p->index2[1] = INDEX_NOT_CHECKED; in process_next()
451 p->index2[2] = INDEX_NOT_CHECKED; in process_next()
452 p->index2[3] = INDEX_NOT_CHECKED; in process_next()
/linux/include/linux/
H A Dpacking.h41 #define CHECK_PACKED_FIELD_OVERLAP(fields, index1, index2) ({ \ argument
43 typeof(__f[0]) _f1 = __f[index1]; typeof(__f[0]) _f2 = __f[index2]; \
46 __stringify(fields) " field " __stringify(index2) \
49 __stringify(fields) " field " __stringify(index2) \
53 __stringify(fields) " field " __stringify(index2) \
/linux/include/linux/mlx5/
H A Drsc_dump.h38 int index2; member
H A Dmlx5_ifc.h2514 u8 index2[0x20]; member
2568 u8 index2[0x20]; member
2612 u8 index2[0x20]; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Drsc_dump.c147 MLX5_SET(resource_dump, cmd->cmd, index2, key->index2); in mlx5_rsc_dump_cmd_create()
/linux/drivers/usb/gadget/function/
H A Df_ncm.c1171 unsigned index, index2; in ncm_unwrap_ntb() local
1266 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb()
1271 index = index2; in ncm_unwrap_ntb()
1307 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb()
1311 if (index2 > block_len - opts->dpe_size) { in ncm_unwrap_ntb()
1313 "Bad index: %#X\n", index2); in ncm_unwrap_ntb()
1333 if (index2 == 0 || dg_len2 == 0) in ncm_unwrap_ntb()
/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.h83 int index2; /* index of 2nd attr in blk */ member
/linux/net/ceph/crush/
H A Dmapper.c252 int iexpon, index1, index2; in crush_ln() local
283 index2 = xl64 & 0xff; in crush_ln()
284 /* LL ~ 2^48*log2(1.0+index2/2^15) */ in crush_ln()
285 LL = __LL_tbl[index2]; in crush_ln()
/linux/fs/btrfs/
H A Dtree-log.c2967 int index2; in btrfs_sync_log() local
3092 index2 = log_root_tree->log_transid % 2; in btrfs_sync_log()
3093 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log()
3123 if (atomic_read(&log_root_tree->log_commit[index2])) { in btrfs_sync_log()
3134 atomic_set(&log_root_tree->log_commit[index2], 1); in btrfs_sync_log()
3136 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) { in btrfs_sync_log()
3242 btrfs_remove_all_log_ctxs(log_root_tree, index2, ret); in btrfs_sync_log()
3245 atomic_set(&log_root_tree->log_commit[index2], 0); in btrfs_sync_log()
3253 cond_wake_up(&log_root_tree->log_commit_wait[index2]); in btrfs_sync_log()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c2267 u16 index2; in wlc_lcnphy_set_tx_pwr_soft_ctrl() local
2308 index2 = (u16) (index * 2); in wlc_lcnphy_set_tx_pwr_soft_ctrl()
2309 mod_phy_reg(pi, 0x4a9, (0x1ff << 0), (index2) << 0); in wlc_lcnphy_set_tx_pwr_soft_ctrl()
4261 u16 index2; in wlc_lcnphy_tx_power_adjustment() local
4268 index2 = (u16) (index * 2); in wlc_lcnphy_tx_power_adjustment()
4269 mod_phy_reg(pi, 0x4a9, (0x1ff << 0), (index2) << 0); in wlc_lcnphy_tx_power_adjustment()