/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | s5m8767.c | 272 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_high() local 274 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); in s5m8767_set_high() 275 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_high() 276 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_high() 283 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_low() local 285 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_low() 286 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_low() 287 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); in s5m8767_set_low()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | s5m8767.c | 272 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_high() local 274 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); in s5m8767_set_high() 275 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_high() 276 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_high() 283 int temp_index = s5m8767->buck_gpioindex; in s5m8767_set_low() local 285 gpio_set_value(s5m8767->buck_gpios[2], temp_index & 0x1); in s5m8767_set_low() 286 gpio_set_value(s5m8767->buck_gpios[1], (temp_index >> 1) & 0x1); in s5m8767_set_low() 287 gpio_set_value(s5m8767->buck_gpios[0], (temp_index >> 2) & 0x1); in s5m8767_set_low()
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpbe.c | 99 unsigned int temp_index = output->index; in vpbe_enum_outputs() local 101 if (temp_index >= cfg->num_outputs) in vpbe_enum_outputs() 104 *output = cfg->outputs[temp_index].output; in vpbe_enum_outputs() 105 output->index = temp_index; in vpbe_enum_outputs()
|
/kernel/linux/linux-5.10/drivers/sbus/char/ |
H A D | bbc_envctrl.c | 569 int temp_index = 0; in bbc_envctrl_init() local 575 attach_one_temp(bp, op, temp_index++); in bbc_envctrl_init() 579 if (temp_index != 0 && fan_index != 0) { in bbc_envctrl_init()
|
/kernel/linux/linux-6.6/drivers/sbus/char/ |
H A D | bbc_envctrl.c | 569 int temp_index = 0; in bbc_envctrl_init() local 575 attach_one_temp(bp, op, temp_index++); in bbc_envctrl_init() 579 if (temp_index != 0 && fan_index != 0) { in bbc_envctrl_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mci.c | 1511 u32 temp_index; in ar9003_mci_get_next_gpm_offset() local 1520 temp_index = mci->gpm_idx; in ar9003_mci_get_next_gpm_offset() 1522 if (temp_index >= mci->gpm_len) in ar9003_mci_get_next_gpm_offset() 1523 temp_index = 0; in ar9003_mci_get_next_gpm_offset() 1530 if (ar9003_mci_is_gpm_valid(ah, temp_index)) { in ar9003_mci_get_next_gpm_offset() 1531 offset = temp_index; in ar9003_mci_get_next_gpm_offset()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mci.c | 1510 u32 temp_index; in ar9003_mci_get_next_gpm_offset() local 1519 temp_index = mci->gpm_idx; in ar9003_mci_get_next_gpm_offset() 1521 if (temp_index >= mci->gpm_len) in ar9003_mci_get_next_gpm_offset() 1522 temp_index = 0; in ar9003_mci_get_next_gpm_offset() 1529 if (ar9003_mci_is_gpm_valid(ah, temp_index)) { in ar9003_mci_get_next_gpm_offset() 1530 offset = temp_index; in ar9003_mci_get_next_gpm_offset()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | nct6683.c | 297 u8 temp_index[NCT6683_NUM_REG_MON]; member 545 int ch = data->temp_index[index]; in get_temp_reg() 615 u8 ch = data->temp_index[i]; in nct6683_update_device() 1155 * a temperature, temp_index[n] is set to the monitor register index, and 1177 data->temp_index[data->temp_num] = i; in nct6683_setup_sensors()
|
H A D | lm77.c | 37 enum temp_index { enum 60 int temp[t_num_temp]; /* index using temp_index */
|
H A D | max1619.c | 65 enum temp_index { enum 86 u8 temp[t_num_regs]; /* index with enum temp_index */
|
H A D | lm92.c | 81 enum temp_index { enum 106 s16 temp[t_num_regs]; /* index with enum temp_index */
|
H A D | lm80.c | 82 enum temp_index { enum
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | nct6683.c | 309 u8 temp_index[NCT6683_NUM_REG_MON]; member 546 int ch = data->temp_index[index]; in get_temp_reg() 616 u8 ch = data->temp_index[i]; in nct6683_update_device() 1156 * a temperature, temp_index[n] is set to the monitor register index, and 1178 data->temp_index[data->temp_num] = i; in nct6683_setup_sensors()
|
H A D | max1619.c | 65 enum temp_index { enum 86 u8 temp[t_num_regs]; /* index with enum temp_index */
|
H A D | lm92.c | 81 enum temp_index { enum 106 s16 temp[t_num_regs]; /* index with enum temp_index */
|
H A D | lm77.c | 37 enum temp_index { enum 60 int temp[t_num_temp]; /* index using temp_index */
|
H A D | lm80.c | 82 enum temp_index { enum
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | atvda.h | 687 u8 temp_index; member
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | atvda.h | 687 u8 temp_index; member
|