Home
last modified time | relevance | path

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

/linux-6.15/drivers/i3c/
H A Ddevice.c243 if ((id->match_flags & I3C_MATCH_MANUF) && in i3c_device_match_id()
/linux-6.15/include/linux/i3c/
H A Ddevice.h145 #define I3C_MATCH_MANUF_AND_PART (I3C_MATCH_MANUF | I3C_MATCH_PART)
/linux-6.15/include/linux/
H A Dmod_devicetable.h496 #define I3C_MATCH_MANUF 0x2 macro
/linux-6.15/scripts/mod/
H A Dfile2alias.c853 ADD(alias, "manuf", match_flags & I3C_MATCH_MANUF, manuf_id); in do_i3c_entry()