Searched defs:hdev (Results 1 – 7 of 7) sorted by relevance
| /include/net/bluetooth/ |
| D | hci_core.h | 493 struct hci_dev *hdev; member 544 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) argument 545 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) argument 546 #define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags) argument 547 #define hci_dev_test_flag(hdev, nr) test_bit((nr), (hdev)->dev_flags) argument 548 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) argument 549 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) argument 550 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags) argument 552 #define hci_dev_clear_volatile_flags(hdev) \ argument 568 static inline int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, in sco_connect_ind() [all …]
|
| D | bluetooth.h | 141 #define bt_dev_info(hdev, fmt, ...) \ argument 143 #define bt_dev_warn(hdev, fmt, ...) \ argument 145 #define bt_dev_err(hdev, fmt, ...) \ argument 147 #define bt_dev_dbg(hdev, fmt, ...) \ argument
|
| /include/linux/ |
| D | hid.h | 571 static inline void *hid_get_drvdata(struct hid_device *hdev) in hid_get_drvdata() 576 static inline void hid_set_drvdata(struct hid_device *hdev, void *data) in hid_set_drvdata() 929 static inline int __must_check hid_parse(struct hid_device *hdev) in hid_parse() 944 static inline int __must_check hid_hw_start(struct hid_device *hdev, in hid_hw_start() 964 static inline void hid_hw_stop(struct hid_device *hdev) in hid_hw_stop() 979 static inline int __must_check hid_hw_open(struct hid_device *hdev) in hid_hw_open() 993 static inline void hid_hw_close(struct hid_device *hdev) in hid_hw_close() 1008 static inline int hid_hw_power(struct hid_device *hdev, int level) in hid_hw_power() 1021 static inline void hid_hw_request(struct hid_device *hdev, in hid_hw_request() 1044 static inline int hid_hw_raw_request(struct hid_device *hdev, in hid_hw_raw_request() [all …]
|
| D | hid-debug.h | 46 struct hid_device *hdev; member
|
| D | hid-sensor-hub.h | 81 struct hid_device *hdev; member
|
| D | usb.h | 639 #define usb_hub_for_each_child(hdev, port1, child) \ argument 662 static inline int usb_acpi_set_power_state(struct usb_device *hdev, int index, in usb_acpi_set_power_state() 664 static inline bool usb_acpi_power_manageable(struct usb_device *hdev, int index) in usb_acpi_power_manageable()
|
| /include/net/nfc/ |
| D | hci.h | 182 static inline int nfc_hci_set_vendor_cmds(struct nfc_hci_dev *hdev, in nfc_hci_set_vendor_cmds()
|