| /Linux-v5.10/drivers/hid/ |
| D | hid-axff.c | 127 static int ax_probe(struct hid_device *hdev, const struct hid_device_id *id) in ax_probe() 170 static void ax_remove(struct hid_device *hdev) in ax_remove()
|
| D | hid-roccat-kovaplus.c | 443 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() 530 static void kovaplus_remove(struct hid_device *hdev) in kovaplus_remove() 598 static int kovaplus_raw_event(struct hid_device *hdev, in kovaplus_raw_event()
|
| D | hid-lg-g15.c | 58 struct hid_device *hdev; member 605 static int lg_g15_raw_event(struct hid_device *hdev, struct hid_report *report, in lg_g15_raw_event() 636 struct hid_device *hdev = input_get_drvdata(dev); in lg_g15_input_open() local 643 struct hid_device *hdev = input_get_drvdata(dev); in lg_g15_input_close() local 705 static int lg_g15_probe(struct hid_device *hdev, const struct hid_device_id *id) in lg_g15_probe()
|
| D | hid-roccat-kone.c | 694 static int kone_init_specials(struct hid_device *hdev) in kone_init_specials() 734 static void kone_remove_specials(struct hid_device *hdev) in kone_remove_specials() 748 static int kone_probe(struct hid_device *hdev, const struct hid_device_id *id) in kone_probe() 778 static void kone_remove(struct hid_device *hdev) in kone_remove() 838 static int kone_raw_event(struct hid_device *hdev, struct hid_report *report, in kone_raw_event()
|
| D | hid-aureal.c | 21 static __u8 *aureal_report_fixup(struct hid_device *hdev, __u8 *rdesc, in aureal_report_fixup()
|
| D | hid-macally.c | 21 static __u8 *macally_report_fixup(struct hid_device *hdev, __u8 *rdesc, in macally_report_fixup()
|
| D | hid-nti.c | 32 static __u8 *nti_usbsun_report_fixup(struct hid_device *hdev, __u8 *rdesc, in nti_usbsun_report_fixup()
|
| D | hid-ortek.c | 25 static __u8 *ortek_report_fixup(struct hid_device *hdev, __u8 *rdesc, in ortek_report_fixup()
|
| D | hid-redragon.c | 36 static __u8 *redragon_report_fixup(struct hid_device *hdev, __u8 *rdesc, in redragon_report_fixup()
|
| D | hid-holtek-mouse.c | 32 static __u8 *holtek_mouse_report_fixup(struct hid_device *hdev, __u8 *rdesc, in holtek_mouse_report_fixup()
|
| D | hid-keytouch.c | 27 static __u8 *keytouch_report_fixup(struct hid_device *hdev, __u8 *rdesc, in keytouch_report_fixup()
|
| D | hid-xinmo.c | 25 static int xinmo_event(struct hid_device *hdev, struct hid_field *field, in xinmo_event()
|
| D | hid-maltron.c | 140 static __u8 *maltron_report_fixup(struct hid_device *hdev, __u8 *rdesc, in maltron_report_fixup()
|
| D | hid-viewsonic.c | 73 static __u8 *viewsonic_report_fixup(struct hid_device *hdev, __u8 *rdesc, in viewsonic_report_fixup()
|
| D | hid-accutouch.c | 19 static int accutouch_input_mapping(struct hid_device *hdev, in accutouch_input_mapping()
|
| D | hid-penmount.c | 18 static int penmount_input_mapping(struct hid_device *hdev, in penmount_input_mapping()
|
| /Linux-v5.10/include/net/bluetooth/ |
| D | hci_core.h | 653 struct hci_dev *hdev; member 705 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) argument 706 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) argument 707 #define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags) argument 708 #define hci_dev_test_flag(hdev, nr) test_bit((nr), (hdev)->dev_flags) argument 709 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) argument 710 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) argument 711 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags) argument 713 #define hci_dev_clear_volatile_flags(hdev) \ argument 730 static inline int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, in sco_connect_ind() [all …]
|
| D | bluetooth.h | 183 #define bt_dev_info(hdev, fmt, ...) \ argument 185 #define bt_dev_warn(hdev, fmt, ...) \ argument 187 #define bt_dev_err(hdev, fmt, ...) \ argument 189 #define bt_dev_dbg(hdev, fmt, ...) \ argument 192 #define bt_dev_warn_ratelimited(hdev, fmt, ...) \ argument 194 #define bt_dev_err_ratelimited(hdev, fmt, ...) \ argument
|
| /Linux-v5.10/net/nfc/hci/ |
| D | llc_nop.c | 13 struct nfc_hci_dev *hdev; member 21 static void *llc_nop_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, in llc_nop_init()
|
| /Linux-v5.10/drivers/net/ethernet/hisilicon/hns/ |
| D | hnae.c | 97 struct hnae_ae_dev *hdev = cls_to_ae_dev(dev); in __ae_match() local 402 int hnae_ae_register(struct hnae_ae_dev *hdev, struct module *owner) in hnae_ae_register() 443 void hnae_ae_unregister(struct hnae_ae_dev *hdev) in hnae_ae_unregister()
|
| /Linux-v5.10/drivers/usb/core/ |
| D | usb-acpi.c | 26 bool usb_acpi_power_manageable(struct usb_device *hdev, int index) in usb_acpi_power_manageable() 52 int usb_acpi_set_power_state(struct usb_device *hdev, int index, bool enable) in usb_acpi_set_power_state()
|
| /Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_dcb.h | 12 static inline void hclge_dcb_ops_set(struct hclge_dev *hdev) {} in hclge_dcb_ops_set()
|
| /Linux-v5.10/drivers/bluetooth/ |
| D | hci_mrvl.c | 161 static int mrvl_recv_fw_req(struct hci_dev *hdev, struct sk_buff *skb) in mrvl_recv_fw_req() 193 static int mrvl_recv_chip_ver(struct hci_dev *hdev, struct sk_buff *skb) in mrvl_recv_chip_ver() 270 static int mrvl_load_firmware(struct hci_dev *hdev, const char *name) in mrvl_load_firmware()
|
| D | btmrvl_debugfs.c | 152 void btmrvl_debugfs_init(struct hci_dev *hdev) in btmrvl_debugfs_init() 194 void btmrvl_debugfs_remove(struct hci_dev *hdev) in btmrvl_debugfs_remove()
|
| D | hci_ag6xx.c | 121 static int intel_mem_write(struct hci_dev *hdev, u32 addr, u32 plen, in intel_mem_write() 153 struct hci_dev *hdev = hu->hdev; in ag6xx_setup() local
|