tx_vote 90 drivers/bluetooth/hci_qca.c bool tx_vote; /* Clock must be on for TX */ tx_vote 217 drivers/bluetooth/hci_qca.c bool old_vote = (qca->tx_vote | qca->rx_vote); tx_vote 231 drivers/bluetooth/hci_qca.c qca->tx_vote = true; tx_vote 243 drivers/bluetooth/hci_qca.c qca->tx_vote = false; tx_vote 245 drivers/bluetooth/hci_qca.c new_vote = qca->rx_vote | qca->tx_vote; tx_vote 251 drivers/bluetooth/hci_qca.c new_vote = qca->rx_vote | qca->tx_vote; tx_vote 572 drivers/bluetooth/hci_qca.c debugfs_create_bool("tx_vote", mode, ibs_dir, &qca->tx_vote);