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()
141 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove()
150 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open()
178 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close()
229 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf()
263 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write()
309 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush()
320 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate()
332 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_flow_control()
344 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_parity()
355 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_wait_until_sent()
366 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_get_tiocm()
377 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_tiocm()
388 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_break_ctl()
441 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc()
471 struct serdev_controller *serdev_controller_alloc(struct device *host, in serdev_controller_alloc()
475 struct serdev_controller *ctrl; in serdev_controller_alloc()
517 static int of_serdev_register_devices(struct serdev_controller *ctrl) in of_serdev_register_devices()
636 static int acpi_serdev_check_resources(struct serdev_controller *ctrl, in acpi_serdev_check_resources()
668 static acpi_status acpi_serdev_register_device(struct serdev_controller *ctrl, in acpi_serdev_register_device()
705 struct serdev_controller *ctrl = data; in acpi_serdev_add_device()
721 static int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
754 static inline int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
767 int serdev_controller_add(struct serdev_controller *ctrl) in serdev_controller_add()
816 void serdev_controller_remove(struct serdev_controller *ctrl) in serdev_controller_remove()