Lines Matching refs:serdev_controller
79 struct serdev_controller *ctrl = to_serdev_controller(dev); in serdev_ctrl_release()
106 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add()
142 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove()
151 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open()
179 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close()
230 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf()
264 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write()
310 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush()
321 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room()
332 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate()
344 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_flow_control()
356 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_parity()
367 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_wait_until_sent()
378 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_get_tiocm()
389 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_tiocm()
400 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_break_ctl()
448 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc()
478 struct serdev_controller *serdev_controller_alloc(struct device *host, in serdev_controller_alloc()
482 struct serdev_controller *ctrl; in serdev_controller_alloc()
524 static int of_serdev_register_devices(struct serdev_controller *ctrl) in of_serdev_register_devices()
643 static int acpi_serdev_check_resources(struct serdev_controller *ctrl, in acpi_serdev_check_resources()
675 static acpi_status acpi_serdev_register_device(struct serdev_controller *ctrl, in acpi_serdev_register_device()
712 struct serdev_controller *ctrl = data; in acpi_serdev_add_device()
728 static int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
761 static inline int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
774 int serdev_controller_add(struct serdev_controller *ctrl) in serdev_controller_add()
824 void serdev_controller_remove(struct serdev_controller *ctrl) in serdev_controller_remove()