Lines Matching full:ep
48 static int emul_rx_set_frmival(const struct device *dev, enum video_endpoint_id ep, in emul_rx_set_frmival() argument
54 if (ep != VIDEO_EP_IN && ep != VIDEO_EP_OUT && ep != VIDEO_EP_ALL) { in emul_rx_set_frmival()
60 static int emul_rx_get_frmival(const struct device *dev, enum video_endpoint_id ep, in emul_rx_get_frmival() argument
66 if (ep != VIDEO_EP_IN && ep != VIDEO_EP_OUT && ep != VIDEO_EP_ALL) { in emul_rx_get_frmival()
72 static int emul_rx_enum_frmival(const struct device *dev, enum video_endpoint_id ep, in emul_rx_enum_frmival() argument
78 if (ep != VIDEO_EP_IN && ep != VIDEO_EP_OUT && ep != VIDEO_EP_ALL) { in emul_rx_enum_frmival()
84 static int emul_rx_set_fmt(const struct device *const dev, enum video_endpoint_id ep, in emul_rx_set_fmt() argument
92 if (ep != VIDEO_EP_IN && ep != VIDEO_EP_OUT && ep != VIDEO_EP_ALL) { in emul_rx_set_fmt()
109 static int emul_rx_get_fmt(const struct device *dev, enum video_endpoint_id ep, in emul_rx_get_fmt() argument
115 if (ep != VIDEO_EP_IN && ep != VIDEO_EP_OUT && ep != VIDEO_EP_ALL) { in emul_rx_get_fmt()
122 static int emul_rx_get_caps(const struct device *dev, enum video_endpoint_id ep, in emul_rx_get_caps() argument
128 if (ep != VIDEO_EP_IN && ep != VIDEO_EP_OUT && ep != VIDEO_EP_ALL) { in emul_rx_get_caps()
177 static int emul_rx_enqueue(const struct device *dev, enum video_endpoint_id ep, in emul_rx_enqueue() argument
184 if (ep != VIDEO_EP_OUT && ep != VIDEO_EP_ALL) { in emul_rx_enqueue()
203 static int emul_rx_dequeue(const struct device *dev, enum video_endpoint_id ep, in emul_rx_dequeue() argument
209 if (ep != VIDEO_EP_OUT && ep != VIDEO_EP_ALL) { in emul_rx_dequeue()
222 static int emul_rx_flush(const struct device *dev, enum video_endpoint_id ep, bool cancel) in emul_rx_flush() argument
228 if (ep != VIDEO_EP_OUT && ep != VIDEO_EP_ALL) { in emul_rx_flush()