Lines Matching defs:hu
83 struct hci_uart *hu; member
169 static enum qca_btsoc_type qca_soc_type(struct hci_uart *hu) in qca_soc_type()
184 static const char *qca_get_firmware_name(struct hci_uart *hu) in qca_get_firmware_name()
212 static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) in serial_clock_vote()
284 static int send_hci_ibs_cmd(u8 cmd, struct hci_uart *hu) in send_hci_ibs_cmd()
310 struct hci_uart *hu = qca->hu; in qca_wq_awake_device() local
341 struct hci_uart *hu = qca->hu; in qca_wq_awake_rx() local
369 struct hci_uart *hu = qca->hu; in qca_wq_serial_rx_clock_vote_off() local
380 struct hci_uart *hu = qca->hu; in qca_wq_serial_tx_clock_vote_off() local
396 struct hci_uart *hu = qca->hu; in hci_ibs_tx_idle_timeout() local
431 struct hci_uart *hu = qca->hu; in hci_ibs_wake_retrans_timeout() local
470 static int qca_open(struct hci_uart *hu) in qca_open()
546 struct hci_uart *hu = hci_get_drvdata(hdev); in qca_debugfs_init() local
591 static int qca_flush(struct hci_uart *hu) in qca_flush()
604 static int qca_close(struct hci_uart *hu) in qca_close()
640 static void device_want_to_wakeup(struct hci_uart *hu) in device_want_to_wakeup()
686 static void device_want_to_sleep(struct hci_uart *hu) in device_want_to_sleep()
720 static void device_woke_up(struct hci_uart *hu) in device_woke_up()
769 static int qca_enqueue(struct hci_uart *hu, struct sk_buff *skb) in qca_enqueue()
830 struct hci_uart *hu = hci_get_drvdata(hdev); in qca_ibs_sleep_ind() local
842 struct hci_uart *hu = hci_get_drvdata(hdev); in qca_ibs_wake_ind() local
854 struct hci_uart *hu = hci_get_drvdata(hdev); in qca_ibs_wake_ack() local
879 struct hci_uart *hu = hci_get_drvdata(hdev); in qca_recv_event() local
936 static int qca_recv(struct hci_uart *hu, const void *data, int count) in qca_recv()
955 static struct sk_buff *qca_dequeue(struct hci_uart *hu) in qca_dequeue()
1000 struct hci_uart *hu = hci_get_drvdata(hdev); in qca_set_baudrate() local
1041 static inline void host_set_baudrate(struct hci_uart *hu, unsigned int speed) in host_set_baudrate()
1049 static int qca_send_power_pulse(struct hci_uart *hu, bool on) in qca_send_power_pulse()
1087 static unsigned int qca_get_speed(struct hci_uart *hu, in qca_get_speed()
1107 static int qca_check_speeds(struct hci_uart *hu) in qca_check_speeds()
1122 static int qca_set_speed(struct hci_uart *hu, enum qca_speed_type speed_type) in qca_set_speed()
1180 static int qca_wcn3990_init(struct hci_uart *hu) in qca_wcn3990_init()
1230 static int qca_setup(struct hci_uart *hu) in qca_setup()
1354 static void qca_power_shutdown(struct hci_uart *hu) in qca_power_shutdown()
1375 struct hci_uart *hu = hci_get_drvdata(hdev); in qca_power_off() local
1417 static int qca_power_setup(struct hci_uart *hu, bool on) in qca_power_setup()