Searched defs:hdev (Results 1 – 5 of 5) sorted by relevance
/include/net/bluetooth/ |
D | hci_core.h | 427 struct hci_dev *hdev; member 493 static inline void discovery_init(struct hci_dev *hdev) in discovery_init() 505 static inline int inquiry_cache_empty(struct hci_dev *hdev) in inquiry_cache_empty() 510 static inline long inquiry_cache_age(struct hci_dev *hdev) in inquiry_cache_age() 560 struct hci_dev *hdev = conn->hdev; in hci_conn_ssp_enabled() local 567 struct hci_dev *hdev = conn->hdev; in hci_conn_sc_enabled() local 572 static inline void hci_conn_hash_add(struct hci_dev *hdev, struct hci_conn *c) in hci_conn_hash_add() 595 static inline void hci_conn_hash_del(struct hci_dev *hdev, struct hci_conn *c) in hci_conn_hash_del() 621 static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type) in hci_conn_num() 639 static inline unsigned int hci_conn_count(struct hci_dev *hdev) in hci_conn_count() [all …]
|
/include/linux/ |
D | hid.h | 540 static inline void *hid_get_drvdata(struct hid_device *hdev) in hid_get_drvdata() 545 static inline void hid_set_drvdata(struct hid_device *hdev, void *data) in hid_set_drvdata() 891 static inline int __must_check hid_parse(struct hid_device *hdev) in hid_parse() 906 static inline int __must_check hid_hw_start(struct hid_device *hdev, in hid_hw_start() 926 static inline void hid_hw_stop(struct hid_device *hdev) in hid_hw_stop() 941 static inline int __must_check hid_hw_open(struct hid_device *hdev) in hid_hw_open() 955 static inline void hid_hw_close(struct hid_device *hdev) in hid_hw_close() 970 static inline int hid_hw_power(struct hid_device *hdev, int level) in hid_hw_power() 983 static inline void hid_hw_request(struct hid_device *hdev, in hid_hw_request() 1006 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 | 58 struct hid_device *hdev; member
|
D | usb.h | 631 #define usb_hub_for_each_child(hdev, port1, child) \ argument 653 static inline int usb_acpi_set_power_state(struct usb_device *hdev, int index, in usb_acpi_set_power_state() 655 static inline bool usb_acpi_power_manageable(struct usb_device *hdev, int index) in usb_acpi_power_manageable()
|