Home
last modified time | relevance | path

Searched refs:usb_ep_device_type (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/core/
H A Dendpoint.c144 const struct device_type usb_ep_device_type = { variable
165 ep_dev->dev.type = &usb_ep_device_type; in usb_create_ep_devs()
H A Dusb.h149 extern const struct device_type usb_ep_device_type;
165 return dev->type == &usb_ep_device_type; in is_usb_endpoint()