| /linux/include/linux/ |
| H A D | hid.h | 574 struct hid_device *device; /* associated device */ 640 struct hid_device { struct 705 int (*ff_init)(struct hid_device *); argument 708 int (*hiddev_connect)(struct hid_device *, unsigned int); argument 709 void (*hiddev_disconnect)(struct hid_device *); argument 710 void (*hiddev_hid_event) (struct hid_device *, struct hid_field *field, argument 712 void (*hiddev_report_event) (struct hid_device *, struct hid_report *); argument 734 container_of(pdev, struct hid_device, dev) argument 736 static inline void *hid_get_drvdata(struct hid_device *hdev) in hid_get_drvdata() 741 static inline void hid_set_drvdata(struct hid_device *hdev, void *data) in hid_set_drvdata() [all …]
|
| H A D | hid_bpf.h | 11 struct hid_device; 47 struct hid_device *hid; 67 int (*hid_hw_raw_request)(struct hid_device *hdev, 72 int (*hid_hw_output_report)(struct hid_device *hdev, __u8 *buf, size_t len, 74 int (*hid_input_report)(struct hid_device *hid, enum hid_report_type type, 183 struct hid_device *hdev; 202 u8 *dispatch_hid_bpf_device_event(struct hid_device *hid, enum hid_report_type type, u8 *data, 204 int dispatch_hid_bpf_raw_requests(struct hid_device *hdev, 209 int dispatch_hid_bpf_output_report(struct hid_device *hdev, __u8 *buf, u32 size, 211 int hid_bpf_connect_device(struct hid_device *hdev); [all …]
|
| H A D | hiddev.h | 29 struct hid_device *hid; 35 struct hid_device; 41 int hiddev_connect(struct hid_device *hid, unsigned int force); 42 void hiddev_disconnect(struct hid_device *); 43 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, 45 void hiddev_report_event(struct hid_device *hid, struct hid_report *report); 47 static inline int hiddev_connect(struct hid_device *hid, in hiddev_connect() 50 static inline void hiddev_disconnect(struct hid_device *hid) { } in hiddev_disconnect() 51 static inline void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, in hiddev_hid_event() 53 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } in hiddev_report_event()
|
| H A D | hidraw.h | 16 struct hid_device *hid; 41 int hidraw_report_event(struct hid_device *, u8 *, int); 42 int hidraw_connect(struct hid_device *); 43 void hidraw_disconnect(struct hid_device *); 47 static inline int hidraw_report_event(struct hid_device *hid, u8 *data, int len) { return 0; } in hidraw_report_event() 48 static inline int hidraw_connect(struct hid_device *hid) { return -1; } in hidraw_connect() 49 static inline void hidraw_disconnect(struct hid_device *hid) { } in hidraw_disconnect()
|
| H A D | hid-debug.h | 19 void hid_dump_input(struct hid_device *, struct hid_usage *, __s32); 20 void hid_dump_report(struct hid_device *, int , u8 *, int); 21 void hid_dump_device(struct hid_device *, struct seq_file *); 24 void hid_debug_register(struct hid_device *, const char *); 25 void hid_debug_unregister(struct hid_device *); 28 void hid_debug_event(struct hid_device *, char *); 33 struct hid_device *hdev;
|
| /linux/drivers/hid/ |
| H A D | hid-lg4ff.h | 8 int lg4ff_adjust_input_event(struct hid_device *hid, struct hid_field *field, 10 int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, 12 int lg4ff_init(struct hid_device *hdev); 13 int lg4ff_deinit(struct hid_device *hdev); 15 static inline int lg4ff_adjust_input_event(struct hid_device *hid, struct hid_field *field, in lg4ff_adjust_input_event() 17 static inline int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, in lg4ff_raw_event() 19 static inline int lg4ff_init(struct hid_device *hdev) { return -1; } in lg4ff_init() 20 static inline int lg4ff_deinit(struct hid_device *hdev) { return -1; } in lg4ff_deinit()
|
| H A D | hid-lenovo.c | 54 struct hid_device *hdev; 89 static int lenovo_led_set_tp10ubkbd(struct hid_device *hdev, u8 led_code, in lenovo_led_set_tp10ubkbd() 159 static const __u8 *lenovo_report_fixup(struct hid_device *hdev, __u8 *rdesc, in lenovo_report_fixup() 199 static int lenovo_input_mapping_tpkbd(struct hid_device *hdev, in lenovo_input_mapping_tpkbd() 212 static int lenovo_input_mapping_cptkbd(struct hid_device *hdev, in lenovo_input_mapping_cptkbd() 286 static int lenovo_input_mapping_tpIIkbd(struct hid_device *hdev, in lenovo_input_mapping_tpIIkbd() 381 static int lenovo_input_mapping_scrollpoint(struct hid_device *hdev, in lenovo_input_mapping_scrollpoint() 392 static int lenovo_input_mapping_tp10_ultrabook_kbd(struct hid_device *hdev, in lenovo_input_mapping_tp10_ultrabook_kbd() 430 static int lenovo_input_mapping_x1_tab_kbd(struct hid_device *hdev, in lenovo_input_mapping_x1_tab_kbd() 478 static int lenovo_input_mapping(struct hid_device *hdev, in lenovo_input_mapping() [all …]
|
| H A D | hid-lg.h | 11 int lgff_init(struct hid_device *hdev); 13 static inline int lgff_init(struct hid_device *hdev) { return -1; } in lgff_init() 17 int lg2ff_init(struct hid_device *hdev); 19 static inline int lg2ff_init(struct hid_device *hdev) { return -1; } in lg2ff_init() 23 int lg3ff_init(struct hid_device *hdev); 25 static inline int lg3ff_init(struct hid_device *hdev) { return -1; } in lg3ff_init()
|
| H A D | hid-rmi.c | 95 struct hid_device *hdev; 105 static int rmi_write_report(struct hid_device *hdev, u8 *report, int len); 121 static int rmi_set_page(struct hid_device *hdev, u8 page) in rmi_set_page() 143 static int rmi_set_mode(struct hid_device *hdev, u8 mode) in rmi_set_mode() 165 static int rmi_write_report(struct hid_device *hdev, u8 *report, int len) in rmi_write_report() 192 struct hid_device *hdev = data->hdev; in rmi_hid_read_block() 263 struct hid_device *hdev = data->hdev; in rmi_hid_write_block() 295 static int rmi_reset_attn_mode(struct hid_device *hdev) in rmi_reset_attn_mode() 320 static int rmi_input_event(struct hid_device *hdev, u8 *data, int size) in rmi_input_event() 342 static int rmi_read_data_event(struct hid_device *hdev, u8 *data, int size) in rmi_read_data_event() [all …]
|
| H A D | hid-ntrig.c | 109 static inline int ntrig_get_mode(struct hid_device *hdev) in ntrig_get_mode() 123 static inline void ntrig_set_mode(struct hid_device *hdev, const int mode) in ntrig_set_mode() 140 static void ntrig_report_version(struct hid_device *hdev) in ntrig_report_version() 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() [all …]
|
| H A D | hid-cmedia.c | 87 struct hid_device *hid; 91 static void hp_ev(struct hid_device *hid, struct cmhid *cm, int value) in hp_ev() 97 static int cmhid_raw_event(struct hid_device *hid, struct hid_report *report, in cmhid_raw_event() 120 static int cmhid_input_configured(struct hid_device *hid, in cmhid_input_configured() 136 static int cmhid_input_mapping(struct hid_device *hid, in cmhid_input_mapping() 143 static int cmhid_probe(struct hid_device *hid, const struct hid_device_id *id) in cmhid_probe() 178 static void cmhid_remove(struct hid_device *hid) in cmhid_remove() 202 static const __u8 *cmhid_hs100b_report_fixup(struct hid_device *hid, __u8 *rdesc, in cmhid_hs100b_report_fixup()
|
| H A D | hid-appleir.c | 109 struct hid_device *hid; 151 static void key_up(struct hid_device *hid, struct appleir *appleir, int key) in key_up() 157 static void key_down(struct hid_device *hid, struct appleir *appleir, int key) in key_down() 171 struct hid_device *hid = appleir->hid; in key_up_tick() 182 static int appleir_raw_event(struct hid_device *hid, struct hid_report *report, in appleir_raw_event() 251 static int appleir_input_configured(struct hid_device *hid, in appleir_input_configured() 274 static int appleir_input_mapping(struct hid_device *hid, in appleir_input_mapping() 281 static int appleir_probe(struct hid_device *hid, const struct hid_device_id *id) in appleir_probe() 318 static void appleir_remove(struct hid_device *hid) in appleir_remove()
|
| H A D | hid-picolcd.h | 65 struct hid_device *hdev; 130 struct hid_report *picolcd_report(int id, struct hid_device *hdev, int dir); 134 struct hid_device *hdev, struct hid_report *report); 142 struct hid_device *hdev, struct hid_report *report, 153 struct hid_device *hdev, struct hid_report *report) in picolcd_debug_out_report() 157 struct hid_device *hdev, struct hid_report *report, in picolcd_debug_raw_event() 297 int picolcd_reset(struct hid_device *hdev); 298 struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev,
|
| H A D | hid-samsung.c | 51 static inline void samsung_irda_dev_trace(struct hid_device *hdev, in samsung_irda_dev_trace() 58 static __u8 *samsung_irda_report_fixup(struct hid_device *hdev, __u8 *rdesc, in samsung_irda_report_fixup() 87 static int samsung_kbd_mouse_input_mapping(struct hid_device *hdev, in samsung_kbd_mouse_input_mapping() 142 static int samsung_kbd_input_mapping(struct hid_device *hdev, in samsung_kbd_input_mapping() 235 static int samsung_gamepad_input_mapping(struct hid_device *hdev, in samsung_gamepad_input_mapping() 326 static int samsung_actionmouse_input_mapping(struct hid_device *hdev, in samsung_actionmouse_input_mapping() 349 static int samsung_universal_kbd_input_mapping(struct hid_device *hdev, in samsung_universal_kbd_input_mapping() 472 static const __u8 *samsung_report_fixup(struct hid_device *hdev, __u8 *rdesc, in samsung_report_fixup() 480 static int samsung_input_mapping(struct hid_device *hdev, struct hid_input *hi, in samsung_input_mapping() 508 static int samsung_probe(struct hid_device *hdev, in samsung_probe()
|
| H A D | hid-cypress.c | 32 static __u8 *cp_rdesc_fixup(struct hid_device *hdev, __u8 *rdesc, in cp_rdesc_fixup() 49 static __u8 *va_logical_boundary_fixup(struct hid_device *hdev, __u8 *rdesc, in va_logical_boundary_fixup() 70 static const __u8 *cp_report_fixup(struct hid_device *hdev, __u8 *rdesc, in cp_report_fixup() 83 static int cp_input_mapped(struct hid_device *hdev, struct hid_input *hi, in cp_input_mapped() 100 static int cp_event(struct hid_device *hdev, struct hid_field *field, in cp_event() 128 static int cp_probe(struct hid_device *hdev, const struct hid_device_id *id) in cp_probe()
|
| H A D | hid-ft260.c | 238 struct hid_device *hdev; 249 static int ft260_hid_feature_report_get(struct hid_device *hdev, in ft260_hid_feature_report_get() 270 static int ft260_hid_feature_report_set(struct hid_device *hdev, u8 *data, in ft260_hid_feature_report_set() 289 static int ft260_i2c_reset(struct hid_device *hdev) in ft260_i2c_reset() 308 struct hid_device *hdev = dev->hdev; in ft260_xfer_status() 353 static int ft260_hid_output_report(struct hid_device *hdev, u8 *data, in ft260_hid_output_report() 374 struct hid_device *hdev = dev->hdev; in ft260_hid_output_report_check_status() 421 struct hid_device *hdev = dev->hdev; in ft260_i2c_write() 503 struct hid_device *hdev = dev->hdev; in ft260_i2c_read() 580 struct hid_device *hdev = dev->hdev; in ft260_i2c_write_read() [all …]
|
| /linux/drivers/hid/amd-sfh-hid/ |
| H A D | amd_sfh_hid.c | 27 static int amdtp_hid_parse(struct hid_device *hid) in amdtp_hid_parse() 37 static int amdtp_hid_start(struct hid_device *hid) in amdtp_hid_start() 42 static void amdtp_hid_stop(struct hid_device *hid) in amdtp_hid_stop() 46 static int amdtp_hid_open(struct hid_device *hid) in amdtp_hid_open() 51 static void amdtp_hid_close(struct hid_device *hid) in amdtp_hid_close() 55 static int amdtp_raw_request(struct hid_device *hdev, u8 reportnum, in amdtp_raw_request() 61 static void amdtp_hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype) in amdtp_hid_request() 79 static int amdtp_wait_for_response(struct hid_device *hid) in amdtp_wait_for_response() 102 void amdtp_hid_wakeup(struct hid_device *hid) in amdtp_hid_wakeup() 130 struct hid_device *hid; in amdtp_hid_probe()
|
| H A D | amd_sfh_hid.h | 19 struct hid_device *hid; 41 struct hid_device *hid_sensor_hubs[MAX_HID_DEVICES]; 78 int amd_sfh_get_report(struct hid_device *hid, int report_id, int report_type); 79 void amd_sfh_set_report(struct hid_device *hid, int report_id, int report_type); 80 void amdtp_hid_wakeup(struct hid_device *hid);
|
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.h | 14 struct hid_device *hid_get_device(unsigned int hid_id); 15 void hid_put_device(struct hid_device *hid); 16 int hid_bpf_allocate_event_data(struct hid_device *hdev); 17 void __hid_bpf_ops_destroy_device(struct hid_device *hdev); 18 int hid_bpf_reconnect(struct hid_device *hdev);
|
| H A D | hid_bpf_dispatch.c | 26 dispatch_hid_bpf_device_event(struct hid_device *hdev, enum hid_report_type type, u8 *data, in dispatch_hid_bpf_device_event() 81 int dispatch_hid_bpf_raw_requests(struct hid_device *hdev, in dispatch_hid_bpf_raw_requests() 123 int dispatch_hid_bpf_output_report(struct hid_device *hdev, in dispatch_hid_bpf_output_report() 160 const u8 *call_hid_bpf_rdesc_fixup(struct hid_device *hdev, const u8 *rdesc, unsigned int *size) in call_hid_bpf_rdesc_fixup() 201 struct hid_device *hdev = to_hid_device(dev); in device_match_id() 206 struct hid_device *hid_get_device(unsigned int hid_id) in hid_get_device() 220 void hid_put_device(struct hid_device *hid) in hid_put_device() 225 static int __hid_bpf_allocate_data(struct hid_device *hdev, u8 **data, u32 *size) in __hid_bpf_allocate_data() 261 int hid_bpf_allocate_event_data(struct hid_device *hdev) in hid_bpf_allocate_event_data() 270 int hid_bpf_reconnect(struct hid_device *hdev) in hid_bpf_reconnect() [all …]
|
| /linux/drivers/hid/intel-ish-hid/ |
| H A D | ishtp-hid.c | 21 static int ishtp_hid_parse(struct hid_device *hid) in ishtp_hid_parse() 36 static int ishtp_hid_start(struct hid_device *hid) in ishtp_hid_start() 41 static void ishtp_hid_stop(struct hid_device *hid) in ishtp_hid_stop() 45 static int ishtp_hid_open(struct hid_device *hid) in ishtp_hid_open() 50 static void ishtp_hid_close(struct hid_device *hid) in ishtp_hid_close() 54 static int ishtp_raw_request(struct hid_device *hid, unsigned char reportnum, in ishtp_raw_request() 104 static void ishtp_hid_request(struct hid_device *hid, struct hid_report *rep, in ishtp_hid_request() 145 static int ishtp_wait_for_response(struct hid_device *hid) in ishtp_wait_for_response() 178 void ishtp_hid_wakeup(struct hid_device *hid) in ishtp_hid_wakeup() 210 struct hid_device *hid; in ishtp_hid_probe()
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_hid.c | 24 static int sdwhid_parse(struct hid_device *hid) in sdwhid_parse() 46 static int sdwhid_start(struct hid_device *hid) in sdwhid_start() 51 static void sdwhid_stop(struct hid_device *hid) 55 static int sdwhid_raw_request(struct hid_device *hid, unsigned char reportnum, in sdwhid_raw_request() 70 static int sdwhid_open(struct hid_device *hid) in sdwhid_open() 75 static void sdwhid_close(struct hid_device *hid) 92 struct hid_device *hid; in sdca_add_hid_device() 136 struct hid_device *hid = interrupt->entity->hide.hid;
|
| /linux/drivers/hid/usbhid/ |
| H A D | hid-core.c | 76 static void hid_io_error(struct hid_device *hid); 77 static int hid_submit_out(struct hid_device *hid); 78 static int hid_submit_ctrl(struct hid_device *hid); 82 static int hid_start_in(struct hid_device *hid) in hid_start_in() 110 struct hid_device *hid = usbhid->hid; in hid_retry_timeout() 122 struct hid_device *hid = usbhid->hid; in hid_reset() 145 static void hid_io_error(struct hid_device *hid) in hid_io_error() 194 struct hid_device *hid = usb_get_intfdata(usbhid->intf); in usbhid_restart_out_queue() 232 struct hid_device *hid = usb_get_intfdata(usbhid->intf); in usbhid_restart_ctrl_queue() 275 struct hid_device *hid = urb->context; in hid_irq_in() [all …]
|
| /linux/drivers/platform/x86/tuxedo/nb04/ |
| H A D | wmi_ab.c | 411 struct hid_device *hdev; 421 static int tux_ll_start(struct hid_device *hdev) in tux_ll_start() 456 static void tux_ll_stop(struct hid_device *hdev __always_unused) in tux_ll_stop() 460 static int tux_ll_open(struct hid_device *hdev __always_unused) in tux_ll_open() 465 static void tux_ll_close(struct hid_device *hdev __always_unused) in tux_ll_close() 469 static int tux_ll_parse(struct hid_device *hdev) in tux_ll_parse() 485 static int handle_lamp_array_attributes_report(struct hid_device *hdev, in handle_lamp_array_attributes_report() 510 static int handle_lamp_attributes_request_report(struct hid_device *hdev, in handle_lamp_attributes_request_report() 539 static int handle_lamp_attributes_response_report(struct hid_device *hdev, in handle_lamp_attributes_response_report() 598 static int handle_lamp_multi_update_report(struct hid_device *hdev, in handle_lamp_multi_update_report() [all …]
|
| /linux/drivers/staging/greybus/ |
| H A D | hid.c | 22 struct hid_device *hid; 158 static void gb_hid_find_max_report(struct hid_device *hid, unsigned int type, in gb_hid_find_max_report() 209 struct hid_device *hid = ghid->hid; in gb_hid_init_reports() 223 static int __gb_hid_get_raw_report(struct hid_device *hid, in __gb_hid_get_raw_report() 240 static int __gb_hid_output_raw_report(struct hid_device *hid, __u8 *buf, in __gb_hid_output_raw_report() 262 static int gb_hid_raw_request(struct hid_device *hid, unsigned char reportnum, in gb_hid_raw_request() 279 static int gb_hid_parse(struct hid_device *hid) in gb_hid_parse() 312 static int gb_hid_start(struct hid_device *hid) in gb_hid_start() 335 static void gb_hid_stop(struct hid_device *hid) in gb_hid_stop() 342 static int gb_hid_open(struct hid_device *hid) in gb_hid_open() [all …]
|