Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.h89 int btusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb);
91 int btusb_send_frame(struct sk_buff *skb);
H A Drtk_bt.c939 int btusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb) function
942 int btusb_send_frame(struct sk_buff *skb)
1535 hdev->send = btusb_send_frame;
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtusb.c1570 static int btusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb) in btusb_send_frame() function
3444 ret = btusb_send_frame(hdev, skb); in marvell_config_oob_wake()
4106 hdev->send = btusb_send_frame; in btusb_probe()
H A Drtk_btusb.c3321 static int btusb_send_frame(struct sk_buff *skb) in btusb_send_frame() function
4201 hdev->send = btusb_send_frame; in btusb_probe()