Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dserdev.h210 int serdev_device_break_ctl(struct serdev_device *serdev, int break_state);
263 static inline int serdev_device_break_ctl(struct serdev_device *serdev, int break_state) in serdev_device_break_ctl() function
/linux-6.15/drivers/tty/serdev/
H A Dcore.c387 int serdev_device_break_ctl(struct serdev_device *serdev, int break_state) in serdev_device_break_ctl() function
396 EXPORT_SYMBOL_GPL(serdev_device_break_ctl);
/linux-6.15/drivers/bluetooth/
H A Dbtnxpuart.c439 status = serdev_device_break_ctl(nxpdev->serdev, 0); in ps_control()
441 status = serdev_device_break_ctl(nxpdev->serdev, -1); in ps_control()
667 serdev_device_break_ctl(nxpdev->serdev, -1); in ps_init()
669 serdev_device_break_ctl(nxpdev->serdev, 0); in ps_init()