Lines Matching refs:serdev_controller

76 	struct serdev_controller *ctrl = to_serdev_controller(dev);  in serdev_ctrl_release()
103 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add()
139 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove()
148 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open()
176 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close()
238 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf()
273 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write()
319 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush()
330 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room()
341 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate()
353 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_flow_control()
365 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_parity()
376 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_wait_until_sent()
387 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_get_tiocm()
398 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_tiocm()
448 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc()
477 struct serdev_controller *serdev_controller_alloc(struct device *parent, in serdev_controller_alloc()
480 struct serdev_controller *ctrl; in serdev_controller_alloc()
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()
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()