Searched refs:xyz (Results 1 – 25 of 34) sorted by relevance
12
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ ! |
D | custom_sec_handlers.c | 140 ASSERT_EQ(bpf_program__type(skel->progs.xyz), BPF_PROG_TYPE_SYSCALL, "xyz_type"); in test_custom_sec_handlers() 154 skel->links.xyz = bpf_program__attach(skel->progs.kprobe1); in test_custom_sec_handlers() 156 ASSERT_ERR_PTR(skel->links.xyz, "xyz_attach"); in test_custom_sec_handlers()
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ ! |
D | sdm450.dtsi | 2 /* Copyright (c) 2023, Luca Weiss <luca@z3ntu.xyz> */
|
D | sm7225.dtsi | 3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
|
D | pm6350.dtsi | 3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
|
D | pmi632.dtsi | 3 * Copyright (C) 2023 Luca Weiss <luca@z3ntu.xyz>
|
D | sdm632-fairphone-fp3.dts | 3 * Copyright (c) 2022, Luca Weiss <luca@z3ntu.xyz>
|
/linux-6.12.1/include/linux/ ! |
D | jz4740-adc.h | 29 #define JZ_ADC_CONFIG_XYZ_OFFSET(dnum) ((xyz) << 13)
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ ! |
D | test_custom_sec_handlers.c | 53 int xyz(void *ctx) in xyz() function
|
/linux-6.12.1/arch/arm/boot/dts/mediatek/ ! |
D | mt6589-fairphone-fp1.dts | 3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
|
/linux-6.12.1/arch/arm64/boot/dts/allwinner/ ! |
D | axp803.dtsi | 2 // Copyright 2017 Icenowy Zheng <icenowy@aosc.xyz>
|
D | sun50i-a64-sopine.dtsi | 2 // Copyright (c) 2017 Icenowy Zheng <icenowy@aosc.xyz>
|
D | sun50i-a64-sopine-baseboard.dts | 2 // Copyright (c) 2017 Icenowy Zheng <icenowy@aosc.xyz>
|
D | sun50i-h5-orangepi-prime.dts | 2 // Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.xyz>
|
/linux-6.12.1/arch/arm/boot/dts/allwinner/ ! |
D | sun8i-v3s-licheepi-zero.dts | 2 * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz>
|
D | sun8i-a33-inet-d978-rev2.dts | 3 * Copyright 2016 Icenowy Zheng <icenowy@aosc.xyz>
|
D | sun8i-v3s-licheepi-zero-dock.dts | 2 * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz>
|
D | sun8i-h2-plus-orangepi-r1.dts | 2 * Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.xyz>
|
D | sun5i-a13-licheepi-one.dts | 2 * Copyright 2016 Icenowy Zheng <icenowy@aosc.xyz>
|
D | sun8i-h2-plus-orangepi-zero.dts | 2 * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz>
|
/linux-6.12.1/Documentation/filesystems/ ! |
D | adfs.rst | 102 for use with NFS) such that a hexadecimal suffix of the form ,xyz
|
/linux-6.12.1/arch/arm/boot/dts/qcom/ ! |
D | qcom-apq8026-asus-sparrow.dts | 3 * Copyright (c) 2022, Luca Weiss <luca@z3ntu.xyz>
|
D | qcom-msm8926-htc-memul.dts | 3 * Copyright (c) 2023, Luca Weiss <luca@z3ntu.xyz>
|
D | qcom-apq8026-huawei-sturgeon.dts | 3 * Copyright (c) 2022, Luca Weiss <luca@z3ntu.xyz>
|
D | qcom-apq8026-lg-lenok.dts | 3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
|
/linux-6.12.1/Documentation/sound/kernel-api/ ! |
D | writing-an-alsa-driver.rst | 3963 Suppose that you create a new PCI driver for the card “xyz”. The card 3964 module name would be snd-xyz. The new driver is usually put into the 3977 Suppose you have a file xyz.c. Add the following two lines:: 3979 snd-xyz-y := xyz.o 3980 obj-$(CONFIG_SND_XYZ) += snd-xyz.o 3984 Add the new entry of Kconfig for your xyz driver:: 3993 the module will be called snd-xyz. 3995 The line ``select SND_PCM`` specifies that the driver xyz supports PCM. 4011 Suppose that the driver snd-xyz have several source files. They are 4012 located in the new subdirectory, sound/pci/xyz. [all …]
|
12