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

/linux-master/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) function
/linux-master/drivers/tty/serdev/
H A Dcore.c398 int serdev_device_break_ctl(struct serdev_device *serdev, int break_state) function
407 EXPORT_SYMBOL_GPL(serdev_device_break_ctl); variable
/linux-master/drivers/bluetooth/
H A Dbtnxpuart.c355 status = serdev_device_break_ctl(nxpdev->serdev, 0);
357 status = serdev_device_break_ctl(nxpdev->serdev, -1);
527 serdev_device_break_ctl(nxpdev->serdev, -1);
529 serdev_device_break_ctl(nxpdev->serdev, 0);

Completed in 242 milliseconds