Searched refs:busid (Results 1 – 2 of 2) sorted by relevance
| /include/linux/amba/ |
| D | bus.h | 159 #define __AMBA_DEV(busid, data, mask) \ argument 162 .init_name = busid, \ 172 #define AMBA_APB_DEVICE(name, busid, id, base, irqs, data) \ argument 174 .dev = __AMBA_DEV(busid, data, 0), \ 183 #define AMBA_AHB_DEVICE(name, busid, id, base, irqs, data) \ argument 185 .dev = __AMBA_DEV(busid, data, ~0ULL), \
|
| /include/trace/events/ |
| D | mdio.h | 20 __array(char, busid, MII_BUS_ID_SIZE) 28 strscpy(__entry->busid, bus->id, MII_BUS_ID_SIZE); 36 __entry->busid, __entry->read ? "read" : "write",
|