Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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-6.12.1/drivers/tty/serdev/
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-6.12.1/drivers/bluetooth/
Dbtnxpuart.c384 status = serdev_device_break_ctl(nxpdev->serdev, 0); in ps_control()
386 status = serdev_device_break_ctl(nxpdev->serdev, -1); in ps_control()
573 serdev_device_break_ctl(nxpdev->serdev, -1); in ps_init()
575 serdev_device_break_ctl(nxpdev->serdev, 0); in ps_init()