Lines Matching defs:ctrl

79 	struct serdev_controller *ctrl = to_serdev_controller(dev);  in serdev_ctrl_release()  local
106 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add() local
141 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove() local
150 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open() local
178 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close() local
229 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf() local
263 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write() local
309 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush() local
320 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate() local
332 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_flow_control() local
344 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_parity() local
355 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_wait_until_sent() local
366 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_get_tiocm() local
377 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_tiocm() local
388 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_break_ctl() local
436 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc()
470 struct serdev_controller *ctrl; in serdev_controller_alloc() local
512 static int of_serdev_register_devices(struct serdev_controller *ctrl) in of_serdev_register_devices()
631 static int acpi_serdev_check_resources(struct serdev_controller *ctrl, in acpi_serdev_check_resources()
663 static acpi_status acpi_serdev_register_device(struct serdev_controller *ctrl, in acpi_serdev_register_device()
700 struct serdev_controller *ctrl = data; in acpi_serdev_add_device() local
716 static int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
749 static inline int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
762 int serdev_controller_add(struct serdev_controller *ctrl) in serdev_controller_add()
811 void serdev_controller_remove(struct serdev_controller *ctrl) in serdev_controller_remove()