Home
last modified time | relevance | path

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

/drivers/power/supply/
Dgeneric-adc-battery.c294 int index2; in gab_probe() local
296 for (index2 = 0; index2 < index; index2++) { in gab_probe()
297 if (psy_desc->properties[index2] == in gab_probe()
301 if (index2 == index) /* really new */ in gab_probe()
/drivers/macintosh/
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()
272 sens->index2 = -1; in wf_sat_probe()
299 sens->index2 = isens[core]; in wf_sat_probe()
/drivers/misc/altera-stapl/
Daltera.c249 u32 index2; in altera_execute() local
1754 index2 = copy_index2; in altera_execute()
1818 index2 += (count - 1); in altera_execute()
1823 charptr_tmp[index2 >> 3] |= in altera_execute()
1824 (1 << (index2 & 7)); in altera_execute()
1826 charptr_tmp[index2 >> 3] &= in altera_execute()
1827 ~(1 << (index2 & 7)); in altera_execute()
1831 --index2; in altera_execute()
1833 ++index2; in altera_execute()
2014 u32 index2; in altera_execute() local
[all …]
/drivers/usb/gadget/function/
Df_ncm.c1176 unsigned index, index2; in ncm_unwrap_ntb() local
1251 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb()
1256 index = index2; in ncm_unwrap_ntb()
1279 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb()
1299 if (index2 == 0 || dg_len2 == 0) in ncm_unwrap_ntb()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c2325 u16 index2; in wlc_lcnphy_set_tx_pwr_soft_ctrl() local
2366 index2 = (u16) (index * 2); in wlc_lcnphy_set_tx_pwr_soft_ctrl()
2367 mod_phy_reg(pi, 0x4a9, (0x1ff << 0), (index2) << 0); in wlc_lcnphy_set_tx_pwr_soft_ctrl()
4330 u16 index2; in wlc_lcnphy_tx_power_adjustment() local
4337 index2 = (u16) (index * 2); in wlc_lcnphy_tx_power_adjustment()
4338 mod_phy_reg(pi, 0x4a9, (0x1ff << 0), (index2) << 0); in wlc_lcnphy_tx_power_adjustment()
/drivers/iommu/
Dintel_irq_remapping.c1283 entry->index2 = (index >> 15) & 0x1; in intel_irq_remapping_prepare_irte()