Home
last modified time | relevance | path

Searched refs:GREYBUS_ID_MATCH_CLASS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/greybus/
H A Dgreybus_id.h25 #define GREYBUS_ID_MATCH_CLASS BIT(2) macro
/openbmc/linux/include/linux/
H A Dgreybus.h49 .match_flags = GREYBUS_ID_MATCH_CLASS, \
/openbmc/linux/drivers/greybus/
H A Dcore.c41 if ((id->match_flags & GREYBUS_ID_MATCH_CLASS) && in greybus_match_one_id()