Lines Matching defs:ep

60 #define USB_EP_LUT_IDX(ep) (USB_EP_DIR_IS_IN(ep) ? (ep & BIT_MASK(4)) + 16 : \  argument
74 struct udc_ep_config *udc_get_ep_cfg(const struct device *dev, const uint8_t ep) in udc_get_ep_cfg()
81 bool udc_ep_is_busy(const struct device *dev, const uint8_t ep) in udc_ep_is_busy()
91 void udc_ep_set_busy(const struct device *dev, const uint8_t ep, const bool busy) in udc_ep_set_busy()
118 struct net_buf *udc_buf_get(const struct device *dev, const uint8_t ep) in udc_buf_get()
130 struct net_buf *udc_buf_get_all(const struct device *dev, const uint8_t ep) in udc_buf_get_all()
157 struct net_buf *udc_buf_peek(const struct device *dev, const uint8_t ep) in udc_buf_peek()
240 const uint8_t ep, in ep_check_config()
332 const uint8_t ep, in udc_ep_try_config()
359 const uint8_t ep, in udc_ep_enable_internal()
397 const uint8_t ep, in udc_ep_enable()
424 int udc_ep_disable_internal(const struct device *dev, const uint8_t ep) in udc_ep_disable_internal()
446 int udc_ep_disable(const struct device *dev, const uint8_t ep) in udc_ep_disable()
470 int udc_ep_set_halt(const struct device *dev, const uint8_t ep) in udc_ep_set_halt()
507 int udc_ep_clear_halt(const struct device *dev, const uint8_t ep) in udc_ep_clear_halt()
612 int udc_ep_dequeue(const struct device *dev, const uint8_t ep) in udc_ep_dequeue()
652 const uint8_t ep, in udc_ep_buf_alloc()
678 const uint8_t ep, in udc_ctrl_alloc()
843 const uint8_t ep, in udc_ctrl_alloc_stage()
862 const uint8_t ep) in udc_ctrl_alloc_data()
879 const uint8_t ep) in udc_ctrl_alloc_status()