Searched refs:xyz (Results 1 – 25 of 31) sorted by relevance
12
| /Linux-v6.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-v6.1/include/linux/ |
| D | jz4740-adc.h | 29 #define JZ_ADC_CONFIG_XYZ_OFFSET(dnum) ((xyz) << 13)
|
| /Linux-v6.1/tools/testing/selftests/bpf/progs/ |
| D | test_custom_sec_handlers.c | 53 int xyz(void *ctx) in xyz() function
|
| /Linux-v6.1/arch/arm64/boot/dts/qcom/ |
| 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 | sdm632-fairphone-fp3.dts | 3 * Copyright (c) 2022, Luca Weiss <luca@z3ntu.xyz>
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | mt6589-fairphone-fp1.dts | 3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.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-v3s-licheepi-zero.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 | qcom-apq8026-asus-sparrow.dts | 3 * Copyright (c) 2022, Luca Weiss <luca@z3ntu.xyz>
|
| D | sun8i-h2-plus-orangepi-zero.dts | 2 * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz>
|
| D | qcom-apq8026-lg-lenok.dts | 3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
|
| /Linux-v6.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>
|
| D | sun50i-a64-pinebook.dts | 2 // Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.xyz>
|
| D | sun50i-a64-pinetab.dts | 3 * Copyright (C) 2019 Icenowy Zheng <icenowy@aosc.xyz>
|
| /Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
| D | twl-regulator.txt | 69 xyz: regulator@0 {
|
| /Linux-v6.1/Documentation/filesystems/ |
| D | adfs.rst | 102 for use with NFS) such that a hexadecimal suffix of the form ,xyz
|
| /Linux-v6.1/Documentation/arm/omap/ |
| D | omap_pm.rst | 150 arch/arm/mach-omapx/board-xyz.c::
|
| /Linux-v6.1/Documentation/sound/kernel-api/ |
| D | writing-an-alsa-driver.rst | 4213 Suppose that you create a new PCI driver for the card “xyz”. The card 4214 module name would be snd-xyz. The new driver is usually put into the 4227 Suppose you have a file xyz.c. Add the following two lines 4231 snd-xyz-objs := xyz.o 4232 obj-$(CONFIG_SND_XYZ) += snd-xyz.o 4236 Add the new entry of Kconfig for your xyz driver. config SND_XYZ 4239 as a module, choose M here: the module will be called snd-xyz. the 4240 line, select SND_PCM, specifies that the driver xyz supports PCM. In 4257 Suppose that the driver snd-xyz have several source files. They are 4258 located in the new subdirectory, sound/pci/xyz. [all …]
|
12