Lines Matching defs:udc_api
226 struct udc_api { struct
227 enum udc_bus_speed (*device_speed)(const struct device *dev);
228 int (*ep_enqueue)(const struct device *dev,
231 int (*ep_dequeue)(const struct device *dev,
233 int (*ep_set_halt)(const struct device *dev,
235 int (*ep_clear_halt)(const struct device *dev,
237 int (*ep_try_config)(const struct device *dev,
239 int (*ep_enable)(const struct device *dev,
241 int (*ep_disable)(const struct device *dev,
243 int (*host_wakeup)(const struct device *dev);
244 int (*set_address)(const struct device *dev,
246 int (*test_mode)(const struct device *dev,
248 int (*enable)(const struct device *dev);
249 int (*disable)(const struct device *dev);
250 int (*init)(const struct device *dev);
251 int (*shutdown)(const struct device *dev);
252 int (*lock)(const struct device *dev);
253 int (*unlock)(const struct device *dev);