Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dgreybus_id.h23 #define GREYBUS_ID_MATCH_VENDOR BIT(0) macro
Dgreybus.h41 (GREYBUS_ID_MATCH_VENDOR | GREYBUS_ID_MATCH_PRODUCT)
Dcore.c33 if ((id->match_flags & GREYBUS_ID_MATCH_VENDOR) && in greybus_match_one_id()