Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/bluetooth/
Dbfusb.c64 struct bfusb_data { struct
93 static struct urb *bfusb_get_completed(struct bfusb_data *data) in bfusb_get_completed() argument
109 static void bfusb_unlink_urbs(struct bfusb_data *data) in bfusb_unlink_urbs()
126 static int bfusb_send_bulk(struct bfusb_data *data, struct sk_buff *skb) in bfusb_send_bulk()
158 static void bfusb_tx_wakeup(struct bfusb_data *data) in bfusb_tx_wakeup()
188 struct bfusb_data *data = (struct bfusb_data *) skb->dev; in bfusb_tx_complete()
213 static int bfusb_rx_submit(struct bfusb_data *data, struct urb *urb) in bfusb_rx_submit()
254 static inline int bfusb_recv_block(struct bfusb_data *data, int hdr, unsigned char *buf, int len) in bfusb_recv_block()
346 struct bfusb_data *data = (struct bfusb_data *) skb->dev; in bfusb_rx_complete()
414 struct bfusb_data *data = hdev->driver_data; in bfusb_open()
[all …]