Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dserdev.h207 int serdev_device_break_ctl(struct serdev_device *serdev, int break_state);
261 static inline int serdev_device_break_ctl(struct serdev_device *serdev, int break_state) in serdev_device_break_ctl() function
/Linux-v6.6/drivers/bluetooth/
Dbtnxpuart.c350 status = serdev_device_break_ctl(nxpdev->serdev, 0); in ps_control()
352 status = serdev_device_break_ctl(nxpdev->serdev, -1); in ps_control()
511 serdev_device_break_ctl(nxpdev->serdev, -1); in ps_init()
513 serdev_device_break_ctl(nxpdev->serdev, 0); in ps_init()
/Linux-v6.6/drivers/tty/serdev/
Dcore.c408 int serdev_device_break_ctl(struct serdev_device *serdev, int break_state) in serdev_device_break_ctl() function
417 EXPORT_SYMBOL_GPL(serdev_device_break_ctl);