Lines Matching defs:ctrl

75 	struct serdev_controller *ctrl = to_serdev_controller(dev);  in serdev_ctrl_release()  local
102 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add() local
138 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove() local
147 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open() local
175 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close() local
222 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf() local
235 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write() local
263 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush() local
274 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room() local
285 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate() local
297 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_flow_control() local
309 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_parity() local
320 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_wait_until_sent() local
331 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_get_tiocm() local
342 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_tiocm() local
392 struct serdev_device *serdev_device_alloc(struct serdev_controller *ctrl) in serdev_device_alloc()
424 struct serdev_controller *ctrl; in serdev_controller_alloc() local
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() local
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()