Home
last modified time | relevance | path

Searched refs:hci_usb (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/bluetooth/
Dhci_usb.c150 static inline struct _urb *__get_completed(struct hci_usb *husb, int type) in __get_completed()
177 static int hci_usb_intr_rx_submit(struct hci_usb *husb) in hci_usb_intr_rx_submit()
216 static int hci_usb_bulk_rx_submit(struct hci_usb *husb) in hci_usb_bulk_rx_submit()
254 static int hci_usb_isoc_rx_submit(struct hci_usb *husb) in hci_usb_isoc_rx_submit()
306 struct hci_usb *husb = (struct hci_usb *) hdev->driver_data; in hci_usb_open()
341 struct hci_usb *husb = (struct hci_usb *) hdev->driver_data; in hci_usb_flush()
351 static void hci_usb_unlink_urbs(struct hci_usb *husb) in hci_usb_unlink_urbs()
393 struct hci_usb *husb = (struct hci_usb *) hdev->driver_data; in hci_usb_close()
412 static int __tx_submit(struct hci_usb *husb, struct _urb *_urb) in __tx_submit()
432 static inline int hci_usb_send_ctrl(struct hci_usb *husb, struct sk_buff *skb) in hci_usb_send_ctrl()
[all …]
DMakefile9 obj-$(CONFIG_BLUEZ_HCIUSB) += hci_usb.o
Dhci_usb.h116 struct hci_usb { struct
/linux-2.4.37.9/Documentation/
DConfigure.help23411 kernel or say M to compile it as module (hci_usb.o).