ag6xx              35 drivers/bluetooth/hci_ag6xx.c 	struct ag6xx_data *ag6xx;
ag6xx              39 drivers/bluetooth/hci_ag6xx.c 	ag6xx = kzalloc(sizeof(*ag6xx), GFP_KERNEL);
ag6xx              40 drivers/bluetooth/hci_ag6xx.c 	if (!ag6xx)
ag6xx              43 drivers/bluetooth/hci_ag6xx.c 	skb_queue_head_init(&ag6xx->txq);
ag6xx              45 drivers/bluetooth/hci_ag6xx.c 	hu->priv = ag6xx;
ag6xx              51 drivers/bluetooth/hci_ag6xx.c 	struct ag6xx_data *ag6xx = hu->priv;
ag6xx              55 drivers/bluetooth/hci_ag6xx.c 	skb_queue_purge(&ag6xx->txq);
ag6xx              56 drivers/bluetooth/hci_ag6xx.c 	kfree_skb(ag6xx->rx_skb);
ag6xx              57 drivers/bluetooth/hci_ag6xx.c 	kfree(ag6xx);
ag6xx              65 drivers/bluetooth/hci_ag6xx.c 	struct ag6xx_data *ag6xx = hu->priv;
ag6xx              69 drivers/bluetooth/hci_ag6xx.c 	skb_queue_purge(&ag6xx->txq);
ag6xx              75 drivers/bluetooth/hci_ag6xx.c 	struct ag6xx_data *ag6xx = hu->priv;
ag6xx              78 drivers/bluetooth/hci_ag6xx.c 	skb = skb_dequeue(&ag6xx->txq);
ag6xx              89 drivers/bluetooth/hci_ag6xx.c 	struct ag6xx_data *ag6xx = hu->priv;
ag6xx              91 drivers/bluetooth/hci_ag6xx.c 	skb_queue_tail(&ag6xx->txq, skb);
ag6xx             103 drivers/bluetooth/hci_ag6xx.c 	struct ag6xx_data *ag6xx = hu->priv;
ag6xx             108 drivers/bluetooth/hci_ag6xx.c 	ag6xx->rx_skb = h4_recv_buf(hu->hdev, ag6xx->rx_skb, data, count,
ag6xx             111 drivers/bluetooth/hci_ag6xx.c 	if (IS_ERR(ag6xx->rx_skb)) {
ag6xx             112 drivers/bluetooth/hci_ag6xx.c 		int err = PTR_ERR(ag6xx->rx_skb);
ag6xx             114 drivers/bluetooth/hci_ag6xx.c 		ag6xx->rx_skb = NULL;