Home
last modified time | relevance | path

Searched refs:i3c_device_get_info (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/i3c/
H A Ddevice.c97 void i3c_device_get_info(const struct i3c_device *dev, in i3c_device_get_info() function
108 EXPORT_SYMBOL_GPL(i3c_device_get_info);
271 i3c_device_get_info(i3cdev, &devinfo); in i3c_device_match_id()
H A Dmaster.c287 i3c_device_get_info(i3c, &devinfo); in modalias_show()
/linux/include/linux/i3c/
H A Ddevice.h328 void i3c_device_get_info(const struct i3c_device *dev, struct i3c_device_info *info);
/linux/drivers/net/mctp/
H A Dmctp-i3c.c214 i3c_device_get_info(mi->i3c, &info); in mctp_i3c_setup()