Searched defs:emul (Results 1 – 11 of 11) sorted by relevance
69 struct emul { struct71 emul_init_t init; argument78 /** The bus type that the emulator is attached to */ argument79 enum emul_bus_type bus_type; argument82 struct i2c_emul *i2c; argument86 /** Address of the API structure exposed by the emulator instance */ argument95 #define EMUL_DT_NAME_GET(node_id) _CONCAT(__emulreg_, node_id) argument
8 project(emul) project
21 ZTEST(emul, test_emul_dt_get) in ZTEST() argument34 ZTEST(emul, test_emul_backend_api) in ZTEST() argument
40 struct espi_emul *emul; in espi_emul_find() local91 struct espi_emul *emul; in espi_emul_read_lpc_request() local136 struct espi_emul *emul; in espi_emul_send_vwire() local160 struct espi_emul *emul; in espi_emul_receive_vwire() local202 int espi_emul_register(const struct device *dev, struct espi_emul *emul) in espi_emul_register()
55 struct spi_emul *emul; in spi_emul_find() local69 struct spi_emul *emul; in spi_emul_io() local98 int spi_emul_register(const struct device *dev, struct spi_emul *emul) in spi_emul_register()
48 struct i2c_emul *emul = NULL; in i2c_emul_find() local80 struct i2c_emul *emul; in i2c_emul_transfer() local121 int i2c_emul_register(const struct device *dev, struct i2c_emul *emul) in i2c_emul_register()
41 const struct emul *emul = emul_get_binding(elp->dev->name); in emul_init_for_bus() local
18 const struct device *emul; member
68 struct espi_emul emul; member249 static int emul_host_init(const struct emul *emul, const struct device *bus) in emul_host_init()
22 struct i2c_emul emul; member
79 const struct emul *emul = emul_get_binding(dev->name); in run_generic_test() local