Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serdev/
H A Dcore.c458 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc() function
475 EXPORT_SYMBOL_GPL(serdev_device_alloc);
544 serdev = serdev_device_alloc(ctrl); in of_serdev_register_devices()
688 serdev = serdev_device_alloc(ctrl); in acpi_serdev_register_device()
/openbmc/linux/include/linux/
H A Dserdev.h166 struct serdev_device *serdev_device_alloc(struct serdev_controller *);
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c202 serdev = serdev_device_alloc(to_serdev_controller(ctrl_dev)); in x86_instantiate_serdev()