/linux-6.1.9/drivers/power/supply/ |
D | generic-adc-battery.c | 292 int index2; in gab_probe() local 294 for (index2 = 0; index2 < index; index2++) { in gab_probe() 295 if (properties[index2] == gab_dyn_props[chan]) in gab_probe() 298 if (index2 == index) /* really new */ in gab_probe()
|
/linux-6.1.9/drivers/macintosh/ |
D | windfarm_smu_sat.c | 43 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-6.1.9/drivers/misc/altera-stapl/ |
D | altera.c | 249 u32 index2; in altera_execute() local 1730 index2 = copy_index2; in altera_execute() 1794 index2 += (count - 1); in altera_execute() 1799 charptr_tmp[index2 >> 3] |= in altera_execute() 1800 (1 << (index2 & 7)); in altera_execute() 1802 charptr_tmp[index2 >> 3] &= in altera_execute() 1803 ~(1 << (index2 & 7)); in altera_execute() 1807 --index2; in altera_execute() 1809 ++index2; in altera_execute() 1990 u32 index2; in altera_execute() local [all …]
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm.c | 60 int index2 = 0; in bo_show() local 86 ret = scnprintf(buf + index1 + index2, in bo_show() 87 PAGE_SIZE - index1 - index2, in bo_show() 92 index2 += ret; in bo_show() 97 return index1 + index2 + 1; in bo_show()
|
/linux-6.1.9/lib/842/ |
D | 842_compress.c | 100 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-6.1.9/include/linux/mlx5/ |
D | rsc_dump.h | 38 int index2; member
|
D | mlx5_ifc.h | 2182 u8 index2[0x20]; member 2236 u8 index2[0x20]; member 2280 u8 index2[0x20]; member
|
/linux-6.1.9/drivers/usb/gadget/function/ |
D | f_ncm.c | 1175 unsigned index, index2; in ncm_unwrap_ntb() local 1262 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb() 1267 index = index2; in ncm_unwrap_ntb() 1303 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb() 1307 if (index2 > block_len - opts->dpe_size) { in ncm_unwrap_ntb() 1309 "Bad index: %#X\n", index2); in ncm_unwrap_ntb() 1329 if (index2 == 0 || dg_len2 == 0) in ncm_unwrap_ntb()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | rsc_dump.c | 147 MLX5_SET(resource_dump, cmd->cmd, index2, key->index2); in mlx5_rsc_dump_cmd_create()
|
/linux-6.1.9/fs/ext4/ |
D | move_extent.c | 125 pgoff_t index1, pgoff_t index2, struct page *page[2]) in mext_page_double_lock() argument 135 swap(index1, index2); in mext_page_double_lock() 147 page[1] = grab_cache_page_write_begin(mapping[1], index2); in mext_page_double_lock()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 1537 (args->index2 <= args->index)) { in xfs_attr3_leaf_add_work() 1538 args->index2++; in xfs_attr3_leaf_add_work() 1860 args->index = args->index2 = blk2->index; in xfs_attr3_leaf_rebalance() 1866 args->index2 = 0; in xfs_attr3_leaf_rebalance() 1883 args->index2 = blk2->index; in xfs_attr3_leaf_rebalance() 1889 args->index = args->index2 = blk1->index; in xfs_attr3_leaf_rebalance() 2941 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2]; in xfs_attr3_leaf_flipflags() 2949 ASSERT(args->index2 < ichdr2.count); in xfs_attr3_leaf_flipflags() 2950 ASSERT(args->index2 >= 0); in xfs_attr3_leaf_flipflags() 2962 name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2); in xfs_attr3_leaf_flipflags() [all …]
|
D | xfs_da_btree.h | 76 int index2; /* index of 2nd attr in blk */ member
|
D | xfs_attr.c | 1173 args->index2 = args->index; in xfs_attr_save_rmt_blk() 1188 args->index = args->index2; in xfs_attr_restore_rmt_blk()
|
/linux-6.1.9/net/ceph/crush/ |
D | mapper.c | 252 int iexpon, index1, index2; in crush_ln() local 283 index2 = xl64 & 0xff; in crush_ln() 285 LL = __LL_tbl[index2]; in crush_ln()
|
/linux-6.1.9/fs/btrfs/ |
D | tree-log.c | 2937 int index2; in btrfs_sync_log() local 3062 index2 = log_root_tree->log_transid % 2; in btrfs_sync_log() 3063 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log() 3095 index2 = root_log_ctx.log_transid % 2; in btrfs_sync_log() 3096 if (atomic_read(&log_root_tree->log_commit[index2])) { in btrfs_sync_log() 3107 atomic_set(&log_root_tree->log_commit[index2], 1); in btrfs_sync_log() 3109 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) { in btrfs_sync_log() 3215 btrfs_remove_all_log_ctxs(log_root_tree, index2, ret); in btrfs_sync_log() 3218 atomic_set(&log_root_tree->log_commit[index2], 0); in btrfs_sync_log() 3226 cond_wake_up(&log_root_tree->log_commit_wait[index2]); in btrfs_sync_log()
|
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 2267 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()
|