Searched refs:hci_uart_set_flow_control (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/bluetooth/ |
H A D | hci_intel.c | 194 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()
|
H A D | hci_bcm.c | 489 hci_uart_set_flow_control(hu, false); /* Assert BT_UART_CTS_N */ in bcm_open() 491 hci_uart_set_flow_control(hu, true); in bcm_open() 507 hci_uart_set_flow_control(hu, false); in bcm_open() 770 hci_uart_set_flow_control(bdev->hu, true); in bcm_suspend_device() 781 hci_uart_set_flow_control(bdev->hu, false); in bcm_suspend_device() 812 hci_uart_set_flow_control(bdev->hu, false); in bcm_resume_device()
|
H A D | hci_mrvl.c | 369 hci_uart_set_flow_control(hu, true); in mrvl_setup() 385 hci_uart_set_flow_control(hu, false); in mrvl_setup()
|
H A D | hci_uart.h | 119 void hci_uart_set_flow_control(struct hci_uart *hu, bool enable);
|
H A D | hci_ldisc.c | 308 void hci_uart_set_flow_control(struct hci_uart *hu, bool enable) in hci_uart_set_flow_control() function
|