Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/usb/
Duhc.h284 struct uhc_api { struct
285 int (*lock)(const struct device *dev);
286 int (*unlock)(const struct device *dev);
288 int (*init)(const struct device *dev);
289 int (*enable)(const struct device *dev);
290 int (*disable)(const struct device *dev);
291 int (*shutdown)(const struct device *dev);
293 int (*bus_reset)(const struct device *dev);
294 int (*sof_enable)(const struct device *dev);
295 int (*bus_suspend)(const struct device *dev);
[all …]
/Zephyr-latest/doc/connectivity/usb/host/api/
Duhc.rst1 .. _uhc_api: target