/Linux-v4.19/drivers/media/platform/rcar-vin/ |
D | rcar-dma.c | 141 static void rvin_write(struct rvin_dev *vin, u32 value, u32 offset) in rvin_write() argument 143 iowrite32(value, vin->base + offset); in rvin_write() 146 static u32 rvin_read(struct rvin_dev *vin, u32 offset) in rvin_read() argument 148 return ioread32(vin->base + offset); in rvin_read() 473 static void rvin_set_coeff(struct rvin_dev *vin, unsigned short xs) in rvin_set_coeff() argument 494 rvin_write(vin, p_set->coeff_set[0], VNC1A_REG); in rvin_set_coeff() 495 rvin_write(vin, p_set->coeff_set[1], VNC1B_REG); in rvin_set_coeff() 496 rvin_write(vin, p_set->coeff_set[2], VNC1C_REG); in rvin_set_coeff() 498 rvin_write(vin, p_set->coeff_set[3], VNC2A_REG); in rvin_set_coeff() 499 rvin_write(vin, p_set->coeff_set[4], VNC2B_REG); in rvin_set_coeff() [all …]
|
D | rcar-core.c | 43 #define rvin_group_id_to_master(vin) ((vin) < 4 ? 0 : 4) argument 67 static unsigned int rvin_group_get_mask(struct rvin_dev *vin, in rvin_group_get_mask() argument 74 for (route = vin->info->routes; route->mask; route++) { in rvin_group_get_mask() 75 if (route->vin == vin->id && in rvin_group_get_mask() 78 vin_dbg(vin, in rvin_group_get_mask() 80 route->vin, route->csi, route->channel); in rvin_group_get_mask() 122 struct rvin_dev *vin = NULL; in rvin_group_link_notify() local 143 vin = container_of(vdev, struct rvin_dev, vdev); in rvin_group_link_notify() 144 master_id = rvin_group_id_to_master(vin->id); in rvin_group_link_notify() 146 if (WARN_ON(!group->vin[master_id])) { in rvin_group_link_notify() [all …]
|
D | rcar-v4l2.c | 90 static void rvin_format_align(struct rvin_dev *vin, struct v4l2_pix_format *pix) in rvin_format_align() argument 95 (vin->info->model == RCAR_M1 && in rvin_format_align() 122 walign = vin->format.pixelformat == V4L2_PIX_FMT_NV16 ? 5 : 1; in rvin_format_align() 125 v4l_bound_align_image(&pix->width, 2, vin->info->max_width, walign, in rvin_format_align() 126 &pix->height, 4, vin->info->max_height, 2, 0); in rvin_format_align() 131 vin_dbg(vin, "Format %ux%u bpl: %u size: %u\n", in rvin_format_align() 139 static int rvin_reset_format(struct rvin_dev *vin) in rvin_reset_format() argument 143 .pad = vin->parallel->source_pad, in rvin_reset_format() 147 ret = v4l2_subdev_call(vin_to_source(vin), pad, get_fmt, NULL, &fmt); in rvin_reset_format() 151 v4l2_fill_pix_format(&vin->format, &fmt.format); in rvin_reset_format() [all …]
|
D | rcar-vin.h | 121 unsigned int vin; member 220 #define vin_to_source(vin) ((vin)->parallel->subdev) argument 249 struct rvin_dev *vin[RCAR_VIN_NUM]; member 257 int rvin_dma_register(struct rvin_dev *vin, int irq); 258 void rvin_dma_unregister(struct rvin_dev *vin); 260 int rvin_v4l2_register(struct rvin_dev *vin); 261 void rvin_v4l2_unregister(struct rvin_dev *vin); 266 void rvin_crop_scale_comp(struct rvin_dev *vin); 268 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel);
|
D | Makefile | 2 rcar-vin-objs = rcar-core.o rcar-dma.o rcar-v4l2.o 5 obj-$(CONFIG_VIDEO_RCAR_VIN) += rcar-vin.o
|
/Linux-v4.19/drivers/staging/erofs/ |
D | unzip_vle_lz4.c | 111 void *vin, *vout; in z_erofs_vle_unzip_fast_percpu() local 121 vin = kmap_atomic(compressed_pages[0]); in z_erofs_vle_unzip_fast_percpu() 123 vin = erofs_vmap(compressed_pages, clusterpages); in z_erofs_vle_unzip_fast_percpu() 128 ret = z_erofs_unzip_lz4(vin, vout + pageofs, in z_erofs_vle_unzip_fast_percpu() 143 memcpy(vin + pageofs, vout + pageofs, j); in z_erofs_vle_unzip_fast_percpu() 159 kunmap_atomic(vin); in z_erofs_vle_unzip_fast_percpu() 161 erofs_vunmap(vin, clusterpages); in z_erofs_vle_unzip_fast_percpu() 173 void *vin; in z_erofs_vle_unzip_vmap() local 179 vin = erofs_pcpubuf[smp_processor_id()].data; in z_erofs_vle_unzip_vmap() 184 memcpy(vin + PAGE_SIZE *i, t, PAGE_SIZE); in z_erofs_vle_unzip_vmap() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/media/ |
D | rcar_vin.txt | 13 - "renesas,vin-r8a7743" for the R8A7743 device 14 - "renesas,vin-r8a7745" for the R8A7745 device 15 - "renesas,vin-r8a7778" for the R8A7778 device 16 - "renesas,vin-r8a7779" for the R8A7779 device 17 - "renesas,vin-r8a7790" for the R8A7790 device 18 - "renesas,vin-r8a7791" for the R8A7791 device 19 - "renesas,vin-r8a7792" for the R8A7792 device 20 - "renesas,vin-r8a7793" for the R8A7793 device 21 - "renesas,vin-r8a7794" for the R8A7794 device 22 - "renesas,vin-r8a7795" for the R8A7795 device [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | as3722-regulator.txt | 14 vin-ldo0-supply: Input supply for LDO0. 15 vin-ldo1-6-supply: Input supply for LDO1 and LDO6. 16 vin-ldo2-5-7-supply: Input supply for LDO2, LDO5 and LDO7. 17 vin-ldo3-4-supply: Input supply for LDO3 and LDO4. 18 vin-ldo9-10-supply: Input supply for LDO9 and LDO10. 19 vin-ldo11-supply: Input supply for LDO11.
|
D | tps6586x.txt | 16 - vin-sm0-supply: The input supply for the SM0. 17 - vin-sm1-supply: The input supply for the SM1. 18 - vin-sm2-supply: The input supply for the SM2. 47 vin-sm0-supply = <&some_reg>; 48 vin-sm1-supply = <&some_reg>; 49 vin-sm2-supply = <&some_reg>;
|
D | fan53555.txt | 12 - vin-supply: regulator supplying the vin pin 21 vin-supply = <&parent_reg>;
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | tegra124-nyan.dtsi | 166 vin-ldo0-supply = <&vdd_1v35_lp0>; 167 vin-ldo1-6-supply = <&vdd_3v3_run>; 168 vin-ldo2-5-7-supply = <&vddio_1v8>; 169 vin-ldo3-4-supply = <&vdd_3v3_sys>; 170 vin-ldo9-10-supply = <&vdd_5v0_sys>; 171 vin-ldo11-supply = <&vdd_3v3_run>; 625 vin-supply = <&vdd_mux>; 636 vin-supply = <&vdd_mux>; 649 vin-supply = <&vdd_3v3_sys>; 658 vin-supply = <&vdd_3v3_run>; [all …]
|
D | sunxi-libretech-all-h3-cc.dtsi | 62 vin-supply = <®_vcc5v0>; 72 vin-supply = <®_vcc5v0>; 90 vin-supply = <®_vcc5v0>; 102 vin-supply = <®_vcc3v3>; 113 vin-supply = <®_vcc5v0>;
|
D | rk3288-firefly-reload.dts | 98 vin-supply = <&vcc_5v>; 119 vin-supply = <&vcc_io>; 132 vin-supply = <&vcc_5v>; 144 vin-supply = <&vcc_io>; 156 vin-supply = <&vcc_io>; 168 vin-supply = <&vcc_io>; 180 vin-supply = <&vcc_io>; 188 vin-supply = <&vcc_io>;
|
D | rk3066a-mk808.dts | 51 vin-supply = <&vcc_io>; 65 vin-supply = <&vcc_io>; 77 vin-supply = <&vcc_io>; 90 vin-supply = <&vcc_io>;
|
D | armada-388-gp.dts | 300 vin-supply = <®_sata0>; 308 vin-supply = <®_sata0>; 326 vin-supply = <®_sata1>; 334 vin-supply = <®_sata1>; 350 vin-supply = <®_sata2>; 358 vin-supply = <®_sata2>; 374 vin-supply = <®_sata3>; 382 vin-supply = <®_sata3>;
|
D | rk3229-evb.dts | 42 vin-supply = <&vcc_sys>; 53 vin-supply = <&vccio_1v8>; 63 vin-supply = <&dc_12v>; 72 vin-supply = <&vcc_sys>; 81 vin-supply = <&vcc_sys>;
|
D | tegra20-plutux.dts | 77 vin-supply = <&vcc_24v_reg>; 87 vin-supply = <&vcc_24v_reg>; 97 vin-supply = <&vdd_3v3_reg>;
|
D | rk3288-evb-act8846.dts | 16 vin-supply = <&vcc_io>; 26 vin-supply = <&vcc_18>; 42 vin-supply = <&vcc_sys>; 53 vin-supply = <&vcc_sys>;
|
D | rk3288-firefly.dtsi | 33 vin-supply = <&vcc28_dvp>; 100 vin-supply = <&vcc_io>; 108 vin-supply = <&vcc_io>; 118 vin-supply = <&vcc_sys>; 131 vin-supply = <&vcc_5v>; 144 vin-supply = <&vcc_5v>; 161 vin-supply = <&vcc_io>; 222 vin-supply = <&vcc_sys>; 233 vin-supply = <&vcc_sys>;
|
D | dra76-evm.dts | 40 vin-supply = <&vsys_12v0>; 50 vin-supply = <&vsys_5v0>; 61 vin-supply = <&vsys_12v0>; 71 vin-supply = <&vsys_3v3>; 81 vin-supply = <&vio_3v3>; 91 vin-supply = <&smps5_reg>; 109 vin-supply = <&vsys_3v3>; 118 vin-supply = <&vio_3v3>;
|
D | tegra20-tec.dts | 86 vin-supply = <&vcc_24v_reg>; 96 vin-supply = <&vcc_24v_reg>; 106 vin-supply = <&vdd_3v3_reg>;
|
/Linux-v4.19/arch/arm64/boot/dts/rockchip/ |
D | rk3368-orion-r68-meta.dts | 77 vin-supply = <&vcc_sys>; 89 vin-supply = <&vcc_sys>; 99 vin-supply = <&vcc_sys>; 109 vin-supply = <&vcc_io>; 118 vin-supply = <&vcc_io>; 137 vin-supply = <&vcc_io>; 147 vin-supply = <&vcc_io>; 157 vin-supply = <&vcc_sys>; 204 vin-supply = <&vcc_sys>;
|
D | rk3399-gru-chromebook.dtsi | 21 vin-supply = <&ppvar_sys>; 46 vin-supply = <&ppvar_sys>; 91 vin-supply = <&ppvar_sys>; 106 vin-supply = <&pp1800>; 125 vin-supply = <&pp1800>; 146 vin-supply = <&pp1800>; 159 vin-supply = <&pp3300>; 174 vin-supply = <&pp3300>; 192 vin-supply = <&pp1800_pcie>;
|
D | rk3368-r88.dts | 83 vin-supply = <&vcc_sys>; 96 vin-supply = <&vcc_sys>; 106 vin-supply = <&vcc_sys>; 116 vin-supply = <&vcc_io>; 135 vin-supply = <&vcc_io>; 145 vin-supply = <&vcc_sys>; 188 vin-supply = <&vcc_sys>;
|
/Linux-v4.19/arch/arm64/boot/dts/amlogic/ |
D | meson-axg-s400.dts | 76 vin-supply = <&vddao_3v3>; 85 vin-supply = <&main_12v>; 94 vin-supply = <&vddao_3v3>; 103 vin-supply = <&vddao_3v3>; 112 vin-supply = <&main_12v>; 123 vin-supply = <&vcc_5v>;
|