Searched refs:hci_uart_set_flow_control (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/bluetooth/ |
D | hci_intel.c | 209 hci_uart_set_flow_control(hu, true); in intel_lpm_suspend() 225 hci_uart_set_flow_control(hu, false); in intel_lpm_resume() 263 hci_uart_set_flow_control(hu, false); in intel_lpm_host_wake() 527 hci_uart_set_flow_control(hu, true); in intel_set_baudrate() 536 hci_uart_set_flow_control(hu, false); in intel_set_baudrate()
|
D | hci_mrvl.c | 348 hci_uart_set_flow_control(hu, true); in mrvl_setup() 357 hci_uart_set_flow_control(hu, false); in mrvl_setup()
|
D | hci_uart.h | 121 void hci_uart_set_flow_control(struct hci_uart *hu, bool enable);
|
D | hci_qca.c | 969 hci_uart_set_flow_control(hu, true); in qca_set_baudrate() 987 hci_uart_set_flow_control(hu, false); in qca_set_baudrate() 1022 hci_uart_set_flow_control(hu, true); in qca_send_power_pulse() 1032 hci_uart_set_flow_control(hu, false); in qca_send_power_pulse() 1132 hci_uart_set_flow_control(hu, false); in qca_wcn3990_init()
|
D | hci_bcm.c | 648 hci_uart_set_flow_control(bdev->hu, true); in bcm_suspend_device() 659 hci_uart_set_flow_control(bdev->hu, false); in bcm_suspend_device() 690 hci_uart_set_flow_control(bdev->hu, false); in bcm_resume_device()
|
D | hci_ldisc.c | 303 void hci_uart_set_flow_control(struct hci_uart *hu, bool enable) in hci_uart_set_flow_control() function
|