Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/drivers/bluetooth/
H A Dbtnxpuart.c373 status = serdev_device_break_ctl(nxpdev->serdev, 0); in ps_control()
375 status = serdev_device_break_ctl(nxpdev->serdev, -1); in ps_control()
562 serdev_device_break_ctl(nxpdev->serdev, -1); in ps_init()
564 serdev_device_break_ctl(nxpdev->serdev, 0); in ps_init()
/openbmc/linux/drivers/tty/serdev/
H A 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);