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