Lines Matching refs:motor_dev
98 struct motor_dev { struct
125 static int set_motor_running_status(struct motor_dev *motor, in set_motor_running_status() argument
392 static int motor_dev_parse_dt(struct motor_dev *motor) in motor_dev_parse_dt()
562 struct motor_dev *motor; in motor_timer_func()
567 motor = container_of(timer, struct motor_dev, timer); in motor_timer_func()
657 struct motor_dev *motor = container_of(ctrl->handler, in motor_s_ctrl()
658 struct motor_dev, ctrl_handler); in motor_s_ctrl()
710 static int motor_init_iris_status(struct motor_dev *motor) in motor_init_iris_status()
725 static int motor_init_focus_status(struct motor_dev *motor) in motor_init_focus_status()
740 static int motor_init_zoom_status(struct motor_dev *motor) in motor_init_zoom_status()
758 struct motor_dev *motor = container_of(sd, struct motor_dev, sd); in motor_ioctl()
818 static int motor_initialize_controls(struct motor_dev *motor) in motor_initialize_controls()
867 struct motor_dev *motor = dev_get_drvdata(dev); in set_iris_correction()
885 struct motor_dev *motor = dev_get_drvdata(dev); in set_focus_correction()
903 struct motor_dev *motor = dev_get_drvdata(dev); in set_zoom_correction()
938 static void dev_param_init(struct motor_dev *motor) in dev_param_init()
960 struct motor_dev *motor; in motor_dev_probe()
1025 struct motor_dev *motor; in motor_dev_remove()