Lines Matching defs:ctrl
77 struct serdev_controller *ctrl = to_serdev_controller(dev); in serdev_ctrl_release() local
104 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add() local
140 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove() local
149 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open() local
177 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close() local
239 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf() local
274 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write() local
320 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush() local
331 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room() local
342 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate() local
354 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_flow_control() local
366 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_parity() local
377 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_wait_until_sent() local
388 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_get_tiocm() local
399 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_tiocm() local
447 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc()
479 struct serdev_controller *ctrl; in serdev_controller_alloc() local
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()
708 struct serdev_controller *ctrl = data; in acpi_serdev_add_device() local
724 static int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
757 static inline int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
770 int serdev_controller_add(struct serdev_controller *ctrl) in serdev_controller_add()
820 void serdev_controller_remove(struct serdev_controller *ctrl) in serdev_controller_remove()