Searched defs:motor_dev (Results 1 – 2 of 2) sorted by relevance
98 struct motor_dev { struct99 struct v4l2_subdev sd;100 struct v4l2_ctrl_handler ctrl_handler;101 struct pwm_device *pwm_a1;125 static int set_motor_running_status(struct motor_dev *motor, in set_motor_running_status() argument
42 struct motor_dev { struct53 static int motor_dev_parse_dt(struct motor_dev *motor) in motor_dev_parse_dt() argument