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

/linux-master/drivers/tty/serdev/
H A Dcore.c101 * serdev_device_add() - add a device previously constructed via serdev_device_alloc()
442 * serdev_device_alloc() - Allocate a new serdev device
448 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) function
465 EXPORT_SYMBOL_GPL(serdev_device_alloc); variable
537 serdev = serdev_device_alloc(ctrl);
681 serdev = serdev_device_alloc(ctrl);
/linux-master/include/linux/
H A Dserdev.h168 struct serdev_device *serdev_device_alloc(struct serdev_controller *);
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dcore.c252 serdev = serdev_device_alloc(to_serdev_controller(ctrl_dev));

Completed in 125 milliseconds