Home
last modified time | relevance | path

Searched refs:serdev_device_set_rts (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dserdev.h307 static inline int serdev_device_set_rts(struct serdev_device *serdev, bool enable) in serdev_device_set_rts() function
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_nokia.c154 serdev_device_set_rts(serdev, true); in nokia_flow_control()
158 serdev_device_set_rts(serdev, false); in nokia_flow_control()
H A Dhci_ldisc.c323 serdev_device_set_rts(hu->serdev, !enable); in hci_uart_set_flow_control()