Searched refs:rvin_dev (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/media/platform/renesas/rcar-vin/ |
D | rcar-vin.h | 34 struct rvin_dev; 170 void (*scaler)(struct rvin_dev *vin); 214 struct rvin_dev { struct 253 void (*scaler)(struct rvin_dev *vin); argument 289 struct rvin_dev *vin[RCAR_VIN_NUM]; 291 int (*link_setup)(struct rvin_dev *vin); 299 int rvin_dma_register(struct rvin_dev *vin, int irq); 300 void rvin_dma_unregister(struct rvin_dev *vin); 302 int rvin_v4l2_register(struct rvin_dev *vin); 303 void rvin_v4l2_unregister(struct rvin_dev *vin); [all …]
|
D | rcar-v4l2.c | 91 const struct rvin_video_format *rvin_format_from_pixel(struct rvin_dev *vin, in rvin_format_from_pixel() 120 static u32 rvin_format_bytesperline(struct rvin_dev *vin, in rvin_format_bytesperline() 159 static void rvin_format_align(struct rvin_dev *vin, struct v4l2_pix_format *pix) in rvin_format_align() 215 static int rvin_reset_format(struct rvin_dev *vin) in rvin_reset_format() 250 static int rvin_try_format(struct rvin_dev *vin, u32 which, in rvin_try_format() 321 struct rvin_dev *vin = video_drvdata(file); in rvin_try_fmt_vid_cap() 329 struct rvin_dev *vin = video_drvdata(file); in rvin_s_fmt_vid_cap() 357 struct rvin_dev *vin = video_drvdata(file); in rvin_g_fmt_vid_cap() 367 struct rvin_dev *vin = video_drvdata(file); in rvin_enum_fmt_vid_cap() 428 static int rvin_remote_rectangle(struct rvin_dev *vin, struct v4l2_rect *rect) in rvin_remote_rectangle() [all …]
|
D | rcar-core.c | 43 #define v4l2_dev_to_vin(d) container_of(d, struct rvin_dev, v4l2_dev) 67 static int rvin_group_init(struct rvin_group *group, struct rvin_dev *vin, in rvin_group_init() 68 int (*link_setup)(struct rvin_dev *), in rvin_group_init() argument 117 static int rvin_group_get(struct rvin_dev *vin, in rvin_group_get() 118 int (*link_setup)(struct rvin_dev *), in rvin_group_get() argument 188 static void rvin_group_put(struct rvin_dev *vin) in rvin_group_put() 225 struct rvin_dev *vin = v4l2_dev_to_vin(notifier->v4l2_dev); in rvin_group_notify_complete() 256 struct rvin_dev *vin = v4l2_dev_to_vin(notifier->v4l2_dev); in rvin_group_notify_unbind() 282 struct rvin_dev *vin = v4l2_dev_to_vin(notifier->v4l2_dev); in rvin_group_notify_bound() 306 static int rvin_group_parse_of(struct rvin_dev *vin, unsigned int port, in rvin_group_parse_of() [all …]
|
D | rcar-dma.c | 159 static void rvin_write(struct rvin_dev *vin, u32 value, u32 offset) in rvin_write() 164 static u32 rvin_read(struct rvin_dev *vin, u32 offset) in rvin_read() 173 static bool rvin_scaler_needed(const struct rvin_dev *vin) in rvin_scaler_needed() 499 static void rvin_set_coeff(struct rvin_dev *vin, unsigned short xs) in rvin_set_coeff() 553 void rvin_scaler_gen2(struct rvin_dev *vin) in rvin_scaler_gen2() 617 void rvin_scaler_gen3(struct rvin_dev *vin) in rvin_scaler_gen3() 664 void rvin_crop_scale_comp(struct rvin_dev *vin) in rvin_crop_scale_comp() 703 static int rvin_setup(struct rvin_dev *vin) in rvin_setup() 931 static void rvin_disable_interrupts(struct rvin_dev *vin) in rvin_disable_interrupts() 936 static u32 rvin_get_interrupt_status(struct rvin_dev *vin) in rvin_get_interrupt_status() [all …]
|