Symbol: rzv2h_ivc
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c
101
struct rzv2h_ivc *ivc = dev_get_drvdata(dev);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c
129
struct rzv2h_ivc *ivc = dev_get_drvdata(dev);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c
165
struct rzv2h_ivc *ivc = dev_get_drvdata(dev);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c
17
void rzv2h_ivc_write(struct rzv2h_ivc *ivc, u32 addr, u32 val)
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c
183
struct rzv2h_ivc *ivc;
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c
22
void rzv2h_ivc_update_bits(struct rzv2h_ivc *ivc, unsigned int addr,
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c
225
struct rzv2h_ivc *ivc = platform_get_drvdata(pdev);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c
36
static int rzv2h_ivc_get_hardware_resources(struct rzv2h_ivc *ivc,
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c
71
static void rzv2h_ivc_global_config(struct rzv2h_ivc *ivc)
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-subdev.c
259
struct rzv2h_ivc *ivc = container_of(sd, struct rzv2h_ivc, subdev.sd);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-subdev.c
273
struct rzv2h_ivc *ivc = video_get_drvdata(vdev);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-subdev.c
320
int rzv2h_ivc_initialise_subdevice(struct rzv2h_ivc *ivc)
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-subdev.c
368
void rzv2h_ivc_deinit_subdevice(struct rzv2h_ivc *ivc)
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
127
void rzv2h_ivc_buffer_done(struct rzv2h_ivc *ivc)
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
147
struct rzv2h_ivc *ivc = container_of(work, struct rzv2h_ivc,
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
176
struct rzv2h_ivc *ivc = vb2_get_drv_priv(q);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
194
struct rzv2h_ivc *ivc = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
208
static void rzv2h_ivc_format_configure(struct rzv2h_ivc *ivc)
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
242
static void rzv2h_ivc_return_buffers(struct rzv2h_ivc *ivc,
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
262
struct rzv2h_ivc *ivc = vb2_get_drv_priv(q);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
294
struct rzv2h_ivc *ivc = vb2_get_drv_priv(q);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
336
struct rzv2h_ivc *ivc = video_drvdata(file);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
363
static void rzv2h_ivc_set_format(struct rzv2h_ivc *ivc,
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
378
struct rzv2h_ivc *ivc = video_drvdata(file);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
437
int rzv2h_ivc_init_vdev(struct rzv2h_ivc *ivc, struct v4l2_device *v4l2_dev)
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c
523
void rzv2h_deinit_video_dev_and_queue(struct rzv2h_ivc *ivc)
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc.h
123
int rzv2h_ivc_init_vdev(struct rzv2h_ivc *ivc, struct v4l2_device *v4l2_dev);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc.h
124
void rzv2h_deinit_video_dev_and_queue(struct rzv2h_ivc *ivc);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc.h
125
void rzv2h_ivc_buffer_done(struct rzv2h_ivc *ivc);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc.h
126
int rzv2h_ivc_initialise_subdevice(struct rzv2h_ivc *ivc);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc.h
127
void rzv2h_ivc_deinit_subdevice(struct rzv2h_ivc *ivc);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc.h
128
void rzv2h_ivc_write(struct rzv2h_ivc *ivc, u32 addr, u32 val);
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc.h
129
void rzv2h_ivc_update_bits(struct rzv2h_ivc *ivc, unsigned int addr,