Searched refs:limits_array (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | pv88060-regulator.c | 145 #define PV88060_BUCK(chip, regl_name, min, step, max, limits_array) \ 162 .curr_table = limits_array,\ 163 .n_current_limits = ARRAY_SIZE(limits_array),\
|
H A D | pv88090-regulator.c | 161 #define PV88090_BUCK(chip, regl_name, min, step, max, limits_array) \ 178 .curr_table = limits_array, \ 179 .n_current_limits = ARRAY_SIZE(limits_array), \
|
H A D | pv88080-regulator.c | 282 #define PV88080_BUCK(chip, regl_name, min, step, max, limits_array) \ 295 .curr_table = limits_array, \ 296 .n_current_limits = ARRAY_SIZE(limits_array), \
|
H A D | da9063-regulator.c | 108 #define DA9063_BUCK(chip, regl_name, min_mV, step_mV, max_mV, limits_array, \ 118 .desc.curr_table = limits_array, \ 119 .desc.n_current_limits = ARRAY_SIZE(limits_array)
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | pv88090-regulator.c | 161 #define PV88090_BUCK(chip, regl_name, min, step, max, limits_array) \ 178 .curr_table = limits_array, \ 179 .n_current_limits = ARRAY_SIZE(limits_array), \
|
H A D | pv88060-regulator.c | 145 #define PV88060_BUCK(chip, regl_name, min, step, max, limits_array) \ 162 .curr_table = limits_array,\ 163 .n_current_limits = ARRAY_SIZE(limits_array),\
|
H A D | pv88080-regulator.c | 282 #define PV88080_BUCK(chip, regl_name, min, step, max, limits_array) \ 295 .curr_table = limits_array, \ 296 .n_current_limits = ARRAY_SIZE(limits_array), \
|
H A D | da9063-regulator.c | 111 #define DA9063_BUCK(chip, regl_name, min_mV, step_mV, max_mV, limits_array, \ 121 .desc.curr_table = limits_array, \ 122 .desc.n_current_limits = ARRAY_SIZE(limits_array)
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 3255 struct mt76_power_limits limits_array; in mt7915_mcu_set_txpower_sku() local 3256 s8 *la = (s8 *)&limits_array; in mt7915_mcu_set_txpower_sku() 3262 &limits_array, tx_power); in mt7915_mcu_set_txpower_sku() 3273 la = (s8 *)&limits_array + 12; in mt7915_mcu_set_txpower_sku()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mcu.c | 2016 s8 *limits_array = (s8 *)&limits; in mt7615_mcu_set_txpower_sku() local 2087 sku[i] = limits_array[sku_mapping[i]]; in mt7615_mcu_set_txpower_sku()
|
Completed in 15 milliseconds