Home
last modified time | relevance | path

Searched refs:i3c_target_match (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/i3c/
H A Di3c.h232 bool i3c_target_match(I3CBus *bus, I3CTarget *target, uint8_t address);
/openbmc/qemu/hw/i3c/
H A Dcore.c84 bool i3c_target_match(I3CBus *bus, I3CTarget *target, uint8_t address) in i3c_target_match() function
135 if (i3c_target_match(bus, target, address)) { in i3c_scan_bus()