Home
last modified time | relevance | path

Searched full:vu (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.12.1/drivers/staging/media/atomisp/pci/
Dia_css_frame_format.h57 IA_CSS_FRAME_FORMAT_NV21, /** 12 bit YUV 420, Y, VU plane */
58 IA_CSS_FRAME_FORMAT_NV61, /** 16 bit YUV 422, Y, VU plane */
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Ddata_direct.c42 start = pci_vpd_find_ro_info_keyword(vpd_data, vpd_size, "VU", &kw_len); in mlx5_data_direct_vpd_get_vuid()
45 pci_err(pdev, "VU keyword not found, err=%d\n", ret); in mlx5_data_direct_vpd_get_vuid()
/linux-6.12.1/rust/kernel/
Dstr.rs573 let non_ascii = CStr::from_bytes_with_nul(b"d\xe9j\xe0 vu\0").unwrap(); in test_cstr_display()
574 assert_eq!(format!("{}", non_ascii), "d\\xe9j\\xe0 vu"); in test_cstr_display()
596 let non_ascii = CStr::from_bytes_with_nul(b"d\xe9j\xe0 vu\0").unwrap(); in test_cstr_debug()
597 assert_eq!(format!("{:?}", non_ascii), "\"d\\xe9j\\xe0 vu\""); in test_cstr_debug()
610 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); in test_bstr_display()
611 assert_eq!(format!("{}", non_ascii), "d\\xe9j\\xe0 vu"); in test_bstr_display()
624 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); in test_bstr_debug()
625 assert_eq!(format!("{:?}", non_ascii), "\"d\\xe9j\\xe0 vu\""); in test_bstr_debug()
/linux-6.12.1/include/uapi/sound/
Dscarlett2.h7 * Copyright (c) 2023 by Geoffrey D. Bennett <g at b4.vu>
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dnvidia,tegra-audio-max9808x.yaml69 nvidia,model = "LG Optimus Vu MAX98089";
/linux-6.12.1/Documentation/target/
Dtarget-export-device7 # (C) Copyright 2014 Christophe Vu-Brugier <cvubrugier@fastmail.fm>
/linux-6.12.1/sound/drivers/vx/
Dvx_mixer.c345 * VU, peak meter record
357 * get the VU and peak meter values
813 * VU meter
972 /* VU, peak, saturation meters */ in snd_vx_mixer_new()
985 sprintf(name, "%s VU Meter", dir[c]); in snd_vx_mixer_new()
/linux-6.12.1/sound/soc/codecs/
Dcs42l43.h72 // Lock to ensure speaker VU updates don't clash
Dwm8580.c267 /* Clear the register cache VU so we write without VU set */ in wm8580_out_vu()
Dwm8962.c1591 /* The VU bits for the headphones are in a different register to the mute
1605 /* If the left PGA is enabled hit that VU bit... */ in wm8962_put_hp_sw()
1613 /* ...otherwise the right. The VU is stereo. */ in wm8962_put_hp_sw()
1621 /* The VU bits for the speakers are in a different register to the mute
1635 /* If the left PGA is enabled hit that VU bit... */ in wm8962_put_spk_sw()
1643 /* ...otherwise the right. The VU is stereo. */ in wm8962_put_spk_sw()
1995 /* VU bits for the output PGAs only take effect while the PGA is powered */
Dwm8523.c404 /* Change some default settings - latch VU and enable ZC */ in wm8523_probe()
Dwm8741.c433 /* Change some default settings - latch VU */ in wm8741_configure()
/linux-6.12.1/drivers/media/platform/imagination/
De5010-jpeg-enc.h133 CHROMA_ORDER_CR_CB = 1, //VU ordering
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-fw-isys.h179 IPU6_FW_ISYS_FRAME_FORMAT_NV21, /* 12 bit YUV 420, Y, VU plane */
180 IPU6_FW_ISYS_FRAME_FORMAT_NV61, /* 16 bit YUV 422, Y, VU plane */
/linux-6.12.1/arch/arm/boot/dts/nvidia/
Dtegra30-lg-p895.dts7 model = "LG Optimus Vu P895";
492 nvidia,model = "LG Optimus Vu MAX98089";
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/ti/
Dtlan.rst137 in the body of an email to majordomo@vuser.vu.union.edu.
/linux-6.12.1/Documentation/devicetree/bindings/arm/
Dtegra.yaml71 - description: LG Optimus Vu P895
/linux-6.12.1/drivers/macintosh/
Drack-meter.c3 * RackMac vu-meter driver
617 MODULE_DESCRIPTION("RackMeter: Support vu-meter on XServe front panel");
DKconfig252 blue LEDs "vu-meter" of the XServer macs.
/linux-6.12.1/sound/pci/echoaudio/
Dechoaudio.c1689 /******************* VU-meters switch *******************/
1705 .name = "VU-meters Switch",
1714 /***** Read VU-meters (input, output, analog and digital together) *****/
1736 .name = "VU-meters",
Dechoaudio.h381 char meters_enabled; /* VU-meters status */
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Dregd.c267 COUNTRY_REGD_ENT("VU", RTW_REGD_ETSI, RTW_REGD_ETSI),
/linux-6.12.1/Documentation/devicetree/bindings/riscv/
Dextensions.yaml134 added by other RISC-V extensions in H/S/VS/U/VU modes and as
/linux-6.12.1/drivers/staging/media/ipu3/
Dipu3-abi.h496 IMGU_ABI_FRAME_FORMAT_NV21, /* 12 bit YUV 420, Y, VU plane */
497 IMGU_ABI_FRAME_FORMAT_NV61, /* 16 bit YUV 422, Y, VU plane */
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-ioctl.c1362 case V4L2_PIX_FMT_NV21: descr = "Y/VU 4:2:0"; break; in v4l_fill_fmtdesc()
1364 case V4L2_PIX_FMT_NV61: descr = "Y/VU 4:2:2"; break; in v4l_fill_fmtdesc()
1366 case V4L2_PIX_FMT_NV42: descr = "Y/VU 4:4:4"; break; in v4l_fill_fmtdesc()
1375 case V4L2_PIX_FMT_NV21M: descr = "Y/VU 4:2:0 (N-C)"; break; in v4l_fill_fmtdesc()
1377 case V4L2_PIX_FMT_NV61M: descr = "Y/VU 4:2:2 (N-C)"; break; in v4l_fill_fmtdesc()

12