Home
last modified time | relevance | path

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

/openbmc/linux/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()