Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/greybus/
H A Dgreybus_id.h23 #define GREYBUS_ID_MATCH_VENDOR BIT(0) macro
/openbmc/linux/include/linux/
H A Dgreybus.h41 (GREYBUS_ID_MATCH_VENDOR | GREYBUS_ID_MATCH_PRODUCT)
/openbmc/linux/drivers/greybus/
H A Dcore.c33 if ((id->match_flags & GREYBUS_ID_MATCH_VENDOR) && in greybus_match_one_id()