Searched refs:oif_sd (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/media/i2c/s5c73m3/ |
| D | s5c73m3-core.c | 1391 v4l2_dbg(1, s5c73m3_dbg, &state->oif_sd, "clock frequency: %ld\n", in __s5c73m3_power_on() 1434 v4l2_err(&state->oif_sd, "Failed to reenable %s: %d\n", in __s5c73m3_power_off() 1482 state->oif_sd.name); in s5c73m3_oif_registered() 1487 S5C73M3_ISP_PAD, &state->oif_sd.entity, OIF_ISP_PAD, in s5c73m3_oif_registered() 1491 S5C73M3_JPEG_PAD, &state->oif_sd.entity, OIF_JPEG_PAD, in s5c73m3_oif_registered() 1666 struct v4l2_subdev *oif_sd; in s5c73m3_probe() local 1681 oif_sd = &state->oif_sd; in s5c73m3_probe() 1700 v4l2_i2c_subdev_init(oif_sd, client, &oif_subdev_ops); in s5c73m3_probe() 1701 strcpy(oif_sd->name, "S5C73M3-OIF"); in s5c73m3_probe() 1703 oif_sd->internal_ops = &oif_internal_ops; in s5c73m3_probe() [all …]
|
| D | s5c73m3.h | 384 struct v4l2_subdev oif_sd; member 461 return container_of(sd, struct s5c73m3, oif_sd); in oif_sd_to_s5c73m3()
|