/linux/rust/kernel/ |
H A D | str.rs | 594 let non_ascii = CStr::from_bytes_with_nul(b"d\xe9j\xe0 vu\0").unwrap(); in test_cstr_debug() 595 assert_eq!(format!("{}", non_ascii), "d\\xe9j\\xe0 vu"); in test_cstr_debug() 617 let non_ascii = CStr::from_bytes_with_nul(b"d\xe9j\xe0 vu\0").unwrap(); in test_bstr_debug() 618 assert_eq!(format!("{:?}", non_ascii), "\"d\\xe9j\\xe0 vu\""); in test_bstr_debug() 631 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); 632 assert_eq!(format!("{}", non_ascii), "d\\xe9j\\xe0 vu"); 645 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); 646 assert_eq!(format!("{:?}", non_ascii), "\"d\\xe9j\\xe0 vu\"");
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | data_direct.c | 42 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/include/uapi/sound/ |
H A D | scarlett2.h | 7 * Copyright (c) 2023 by Geoffrey D. Bennett <g at b4.vu>
|
/linux/sound/drivers/vx/ |
H A D | vx_mixer.c | 345 * 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/Documentation/devicetree/bindings/sound/ |
H A D | nvidia,tegra-audio-max9808x.yaml | 69 nvidia,model = "LG Optimus Vu MAX98089";
|
/linux/Documentation/target/ |
H A D | target-export-device | 7 # (C) Copyright 2014 Christophe Vu-Brugier <cvubrugier@fastmail.fm>
|
/linux/sound/soc/codecs/ |
H A D | cs42l43.h | 72 // Lock to ensure speaker VU updates don't clash
|
H A D | wm8580.c | 267 /* Clear the register cache VU so we write without VU set */ in wm8580_out_vu()
|
H A D | wm8962.c | 1591 /* 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 */
|
H A D | wm8523.c | 404 /* Change some default settings - latch VU and enable ZC */ in wm8523_probe()
|
H A D | wm8741.c | 433 /* Change some default settings - latch VU */ in wm8741_configure()
|
/linux/drivers/media/platform/imagination/ |
H A D | e5010-jpeg-enc.h | 133 CHROMA_ORDER_CR_CB = 1, //VU ordering
|
/linux/drivers/media/pci/intel/ipu6/ |
H A D | ipu6-fw-isys.h | 179 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/arch/arm/boot/dts/nvidia/ |
H A D | tegra30-lg-p895.dts | 7 model = "LG Optimus Vu P895"; 492 nvidia,model = "LG Optimus Vu MAX98089";
|
/linux/Documentation/networking/device_drivers/ethernet/ti/ |
H A D | tlan.rst | 137 in the body of an email to majordomo@vuser.vu.union.edu.
|
/linux/drivers/macintosh/ |
H A D | rack-meter.c | 3 * RackMac vu-meter driver 617 MODULE_DESCRIPTION("RackMeter: Support vu-meter on XServe front panel");
|
H A D | Kconfig | 253 blue LEDs "vu-meter" of the XServer macs.
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | tegra.yaml | 71 - description: LG Optimus Vu P895
|
/linux/sound/pci/echoaudio/ |
H A D | echoaudio.c | 1689 /******************* VU-meters switch *******************/ 1705 .name = "VU-meters Switch", 1714 /***** Read VU-meters (input, output, analog and digital together) *****/ 1736 .name = "VU-meters",
|
H A D | echoaudio.h | 381 char meters_enabled; /* VU-meters status */
|
H A D | echoaudio_dsp.h | 660 /* VU meters 0x1e0 32*1 */
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | regd.c | 267 COUNTRY_REGD_ENT("VU", RTW_REGD_ETSI, RTW_REGD_ETSI),
|
/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-abi.h | 496 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/Documentation/devicetree/bindings/riscv/ |
H A D | extensions.yaml | 146 added by other RISC-V extensions in H/S/VS/U/VU modes and as
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 1363 case V4L2_PIX_FMT_NV21: descr = "Y/VU 4:2:0"; break; in v4l_fill_fmtdesc() 1365 case V4L2_PIX_FMT_NV61: descr = "Y/VU 4:2:2"; break; in v4l_fill_fmtdesc() 1367 case V4L2_PIX_FMT_NV42: descr = "Y/VU 4:4:4"; break; in v4l_fill_fmtdesc() 1376 case V4L2_PIX_FMT_NV21M: descr = "Y/VU 4:2:0 (N-C)"; break; in v4l_fill_fmtdesc() 1378 case V4L2_PIX_FMT_NV61M: descr = "Y/VU 4:2:2 (N-C)"; break; in v4l_fill_fmtdesc()
|