Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/i3c/
Dmaster.c105 static const struct device_type i3c_device_type; variable
111 if (dev->type == &i3c_device_type) in dev_to_i3cbus()
123 if (dev->type == &i3c_device_type) in dev_to_i3cdesc()
296 static const struct device_type i3c_device_type = { variable
306 if (dev->type != &i3c_device_type) in i3c_device_match()
1501 desc->dev->dev.type = &i3c_device_type; in i3c_master_register_new_i3c_devs()