Home
last modified time | relevance | path

Searched refs:uhc_init (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/usb/host/
Dusbh_core.c116 ret = uhc_init(uhs_ctx->dev, usbh_event_carrier); in usbh_init_device_intl()
/Zephyr-latest/include/zephyr/drivers/usb/
Duhc.h475 int uhc_init(const struct device *dev, uhc_event_cb_t event_cb);
/Zephyr-latest/drivers/usb/uhc/
Duhc_common.c301 int uhc_init(const struct device *dev, uhc_event_cb_t event_cb) in uhc_init() function