Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/host/
Dusbh_device.h26 struct usb_device *usbh_device_alloc(struct usbh_contex *const uhs_ctx);
Dusbh_core.c57 ctx->root = usbh_device_alloc(ctx); in dev_connected_handler()
Dusbh_device.c21 struct usb_device *usbh_device_alloc(struct usbh_contex *const uhs_ctx) in usbh_device_alloc() function