/linux-6.3-rc2/drivers/macintosh/ |
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()
|
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,
|
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()
|
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()
|
A D | windfarm_ad7417_sensor.c | 168 .get_value = wf_ad7417_temp_get, 174 .get_value = wf_ad7417_adc_get,
|
A D | windfarm_cpufreq_clamp.c | 57 .get_value = clamp_get,
|
A D | windfarm_max6690_sensor.c | 58 .get_value = wf_max6690_get,
|
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()
|
A D | windfarm_lm75_sensor.c | 85 .get_value = wf_lm75_get,
|
A D | windfarm_lm87_sensor.c | 93 .get_value = wf_lm87_get,
|
A D | windfarm_fcu_controls.c | 268 .get_value = wf_fcu_fan_get_rpm, 277 .get_value = wf_fcu_fan_get_pwm,
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/netdevsim/ |
A D | ethtool-coalesce.sh | 6 function get_value { function 15 CURRENT_SETTINGS[$key]=$(get_value $key) 100 EXPECTED_SETTINGS[$key]=$(get_value $key)
|
A D | ethtool-ring.sh | 6 function get_value { function 16 CURRENT_SETTINGS[$key]=$(get_value $key) 62 EXPECTED_SETTINGS[$key]=$(get_value $key)
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/gpio/ |
A D | hw_hpd.c | 65 static enum gpio_result get_value( in get_value() function 107 .get_value = get_value,
|
A D | hw_generic.c | 86 .get_value = dal_hw_gpio_get_value,
|
A D | hw_gpio.h | 54 enum gpio_result (*get_value)( member
|
A D | hw_ddc.c | 211 .get_value = dal_hw_gpio_get_value,
|
A D | gpio_base.c | 87 return gpio->pin->funcs->get_value(gpio->pin, value); in dal_gpio_get_value()
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/ |
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-6.3-rc2/tools/testing/selftests/kvm/lib/ |
A D | sparsebit.c | 1903 static bool get_value(sparsebit_idx_t idx) in get_value() function 1934 if (get_value(first)) in operate() 1947 if (!get_value(first)) in operate() 1955 assert(sparsebit_is_set(s, first) == get_value(first)); in operate() 1956 assert(sparsebit_is_clear(s, first) == !get_value(first)); in operate() 1960 assert(get_value(sparsebit_first_set(s))); in operate() 1962 assert(!get_value(sparsebit_first_clear(s))); in operate() 1972 assert(get_value(sparsebit_first_set(s))); in operate() 1974 assert(!get_value(sparsebit_first_clear(s))); in operate() 1983 assert(next == 0 || get_value(next)); in operate() [all …]
|
/linux-6.3-rc2/drivers/infiniband/ulp/rtrs/ |
A D | rtrs-pri.h | 391 #define STAT_SHOW_FUNC(type, get_value, print) \ argument 392 static ssize_t get_value##_show(struct kobject *kobj, \
|
/linux-6.3-rc2/drivers/media/usb/pvrusb2/ |
A D | pvrusb2-hdw.c | 955 .get_value = ctrl_get_##vname, \ 1105 .get_value = ctrl_get_cropcapbt, 1110 .get_value = ctrl_get_cropcapbl, 1115 .get_value = ctrl_get_cropcapbw, 1120 .get_value = ctrl_get_cropcapbh, 1167 .get_value = ctrl_freq_get, 1179 .get_value = ctrl_channel_get, 1205 .get_value = ctrl_hsm_get, 1215 .get_value = ctrl_signal_get, 1235 .get_value = ctrl_stdavail_get, [all …]
|
A D | pvrusb2-hdw-internal.h | 70 pvr2_ctlf_get_value get_value; /* Get its value */ member
|
/linux-6.3-rc2/tools/lib/subcmd/ |
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()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | config.c | 145 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) in get_value() function 289 if (get_value(fn, data, var, baselen+1) < 0) { in perf_parse_file()
|