/linux/rust/kernel/ |
H A D | str.rs | 668 let non_ascii = CStr::from_bytes_with_nul(b"d\xe9j\xe0 vu\0")?; in test_cstr_display() 669 assert_eq!(format!("{non_ascii}"), "d\\xe9j\\xe0 vu"); 693 let non_ascii = CStr::from_bytes_with_nul(b"d\xe9j\xe0 vu\0")?; in test_cstr_debug() 694 assert_eq!(format!("{non_ascii:?}"), "\"d\\xe9j\\xe0 vu\""); 708 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); in test_bstr_display() 709 assert_eq!(format!("{non_ascii}"), "d\\xe9j\\xe0 vu"); 723 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); in test_bstr_debug() 724 assert_eq!(format!("{non_ascii:?}"), "\"d\\xe9j\\xe0 vu\"");
|
/linux/include/uapi/sound/ |
H A D | scarlett2.h | 7 * Copyright (c) 2023 by Geoffrey D. Bennett <g at b4.vu>
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | nvidia,tegra-audio-max9808x.yaml | 69 nvidia,model = "LG Optimus Vu MAX98089";
|
/linux/sound/drivers/vx/ |
H A D | vx_mixer.c | 343 * VU, peak meter record 355 * get the VU and peak meter values 790 * VU meter in vx_iec958_put() 949 /* VU, peak, saturation meters */ in snd_vx_mixer_new() 962 sprintf(name, "%s VU Meter", dir[c]); in snd_vx_mixer_new()
|
/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 | 74 // Lock to ensure speaker VU updates don't clash
|
H A D | wm8962.c | 1592 /* The VU bits for the headphones are in a different register to the mute 1606 /* If the left PGA is enabled hit that VU bit... */ in wm8962_put_hp_sw() 1614 /* ...otherwise the right. The VU is stereo. */ in wm8962_put_hp_sw() 1622 /* The VU bits for the speakers are in a different register to the mute 1636 /* If the left PGA is enabled hit that VU bit... */ in wm8962_put_spk_sw() 1644 /* ...otherwise the right. The VU is stereo. */ in wm8962_put_spk_sw() 1996 /* VU bits for the output PGAs only take effect while the PGA is powered */
|
H A D | madera.c | 2262 "Failed to modify VU bits: %d\n", ret); in madera_in_set_vu() 2287 /* If this is the last input pending then allow VU */ in madera_in_ev()
|
H A D | arizona.c | 926 /* If this is the last input pending then allow VU */ in arizona_in_ev()
|
/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 | 80 - description: LG Optimus Vu P895
|
/linux/sound/pci/echoaudio/ |
H A D | echoaudio.c | 1665 /******************* VU-meters switch *******************/ in snd_echo_automute_put() 1680 .name = "VU-meters Switch", 1689 /***** Read VU-meters (input, output, analog and digital together) *****/ 1711 .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/sound/pci/au88x0/ |
H A D | au88x0_eq.c | 475 /* Read all EQ peaks. (think VU meter) */
|
/linux/sound/usb/ |
H A D | fcp.c | 5 * Copyright (c) 2024-2025 by Geoffrey D. Bennett <g at b4.vu>
|
/linux/drivers/scsi/bfa/ |
H A D | bfa_fc.h | 615 /* SCR VU registrations */
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | regd.c | 261 COUNTRY_REGD("VU", RTW89_ETSI, RTW89_ETSI, RTW89_NA, 0x0),
|
/linux/tools/perf/util/ |
H A D | disasm.c | 1232 " perf buildid-cache -vu vmlinux\n\n" in symbol__strerror_disassemble()
|