Lines Matching defs:bus
36 * b<number> -- BCMA bus core number
37 * ccw<name> -- CCW bus group name
41 * [P<domain>]p<bus>s<slot>[f<function>][d<dev_port>]
43 * [P<domain>]p<bus>s<slot>[f<function>][u<port>][..][c<config>][i<interface>]
190 unsigned domain, bus, slot, func, dev_port = 0;
200 if (sscanf(udev_device_get_sysname(names->pcidev), "%x:%x:%x.%u", &domain, &bus, &slot, &func) != 4)
208 /* compose a name based on the raw kernel's PCI bus, slot numbers */
213 l = strpcpyf(&s, l, "p%us%u", bus, slot);
282 /* check if our direct parent is a PCI device with no other bus in-between */
357 /* bus num:core num */
383 /* Retrieve bus-ID of the grouped CCW device. The bus-ID uniquely
385 * subsystem. Note that the bus-ID contains lowercase characters.
391 /* Check the length of the bus-ID. Rely on that the kernel provides
392 * a correct bus-ID; alternatively, improve this check and parse and
393 * verify each bus-ID part...
399 /* Store the CCW bus-ID for use as network device name */
562 /* Broadcom bus */