Lines Matching defs:which

235 	u32 which, uint32_t pad,
240 if (which == V4L2_SUBDEV_FORMAT_TRY) {
261 struct v4l2_subdev_state *sd_state, uint32_t which,
266 if (which == V4L2_SUBDEV_FORMAT_TRY)
274 uint32_t which,
282 ffmt[i] = atomisp_subdev_get_ffmt(sd, sd_state, which, i);
283 crop[i] = atomisp_subdev_get_rect(sd, sd_state, which, i,
285 comp[i] = atomisp_subdev_get_rect(sd, sd_state, which, i,
292 u32 which, uint32_t pad, uint32_t target,
302 isp_get_fmt_rect(sd, sd_state, which, ffmt, crop, comp);
312 atomisp_subdev_set_selection(sd, sd_state, which, pad,
329 rec = atomisp_subdev_get_rect(sd, sd_state, sel->which, sel->pad,
352 u32 which, uint32_t pad, uint32_t target,
365 isp_get_fmt_rect(sd, sd_state, which, ffmt, crop, comp);
368 "sel: pad %s tgt %s l %d t %d w %d h %d which %s f 0x%8.8x\n",
372 which == V4L2_SUBDEV_FORMAT_TRY ? "V4L2_SUBDEV_FORMAT_TRY"
410 atomisp_subdev_set_selection(sd, sd_state, which,
415 if (which == V4L2_SUBDEV_FORMAT_TRY)
501 if (!atomisp_subdev_get_rect(sd, sd_state, which, pad, target))
503 *r = *atomisp_subdev_get_rect(sd, sd_state, which, pad, target);
520 return atomisp_subdev_set_selection(sd, sd_state, sel->which,
527 uint32_t which,
533 atomisp_subdev_get_ffmt(sd, sd_state, which, pad);
535 dev_dbg(isp->dev, "ffmt: pad %s w %d h %d code 0x%8.8x which %s\n",
537 which == V4L2_SUBDEV_FORMAT_TRY ? "V4L2_SUBDEV_FORMAT_TRY"
554 isp_subdev_propagate(sd, sd_state, which, pad,
557 if (which == V4L2_SUBDEV_FORMAT_ACTIVE) {
593 fmt->format = *atomisp_subdev_get_ffmt(sd, sd_state, fmt->which,
613 atomisp_subdev_set_ffmt(sd, sd_state, fmt->which, fmt->pad,