Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/i3c/
H A Ddevice.h167 .match_flags = I3C_MATCH_DCR, \
/openbmc/linux/drivers/i3c/
H A Ddevice.c235 if ((id->match_flags & I3C_MATCH_DCR) && in i3c_device_match_id()
/openbmc/linux/include/linux/
H A Dmod_devicetable.h495 #define I3C_MATCH_DCR 0x1 macro
/openbmc/linux/scripts/mod/
H A Dfile2alias.c952 ADD(alias, "dcr", match_flags & I3C_MATCH_DCR, dcr); in do_i3c_entry()