Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serdev/
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()
/Linux-v6.6/include/linux/
Dserdev.h166 struct serdev_device *serdev_device_alloc(struct serdev_controller *);
/Linux-v6.6/drivers/platform/x86/x86-android-tablets/
Dcore.c202 serdev = serdev_device_alloc(to_serdev_controller(ctrl_dev)); in x86_instantiate_serdev()