Home
last modified time | relevance | path

Searched refs:vpfe_device (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/media/platform/ti/davinci/
Dvpfe_capture.c248 static int vpfe_config_ccdc_image_format(struct vpfe_device *vpfe_dev) in vpfe_config_ccdc_image_format()
295 static int vpfe_config_image_format(struct vpfe_device *vpfe_dev, in vpfe_config_image_format()
371 static int vpfe_initialize_device(struct vpfe_device *vpfe_dev) in vpfe_initialize_device()
419 struct vpfe_device *vpfe_dev = video_drvdata(file); in vpfe_open()
458 static void vpfe_schedule_next_buffer(struct vpfe_device *vpfe_dev) in vpfe_schedule_next_buffer()
471 static void vpfe_schedule_bottom_field(struct vpfe_device *vpfe_dev) in vpfe_schedule_bottom_field()
480 static void vpfe_process_buffer_complete(struct vpfe_device *vpfe_dev) in vpfe_process_buffer_complete()
492 struct vpfe_device *vpfe_dev = dev_id; in vpfe_isr()
569 struct vpfe_device *vpfe_dev = dev_id; in vdint1_isr()
593 static void vpfe_detach_irq(struct vpfe_device *vpfe_dev) in vpfe_detach_irq()
[all …]
/linux-5.19.10/drivers/media/platform/ti/am437x/
Dam437x-vpfe.c105 static int __subdev_get_format(struct vpfe_device *vpfe,
107 static int vpfe_calc_format_size(struct vpfe_device *vpfe,
111 static struct vpfe_fmt *find_format_by_code(struct vpfe_device *vpfe, in find_format_by_code()
126 static struct vpfe_fmt *find_format_by_pix(struct vpfe_device *vpfe, in find_format_by_pix()
141 static unsigned int __get_bytesperpixel(struct vpfe_device *vpfe, in __get_bytesperpixel()
179 static inline struct vpfe_device *to_vpfe(struct vpfe_ccdc *ccdc) in to_vpfe()
181 return container_of(ccdc, struct vpfe_device, ccdc); in to_vpfe()
255 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_reg_dump()
279 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_ccdc_validate_param()
329 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_ccdc_close()
[all …]
Dam437x-vpfe.h225 struct vpfe_device { struct
/linux-5.19.10/include/media/davinci/
Dvpfe_capture.h89 struct vpfe_device { struct
164 struct vpfe_device *vpfe_dev; argument