Home
last modified time | relevance | path

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

/include/net/bluetooth/
Dhci_core.h351 struct hci_dev *hdev; member
396 static inline void discovery_init(struct hci_dev *hdev) in discovery_init()
408 static inline int inquiry_cache_empty(struct hci_dev *hdev) in inquiry_cache_empty()
413 static inline long inquiry_cache_age(struct hci_dev *hdev) in inquiry_cache_age()
453 struct hci_dev *hdev = conn->hdev; in hci_conn_ssp_enabled() local
458 static inline void hci_conn_hash_add(struct hci_dev *hdev, struct hci_conn *c) in hci_conn_hash_add()
479 static inline void hci_conn_hash_del(struct hci_dev *hdev, struct hci_conn *c) in hci_conn_hash_del()
503 static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type) in hci_conn_num()
521 static inline struct hci_conn *hci_conn_hash_lookup_handle(struct hci_dev *hdev, in hci_conn_hash_lookup_handle()
540 static inline struct hci_conn *hci_conn_hash_lookup_ba(struct hci_dev *hdev, in hci_conn_hash_lookup_ba()
[all …]
/include/linux/
Dhid.h527 static inline void *hid_get_drvdata(struct hid_device *hdev) in hid_get_drvdata()
532 static inline void hid_set_drvdata(struct hid_device *hdev, void *data) in hid_set_drvdata()
867 static inline int __must_check hid_parse(struct hid_device *hdev) in hid_parse()
882 static inline int __must_check hid_hw_start(struct hid_device *hdev, in hid_hw_start()
902 static inline void hid_hw_stop(struct hid_device *hdev) in hid_hw_stop()
917 static inline int __must_check hid_hw_open(struct hid_device *hdev) in hid_hw_open()
931 static inline void hid_hw_close(struct hid_device *hdev) in hid_hw_close()
946 static inline int hid_hw_power(struct hid_device *hdev, int level) in hid_hw_power()
959 static inline void hid_hw_request(struct hid_device *hdev, in hid_hw_request()
974 static inline int hid_hw_idle(struct hid_device *hdev, int report, int idle, in hid_hw_idle()
[all …]
Dhid-debug.h46 struct hid_device *hdev; member
Dhid-sensor-hub.h52 struct hid_device *hdev; member
Dusb.h591 #define usb_hub_for_each_child(hdev, port1, child) \ argument
613 static inline int usb_acpi_set_power_state(struct usb_device *hdev, int index, in usb_acpi_set_power_state()
615 static inline bool usb_acpi_power_manageable(struct usb_device *hdev, int index) in usb_acpi_power_manageable()