Searched defs:serdev (Results 1 – 1 of 1) sorted by relevance
110 struct serdev_device *serdev; member119 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() local191 struct serdev_device *serdev = ctrl->serdev; in serdev_controller_receive_buf() local248 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