Searched refs:i3c_device_type (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/i3c/
H A Dmaster.c107 static const struct device_type i3c_device_type; variable in typeref:struct:device_type
113 if (dev->type == &i3c_device_type)
125 if (dev->type == &i3c_device_type)
298 static const struct device_type i3c_device_type = { variable in typeref:struct:device_type
308 if (dev->type != &i3c_device_type)
1640 desc->dev->dev.type = &i3c_device_type;

Completed in 1437 milliseconds