| /linux/rust/kernel/ |
| H A D | str.rs | 484 let non_ascii = c"d\xe9j\xe0 vu"; in test_cstr_display_all_bytes() 485 assert_eq!(format!("{non_ascii}"), "d\\xe9j\\xe0 vu"); in test_cstr_display_all_bytes() 509 let non_ascii = c"d\xe9j\xe0 vu"; in test_bstr_display() 510 assert_eq!(format!("{non_ascii:?}"), "\"d\\xe9j\\xe0 vu\""); in test_bstr_display() 522 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); in test_bstr_debug() 523 assert_eq!(format!("{non_ascii}"), "d\\xe9j\\xe0 vu"); in test_bstr_debug() 537 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); 538 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/target/ |
| H A D | target-export-device | 7 # (C) Copyright 2014 Christophe Vu-Brugier <cvubrugier@fastmail.fm>
|
| /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/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 | Kconfig | 253 blue LEDs "vu-meter" of the XServer macs.
|
| /linux/sound/soc/codecs/ |
| H A D | wm8580.c | 266 /* 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 | madera.c | 2240 "Failed to modify VU bits: %d\n", ret); 2265 /* If this is the last input pending then allow VU */
|
| H A D | arizona.c | 925 /* If this is the last input pending then allow VU */ in arizona_in_ev()
|
| /linux/sound/pci/echoaudio/ |
| H A D | echoaudio.c | 1665 /******************* VU-meters switch *******************/ 1680 .name = "VU-meters Switch", 1689 /***** Read VU-meters (input, output, analog and digital together) *****/ 1711 .name = "VU-meters",
|
| H A D | echoaudio.h | 366 char meters_enabled; /* VU-meters status */
|
| H A D | echoaudio_dsp.h | 645 /* 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/Documentation/devicetree/bindings/riscv/ |
| H A D | extensions.yaml | 220 added by other RISC-V extensions in H/S/VS/U/VU modes and as
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fc.h | 615 /* SCR VU registrations */
|
| H A D | bfa_fcs_lport.c | 5308 /* Handle VU registrations for Base port only */ in bfa_fcs_lport_scn_send_scr()
|
| /linux/tools/perf/util/ |
| H A D | disasm.c | 1130 " perf buildid-cache -vu vmlinux\n\n" in symbol__strerror_disassemble()
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | alc269.c | 7755 SND_PCI_QUIRK(0x1043, 0x1473, "ASUS GU604VI/VC/VE/VG/VJ/VQ/VU/VV/VY/VZ", ALC285_FIXUP_ASUS_HEADSET_MIC), 7756 SND_PCI_QUIRK(0x1043, 0x1483, "ASUS GU603VQ/VU/VV/VJ/VI", ALC285_FIXUP_ASUS_HEADSET_MIC), 7757 SND_PCI_QUIRK(0x1043, 0x1493, "ASUS GV601VV/VU/VJ/VQ/VI", ALC285_FIXUP_ASUS_HEADSET_MIC), 7765 SND_PCI_QUIRK(0x1043, 0x1573, "ASUS GZ301VV/VQ/VU/VJ/VA/VC/VE/VVC/VQC/VUC/VJC/VEC/VCC", ALC285_FIXUP_ASUS_HEADSET_MIC),
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | cx2341x-devel.rst | 3106 1 = Swapped (VU)
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_core.c | 7874 printk("Reserved or VU command code type encountered\n"); in ahc_handle_target_cmd()
|