Lines Matching defs:bus

107 	uint8_t		bus;
674 * This function compares two bus ID strings. It understands the older
676 * domain, b is bus, d is device, f is function.
684 /* Try to match old/new-style PCI bus IDs. */
1016 * Open the device by bus ID.
1018 * \param busid bus ID.
1025 * comparing the device bus ID with the one supplied.
1088 * isn't already in use. If it's in use it then it will already have a bus ID
1169 * Looks up the specified name and bus ID, and opens the device found. The
1172 * \param name driver name. Not referenced if bus ID is supplied.
1173 * \param busid bus ID. Zero if not known.
1189 * Looks up the specified name and bus ID, and opens the device found. The
1192 * \param name driver name. Not referenced if bus ID is supplied.
1193 * \param busid bus ID. Zero if not known.
1411 * Free the bus ID information.
1413 * \param busid bus ID information string as given by drmGetBusid().
1425 * Get the bus ID of the device.
1429 * \return bus ID string.
1432 * This function gets the bus ID via successive DRM_IOCTL_GET_UNIQUE ioctls to
1456 * Set the bus ID of the device.
1459 * \param busid bus ID string.
2731 * Get IRQ from bus ID.
2734 * \param busnum bus number.
3611 unsigned int rdev, majmin, domain, bus, dev, func;
3651 nelem = sscanf(sysctl_val, bus_fmt, &domain, &bus, &dev, &func);
3655 info->bus = bus;
3666 unsigned int domain, bus, dev, func;
3676 num = sscanf(value, "%04x:%02x:%02x.%1u", &domain, &bus, &dev, &func);
3683 info->bus = bus;
3707 info->bus = pinfo.bus;
3901 patterns[0].pc_sel.pc_bus = info.bus;
4125 unsigned int bus, dev;
4136 ret = sscanf(value, "%03u", &bus);
4152 info->bus = bus;
4454 /* Consider devices located on the same bus as duplicate and fold the respective