Home
last modified time | relevance | path

Searched defs:hdev (Results 176 – 200 of 320) sorted by relevance

12345678910>>...13

/Linux-v6.1/drivers/hid/
Dhid-elecom.c35 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()
Dhid-gyration.c24 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()
Dhid-u2fzero.c80 struct hid_device *hdev; member
130 struct hid_device *hdev = dev->hdev; in u2fzero_recv() local
271 struct hid_device *hdev = dev->hdev; in u2fzero_fill_in_urb() local
307 static int u2fzero_probe(struct hid_device *hdev, in u2fzero_probe()
370 static void u2fzero_remove(struct hid_device *hdev) in u2fzero_remove()
Dhid-debug.c688 void hid_debug_event(struct hid_device *hdev, char *buf) in hid_debug_event()
732 void hid_dump_input(struct hid_device *hdev, struct hid_usage *usage, __s32 value) in hid_dump_input()
1089 struct hid_device *hdev = f->private; in hid_debug_rdesc_show() local
1243 void hid_debug_register(struct hid_device *hdev, const char *name) in hid_debug_register()
1253 void hid_debug_unregister(struct hid_device *hdev) in hid_debug_unregister()
Dhid-razer.c44 static int razer_input_mapping(struct hid_device *hdev, in razer_input_mapping()
76 static int razer_probe(struct hid_device *hdev, const struct hid_device_id *id) in razer_probe()
Dhid-belkin.c26 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()
Dhid-ezkey.c25 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()
Dhid-roccat-arvo.c286 static int arvo_init_specials(struct hid_device *hdev) in arvo_init_specials()
327 static void arvo_remove_specials(struct hid_device *hdev) in arvo_remove_specials()
342 static int arvo_probe(struct hid_device *hdev, in arvo_probe()
376 static void arvo_remove(struct hid_device *hdev) in arvo_remove()
403 static int arvo_raw_event(struct hid_device *hdev, in arvo_raw_event()
Dhid-letsketch.c61 struct hid_device *hdev; member
165 static int letsketch_raw_event(struct hid_device *hdev, in letsketch_raw_event()
232 static int letsketch_probe(struct hid_device *hdev, const struct hid_device_id *id) in letsketch_probe()
Dhid-holtek-kbd.c105 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()
Dhid-roccat-koneplus.c374 static int koneplus_init_specials(struct hid_device *hdev) in koneplus_init_specials()
415 static void koneplus_remove_specials(struct hid_device *hdev) in koneplus_remove_specials()
429 static int koneplus_probe(struct hid_device *hdev, in koneplus_probe()
463 static void koneplus_remove(struct hid_device *hdev) in koneplus_remove()
510 static int koneplus_raw_event(struct hid_device *hdev, in koneplus_raw_event()
Dhid-roccat-pyra.c393 static int pyra_init_specials(struct hid_device *hdev) in pyra_init_specials()
434 static void pyra_remove_specials(struct hid_device *hdev) in pyra_remove_specials()
448 static int pyra_probe(struct hid_device *hdev, const struct hid_device_id *id) in pyra_probe()
480 static void pyra_remove(struct hid_device *hdev) in pyra_remove()
544 static int pyra_raw_event(struct hid_device *hdev, struct hid_report *report, in pyra_raw_event()
Dhid-gaff.c128 static inline int gaff_init(struct hid_device *hdev) in gaff_init()
134 static int ga_probe(struct hid_device *hdev, const struct hid_device_id *id) in ga_probe()
Dhid-logitech-hidpp.c232 static int __hidpp_send_report(struct hid_device *hdev, in __hidpp_send_report()
831 struct hid_device *hdev = hidpp->hid_dev; in hidpp_unifying_init() local
2655 static int wtp_input_mapping(struct hid_device *hdev, struct hid_input *hi, in wtp_input_mapping()
2774 static int wtp_raw_event(struct hid_device *hdev, u8 *data, int size) in wtp_raw_event()
2846 static int wtp_allocate(struct hid_device *hdev, const struct hid_device_id *id) in wtp_allocate()
2861 static int wtp_connect(struct hid_device *hdev, bool connected) in wtp_connect()
2923 static int m560_send_config_command(struct hid_device *hdev, bool connected) in m560_send_config_command()
2941 static int m560_raw_event(struct hid_device *hdev, u8 *data, int size) in m560_raw_event()
3055 static int m560_input_mapping(struct hid_device *hdev, struct hid_input *hi, in m560_input_mapping()
3103 static int k400_allocate(struct hid_device *hdev) in k400_allocate()
[all …]
Dhid-lg-g15.c59 struct hid_device *hdev; member
620 static int lg_g15_raw_event(struct hid_device *hdev, struct hid_report *report, in lg_g15_raw_event()
657 struct hid_device *hdev = input_get_drvdata(dev); in lg_g15_input_open() local
664 struct hid_device *hdev = input_get_drvdata(dev); in lg_g15_input_close() local
720 static void lg_g15_init_input_dev(struct hid_device *hdev, struct input_dev *input, in lg_g15_init_input_dev()
741 static int lg_g15_probe(struct hid_device *hdev, const struct hid_device_id *id) in lg_g15_probe()
Dhid-waltop.c602 static __u8 *waltop_report_fixup(struct hid_device *hdev, __u8 *rdesc, in waltop_report_fixup()
652 static int waltop_raw_event(struct hid_device *hdev, struct hid_report *report, in waltop_raw_event()
Dwacom_wac.c1929 static void wacom_wac_battery_usage_mapping(struct hid_device *hdev, in wacom_wac_battery_usage_mapping()
1946 static void wacom_wac_battery_event(struct hid_device *hdev, struct hid_field *field, in wacom_wac_battery_event()
1980 static void wacom_wac_battery_pre_report(struct hid_device *hdev, in wacom_wac_battery_pre_report()
1986 static void wacom_wac_battery_report(struct hid_device *hdev, in wacom_wac_battery_report()
2005 static void wacom_wac_pad_usage_mapping(struct hid_device *hdev, in wacom_wac_pad_usage_mapping()
2114 static void wacom_wac_pad_event(struct hid_device *hdev, struct hid_field *field, in wacom_wac_pad_event()
2220 static void wacom_wac_pad_pre_report(struct hid_device *hdev, in wacom_wac_pad_pre_report()
2229 static void wacom_wac_pad_report(struct hid_device *hdev, in wacom_wac_pad_report()
2261 static void wacom_wac_pen_usage_mapping(struct hid_device *hdev, in wacom_wac_pen_usage_mapping()
2346 static void wacom_wac_pen_event(struct hid_device *hdev, struct hid_field *field, in wacom_wac_pen_event()
[all …]
Dhid-picolcd_leds.c54 struct hid_device *hdev; in picolcd_led_set_brightness() local
81 struct hid_device *hdev; in picolcd_led_get_brightness() local
Dhid-roccat-kovaplus.c443 static int kovaplus_init_specials(struct hid_device *hdev) in kovaplus_init_specials()
485 static void kovaplus_remove_specials(struct hid_device *hdev) in kovaplus_remove_specials()
499 static int kovaplus_probe(struct hid_device *hdev, in kovaplus_probe()
533 static void kovaplus_remove(struct hid_device *hdev) in kovaplus_remove()
601 static int kovaplus_raw_event(struct hid_device *hdev, in kovaplus_raw_event()
/Linux-v6.1/drivers/hwmon/
Dnzxt-kraken2.c103 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()
Dcorsair-cpro.c78 struct hid_device *hdev; member
133 static int ccp_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) in ccp_raw_event()
486 static int ccp_probe(struct hid_device *hdev, const struct hid_device_id *id) in ccp_probe()
542 static void ccp_remove(struct hid_device *hdev) in ccp_remove()
/Linux-v6.1/sound/hda/
Dhda_bus_type.c24 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-v6.1/include/net/bluetooth/
Dhci_core.h760 struct hci_dev *hdev; member
818 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) argument
819 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) argument
820 #define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags) argument
821 #define hci_dev_test_flag(hdev, nr) test_bit((nr), (hdev)->dev_flags) argument
822 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) argument
823 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) argument
824 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags) argument
826 #define hci_dev_clear_volatile_flags(hdev) \ argument
835 #define hci_dev_le_state_simultaneous(hdev) \ argument
[all …]
/Linux-v6.1/drivers/bluetooth/
Dhci_intel.c437 static int inject_cmd_complete(struct hci_dev *hdev, __u16 opcode) in inject_cmd_complete()
465 struct hci_dev *hdev = hu->hdev; in intel_set_baudrate() local
526 struct hci_dev *hdev = hu->hdev; in intel_setup() local
867 static int intel_recv_event(struct hci_dev *hdev, struct sk_buff *skb) in intel_recv_event()
905 static void intel_recv_lpm_notify(struct hci_dev *hdev, int value) in intel_recv_lpm_notify()
920 static int intel_recv_lpm(struct hci_dev *hdev, struct sk_buff *skb) in intel_recv_lpm()
/Linux-v6.1/net/nfc/hci/
Dhcp.c21 int nfc_hci_hcp_message_tx(struct nfc_hci_dev *hdev, u8 pipe, in nfc_hci_hcp_message_tx()
117 void nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, in nfc_hci_hcp_message_rx()

12345678910>>...13