Home
last modified time | relevance | path

Searched refs:hdev (Results 1 – 11 of 11) sorted by relevance

/include/net/nfc/
Dhci.h28 int (*open) (struct nfc_hci_dev *hdev);
29 void (*close) (struct nfc_hci_dev *hdev);
30 int (*load_session) (struct nfc_hci_dev *hdev);
31 int (*hci_ready) (struct nfc_hci_dev *hdev);
37 int (*xmit) (struct nfc_hci_dev *hdev, struct sk_buff *skb);
38 int (*start_poll) (struct nfc_hci_dev *hdev,
40 void (*stop_poll) (struct nfc_hci_dev *hdev);
41 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target,
43 int (*dep_link_down)(struct nfc_hci_dev *hdev);
44 int (*target_from_gate) (struct nfc_hci_dev *hdev, u8 gate,
[all …]
Dllc.h28 typedef void (*rcv_to_hci_t) (struct nfc_hci_dev *hdev, struct sk_buff *skb);
29 typedef int (*xmit_to_drv_t) (struct nfc_hci_dev *hdev, struct sk_buff *skb);
30 typedef void (*llc_failure_t) (struct nfc_hci_dev *hdev, int err);
34 struct nfc_llc *nfc_llc_allocate(const char *name, struct nfc_hci_dev *hdev,
/include/net/bluetooth/
Dhci_core.h396 int (*open)(struct hci_dev *hdev);
397 int (*close)(struct hci_dev *hdev);
398 int (*flush)(struct hci_dev *hdev);
399 int (*setup)(struct hci_dev *hdev);
400 int (*shutdown)(struct hci_dev *hdev);
401 int (*send)(struct hci_dev *hdev, struct sk_buff *skb);
402 void (*notify)(struct hci_dev *hdev, unsigned int evt);
403 void (*hw_error)(struct hci_dev *hdev, u8 code);
404 int (*post_init)(struct hci_dev *hdev);
405 int (*set_diag)(struct hci_dev *hdev, bool enable);
[all …]
Dbluetooth.h138 #define bt_dev_info(hdev, fmt, ...) \ argument
139 BT_INFO("%s: " fmt, (hdev)->name, ##__VA_ARGS__)
140 #define bt_dev_warn(hdev, fmt, ...) \ argument
141 BT_WARN("%s: " fmt, (hdev)->name, ##__VA_ARGS__)
142 #define bt_dev_err(hdev, fmt, ...) \ argument
143 BT_ERR("%s: " fmt, (hdev)->name, ##__VA_ARGS__)
144 #define bt_dev_dbg(hdev, fmt, ...) \ argument
145 BT_DBG("%s: " fmt, (hdev)->name, ##__VA_ARGS__)
295 typedef void (*hci_req_complete_t)(struct hci_dev *hdev, u8 status, u16 opcode);
296 typedef void (*hci_req_complete_skb_t)(struct hci_dev *hdev, u8 status,
/include/linux/
Dhid.h572 static inline void *hid_get_drvdata(struct hid_device *hdev) in hid_get_drvdata() argument
574 return dev_get_drvdata(&hdev->dev); in hid_get_drvdata()
577 static inline void hid_set_drvdata(struct hid_device *hdev, void *data) in hid_set_drvdata() argument
579 dev_set_drvdata(&hdev->dev, data); in hid_set_drvdata()
691 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
694 int (*event)(struct hid_device *hdev, struct hid_field *field,
696 void (*report)(struct hid_device *hdev, struct hid_report *report);
698 __u8 *(*report_fixup)(struct hid_device *hdev, __u8 *buf,
701 int (*input_mapping)(struct hid_device *hdev,
704 int (*input_mapped)(struct hid_device *hdev,
[all …]
Dhid-debug.h46 struct hid_device *hdev; member
Dusb.h664 extern struct usb_device *usb_hub_find_child(struct usb_device *hdev,
673 #define usb_hub_for_each_child(hdev, port1, child) \ argument
674 for (port1 = 1, child = usb_hub_find_child(hdev, port1); \
675 port1 <= hdev->maxchild; \
676 child = usb_hub_find_child(hdev, ++port1)) \
691 extern int usb_acpi_set_power_state(struct usb_device *hdev, int index,
693 extern bool usb_acpi_power_manageable(struct usb_device *hdev, int index);
695 static inline int usb_acpi_set_power_state(struct usb_device *hdev, int index, in usb_acpi_set_power_state() argument
697 static inline bool usb_acpi_power_manageable(struct usb_device *hdev, int index) in usb_acpi_power_manageable() argument
823 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1,
[all …]
Dhid-sensor-hub.h81 struct hid_device *hdev; member
/include/sound/
Dhdaudio_ext.h36 void snd_hdac_ext_bus_device_exit(struct hdac_device *hdev);
Dhdaudio.h192 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv);
/include/linux/usb/
Dhcd.h379 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev,
485 extern void usb_wakeup_notification(struct usb_device *hdev,