Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dserdev.h211 int serdev_device_break_ctl(struct serdev_device *serdev, int break_state);
265 static inline int serdev_device_break_ctl(struct serdev_device *serdev, int break_state) in serdev_device_break_ctl() function
/linux/drivers/tty/serdev/
H A Dcore.c398 int serdev_device_break_ctl(struct serdev_device *serdev, int break_state) in serdev_device_break_ctl() function
407 EXPORT_SYMBOL_GPL(serdev_device_break_ctl);
/linux/drivers/bluetooth/
H A Dbtnxpuart.c396 status = serdev_device_break_ctl(nxpdev->serdev, 0); in ps_control()
398 status = serdev_device_break_ctl(nxpdev->serdev, -1); in ps_control()
612 serdev_device_break_ctl(nxpdev->serdev, -1); in ps_init()
614 serdev_device_break_ctl(nxpdev->serdev, 0); in ps_init()