Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dhci_ldisc.c117 int hci_uart_tx_wakeup(struct hci_uart *hu) in hci_uart_tx_wakeup()
208 int hci_uart_init_ready(struct hci_uart *hu) in hci_uart_init_ready()
218 int hci_uart_wait_until_sent(struct hci_uart *hu) in hci_uart_wait_until_sent()
229 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_flush() local
276 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_send_frame() local
394 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_setup() local
481 struct hci_uart *hu; in hci_uart_tty_open() local
532 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_close() local
579 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_wakeup() local
611 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_receive() local
[all …]
H A Dhci_serdev.c44 static inline struct sk_buff *hci_uart_dequeue(struct hci_uart *hu) in hci_uart_dequeue()
59 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work() local
96 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_flush() local
116 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_open() local
141 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_close() local
166 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_send_frame() local
180 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_setup() local
251 struct hci_uart *hu = serdev_device_get_drvdata(serdev); in hci_uart_write_wakeup() local
277 struct hci_uart *hu = serdev_device_get_drvdata(serdev); in hci_uart_receive_buf() local
303 int hci_uart_register_device_priv(struct hci_uart *hu, in hci_uart_register_device_priv()
[all …]
H A Dhci_qca.c142 struct hci_uart *hu; member
392 struct hci_uart *hu = qca->hu; in qca_wq_awake_device() local
423 struct hci_uart *hu = qca->hu; in qca_wq_awake_rx() local
451 struct hci_uart *hu = qca->hu; in qca_wq_serial_rx_clock_vote_off() local
462 struct hci_uart *hu = qca->hu; in qca_wq_serial_tx_clock_vote_off() local
478 struct hci_uart *hu = qca->hu; in hci_ibs_tx_idle_timeout() local
511 struct hci_uart *hu = qca->hu; in hci_ibs_wake_retrans_timeout() local
558 struct hci_uart *hu = qca->hu; in qca_controller_memdump_timeout() local
576 static int qca_open(struct hci_uart *hu) in qca_open()
705 static int qca_flush(struct hci_uart *hu) in qca_flush()
[all …]
H A Dhci_intel.c59 struct hci_uart *hu; member
71 struct hci_uart *hu; member
152 static int intel_lpm_suspend(struct hci_uart *hu) in intel_lpm_suspend()
199 static int intel_lpm_resume(struct hci_uart *hu) in intel_lpm_resume()
382 static int intel_open(struct hci_uart *hu) in intel_open()
408 static int intel_close(struct hci_uart *hu) in intel_close()
426 static int intel_flush(struct hci_uart *hu) in intel_flush()
523 static int intel_setup(struct hci_uart *hu) in intel_setup()
869 struct hci_uart *hu = hci_get_drvdata(hdev); in intel_recv_event() local
907 struct hci_uart *hu = hci_get_drvdata(hdev); in intel_recv_lpm_notify() local
[all …]
H A Dhci_mrvl.c48 struct hci_uart hu; member
57 static int mrvl_open(struct hci_uart *hu) in mrvl_open()
91 static int mrvl_close(struct hci_uart *hu) in mrvl_close()
109 static int mrvl_flush(struct hci_uart *hu) in mrvl_flush()
121 static struct sk_buff *mrvl_dequeue(struct hci_uart *hu) in mrvl_dequeue()
138 static int mrvl_enqueue(struct hci_uart *hu, struct sk_buff *skb) in mrvl_enqueue()
146 static void mrvl_send_ack(struct hci_uart *hu, unsigned char type) in mrvl_send_ack()
166 struct hci_uart *hu = hci_get_drvdata(hdev); in mrvl_recv_fw_req() local
198 struct hci_uart *hu = hci_get_drvdata(hdev); in mrvl_recv_chip_ver() local
282 struct hci_uart *hu = hci_get_drvdata(hdev); in mrvl_load_firmware() local
[all …]
H A Dhci_ath.c31 struct hci_uart *hu; member
75 struct hci_uart *hu; in ath_hci_uart_work() local
95 static int ath_open(struct hci_uart *hu) in ath_open()
118 static int ath_close(struct hci_uart *hu) in ath_close()
136 static int ath_flush(struct hci_uart *hu) in ath_flush()
175 static int ath_setup(struct hci_uart *hu) in ath_setup()
190 static int ath_recv(struct hci_uart *hu, const void *data, int count) in ath_recv()
208 static int ath_enqueue(struct hci_uart *hu, struct sk_buff *skb) in ath_enqueue()
240 static struct sk_buff *ath_dequeue(struct hci_uart *hu) in ath_dequeue()
H A Dhci_ll.c66 struct hci_uart hu; member
85 static int send_hcill_cmd(u8 cmd, struct hci_uart *hu) in send_hcill_cmd()
111 static int ll_open(struct hci_uart *hu) in ll_open()
140 static int ll_flush(struct hci_uart *hu) in ll_flush()
153 static int ll_close(struct hci_uart *hu) in ll_close()
250 static void ll_device_want_to_sleep(struct hci_uart *hu) in ll_device_want_to_sleep()
284 static void ll_device_woke_up(struct hci_uart *hu) in ll_device_woke_up()
359 struct hci_uart *hu = hci_get_drvdata(hdev); in ll_recv_frame() local
444 static struct sk_buff *ll_dequeue(struct hci_uart *hu) in ll_dequeue()
608 static int ll_setup(struct hci_uart *hu) in ll_setup()
[all …]
H A Dhci_h4.c41 static int h4_open(struct hci_uart *hu) in h4_open()
58 static int h4_flush(struct hci_uart *hu) in h4_flush()
70 static int h4_close(struct hci_uart *hu) in h4_close()
87 static int h4_enqueue(struct hci_uart *hu, struct sk_buff *skb) in h4_enqueue()
108 static int h4_recv(struct hci_uart *hu, const void *data, int count) in h4_recv()
127 static struct sk_buff *h4_dequeue(struct hci_uart *hu) in h4_dequeue()
158 struct hci_uart *hu = hci_get_drvdata(hdev); in h4_recv_buf() local
H A Dhci_ag6xx.c33 static int ag6xx_open(struct hci_uart *hu) in ag6xx_open()
49 static int ag6xx_close(struct hci_uart *hu) in ag6xx_close()
63 static int ag6xx_flush(struct hci_uart *hu) in ag6xx_flush()
73 static struct sk_buff *ag6xx_dequeue(struct hci_uart *hu) in ag6xx_dequeue()
87 static int ag6xx_enqueue(struct hci_uart *hu, struct sk_buff *skb) in ag6xx_enqueue()
101 static int ag6xx_recv(struct hci_uart *hu, const void *data, int count) in ag6xx_recv()
151 static int ag6xx_setup(struct hci_uart *hu) in ag6xx_setup()
H A Dhci_h5.c80 struct hci_uart *hu; /* Parent HCI UART */ member
153 struct hci_uart *hu = h5->hu; in h5_timed_event() local
192 static void h5_peer_reset(struct hci_uart *hu) in h5_peer_reset()
213 static int h5_open(struct hci_uart *hu) in h5_open()
253 static int h5_close(struct hci_uart *hu) in h5_close()
275 static int h5_setup(struct hci_uart *hu) in h5_setup()
327 static void h5_handle_internal_rx(struct hci_uart *hu) in h5_handle_internal_rx()
388 static void h5_complete_rx_pkt(struct hci_uart *hu) in h5_complete_rx_pkt()
426 static int h5_rx_crc(struct hci_uart *hu, unsigned char c) in h5_rx_crc()
740 static struct sk_buff *h5_dequeue(struct hci_uart *hu) in h5_dequeue()
[all …]
H A Dhci_bcsp.c53 struct hci_uart *hu; member
134 static int bcsp_enqueue(struct hci_uart *hu, struct sk_buff *skb) in bcsp_enqueue()
271 static struct sk_buff *bcsp_dequeue(struct hci_uart *hu) in bcsp_dequeue()
341 static int bcsp_flush(struct hci_uart *hu) in bcsp_flush()
397 static void bcsp_handle_le_pkt(struct hci_uart *hu) in bcsp_handle_le_pkt()
474 static void bcsp_complete_rx_pkt(struct hci_uart *hu) in bcsp_complete_rx_pkt()
580 static int bcsp_recv(struct hci_uart *hu, const void *data, int count) in bcsp_recv()
692 struct hci_uart *hu = bcsp->hu; in bcsp_timed_event() local
710 static int bcsp_open(struct hci_uart *hu) in bcsp_open()
736 static int bcsp_close(struct hci_uart *hu) in bcsp_close()
H A Dhci_nokia.c120 struct hci_uart hu; member
176 static int nokia_reset(struct hci_uart *hu) in nokia_reset()
216 static int nokia_send_alive_packet(struct hci_uart *hu) in nokia_send_alive_packet()
256 static int nokia_send_negotiation(struct hci_uart *hu) in nokia_send_negotiation()
319 static int nokia_setup_fw(struct hci_uart *hu) in nokia_setup_fw()
388 static int nokia_setup(struct hci_uart *hu) in nokia_setup()
460 static int nokia_open(struct hci_uart *hu) in nokia_open()
471 static int nokia_flush(struct hci_uart *hu) in nokia_flush()
482 static int nokia_close(struct hci_uart *hu) in nokia_close()
529 struct hci_uart *hu = hci_get_drvdata(hdev); in nokia_recv_negotiation_packet() local
[all …]
H A Dhci_bcm.c143 struct hci_uart *hu; member
178 static int bcm_set_baudrate(struct hci_uart *hu, unsigned int speed) in bcm_set_baudrate()
392 static int bcm_setup_sleep(struct hci_uart *hu) in bcm_setup_sleep()
415 static inline int bcm_setup_sleep(struct hci_uart *hu) { return 0; } in bcm_setup_sleep()
420 struct hci_uart *hu = hci_get_drvdata(hdev); in bcm_set_diag() local
441 static int bcm_open(struct hci_uart *hu) in bcm_open()
527 static int bcm_close(struct hci_uart *hu) in bcm_close()
570 static int bcm_flush(struct hci_uart *hu) in bcm_flush()
581 static int bcm_setup(struct hci_uart *hu) in bcm_setup()
722 static int bcm_enqueue(struct hci_uart *hu, struct sk_buff *skb) in bcm_enqueue()
[all …]
H A Dhci_aml.c247 struct hci_uart *hu = hci_get_drvdata(hdev); in aml_download_firmware() local
515 static int aml_set_baudrate(struct hci_uart *hu, unsigned int speed) in aml_set_baudrate()
530 static int aml_open(struct hci_uart *hu) in aml_open()
556 static int aml_close(struct hci_uart *hu) in aml_close()
570 static int aml_flush(struct hci_uart *hu) in aml_flush()
579 static int aml_setup(struct hci_uart *hu) in aml_setup()
626 static int aml_enqueue(struct hci_uart *hu, struct sk_buff *skb) in aml_enqueue()
635 static struct sk_buff *aml_dequeue(struct hci_uart *hu) in aml_dequeue()
649 static int aml_recv(struct hci_uart *hu, const void *data, int count) in aml_recv()
H A Dhci_uart.h106 static inline int hci_uart_register_device(struct hci_uart *hu, in hci_uart_register_device()
/linux-6.15/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h1939 __u32 hu:8; member