| /Linux-v5.15/drivers/hid/ |
| D | hid-thrustmaster.c | 147 static void thrustmaster_interrupts(struct hid_device *hdev) in thrustmaster_interrupts() 186 struct hid_device *hdev = urb->context; in thrustmaster_change_handler() local 204 struct hid_device *hdev = urb->context; in thrustmaster_model_handler() local 251 static void thrustmaster_remove(struct hid_device *hdev) in thrustmaster_remove() 272 static int thrustmaster_probe(struct hid_device *hdev, const struct hid_device_id *id) in thrustmaster_probe()
|
| D | hid-elo.c | 39 static int elo_input_configured(struct hid_device *hdev, in elo_input_configured() 80 static int elo_raw_event(struct hid_device *hdev, struct hid_report *report, in elo_raw_event() 227 static int elo_probe(struct hid_device *hdev, const struct hid_device_id *id) in elo_probe() 266 static void elo_remove(struct hid_device *hdev) in elo_remove()
|
| D | hid-playstation.c | 31 struct hid_device *hdev; member 341 static struct input_dev *ps_allocate_input_dev(struct hid_device *hdev, const char *name_suffix) in ps_allocate_input_dev() 455 static struct input_dev *ps_gamepad_create(struct hid_device *hdev, in ps_gamepad_create() 493 static int ps_get_report(struct hid_device *hdev, uint8_t report_id, uint8_t *buf, size_t size) in ps_get_report() 528 static struct input_dev *ps_sensors_create(struct hid_device *hdev, int accel_range, int accel_res, in ps_sensors_create() 565 static struct input_dev *ps_touchpad_create(struct hid_device *hdev, int width, int height, in ps_touchpad_create() 597 struct hid_device *hdev = to_hid_device(dev); in firmware_version_show() local 609 struct hid_device *hdev = to_hid_device(dev); in hardware_version_show() local 767 struct hid_device *hdev = ds->base.hdev; in dualsense_init_output_report() local 810 struct hid_device *hdev = ds->base.hdev; in dualsense_send_output_report() local [all …]
|
| D | hid-dr.c | 231 static __u8 *dr_report_fixup(struct hid_device *hdev, __u8 *rdesc, in dr_report_fixup() 248 static int dr_input_mapping(struct hid_device *hdev, struct hid_input *hi, in dr_input_mapping() 269 static int dr_probe(struct hid_device *hdev, const struct hid_device_id *id) in dr_probe()
|
| D | hid-retrode.c | 19 static int retrode_input_configured(struct hid_device *hdev, in retrode_input_configured() 62 static int retrode_probe(struct hid_device *hdev, in retrode_probe()
|
| D | hid-monterey.c | 21 static __u8 *mr_report_fixup(struct hid_device *hdev, __u8 *rdesc, in mr_report_fixup() 33 static int mr_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mr_input_mapping()
|
| D | hid-cherry.c | 25 static __u8 *ch_report_fixup(struct hid_device *hdev, __u8 *rdesc, in ch_report_fixup() 38 static int ch_input_mapping(struct hid_device *hdev, struct hid_input *hi, in ch_input_mapping()
|
| D | hid-speedlink.c | 24 static int speedlink_input_mapping(struct hid_device *hdev, in speedlink_input_mapping() 42 static int speedlink_event(struct hid_device *hdev, struct hid_field *field, in speedlink_event()
|
| D | hid-sunplus.c | 21 static __u8 *sp_report_fixup(struct hid_device *hdev, __u8 *rdesc, in sp_report_fixup() 35 static int sp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in sp_input_mapping()
|
| D | hid-u2fzero.c | 60 struct hid_device *hdev; member 109 struct hid_device *hdev = dev->hdev; in u2fzero_recv() local 248 struct hid_device *hdev = dev->hdev; in u2fzero_fill_in_urb() local 284 static int u2fzero_probe(struct hid_device *hdev, in u2fzero_probe() 345 static void u2fzero_remove(struct hid_device *hdev) in u2fzero_remove()
|
| D | hid-elecom.c | 35 static void mouse_button_fixup(struct hid_device *hdev, in mouse_button_fixup() 55 static __u8 *elecom_report_fixup(struct hid_device *hdev, __u8 *rdesc, in elecom_report_fixup()
|
| D | hid-gyration.c | 24 static int gyration_input_mapping(struct hid_device *hdev, struct hid_input *hi, in gyration_input_mapping() 54 static int gyration_event(struct hid_device *hdev, struct hid_field *field, in gyration_event()
|
| D | hid-roccat-isku.c | 266 static int isku_init_specials(struct hid_device *hdev) in isku_init_specials() 307 static void isku_remove_specials(struct hid_device *hdev) in isku_remove_specials() 322 static int isku_probe(struct hid_device *hdev, in isku_probe() 353 static void isku_remove(struct hid_device *hdev) in isku_remove() 395 static int isku_raw_event(struct hid_device *hdev, in isku_raw_event()
|
| D | hid-belkin.c | 26 static int belkin_input_mapping(struct hid_device *hdev, struct hid_input *hi, in belkin_input_mapping() 46 static int belkin_probe(struct hid_device *hdev, const struct hid_device_id *id) in belkin_probe()
|
| D | hid-ezkey.c | 25 static int ez_input_mapping(struct hid_device *hdev, struct hid_input *hi, in ez_input_mapping() 47 static int ez_event(struct hid_device *hdev, struct hid_field *field, in ez_event()
|
| D | hid-debug.c | 653 void hid_debug_event(struct hid_device *hdev, char *buf) in hid_debug_event() 697 void hid_dump_input(struct hid_device *hdev, struct hid_usage *usage, __s32 value) in hid_dump_input() 1050 struct hid_device *hdev = f->private; in hid_debug_rdesc_show() local 1204 void hid_debug_register(struct hid_device *hdev, const char *name) in hid_debug_register() 1214 void hid_debug_unregister(struct hid_device *hdev) in hid_debug_unregister()
|
| D | hid-holtek-kbd.c | 105 static __u8 *holtek_kbd_report_fixup(struct hid_device *hdev, __u8 *rdesc, in holtek_kbd_report_fixup() 140 static int holtek_kbd_probe(struct hid_device *hdev, in holtek_kbd_probe()
|
| /Linux-v5.15/net/bluetooth/ |
| D | leds.h | 16 static inline void hci_leds_update_powered(struct hci_dev *hdev, in hci_leds_update_powered() 18 static inline void hci_leds_init(struct hci_dev *hdev) {} in hci_leds_init()
|
| D | smp.c | 39 #define SMP_DEV(hdev) \ argument 496 bool smp_irk_matches(struct hci_dev *hdev, const u8 irk[16], in smp_irk_matches() 515 int smp_generate_rpa(struct hci_dev *hdev, const u8 irk[16], bdaddr_t *rpa) in smp_generate_rpa() 537 int smp_generate_oob(struct hci_dev *hdev, u8 hash[16], u8 rand[16]) in smp_generate_oob() 653 struct hci_dev *hdev = hcon->hdev; in build_pairing_cmd() local 725 struct hci_dev *hdev = conn->hcon->hdev; in check_enc_key_size() local 1040 struct hci_dev *hdev = hcon->hdev; in smp_notify_keys() local 1201 struct hci_dev *hdev = hcon->hdev; in sc_generate_ltk() local 1238 struct hci_dev *hdev = hcon->hdev; in smp_distribute_keys() local 1499 struct hci_dev *hdev = hcon->hdev; in sc_passkey_round() local [all …]
|
| /Linux-v5.15/sound/hda/ext/ |
| D | hdac_ext_bus.c | 78 struct hdac_device *hdev, int type) in snd_hdac_ext_bus_device_init() 110 void snd_hdac_ext_bus_device_exit(struct hdac_device *hdev) in snd_hdac_ext_bus_device_exit() 145 struct hdac_device *hdev = dev_to_hdac_dev(dev); in get_hdev() local
|
| /Linux-v5.15/drivers/gpu/drm/hyperv/ |
| D | hyperv_drm_proto.c | 196 static inline int hyperv_sendpacket(struct hv_device *hdev, struct synthvid_msg *msg) in hyperv_sendpacket() 216 static int hyperv_negotiate_version(struct hv_device *hdev, u32 ver) in hyperv_negotiate_version() 248 int hyperv_update_vram_location(struct hv_device *hdev, phys_addr_t vram_pp) in hyperv_update_vram_location() 277 int hyperv_update_situation(struct hv_device *hdev, u8 active, u32 bpp, in hyperv_update_situation() 318 int hyperv_hide_hw_ptr(struct hv_device *hdev) in hyperv_hide_hw_ptr() 351 int hyperv_update_dirt(struct hv_device *hdev, struct drm_rect *rect) in hyperv_update_dirt() 376 static int hyperv_get_supported_resolution(struct hv_device *hdev) in hyperv_get_supported_resolution() 425 static void hyperv_receive_sub(struct hv_device *hdev) in hyperv_receive_sub() 453 struct hv_device *hdev = ctx; in hyperv_receive() local 475 int hyperv_connect_vsp(struct hv_device *hdev) in hyperv_connect_vsp()
|
| /Linux-v5.15/drivers/bluetooth/ |
| D | hci_qca.c | 628 static void qca_debugfs_init(struct hci_dev *hdev) in qca_debugfs_init() 924 static int qca_ibs_sleep_ind(struct hci_dev *hdev, struct sk_buff *skb) in qca_ibs_sleep_ind() 936 static int qca_ibs_wake_ind(struct hci_dev *hdev, struct sk_buff *skb) in qca_ibs_wake_ind() 948 static int qca_ibs_wake_ack(struct hci_dev *hdev, struct sk_buff *skb) in qca_ibs_wake_ack() 960 static int qca_recv_acl_data(struct hci_dev *hdev, struct sk_buff *skb) in qca_recv_acl_data() 1136 static int qca_controller_memdump_event(struct hci_dev *hdev, in qca_controller_memdump_event() 1149 static int qca_recv_event(struct hci_dev *hdev, struct sk_buff *skb) in qca_recv_event() 1278 static int qca_set_baudrate(struct hci_dev *hdev, uint8_t baudrate) in qca_set_baudrate() 1489 static void qca_wait_for_dump_collection(struct hci_dev *hdev) in qca_wait_for_dump_collection() 1500 static void qca_hw_error(struct hci_dev *hdev, u8 code) in qca_hw_error() [all …]
|
| /Linux-v5.15/drivers/hwmon/ |
| D | nzxt-kraken2.c | 103 static int kraken2_raw_event(struct hid_device *hdev, in kraken2_raw_event() 132 static int kraken2_probe(struct hid_device *hdev, in kraken2_probe() 191 static void kraken2_remove(struct hid_device *hdev) in kraken2_remove()
|
| /Linux-v5.15/sound/hda/ |
| D | hda_bus_type.c | 24 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv) in hdac_get_device_id() 51 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hda_bus_match() local
|
| /Linux-v5.15/drivers/usb/core/ |
| D | port.c | 194 struct usb_device *hdev = to_usb_device(dev->parent->parent); in usb_port_runtime_resume() local 253 struct usb_device *hdev = to_usb_device(dev->parent->parent); in usb_port_runtime_suspend() local 451 struct usb_device *hdev = to_usb_device(port_dev->dev.parent->parent); in match_location() local 481 struct usb_device *hdev = hub->hdev; in find_and_link_peer() local 534 struct usb_device *hdev = hub->hdev; in usb_hub_create_port_device() local
|