Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/bluetooth/
Dhci_intel.c194 hci_uart_set_flow_control(hu, true); in intel_lpm_suspend()
210 hci_uart_set_flow_control(hu, false); in intel_lpm_resume()
248 hci_uart_set_flow_control(hu, false); in intel_lpm_host_wake()
509 hci_uart_set_flow_control(hu, true); in intel_set_baudrate()
518 hci_uart_set_flow_control(hu, false); in intel_set_baudrate()
Dhci_bcm.c475 hci_uart_set_flow_control(hu, true); in bcm_open()
488 hci_uart_set_flow_control(hu, false); in bcm_open()
749 hci_uart_set_flow_control(bdev->hu, true); in bcm_suspend_device()
760 hci_uart_set_flow_control(bdev->hu, false); in bcm_suspend_device()
791 hci_uart_set_flow_control(bdev->hu, false); in bcm_resume_device()
Dhci_mrvl.c358 hci_uart_set_flow_control(hu, true); in mrvl_setup()
374 hci_uart_set_flow_control(hu, false); in mrvl_setup()
Dhci_uart.h109 void hci_uart_set_flow_control(struct hci_uart *hu, bool enable);
Dhci_qca.c1349 hci_uart_set_flow_control(hu, true); in qca_send_power_pulse()
1357 hci_uart_set_flow_control(hu, false); in qca_send_power_pulse()
1426 hci_uart_set_flow_control(hu, true); in qca_set_speed()
1444 hci_uart_set_flow_control(hu, false); in qca_set_speed()
1658 hci_uart_set_flow_control(hu, false); in qca_regulator_init()
Dhci_ldisc.c308 void hci_uart_set_flow_control(struct hci_uart *hu, bool enable) in hci_uart_set_flow_control() function