Home
last modified time | relevance | path

Searched full:cif (Results 1 – 25 of 94) sorted by relevance

1234

/linux/sound/pci/riptide/
H A Driptide.c420 struct cmdif *cif; member
483 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm,
485 static int getsourcesink(struct cmdif *cif, unsigned char source,
489 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip);
667 static int senddata(struct cmdif *cif, const unsigned char *in, u32 offset) in senddata() argument
676 if (SEND_SMEM(cif, 0, addr) != 0) in senddata()
681 if (SEND_WMEM(cif, 2, in senddata()
691 static int loadfirmware(struct cmdif *cif, const unsigned char *img, in loadfirmware() argument
705 err = senddata(cif, in, laddr + saddr); in loadfirmware()
715 if (SEND_GOTO(cif, val) != 0) in loadfirmware()
[all …]
/linux/sound/soc/tegra/
H A Dtegra210_ope.c75 /* Set RX and TX CIF */ in tegra210_ope_hw_params()
79 dev_err(dev, "Can't set OPE RX CIF: %d\n", err); in tegra210_ope_hw_params()
86 dev_err(dev, "Can't set OPE TX CIF: %d\n", err); in tegra210_ope_hw_params()
124 .name = "OPE-RX-CIF",
126 .stream_name = "RX-CIF-Playback",
135 .stream_name = "RX-CIF-Capture",
145 .name = "OPE-TX-CIF",
147 .stream_name = "TX-CIF-Playback",
156 .stream_name = "TX-CIF-Capture",
176 { "RX-CIF-" sname, NULL, "RX XBAR-" sname }, \
[all …]
H A Dtegra210_adx.c232 .name = "ADX-RX-CIF", \
234 .stream_name = "RX-CIF-Playback", \
243 .stream_name = "RX-CIF-Capture", \
256 .name = "ADX-TX" #id "-CIF", \
258 .stream_name = "TX" #id "-CIF-Playback",\
267 .stream_name = "TX" #id "-CIF-Capture", \
297 { "RX-CIF-" sname, NULL, "XBAR-" sname }, \
298 { "RX", NULL, "RX-CIF-" sname }, \
300 { "TX" #id "-CIF-" sname, NULL, "TX" #id }, \
301 { "TX" #id " XBAR-" sname, NULL, "TX" #id "-CIF-" sname }, \
[all …]
H A Dtegra210_mvc.c484 /* Set RX CIF */ in tegra210_mvc_hw_params()
487 dev_err(dev, "Can't set MVC RX CIF: %d\n", err); in tegra210_mvc_hw_params()
491 /* Set TX CIF */ in tegra210_mvc_hw_params()
494 dev_err(dev, "Can't set MVC TX CIF: %d\n", err); in tegra210_mvc_hw_params()
564 .name = "MVC-RX-CIF",
566 .stream_name = "RX-CIF-Playback",
575 .stream_name = "RX-CIF-Capture",
587 .name = "MVC-TX-CIF",
589 .stream_name = "TX-CIF-Playback",
598 .stream_name = "TX-CIF-Capture",
[all …]
H A Dtegra210_i2s.c108 /* Store CIF and I2S control values */ in tegra210_i2s_sw_reset()
125 /* Restore CIF and I2S control values */ in tegra210_i2s_sw_reset()
624 /* AHUB CIF Audio bits configs */ in tegra210_i2s_hw_params()
675 /* For playback I2S RX-CIF and for capture TX-CIF is used */ in tegra210_i2s_hw_params()
715 .name = "I2S-CIF",
717 .stream_name = "CIF-Playback",
726 .stream_name = "CIF-Capture",
813 { "CIF-Playback", NULL, "XBAR-Playback" },
814 { "RX", NULL, "CIF-Playback" },
819 { "XBAR-Capture", NULL, "CIF-Capture" },
[all …]
H A Dtegra210_amx.c261 .name = "AMX-RX-CIF" #id, \
263 .stream_name = "RX" #id "-CIF-Playback",\
272 .stream_name = "RX" #id "-CIF-Capture", \
285 .name = "AMX-TX-CIF", \
287 .stream_name = "TX-CIF-Playback", \
296 .stream_name = "TX-CIF-Capture", \
326 { "RX" #id "-CIF-" sname, NULL, "RX" #id " XBAR-" sname },\
327 { "RX" #id, NULL, "RX" #id "-CIF-" sname }, \
329 { "TX-CIF-" sname, NULL, "TX" }, \
330 { "XBAR-" sname, NULL, "TX-CIF-" sname }, \
H A Dtegra186_asrc.c178 dev_err(dev, "Can't set ASRC RX%d CIF: %d\n", dai->id, ret); in tegra186_asrc_in_hw_params()
201 dev_err(dev, "Can't set ASRC TX%d CIF: %d\n", id, ret); in tegra186_asrc_out_hw_params()
493 .name = "ASRC-RX-CIF"#id, \
495 .stream_name = "RX" #id "-CIF-Playback",\
505 .stream_name = "RX" #id "-CIF-Capture", \
519 .name = "ASRC-TX-CIF"#id, \
521 .stream_name = "TX" #id "-CIF-Playback",\
531 .stream_name = "TX" #id "-CIF-Capture", \
611 { "RX" #id "-CIF-" sname, NULL, "RX" #id " XBAR-" sname }, \
612 { "RX" #id, NULL, "RX" #id "-CIF-" sname }, \
[all …]
H A Dtegra210_mixer.c307 .name = "MIXER-RX-CIF"#id, \
309 .stream_name = "RX" #id "-CIF-Playback",\
318 .stream_name = "RX" #id "-CIF-Capture", \
331 .name = "MIXER-TX-CIF" #id, \
333 .stream_name = "TX" #id "-CIF-Playback",\
342 .stream_name = "TX" #id "-CIF-Capture", \
448 { "RX" #id "-CIF-" sname, NULL, "RX" #id " XBAR-" sname }, \
449 { "RX" #id, NULL, "RX" #id "-CIF-" sname }
467 { "TX" #id "-CIF-" sname, NULL, "TX" #id }, \
468 { "TX" #id " XBAR-" sname, NULL, "TX" #id "-CIF-" sname }, \
H A Dtegra30_ahub.h406 * CIF: Client Interface; the HW module connecting an audio device to the
411 * Each TX CIF transmits data into the XBAR. Each RX CIF can receive audio
412 * transmitted by a particular TX CIF.
H A Dtegra186_dspk.c309 .name = "DSPK-CIF",
311 .stream_name = "CIF-Playback",
341 { "CIF-Playback", NULL, "XBAR-Playback" },
342 { "RX", NULL, "CIF-Playback" },
H A Dtegra210_dmic.c321 .name = "DMIC-CIF",
323 .stream_name = "CIF-Capture",
353 { "XBAR-Capture", NULL, "CIF-Capture" },
354 { "CIF-Capture", NULL, "TX" },
/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra30-i2s.yaml38 nvidia,ahub-cif-ids:
39 description: list of AHUB CIF IDs
51 - nvidia,ahub-cif-ids
62 nvidia,ahub-cif-ids = <4 4>;
/linux/Documentation/devicetree/bindings/media/
H A Drockchip-isp1.yaml20 - rockchip,px30-cif-isp
21 - rockchip,rk3399-cif-isp
132 const: rockchip,rk3399-cif-isp
146 const: rockchip,px30-cif-isp
185 compatible = "rockchip,rk3399-cif-isp";
269 compatible = "rockchip,px30-cif-isp";
/linux/arch/x86/platform/olpc/
H A Dolpc_ofw.c87 /* OFW cif _should_ be above this address */
105 printk(KERN_ERR "OFW detected, but cif has invalid address 0x%lx - disabling.\n", in olpc_ofw_detect()
113 printk(KERN_INFO "OFW detected in memory, cif @ 0x%lx (reserving top %ldMB)\n", in olpc_ofw_detect()
/linux/drivers/media/usb/gspca/
H A Dstv0680.c91 return gspca_dev->usb_buf[0]; /* 01 = VGA, 03 = QVGA, 00 = CIF */ in stv0680_get_video_mode()
156 gspca_err(gspca_dev, "Camera supports neither CIF nor QVGA mode\n"); in sd_config()
160 gspca_dbg(gspca_dev, D_PROBE, "Camera supports CIF mode\n"); in sd_config()
169 sd->video_mode = 0x00; /* CIF */ in sd_config()
250 0x0000 = CIF (352x288) in sd_start()
H A Dmr97310a.c12 * Support for the control settings for the CIF cameras is
79 u8 cam_type; /* 0 is CIF and 1 is VGA */
350 /* Several of the supported CIF cameras share the same USB ID but in sd_config()
375 * All but one of the known CIF cameras share the same USB ID, in sd_config()
380 * A list of known CIF cameras follows. They all report either in sd_config()
403 pr_err("Unknown CIF Sensor id : %02x\n", in sd_config()
407 gspca_dbg(gspca_dev, D_PROBE, "MR97310A CIF camera detected, sensor: %d\n", in sd_config()
784 u8 sign_reg = 7; /* This reg and the next one used on CIF cams. */ in setbrightness()
964 * This control is disabled for CIF type 1 and VGA type 0 cameras. in sd_init_controls()
1052 {USB_DEVICE(0x093a, 0x010e)}, /* All known MR97310A CIF cams */
/linux/sound/pci/ice1712/
H A Ddelta.c445 .cif = 0,
466 .cif = 0,
488 .cif = 0, /* the default level of the CIF pin from AK4524 */
510 .cif = 0, /* the default level of the CIF pin from AK4524 */
533 .cif = 0, /* the default level of the CIF pin from AK4524 */
555 .cif = 0,
H A Drevo.c235 .cif = 0,
257 .cif = 0,
278 .cif = 0,
296 .cif = 0,
346 .cif = 0,
H A Dak4xxx.c57 if (priv->cif) { in snd_ice1712_akm4xxx_write()
94 if (priv->cif) { in snd_ice1712_akm4xxx_write()
H A Dews.c345 .cif = 1, /* CIF high */
366 .cif = 1, /* CIF high */
387 .cif = 1, /* CIF high */
/linux/drivers/media/pci/tw5864/
H A Dtw5864-reg.h31 * 00 CIF
81 * 0 4CIF in 1 MB
82 * 1 1CIF in 1 MB
360 * 0 4CIF in bus n
361 * 1 1D1 + 4 CIF in bus n
378 * 0x15f: 4 CIF
379 * 0x2cf: 1 D1 + 3 CIF
382 * 0x15f: 4 CIF
383 * 0x2cf: 1 D1 + 3 CIF
386 * 0x11f: 4CIF (PAL)
[all …]
/linux/drivers/uio/
H A Duio_cif.c3 * UIO Hilscher CIF card driver
133 MODULE_DESCRIPTION("UIO Hilscher CIF card driver");
/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c747 RK_MUXROUTE_SAME(2, RK_PB4, 1, 0x184, BIT(16 + 7)), /* cif-d0m0 */
748 RK_MUXROUTE_SAME(3, RK_PA1, 3, 0x184, BIT(16 + 7) | BIT(7)), /* cif-d0m1 */
749 RK_MUXROUTE_SAME(2, RK_PB6, 1, 0x184, BIT(16 + 7)), /* cif-d1m0 */
750 RK_MUXROUTE_SAME(3, RK_PA2, 3, 0x184, BIT(16 + 7) | BIT(7)), /* cif-d1m1 */
751 RK_MUXROUTE_SAME(2, RK_PA0, 1, 0x184, BIT(16 + 7)), /* cif-d2m0 */
752 RK_MUXROUTE_SAME(3, RK_PA3, 3, 0x184, BIT(16 + 7) | BIT(7)), /* cif-d2m1 */
753 RK_MUXROUTE_SAME(2, RK_PA1, 1, 0x184, BIT(16 + 7)), /* cif-d3m0 */
754 RK_MUXROUTE_SAME(3, RK_PA5, 3, 0x184, BIT(16 + 7) | BIT(7)), /* cif-d3m1 */
755 RK_MUXROUTE_SAME(2, RK_PA2, 1, 0x184, BIT(16 + 7)), /* cif-d4m0 */
756 RK_MUXROUTE_SAME(3, RK_PA7, 3, 0x184, BIT(16 + 7) | BIT(7)), /* cif-d4m1 */
[all …]
/linux/drivers/gpu/drm/tve200/
H A Dtve200_display.c83 !(mode->hdisplay == 352 && mode->vdisplay == 288) && /* CIF(625) */ in tve200_display_check()
172 (mode->hdisplay == 352 && mode->vdisplay == 288)) { /* CIF(625) */ in tve200_display_enable()
174 dev_info(drm->dev, "CIF mode\n"); in tve200_display_enable()
/linux/arch/sparc/prom/
H A DMakefile17 lib-$(CONFIG_SPARC64) += cif.o

1234