Home
last modified time | relevance | path

Searched defs:serdev (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dserdev.h110 struct serdev_device *serdev; member
119 static inline void *serdev_device_get_drvdata(const struct serdev_device *serdev) in serdev_device_get_drvdata()
124 static inline void serdev_device_set_drvdata(struct serdev_device *serdev, void *data) in serdev_device_set_drvdata()
133 static inline void serdev_device_put(struct serdev_device *serdev) in serdev_device_put()
139 static inline void serdev_device_set_client_ops(struct serdev_device *serdev, in serdev_device_set_client_ops()
179 struct serdev_device *serdev = ctrl->serdev; in serdev_controller_write_wakeup() local
191 struct serdev_device *serdev = ctrl->serdev; in serdev_controller_receive_buf() local
248 static inline int serdev_device_write_buf(struct serdev_device *serdev, in serdev_device_write_buf()
255 static inline int serdev_device_get_tiocm(struct serdev_device *serdev) in serdev_device_get_tiocm()
280 static inline bool serdev_device_get_cts(struct serdev_device *serdev) in serdev_device_get_cts()
[all …]

Completed in 5 milliseconds