Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dcore.c471 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc() function
488 EXPORT_SYMBOL_GPL(serdev_device_alloc);
557 serdev = serdev_device_alloc(ctrl); in of_serdev_register_devices()
679 serdev = serdev_device_alloc(ctrl); in acpi_serdev_register_device()
762 serdev = serdev_device_alloc(ctrl); in platform_serdev_register_devices()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserdev.h163 struct serdev_device *serdev_device_alloc(struct serdev_controller *);