| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-gaff.c | 128 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()
|
| H A D | hid-waltop.c | 602 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()
|
| H A D | hid-picolcd_leds.c | 54 struct hid_device *hdev; in picolcd_led_set_brightness() local 81 struct hid_device *hdev; in picolcd_led_get_brightness() local
|
| H A 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() 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()
|
| H A 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()
|
| H A 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()
|
| H A 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() 781 static void kone_remove(struct hid_device *hdev) in kone_remove() 841 static int kone_raw_event(struct hid_device *hdev, struct hid_report *report, in kone_raw_event()
|
| H A D | hid-nintendo.c | 184 struct hid_device *hdev; member 206 static int __joycon_hid_send(struct hid_device *hdev, u8 *data, size_t len) in __joycon_hid_send() 527 struct hid_device *hdev; in joycon_input_create() local 672 static int nintendo_hid_event(struct hid_device *hdev, in nintendo_hid_event() 683 static int nintendo_hid_probe(struct hid_device *hdev, in nintendo_hid_probe() 789 static void nintendo_hid_remove(struct hid_device *hdev) in nintendo_hid_remove()
|
| H A D | hid-picolcd_debugfs.c | 385 struct hid_device *hdev, struct hid_report *report) in picolcd_debug_out_report() 642 struct hid_device *hdev, struct hid_report *report, in picolcd_debug_raw_event() 842 struct hid_device *hdev = data->hdev; in picolcd_init_devfs() local
|
| H A D | hid-nti.c | 32 static __u8 *nti_usbsun_report_fixup(struct hid_device *hdev, __u8 *rdesc, in nti_usbsun_report_fixup()
|
| H A D | hid-macally.c | 21 static __u8 *macally_report_fixup(struct hid_device *hdev, __u8 *rdesc, in macally_report_fixup()
|
| H A D | hid-aureal.c | 21 static __u8 *aureal_report_fixup(struct hid_device *hdev, __u8 *rdesc, in aureal_report_fixup()
|
| /OK3568_Linux_fs/kernel/net/nfc/hci/ |
| H A D | hcp.c | 21 int nfc_hci_hcp_message_tx(struct nfc_hci_dev *hdev, u8 pipe, in nfc_hci_hcp_message_tx() 119 void nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, in nfc_hci_hcp_message_rx()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | corsair-cpro.c | 78 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() 485 static int ccp_probe(struct hid_device *hdev, const struct hid_device_id *id) in ccp_probe() 541 static void ccp_remove(struct hid_device *hdev) in ccp_remove()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci_core.h | 662 struct hci_dev *hdev; member 724 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) argument 725 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) argument 726 #define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags) argument 727 #define hci_dev_test_flag(hdev, nr) test_bit((nr), (hdev)->dev_flags) argument 728 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) argument 729 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) argument 730 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags) argument 732 #define hci_dev_clear_volatile_flags(hdev) \ argument 749 static inline int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, in sco_connect_ind() [all …]
|
| H A D | bluetooth.h | 183 #define bt_dev_name(hdev) ((hdev) ? (hdev)->name : "null") argument 185 #define bt_dev_info(hdev, fmt, ...) \ argument 187 #define bt_dev_warn(hdev, fmt, ...) \ argument 189 #define bt_dev_err(hdev, fmt, ...) \ argument 191 #define bt_dev_dbg(hdev, fmt, ...) \ argument 194 #define bt_dev_warn_ratelimited(hdev, fmt, ...) \ argument 196 #define bt_dev_err_ratelimited(hdev, fmt, ...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/ |
| H A 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() 445 void hnae_ae_unregister(struct hnae_ae_dev *hdev) in hnae_ae_unregister()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A 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()
|
| H A 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()
|
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A 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()
|
| H A D | hub.h | 21 struct usb_device *hdev; member 135 static inline int hub_is_superspeed(struct usb_device *hdev) in hub_is_superspeed() 140 static inline int hub_is_superspeedplus(struct usb_device *hdev) in hub_is_superspeedplus()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_dcb.h | 12 static inline void hclge_dcb_ops_set(struct hclge_dev *hdev) {} in hclge_dcb_ops_set()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | sco.c | 126 struct hci_dev *hdev = hcon->hdev; in sco_conn_add() local 237 static int sco_connect(struct hci_dev *hdev, struct sock *sk) in sco_connect() 562 struct hci_dev *hdev; in sco_sock_connect() local 755 struct hci_dev *hdev = conn->hdev; in sco_conn_defer_accept() local 1157 int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 *flags) in sco_connect_ind()
|