Home
last modified time | relevance | path

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

/linux/include/linux/device-id/
H A Di3c.h11 #define I3C_MATCH_DCR 0x1 macro
/linux/include/linux/i3c/
H A Ddevice.h175 .match_flags = I3C_MATCH_DCR, \
/linux/scripts/mod/
H A Dfile2alias.c873 ADD(alias, "dcr", match_flags & I3C_MATCH_DCR, dcr); in do_i3c_entry()