Searched refs:to_hid_device (Results 1 – 12 of 12) sorted by relevance
172 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 …]
107 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()
64 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()
93 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()
59 hdev = to_hid_device(dev); in picolcd_led_set_brightness()86 hdev = to_hid_device(dev); in picolcd_led_get_brightness()
425 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()
777 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()
262 #define dev_to_wii(pdev) hid_get_drvdata(to_hid_device(pdev))
417 struct hid_device *hdev = to_hid_device(dev); in elan_mute_led_set_brigtness()
467 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()
204 struct hid_device *hdev = to_hid_device(dev); in device_match_id()220 return to_hid_device(dev); in hid_get_device()
759 #define to_hid_device(pdev) \ macro