Searched refs:BusObjectVtablePair (Results 1 – 2 of 2) sorted by relevance
11 typedef struct BusObjectVtablePair { struct14 } BusObjectVtablePair; argument20 const BusObjectVtablePair *fallback_vtables;27 #define BUS_FALLBACK_VTABLES(...) ((const BusObjectVtablePair[]) { __VA_ARGS__, {} })
26 for (const BusObjectVtablePair *p = impl->fallback_vtables; p && p->vtable; p++) { in bus_add_implementation()93 for (const BusObjectVtablePair *p = impl->fallback_vtables; p && p->vtable; p++) { in bus_introspect_implementation()