/linux/Documentation/devicetree/bindings/spi/ |
H A D | nuvoton,npcm-fiu.txt | 28 - nuvoton,spix-mode: enable spix-mode for an expansion bus to an ASIC or CPLD.
|
/linux/drivers/media/platform/ti/vpe/ |
H A D | vpe.c | 867 struct v4l2_pix_format_mplane *spix; in set_srcdst_params() local 873 spix = &s_q_data->format.fmt.pix_mp; in set_srcdst_params() 888 bytes_per_line = ALIGN((spix->width * mv->depth) >> 3, in set_srcdst_params() 890 mv_buf_size = bytes_per_line * spix->height; in set_srcdst_params() 1581 struct v4l2_pix_format_mplane *spix; in vpe_g_fmt() local 1585 spix = &s_q_data->format.fmt.pix_mp; in vpe_g_fmt() 1587 pix->colorspace = spix->colorspace; in vpe_g_fmt() 1588 pix->xfer_func = spix->xfer_func; in vpe_g_fmt() 1589 pix->ycbcr_enc = spix->ycbcr_enc; in vpe_g_fmt() 1590 pix->quantization = spix in vpe_g_fmt() [all...] |
/linux/drivers/media/platform/via/ |
H A D | via-camera.c | 830 struct v4l2_pix_format *upix, struct v4l2_pix_format *spix) in viacam_do_try_fmt() argument 843 viacam_fmt_pre(upix, spix); in viacam_do_try_fmt() 844 v4l2_fill_mbus_format(&format.format, spix, f->mbus_code); in viacam_do_try_fmt() 846 v4l2_fill_pix_format(spix, &format.format); in viacam_do_try_fmt() 847 viacam_fmt_post(upix, spix); in viacam_do_try_fmt()
|
/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-npcm7xx.c | 601 NPCM7XX_GRP(spix), \ 736 NPCM7XX_SFUNC(spix); 855 NPCM7XX_MKFUNC(spix), 1137 NPCM7XX_PINCFG(224, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, SLEW), 1138 NPCM7XX_PINCFG(225, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW | GPO), 1139 NPCM7XX_PINCFG(226, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW | GPO), 1140 NPCM7XX_PINCFG(227, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), 1142 NPCM7XX_PINCFG(229, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), 1143 NPCM7XX_PINCFG(230, spix, MFSEL4, 27, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW),
|
H A D | pinctrl-npcm8xx.c | 784 NPCM8XX_GRP(spix), \ 1022 NPCM8XX_SFUNC(spix); 1245 NPCM8XX_MKFUNC(spix), 1531 NPCM8XX_PINCFG(224, spix, MFSEL4, 27, fm2, MFSEL6, 18, none, NONE, 0, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), 1532 NPCM8XX_PINCFG(225, spix, MFSEL4, 27, fm2, MFSEL6, 18, none, NONE, 0, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), 1534 NPCM8XX_PINCFG(227, spix, MFSEL4, 27, fm2, MFSEL6, 18, none, NONE, 0, none, NONE, 0, none, NONE, 0, DSTR(8, 12) | SLEW), 1536 NPCM8XX_PINCFG(229, spix, MFSEL4, 27, fm2, MFSEL6, 18, none, NONE, 0, none, NONE, 0, none, NONE, 0, GPO | DSTR(8, 12) | SLEW), 1537 NPCM8XX_PINCFG(230, spix, MFSEL4, 27, fm2, MFSEL6, 18, none, NONE, 0, none, NONE, 0, none, NONE, 0, GPO | DSTR(8, 12) | SLEW),
|
/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-common-npcm7xx.dtsi | 1195 spix_pins: spix-pins { 1196 groups = "spix"; 1197 function = "spix";
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | nuvoton,npcm7xx-pinctrl.txt | 152 jtag2, spix, spixcs1, pspi1, pspi2, ddc, clkreq, clkout, spi3, spi3cs1,
|
/linux/drivers/clk/ |
H A D | clk-npcm7xx.c | 210 #define NPCM7XX_CLK_S_SPIX "spix"
|
H A D | clk-npcm8xx.c | 216 { NPCM8XX_CLKDIV3, 1, 5, "spix", &npcm8xx_pre_divs[1].hw, CLK_DIVIDER_READ_ONLY, 0, NPCM8XX_CLK_SPIX },
|