Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dusb.h150 extern struct device_type usb_port_device_type;
170 return dev->type == &usb_port_device_type; in is_usb_port()
H A Dport.c468 struct device_type usb_port_device_type = { variable
743 port_dev->dev.type = &usb_port_device_type; in usb_hub_create_port_device()