Home
last modified time | relevance | path

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

/include/linux/
Dvirtio_config.h127 const char *(*bus_name)(struct virtio_device *vdev); member
197 if (!vdev->config->bus_name) in virtio_bus_name()
199 return vdev->config->bus_name(vdev); in virtio_bus_name()
Dusb.h325 const char *bus_name; /* stable id (PCI slot_name etc) */ member
666 actual = snprintf(buf, size, "usb-%s-%s", dev->bus->bus_name, in usb_make_path()
/include/linux/usb/
Dhcd.h374 struct device *dev, const char *bus_name);
376 struct device *dev, const char *bus_name,