Searched defs:qca_data (Results 1 – 1 of 1) sorted by relevance
88 struct qca_data { struct89 struct hci_uart *hu;90 struct sk_buff *rx_skb;91 struct sk_buff_head txq;92 struct sk_buff_head tx_wait_q; /* HCI_IBS wait queue */93 spinlock_t hci_ibs_lock; /* HCI_IBS state lock */94 u8 tx_ibs_state; /* HCI_IBS transmit side power state*/95 u8 rx_ibs_state; /* HCI_IBS receive side power state */96 bool tx_vote; /* Clock must be on for TX */97 bool rx_vote; /* Clock must be on for RX */[all …]