Home
last modified time | relevance | path

Searched refs:serdev_device_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serdev/
H A Dcore.c64 static const struct device_type serdev_device_type = { variable
72 return dev->type == &serdev_device_type; in is_serdev_device()
461 serdev->dev.type = &serdev_device_type; in serdev_device_alloc()
777 if (dev->type == &serdev_device_type) in serdev_remove_device()
/kernel/linux/linux-6.6/drivers/tty/serdev/
H A Dcore.c64 static const struct device_type serdev_device_type = { variable
72 return dev->type == &serdev_device_type; in is_serdev_device()
470 serdev->dev.type = &serdev_device_type; in serdev_device_alloc()
819 if (dev->type == &serdev_device_type) in serdev_remove_device()

Completed in 3 milliseconds