Home
last modified time | relevance | path

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

/include/net/bluetooth/
Dcoredump.h77 static inline void hci_devcd_reset(struct hci_dev *hdev) {} in hci_devcd_reset()
81 static inline int hci_devcd_register(struct hci_dev *hdev, coredump_t coredump, in hci_devcd_register()
88 static inline int hci_devcd_init(struct hci_dev *hdev, u32 dump_size) in hci_devcd_init()
93 static inline int hci_devcd_append(struct hci_dev *hdev, struct sk_buff *skb) in hci_devcd_append()
98 static inline int hci_devcd_append_pattern(struct hci_dev *hdev, in hci_devcd_append_pattern()
104 static inline int hci_devcd_complete(struct hci_dev *hdev) in hci_devcd_complete()
109 static inline int hci_devcd_abort(struct hci_dev *hdev) in hci_devcd_abort()
Dhci_sync.h15 #define hci_req_sync_lock(hdev) mutex_lock(&hdev->req_lock) argument
16 #define hci_req_sync_unlock(hdev) mutex_unlock(&hdev->req_lock) argument
19 struct hci_dev *hdev; member
Dhci_core.h753 struct hci_dev *hdev; member
827 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) argument
828 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) argument
829 #define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags) argument
830 #define hci_dev_test_flag(hdev, nr) test_bit((nr), (hdev)->dev_flags) argument
831 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) argument
832 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) argument
833 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags) argument
835 #define hci_dev_clear_volatile_flags(hdev) \ argument
844 #define hci_dev_le_state_simultaneous(hdev) \ argument
[all …]
Dbluetooth.h272 #define bt_dev_name(hdev) ((hdev) ? (hdev)->name : "null") argument
274 #define bt_dev_info(hdev, fmt, ...) \ argument
276 #define bt_dev_warn(hdev, fmt, ...) \ argument
278 #define bt_dev_err(hdev, fmt, ...) \ argument
280 #define bt_dev_dbg(hdev, fmt, ...) \ argument
283 #define bt_dev_warn_ratelimited(hdev, fmt, ...) \ argument
285 #define bt_dev_err_ratelimited(hdev, fmt, ...) \ argument
465 struct hci_dev *hdev; member
/include/linux/
Dhid_bpf.h183 struct hid_device *hdev; member
220 static inline int dispatch_hid_bpf_raw_requests(struct hid_device *hdev, in dispatch_hid_bpf_raw_requests()
225 static inline int dispatch_hid_bpf_output_report(struct hid_device *hdev, __u8 *buf, u32 size, in dispatch_hid_bpf_output_report()
227 static inline int hid_bpf_connect_device(struct hid_device *hdev) { return 0; } in hid_bpf_connect_device()
228 static inline void hid_bpf_disconnect_device(struct hid_device *hdev) {} in hid_bpf_disconnect_device()
Dhid-debug.h33 struct hid_device *hdev; member
Dhid.h706 static inline void *hid_get_drvdata(struct hid_device *hdev) in hid_get_drvdata()
711 static inline void hid_set_drvdata(struct hid_device *hdev, void *data) in hid_set_drvdata()
1003 static inline int hid_driver_suspend(struct hid_device *hdev, pm_message_t state) { return 0; } in hid_driver_suspend()
1004 static inline int hid_driver_reset_resume(struct hid_device *hdev) { return 0; } in hid_driver_reset_resume()
1005 static inline int hid_driver_resume(struct hid_device *hdev) { return 0; } in hid_driver_resume()
1135 static inline int __must_check hid_parse(struct hid_device *hdev) in hid_parse()
1170 static inline int hid_hw_power(struct hid_device *hdev, int level) in hid_hw_power()
1184 static inline int hid_hw_idle(struct hid_device *hdev, int report, int idle, in hid_hw_idle()
1198 static inline bool hid_hw_may_wakeup(struct hid_device *hdev) in hid_hw_may_wakeup()
1214 static inline void hid_hw_wait(struct hid_device *hdev) in hid_hw_wait()
Dhid-sensor-hub.h68 struct hid_device *hdev; member
Dusb.h786 #define usb_hub_for_each_child(hdev, port1, child) \ argument
812 static inline int usb_acpi_set_power_state(struct usb_device *hdev, int index, in usb_acpi_set_power_state()
814 static inline bool usb_acpi_power_manageable(struct usb_device *hdev, int index) in usb_acpi_power_manageable()
816 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()