Lines Matching refs:serdev_controller

77 	struct serdev_controller *ctrl = to_serdev_controller(dev);  in serdev_ctrl_release()
104 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add()
140 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove()
149 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open()
177 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close()
239 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf()
274 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write()
320 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush()
331 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room()
342 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate()
354 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_flow_control()
366 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_parity()
377 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_wait_until_sent()
388 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_get_tiocm()
399 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_tiocm()
447 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc()
476 struct serdev_controller *serdev_controller_alloc(struct device *parent, in serdev_controller_alloc()
479 struct serdev_controller *ctrl; in serdev_controller_alloc()
520 static int of_serdev_register_devices(struct serdev_controller *ctrl) in of_serdev_register_devices()
639 static int acpi_serdev_check_resources(struct serdev_controller *ctrl, in acpi_serdev_check_resources()
671 static acpi_status acpi_serdev_register_device(struct serdev_controller *ctrl, in acpi_serdev_register_device()
707 struct serdev_controller *ctrl = data; in acpi_serdev_add_device()
727 static int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
746 static inline int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
759 int serdev_controller_add(struct serdev_controller *ctrl) in serdev_controller_add()
809 void serdev_controller_remove(struct serdev_controller *ctrl) in serdev_controller_remove()