tpg_device
struct tpg_device *tpg;
static int tpg_stream_on(struct tpg_device *tpg)
static int tpg_reset(struct tpg_device *tpg)
static void tpg_stream_off(struct tpg_device *tpg)
static int tpg_configure_stream(struct tpg_device *tpg, u8 enable)
static int tpg_configure_testgen_pattern(struct tpg_device *tpg, s32 val)
static u32 tpg_hw_version(struct tpg_device *tpg)
static void tpg_subdev_init(struct tpg_device *tpg)
static int tpg_set_clock_rates(struct tpg_device *tpg)
struct tpg_device *tpg = v4l2_get_subdevdata(sd);
struct tpg_device *tpg = v4l2_get_subdevdata(sd);
__tpg_get_format(struct tpg_device *tpg,
static void tpg_try_format(struct tpg_device *tpg,
struct tpg_device *tpg = v4l2_get_subdevdata(sd);
struct tpg_device *tpg = v4l2_get_subdevdata(sd);
struct tpg_device *tpg = v4l2_get_subdevdata(sd);
struct tpg_device *tpg = v4l2_get_subdevdata(sd);
struct tpg_device *tpg = container_of(ctrl->handler,
struct tpg_device, ctrls);
struct tpg_device *tpg,
int msm_tpg_register_entity(struct tpg_device *tpg,
void msm_tpg_unregister_entity(struct tpg_device *tpg)
struct tpg_device *tpg,
int msm_tpg_register_entity(struct tpg_device *tpg,
void msm_tpg_unregister_entity(struct tpg_device *tpg);
struct tpg_device;
int (*configure_stream)(struct tpg_device *tpg, u8 enable);
int (*configure_testgen_pattern)(struct tpg_device *tpg, s32 val);
u32 (*hw_version)(struct tpg_device *tpg);
int (*reset)(struct tpg_device *tpg);
void (*subdev_init)(struct tpg_device *tpg);
struct tpg_device *tpg;