Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/drivers/usb/
Duhc.h215 struct uhc_api { struct
216 int (*lock)(const struct device *dev);
217 int (*unlock)(const struct device *dev);
219 int (*init)(const struct device *dev);
220 int (*enable)(const struct device *dev);
221 int (*disable)(const struct device *dev);
222 int (*shutdown)(const struct device *dev);
224 int (*bus_reset)(const struct device *dev);
225 int (*sof_enable)(const struct device *dev);
226 int (*bus_suspend)(const struct device *dev);
[all …]
/Zephyr-Core-3.7.0/doc/connectivity/usb/host/api/
Duhc.rst1 .. _uhc_api: target