Home
last modified time | relevance | path

Searched defs:hdev (Results 1 – 7 of 7) sorted by relevance

/include/net/bluetooth/
Dhci_core.h667 struct hci_dev *hdev; member
729 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) argument
730 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) argument
731 #define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags) argument
732 #define hci_dev_test_flag(hdev, nr) test_bit((nr), (hdev)->dev_flags) argument
733 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) argument
734 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) argument
735 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags) argument
737 #define hci_dev_clear_volatile_flags(hdev) \ argument
754 static inline int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, in sco_connect_ind()
[all …]
Dbluetooth.h183 #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
/include/linux/
Dhid-debug.h33 struct hid_device *hdev; member
Dhid.h632 static inline void *hid_get_drvdata(struct hid_device *hdev) in hid_get_drvdata()
637 static inline void hid_set_drvdata(struct hid_device *hdev, void *data) in hid_set_drvdata()
832 static inline bool hid_is_using_ll_driver(struct hid_device *hdev, in hid_is_using_ll_driver()
838 static inline bool hid_is_usb(struct hid_device *hdev) in hid_is_usb()
1042 static inline int __must_check hid_parse(struct hid_device *hdev) in hid_parse()
1063 static inline int hid_hw_power(struct hid_device *hdev, int level) in hid_hw_power()
1076 static inline void hid_hw_request(struct hid_device *hdev, in hid_hw_request()
1099 static inline int hid_hw_raw_request(struct hid_device *hdev, in hid_hw_raw_request()
1119 static inline int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, in hid_hw_output_report()
1139 static inline int hid_hw_idle(struct hid_device *hdev, int report, int idle, in hid_hw_idle()
[all …]
Dhid-sensor-hub.h68 struct hid_device *hdev; member
Dusb.h757 #define usb_hub_for_each_child(hdev, port1, child) \ argument
783 static inline int usb_acpi_set_power_state(struct usb_device *hdev, int index, in usb_acpi_set_power_state()
785 static inline bool usb_acpi_power_manageable(struct usb_device *hdev, int index) in usb_acpi_power_manageable()
787 static inline int usb_acpi_port_lpm_incapable(struct usb_device *hdev, int index) in usb_acpi_port_lpm_incapable()
/include/net/nfc/
Dhci.h170 static inline int nfc_hci_set_vendor_cmds(struct nfc_hci_dev *hdev, in nfc_hci_set_vendor_cmds()