Home
last modified time | relevance | path

Searched refs:to_hid_device (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/hid/
H A Dhid-ntrig.c172 struct hid_device *hdev = to_hid_device(dev); in show_phys_width()
184 struct hid_device *hdev = to_hid_device(dev); in show_phys_height()
196 struct hid_device *hdev = to_hid_device(dev); in show_log_width()
208 struct hid_device *hdev = to_hid_device(dev); in show_log_height()
220 struct hid_device *hdev = to_hid_device(dev); in show_min_width()
232 struct hid_device *hdev = to_hid_device(dev); in set_min_width()
255 struct hid_device *hdev = to_hid_device(dev); in show_min_height()
267 struct hid_device *hdev = to_hid_device(dev); in set_min_height()
291 struct hid_device *hdev = to_hid_device(dev); in show_activate_slack()
301 struct hid_device *hdev = to_hid_device(dev); in set_activate_slack()
[all …]
H A Dhid-vivaldi-common.c107 struct hid_device *hdev = to_hid_device(dev); in function_row_physmap_show()
122 struct hid_device *hdev = to_hid_device(kobj_to_dev(kobj)); in vivaldi_is_visible()
H A Dhid-gt683r.c64 struct hid_device *hdev = to_hid_device(dev); in gt683r_brightness_set()
83 struct hid_device *hdev = to_hid_device(dev->parent); in mode_show()
101 struct hid_device *hdev = to_hid_device(dev->parent); in mode_store()
H A Dhid-prodikeys.c93 struct hid_device *hdev = to_hid_device(dev); in show_channel()
106 struct hid_device *hdev = to_hid_device(dev); in store_channel()
130 struct hid_device *hdev = to_hid_device(dev); in show_sustain()
143 struct hid_device *hdev = to_hid_device(dev); in store_sustain()
168 struct hid_device *hdev = to_hid_device(dev); in show_octave()
181 struct hid_device *hdev = to_hid_device(dev); in store_octave()
H A Dhid-picolcd_leds.c59 hdev = to_hid_device(dev); in picolcd_led_set_brightness()
86 hdev = to_hid_device(dev); in picolcd_led_get_brightness()
H A Dhid-nvidia-shield.c425 struct hid_device *hdev = to_hid_device(led->dev->parent); in thunderstrike_led_get_brightness()
437 struct hid_device *hdev = to_hid_device(led->dev->parent); in thunderstrike_led_set_brightness()
970 struct hid_device *hdev = to_hid_device(dev); in firmware_version_show()
989 struct hid_device *hdev = to_hid_device(dev); in hardware_version_show()
1012 struct hid_device *hdev = to_hid_device(dev); in serial_number_show()
H A Dhid-core.c777 struct hid_device *hid = to_hid_device(dev); in hid_device_release()
2271 struct hid_device *hdev = to_hid_device(dev); in report_descriptor_read()
2288 struct hid_device *hdev = to_hid_device(dev); in country_show()
2736 struct hid_device *hdev = to_hid_device(dev); in hid_bus_match()
2867 struct hid_device *hdev = to_hid_device(dev); in hid_device_probe()
2888 struct hid_device *hdev = to_hid_device(dev); in hid_device_remove()
2929 struct hid_device *hdev = to_hid_device(dev); in bustype_show()
2940 struct hid_device *hdev = to_hid_device(dev); \
2981 const struct hid_device *hdev = to_hid_device(dev); in hid_uevent()
3157 struct hid_device *hdev = to_hid_device(dev); in __hid_bus_reprobe_drivers()
H A Dhid-wiimote.h262 #define dev_to_wii(pdev) hid_get_drvdata(to_hid_device(pdev))
H A Dhid-elan.c417 struct hid_device *hdev = to_hid_device(dev); in elan_mute_led_set_brigtness()
H A Dhid-multitouch.c467 struct hid_device *hdev = to_hid_device(dev); in mt_show_quirks()
477 struct hid_device *hdev = to_hid_device(dev); in mt_set_quirks()
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c204 struct hid_device *hdev = to_hid_device(dev); in device_match_id()
220 return to_hid_device(dev); in hid_get_device()
/linux/include/linux/
H A Dhid.h759 #define to_hid_device(pdev) \ macro