Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/davinci/
Dvpfe_capture.c247 static int vpfe_config_ccdc_image_format(struct vpfe_device *vpfe_dev) in vpfe_config_ccdc_image_format()
294 static int vpfe_config_image_format(struct vpfe_device *vpfe_dev, in vpfe_config_image_format()
370 static int vpfe_initialize_device(struct vpfe_device *vpfe_dev) in vpfe_initialize_device()
418 struct vpfe_device *vpfe_dev = video_drvdata(file); in vpfe_open()
457 static void vpfe_schedule_next_buffer(struct vpfe_device *vpfe_dev) in vpfe_schedule_next_buffer()
470 static void vpfe_schedule_bottom_field(struct vpfe_device *vpfe_dev) in vpfe_schedule_bottom_field()
479 static void vpfe_process_buffer_complete(struct vpfe_device *vpfe_dev) in vpfe_process_buffer_complete()
491 struct vpfe_device *vpfe_dev = dev_id; in vpfe_isr()
568 struct vpfe_device *vpfe_dev = dev_id; in vdint1_isr()
592 static void vpfe_detach_irq(struct vpfe_device *vpfe_dev) in vpfe_detach_irq()
[all …]
/Linux-v5.4/drivers/media/platform/am437x/
Dam437x-vpfe.c181 __vpfe_get_format(struct vpfe_device *vpfe,
213 mbus_to_pix(struct vpfe_device *vpfe, in mbus_to_pix()
238 static void pix_to_mbus(struct vpfe_device *vpfe, in pix_to_mbus()
294 static inline struct vpfe_device *to_vpfe(struct vpfe_ccdc *ccdc) in to_vpfe()
296 return container_of(ccdc, struct vpfe_device, ccdc); in to_vpfe()
374 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_reg_dump()
398 struct vpfe_device *vpfe = to_vpfe(ccdc); in vpfe_ccdc_validate_param()
487 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_set_params()
516 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_config_ycbcr()
645 struct vpfe_device *vpfe = container_of(ccdc, struct vpfe_device, ccdc); in vpfe_ccdc_config_raw()
[all …]
Dam437x-vpfe.h217 struct vpfe_device { struct
/Linux-v5.4/include/media/davinci/
Dvpfe_capture.h89 struct vpfe_device { struct
164 struct vpfe_device *vpfe_dev; argument