Home
last modified time | relevance | path

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

/linux/include/linux/device-id/
H A Di3c.h13 #define I3C_MATCH_PART 0x4 macro
/linux/include/linux/i3c/
H A Ddevice.h153 #define I3C_MATCH_MANUF_AND_PART (I3C_MATCH_MANUF | I3C_MATCH_PART)
/linux/scripts/mod/
H A Dfile2alias.c875 ADD(alias, "part", match_flags & I3C_MATCH_PART, part_id); in do_i3c_entry()