Searched refs:i3c_configure (Results 1 – 2 of 2) sorted by relevance
1367 static inline int i3c_configure(const struct device *dev, in i3c_configure() function1398 return i3c_configure(dev, I3C_CONFIG_CONTROLLER, config); in i3c_configure_controller()1419 return i3c_configure(dev, I3C_CONFIG_TARGET, config); in i3c_configure_target()
325 ret = i3c_configure(dev, I3C_CONFIG_CONTROLLER, &config); in cmd_i3c_speed()