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
142 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove() local
151 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open() local
179 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close() local
230 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf() local
264 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write() local
310 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush() local
321 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room() local
332 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate() local
344 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_flow_control() local
356 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_parity() local
367 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_wait_until_sent() local
378 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_get_tiocm() local
389 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_tiocm() local
400 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_break_ctl() local
448 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc()
482 struct serdev_controller *ctrl; in serdev_controller_alloc() local
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() local
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()