Searched refs:vpfe (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/drivers/media/platform/ti/am437x/ |
D | am437x-vpfe.c | 105 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() argument 117 for (k = 0; k < vpfe->num_active_fmt; k++) { in find_format_by_code() 118 fmt = vpfe->active_fmt[k]; in find_format_by_code() 126 static struct vpfe_fmt *find_format_by_pix(struct vpfe_device *vpfe, in find_format_by_pix() argument 132 for (k = 0; k < vpfe->num_active_fmt; k++) { in find_format_by_pix() 133 fmt = vpfe->active_fmt[k]; in find_format_by_pix() 141 static unsigned int __get_bytesperpixel(struct vpfe_device *vpfe, in __get_bytesperpixel() argument 144 struct vpfe_subdev_info *sdinfo = vpfe->current_subdev; in __get_bytesperpixel() [all …]
|
D | Makefile | 4 obj-$(CONFIG_VIDEO_AM437X_VPFE) += am437x-vpfe.o
|
D | Kconfig | 16 will be called am437x-vpfe.
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | ti-am437x-vpfe.txt | 10 - compatible: must be "ti,am437x-vpfe" 13 - ti,am437x-vpfe-interface: can be one of the following, 25 vpfe: vpfe@f0034000 { 26 compatible = "ti,am437x-vpfe"; 40 ti,am437x-vpfe-interface = <0>;
|
/Linux-v6.1/usr/include/ |
D | Makefile | 28 no-header-test += linux/am437x-vpfe.h
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | platform-cardlist.rst | 17 am437x-vpfe TI AM437x VPFE
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | am437x-gp-evm.dts | 1077 ti,am437x-vpfe-interface = <0>; 1094 ti,am437x-vpfe-interface = <0>;
|
D | am437x-l4.dtsi | 2116 vpfe0: vpfe@0 { 2117 compatible = "ti,am437x-vpfe"; 2142 vpfe1: vpfe@0 { 2143 compatible = "ti,am437x-vpfe";
|
D | am437x-sk-evm.dts | 888 ti,am437x-vpfe-interface = <0>;
|
D | am43x-epos-evm.dts | 980 ti,am437x-vpfe-interface = <0>;
|