Home
last modified time | relevance | path

Searched refs:prop_values (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hid/
H A Dhid-nvidia-shield.c461 struct thunderstrike_psy_prop_values prop_values; in thunderstrike_battery_get_property() local
467 prop_values = ts->psy_stats; in thunderstrike_battery_get_property()
472 val->intval = prop_values.status; in thunderstrike_battery_get_property()
475 val->intval = prop_values.charge_type; in thunderstrike_battery_get_property()
481 val->intval = prop_values.voltage_min; in thunderstrike_battery_get_property()
490 val->intval = prop_values.voltage_now; in thunderstrike_battery_get_property()
493 val->intval = prop_values.voltage_avg; in thunderstrike_battery_get_property()
496 val->intval = prop_values.voltage_boot; in thunderstrike_battery_get_property()
499 val->intval = prop_values.capacity; in thunderstrike_battery_get_property()
505 val->intval = prop_values.temp; in thunderstrike_battery_get_property()
/linux/drivers/gpu/drm/
H A Ddrm_crtc_internal.h167 uint64_t __user *prop_values,