Home
last modified time | relevance | path

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

1234567891011

/Linux-v5.10/drivers/hid/
Dhid-axff.c127 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()
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()
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()
Dhid-lg-g15.c58 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()
Dhid-roccat-kone.c694 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()
Dhid-aureal.c21 static __u8 *aureal_report_fixup(struct hid_device *hdev, __u8 *rdesc, in aureal_report_fixup()
Dhid-macally.c21 static __u8 *macally_report_fixup(struct hid_device *hdev, __u8 *rdesc, in macally_report_fixup()
Dhid-nti.c32 static __u8 *nti_usbsun_report_fixup(struct hid_device *hdev, __u8 *rdesc, in nti_usbsun_report_fixup()
Dhid-ortek.c25 static __u8 *ortek_report_fixup(struct hid_device *hdev, __u8 *rdesc, in ortek_report_fixup()
Dhid-redragon.c36 static __u8 *redragon_report_fixup(struct hid_device *hdev, __u8 *rdesc, in redragon_report_fixup()
Dhid-holtek-mouse.c32 static __u8 *holtek_mouse_report_fixup(struct hid_device *hdev, __u8 *rdesc, in holtek_mouse_report_fixup()
Dhid-keytouch.c27 static __u8 *keytouch_report_fixup(struct hid_device *hdev, __u8 *rdesc, in keytouch_report_fixup()
Dhid-xinmo.c25 static int xinmo_event(struct hid_device *hdev, struct hid_field *field, in xinmo_event()
Dhid-maltron.c140 static __u8 *maltron_report_fixup(struct hid_device *hdev, __u8 *rdesc, in maltron_report_fixup()
Dhid-viewsonic.c73 static __u8 *viewsonic_report_fixup(struct hid_device *hdev, __u8 *rdesc, in viewsonic_report_fixup()
Dhid-accutouch.c19 static int accutouch_input_mapping(struct hid_device *hdev, in accutouch_input_mapping()
Dhid-penmount.c18 static int penmount_input_mapping(struct hid_device *hdev, in penmount_input_mapping()
/Linux-v5.10/include/net/bluetooth/
Dhci_core.h653 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 …]
Dbluetooth.h183 #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/
Dllc_nop.c13 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/
Dhnae.c97 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/
Dusb-acpi.c26 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/
Dhclge_dcb.h12 static inline void hclge_dcb_ops_set(struct hclge_dev *hdev) {} in hclge_dcb_ops_set()
/Linux-v5.10/drivers/bluetooth/
Dhci_mrvl.c161 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()
Dbtmrvl_debugfs.c152 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()
Dhci_ag6xx.c121 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

1234567891011