Searched refs:aw8601_ioctl (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | aw8601.c | 391 static long aw8601_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in aw8601_ioctl() function 467 ret = aw8601_ioctl(sd, RK_VIDIOC_VCM_TIMEINFO, &vcm_tim); in aw8601_compat_ioctl32() 482 ret = aw8601_ioctl(sd, RK_VIDIOC_GET_VCM_CFG, &vcm_cfg); in aw8601_compat_ioctl32() 491 ret = aw8601_ioctl(sd, cmd, &vcm_cfg); in aw8601_compat_ioctl32() 497 ret = aw8601_ioctl(sd, cmd, &max_logicalpos); in aw8601_compat_ioctl32() 511 .ioctl = aw8601_ioctl,
|