| /linux/drivers/macintosh/ |
| H A D | windfarm.h | 29 int (*get_value)(struct wf_control *ct, s32 *val); member 80 return ct->ops->get_value(ct, val); in wf_control_get() 100 int (*get_value)(struct wf_sensor *sr, s32 *val); member 122 return sr->ops->get_value(sr, val); in wf_sensor_get()
|
| H A D | windfarm_smu_sensors.c | 176 .get_value = smu_cputemp_get, 181 .get_value = smu_cpuamp_get, 186 .get_value = smu_cpuvolt_get, 191 .get_value = smu_slotspow_get, 303 rc = pow->amps->ops->get_value(pow->amps, &s); in smu_cpu_power_get() 312 rc = pow->volts->ops->get_value(pow->volts, &volts); in smu_cpu_power_get() 330 .get_value = smu_cpu_power_get,
|
| H A D | windfarm_pm112.c | 282 err = sr->ops->get_value(sr, &temp); in cpu_fans_tick() 297 err = sr->ops->get_value(sr, &power); in cpu_fans_tick() 377 err = u4_temp->ops->get_value(u4_temp, &temp); in backside_fan_tick() 427 err = hd_temp->ops->get_value(hd_temp, &temp); in drive_bay_fan_tick() 474 err = slots_power->ops->get_value(slots_power, &power); in slots_fan_tick()
|
| H A D | windfarm_pm121.c | 484 controls[control_id]->ops->get_value(controls[control_id], in pm121_connect() 602 rc = sensor->ops->get_value(sensor, &temp); in pm121_sys_fans_tick() 734 rc = sensor_cpu_temp->ops->get_value(sensor_cpu_temp, &temp); in pm121_cpu_fans_tick() 742 rc = sensor_cpu_power->ops->get_value(sensor_cpu_power, &power); in pm121_cpu_fans_tick()
|
| H A D | windfarm_ad7417_sensor.c | 168 .get_value = wf_ad7417_temp_get, 174 .get_value = wf_ad7417_adc_get,
|
| H A D | windfarm_cpufreq_clamp.c | 57 .get_value = clamp_get,
|
| H A D | windfarm_core.c | 167 err = ctrl->ops->get_value(ctrl, &val); in wf_show_control() 296 err = sens->ops->get_value(sens, &val); in wf_show_sensor()
|
| H A D | windfarm_max6690_sensor.c | 58 .get_value = wf_max6690_get,
|
| H A D | windfarm_lm75_sensor.c | 85 .get_value = wf_lm75_get,
|
| H A D | windfarm_lm87_sensor.c | 93 .get_value = wf_lm87_get,
|
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | ethtool-coalesce.sh | 6 function get_value { function 15 CURRENT_SETTINGS[$key]=$(get_value $key) 100 EXPECTED_SETTINGS[$key]=$(get_value $key)
|
| H A D | ethtool-ring.sh | |
| /linux/Documentation/arch/riscv/ |
| H A D | cmodx.rst | 80 causing the instruction sequence in get_value() to change from returning a zero 88 extern int get_value(); 93 int value = get_value(); 102 value = get_value(); 121 .global get_value 122 get_value:
|
| /linux/tools/tracing/rtla/src/ |
| H A D | timerlat_bpf.c | 122 static int get_value(struct bpf_map *map_irq, in get_value() function 160 return get_value(bpf->maps.hist_irq, in timerlat_bpf_get_hist_value() 175 return get_value(bpf->maps.summary_irq, in timerlat_bpf_get_summary_value()
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | sharedbuffer_configuration.py | 69 def get_value(self, objid): member in RandomValuePicker 108 def get_value(self, objid): member in RecordValuePicker 198 (size, thtype) = vp.get_value(pool) 268 (pool, th) = vp.get_value(tcbind) 339 (th,) = vp.get_value(portpool)
|
| /linux/drivers/extcon/ |
| H A D | extcon-rtk-type-c.c | 867 static inline s8 get_value(s8 value) in get_value() function 904 cc1_0p2v = get_value((buf[0] >> value_size * 0) & value_mask); in __updated_type_c_parameter_by_efuse() 905 cc1_0p8v = get_value((buf[0] >> value_size * 1) & value_mask); in __updated_type_c_parameter_by_efuse() 906 cc1_2p6v = get_value((buf[1] >> value_size * 0) & value_mask); in __updated_type_c_parameter_by_efuse() 907 cc1_0p66v = get_value((buf[1] >> value_size * 1) & value_mask); in __updated_type_c_parameter_by_efuse() 908 cc1_1p23v = get_value((buf[2] >> value_size * 0) & value_mask); in __updated_type_c_parameter_by_efuse() 910 cc2_0p2v = get_value((buf[3] >> value_size * 0) & value_mask); in __updated_type_c_parameter_by_efuse() 911 cc2_0p8v = get_value((buf[3] >> value_size * 1) & value_mask); in __updated_type_c_parameter_by_efuse() 912 cc2_2p6v = get_value((buf[4] >> value_size * 0) & value_mask); in __updated_type_c_parameter_by_efuse() 913 cc2_0p66v = get_value((buf[4] >> value_size * 1) & value_mask); in __updated_type_c_parameter_by_efuse() [all …]
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | sparsebit.c | 1902 static bool get_value(sparsebit_idx_t idx) in get_value() function 1933 if (get_value(first)) in operate() 1946 if (!get_value(first)) in operate() 1954 assert(sparsebit_is_set(s, first) == get_value(first)); in operate() 1955 assert(sparsebit_is_clear(s, first) == !get_value(first)); in operate() 1959 assert(get_value(sparsebit_first_set(s))); in operate() 1961 assert(!get_value(sparsebit_first_clear(s))); in operate() 1971 assert(get_value(sparsebit_first_set(s))); in operate() 1973 assert(!get_value(sparsebit_first_clear(s))); in operate() 1982 assert(next == 0 || get_value(next)); in operate() [all …]
|
| /linux/tools/perf/tests/shell/lib/ |
| H A D | perf_metric_validation.py | 123 vall = self.get_value(alias[ub], ridx) 143 def get_value(self, name: str, ridx: int = 0) -> list: member in Validator 227 v = self.get_value(s, ridx) 311 result = self.get_value(m['Name'])
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-pri.h | 393 #define STAT_SHOW_FUNC(type, get_value, print) \ argument 394 static ssize_t get_value##_show(struct kobject *kobj, \
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/ |
| H A D | hw_gpio.h | 54 enum gpio_result (*get_value)( member
|
| H A D | hw_generic.c | 86 .get_value = dal_hw_gpio_get_value,
|
| H A D | hw_hpd.c | 107 .get_value = dal_hw_hpd_get_value,
|
| H A D | hw_ddc.c | 208 .get_value = dal_hw_gpio_get_value,
|
| /linux/drivers/platform/x86/ |
| H A D | samsung-galaxybook.c | 89 int (*get_value)(struct samsung_galaxybook *galaxybook, bool *value); member 956 err = fw_attr->get_value(fw_attr->galaxybook, &value); in current_value_show() 992 int (*get_value)(struct samsung_galaxybook *galaxybook, in galaxybook_fw_attr_init() 1033 fw_attr->get_value = get_value; in galaxybook_fw_attr_init()
|
| /linux/tools/lib/subcmd/ |
| H A D | parse-options.c | 69 static int get_value(struct parse_opt_ctx_t *p, in get_value() function 351 return get_value(p, options, OPT_SHORT); in parse_short_opt() 452 return get_value(p, options, flags); in parse_long_opt() 466 return get_value(p, abbrev_option, abbrev_flags); in parse_long_opt()
|