Lines Matching refs:serdev_controller
75 struct serdev_controller *ctrl = to_serdev_controller(dev); in serdev_ctrl_release()
102 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add()
138 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove()
147 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open()
175 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close()
222 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf()
235 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write()
263 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush()
274 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room()
285 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate()
297 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_flow_control()
309 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_parity()
320 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_wait_until_sent()
331 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_get_tiocm()
342 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_tiocm()
392 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc()
421 struct serdev_controller *serdev_controller_alloc(struct device *parent, in serdev_controller_alloc()
424 struct serdev_controller *ctrl; in serdev_controller_alloc()
465 static int of_serdev_register_devices(struct serdev_controller *ctrl) in of_serdev_register_devices()
499 static acpi_status acpi_serdev_register_device(struct serdev_controller *ctrl, in acpi_serdev_register_device()
532 struct serdev_controller *ctrl = data; in acpi_serdev_add_device()
541 static int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
561 static inline int acpi_serdev_register_devices(struct serdev_controller *ctrl) in acpi_serdev_register_devices()
574 int serdev_controller_add(struct serdev_controller *ctrl) in serdev_controller_add()
624 void serdev_controller_remove(struct serdev_controller *ctrl) in serdev_controller_remove()