rx_vote 91 drivers/bluetooth/hci_qca.c bool rx_vote; /* Clock must be on for RX */ rx_vote 217 drivers/bluetooth/hci_qca.c bool old_vote = (qca->tx_vote | qca->rx_vote); rx_vote 237 drivers/bluetooth/hci_qca.c qca->rx_vote = true; rx_vote 245 drivers/bluetooth/hci_qca.c new_vote = qca->rx_vote | qca->tx_vote; rx_vote 249 drivers/bluetooth/hci_qca.c qca->rx_vote = false; rx_vote 251 drivers/bluetooth/hci_qca.c new_vote = qca->rx_vote | qca->tx_vote; rx_vote 575 drivers/bluetooth/hci_qca.c debugfs_create_bool("rx_vote", mode, ibs_dir, &qca->rx_vote);