Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/greybus/
H A Dgreybus_id.h24 #define GREYBUS_ID_MATCH_PRODUCT BIT(1) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dgreybus.h41 (GREYBUS_ID_MATCH_VENDOR | GREYBUS_ID_MATCH_PRODUCT)
/OK3568_Linux_fs/kernel/drivers/greybus/
H A Dcore.c37 if ((id->match_flags & GREYBUS_ID_MATCH_PRODUCT) && in greybus_match_one_id()