Lines Matching defs:ctrl
76 struct serdev_controller *ctrl = to_serdev_controller(dev); in serdev_ctrl_release() local
103 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add() local
139 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove() local
148 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open() local
176 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close() local
238 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf() local
273 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write() local
319 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush() local
330 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room() local
341 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate() local
353 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_flow_control() local
365 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_parity() local
376 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_wait_until_sent() local
387 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_get_tiocm() local
398 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_tiocm() local
448 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc()
480 struct serdev_controller *ctrl; in serdev_controller_alloc() local
521 static int of_serdev_register_devices(struct serdev_controller *ctrl) in of_serdev_register_devices()
555 static acpi_status acpi_serdev_register_device(struct serdev_controller *ctrl, in acpi_serdev_register_device()
588 struct serdev_controller *ctrl = data; in acpi_serdev_add_device() local
597 static int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
617 static inline int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
630 int serdev_controller_add(struct serdev_controller *ctrl) in serdev_controller_add()
680 void serdev_controller_remove(struct serdev_controller *ctrl) in serdev_controller_remove()