Home
last modified time | relevance | path

Searched refs:xyz (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dcustom_sec_handlers.c140 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/
Dsdm450.dtsi2 /* Copyright (c) 2023, Luca Weiss <luca@z3ntu.xyz> */
Dsm7225.dtsi3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
Dpm6350.dtsi3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
Dpmi632.dtsi3 * Copyright (C) 2023 Luca Weiss <luca@z3ntu.xyz>
Dsdm632-fairphone-fp3.dts3 * Copyright (c) 2022, Luca Weiss <luca@z3ntu.xyz>
/linux-6.12.1/include/linux/
Djz4740-adc.h29 #define JZ_ADC_CONFIG_XYZ_OFFSET(dnum) ((xyz) << 13)
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_custom_sec_handlers.c53 int xyz(void *ctx) in xyz() function
/linux-6.12.1/arch/arm/boot/dts/mediatek/
Dmt6589-fairphone-fp1.dts3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
/linux-6.12.1/arch/arm64/boot/dts/allwinner/
Daxp803.dtsi2 // Copyright 2017 Icenowy Zheng <icenowy@aosc.xyz>
Dsun50i-a64-sopine.dtsi2 // Copyright (c) 2017 Icenowy Zheng <icenowy@aosc.xyz>
Dsun50i-a64-sopine-baseboard.dts2 // Copyright (c) 2017 Icenowy Zheng <icenowy@aosc.xyz>
Dsun50i-h5-orangepi-prime.dts2 // Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.xyz>
/linux-6.12.1/arch/arm/boot/dts/allwinner/
Dsun8i-v3s-licheepi-zero.dts2 * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz>
Dsun8i-a33-inet-d978-rev2.dts3 * Copyright 2016 Icenowy Zheng <icenowy@aosc.xyz>
Dsun8i-v3s-licheepi-zero-dock.dts2 * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz>
Dsun8i-h2-plus-orangepi-r1.dts2 * Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.xyz>
Dsun5i-a13-licheepi-one.dts2 * Copyright 2016 Icenowy Zheng <icenowy@aosc.xyz>
Dsun8i-h2-plus-orangepi-zero.dts2 * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz>
/linux-6.12.1/Documentation/filesystems/
Dadfs.rst102 for use with NFS) such that a hexadecimal suffix of the form ,xyz
/linux-6.12.1/arch/arm/boot/dts/qcom/
Dqcom-apq8026-asus-sparrow.dts3 * Copyright (c) 2022, Luca Weiss <luca@z3ntu.xyz>
Dqcom-msm8926-htc-memul.dts3 * Copyright (c) 2023, Luca Weiss <luca@z3ntu.xyz>
Dqcom-apq8026-huawei-sturgeon.dts3 * Copyright (c) 2022, Luca Weiss <luca@z3ntu.xyz>
Dqcom-apq8026-lg-lenok.dts3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
/linux-6.12.1/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst3963 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