Home
last modified time | relevance | path

Searched +full:pre +full:- +full:fetchable (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/pci/
H A Dv3,v360epc-pci.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pci/v3,v360epc-pci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
16 - $ref: /schemas/pci/pci-host-bridge.yaml#
21 - const: arm,integrator-ap-pci
22 - const: v3,v360epc-pci
26 - description: V3 host bridge controller
27 - description: Configuration space
[all …]
/linux/sound/pci/asihpi/
H A Dhpi6205.c1 // SPDX-License-Identifier: GPL-2.0-only
5 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
17 (C) Copyright AudioScience Inc. 1998-2010
61 /* Host-to-DSP Control Register (HDCR) bitfields */
70 * BAR1 maps to non-prefetchable 8 Mbyte memory block
114 /* a non-NULL handle means there is an HPI allocated buffer */
117 /* non-zero size means a buffer exists, may be external */
224 switch (phm->function) { in subsys_message()
229 phr->error = HPI_ERROR_INVALID_FUNC; in subsys_message()
238 struct hpi_hw_obj *phw = pao->priv; in control_message()
[all …]
/linux/kernel/bpf/
H A Dsyscall.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com
6 #include <linux/bpf-cgroup.h>
35 #include <linux/bpf-netns.h>
48 #define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PERF_EVENT_ARRAY || \
49 (map)->map_type == BPF_MAP_TYPE_CGROUP_ARRAY || \
50 (map)->map_type == BPF_MAP_TYPE_ARRAY_OF_MAPS)
51 #define IS_FD_PROG_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY)
52 #define IS_FD_HASH(map) ((map)->map_type == BPF_MAP_TYPE_HASH_OF_MAPS)
83 * are 0 - i.e. new user-space does not rely on any kernel feature extensions
[all …]