Home
last modified time | relevance | path

Searched refs:I3C_CONFIG_TARGET (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Di3c.h439 I3C_CONFIG_TARGET, enumerator
1419 return i3c_configure(dev, I3C_CONFIG_TARGET, config); in i3c_configure_target()
1494 return i3c_config_get(dev, I3C_CONFIG_TARGET, config); in i3c_config_get_target()
/Zephyr-latest/drivers/i3c/
Di3c_common.c956 ret = i3c_config_get(dev, I3C_CONFIG_TARGET, &config_target); in i3c_bus_deftgts()
Di3c_npcx.c2600 } else if (type == I3C_CONFIG_TARGET) { in npcx_i3c_configure()
2626 } else if (type == I3C_CONFIG_TARGET) { in npcx_i3c_config_get()
Di3c_dw.c1966 } else if (type == I3C_CONFIG_TARGET) { in dw_i3c_config_get()
2026 } else if (type == I3C_CONFIG_TARGET) { in dw_i3c_configure()
Di3c_stm32.c705 if (type == I3C_CONFIG_TARGET || type == I3C_CONFIG_CUSTOM) { in i3c_stm32_configure()
Di3c_cdns.c2988 } else if (type == I3C_CONFIG_TARGET) { in cdns_i3c_config_get()