Home
last modified time | relevance | path

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

/linux/drivers/tty/serdev/
H A Dcore.c66 static const struct device_type serdev_device_type = { variable
74 return dev->type == &serdev_device_type; in is_serdev_device()
460 serdev->dev.type = &serdev_device_type; in serdev_device_alloc()
812 if (dev->type == &serdev_device_type) in serdev_remove_device()