Home
last modified time | relevance | path

Searched refs:hci_uart_set_flow_control (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/bluetooth/
Dhci_qca.c974 hci_uart_set_flow_control(hu, true); in qca_set_baudrate()
992 hci_uart_set_flow_control(hu, false); in qca_set_baudrate()
1027 hci_uart_set_flow_control(hu, true); in qca_send_power_pulse()
1037 hci_uart_set_flow_control(hu, false); in qca_send_power_pulse()
1137 hci_uart_set_flow_control(hu, false); in qca_wcn3990_init()
1246 hci_uart_set_flow_control(hu, true); in qca_power_shutdown()
1248 hci_uart_set_flow_control(hu, false); in qca_power_shutdown()
Dhci_intel.c209 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()
530 hci_uart_set_flow_control(hu, true); in intel_set_baudrate()
539 hci_uart_set_flow_control(hu, false); in intel_set_baudrate()
Dhci_mrvl.c351 hci_uart_set_flow_control(hu, true); in mrvl_setup()
360 hci_uart_set_flow_control(hu, false); in mrvl_setup()
Dhci_uart.h122 void hci_uart_set_flow_control(struct hci_uart *hu, bool enable);
Dhci_bcm.c676 hci_uart_set_flow_control(bdev->hu, true); in bcm_suspend_device()
687 hci_uart_set_flow_control(bdev->hu, false); in bcm_suspend_device()
718 hci_uart_set_flow_control(bdev->hu, false); in bcm_resume_device()
Dhci_ldisc.c316 void hci_uart_set_flow_control(struct hci_uart *hu, bool enable) in hci_uart_set_flow_control() function