Home
last modified time | relevance | path

Searched defs:qca_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dhci_qca.c139 struct qca_data { struct
140 struct hci_uart *hu;
141 struct sk_buff *rx_skb;
142 struct sk_buff_head txq;
143 struct sk_buff_head tx_wait_q; /* HCI_IBS wait queue */
144 struct sk_buff_head rx_memdump_q; /* Memdump wait queue */
145 spinlock_t hci_ibs_lock; /* HCI_IBS state lock */
146 u8 tx_ibs_state; /* HCI_IBS transmit side power state*/
147 u8 rx_ibs_state; /* HCI_IBS receive side power state */
148 bool tx_vote; /* Clock must be on for TX */
[all …]