Home
last modified time | relevance | path

Searched full:subset (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/linux-6.14.4/Documentation/netlink/specs/
Ddevlink.yaml826 subset-of: devlink
835 subset-of: devlink
842 subset-of: devlink
851 subset-of: devlink
858 subset-of: devlink
867 subset-of: devlink
900 subset-of: devlink
907 subset-of: devlink
930 subset-of: devlink
937 subset-of: devlink
[all …]
/linux-6.14.4/drivers/usb/gadget/function/
Df_subset.c3 * f_subset.c -- "CDC Subset" Ethernet link function driver
20 * This function packages a simple "CDC Subset" Ethernet port with no real
23 * why we call it the "CDC Subset".
37 * Subset" in terms of data transfer and lack of control model. This was
42 * descriptors to the CDC Subset code, making this code look like a SAFE
63 * "Simple" CDC-subset option is a simple vendor-neutral model that most
110 * the submode of "SAFE" which directly matches the CDC Subset.
236 [0].s = "CDC Ethernet Subset/SAFE",
262 DBG(cdev, "reset cdc subset\n"); in geth_set_alt()
266 DBG(cdev, "init + activate cdc subset\n"); in geth_set_alt()
[all …]
/linux-6.14.4/drivers/irqchip/
Dirq-mvebu-icu.c116 const struct mvebu_icu_subset_data *subset = msi_data->subset_data; in mvebu_icu_init() local
122 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init()
123 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init()
125 if (subset->icu_group != ICU_GRP_NSR) in mvebu_icu_init()
129 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init()
130 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init()
301 .name = "mvebu-icu-subset",
/linux-6.14.4/security/apparmor/
Dfile.c298 * test target x permissions are equal OR a subset of link x permissions
299 * this is done as part of the subset test, where a hardlink must have
300 * a subset of permissions that the target has.
302 * Returns: true if subset else false
367 /* done if link subset test is not required */ in profile_path_link()
371 /* Do link perm subset test requiring allowed permission on link are in profile_path_link()
372 * a subset of the allowed permissions on target. in profile_path_link()
377 /* AA_MAY_LINK is not considered in the subset test */ in profile_path_link()
388 info = "link not subset of target"; in profile_path_link()
415 * The subset test if required forces that permissions granted
[all …]
/linux-6.14.4/include/sound/
Dsdca_function.h24 SDCA_FUNCTION_TYPE_SIMPLE_AMP = 0x02, /* subset of SmartAmp */
26 SDCA_FUNCTION_TYPE_SIMPLE_MIC = 0x04, /* subset of SmartMic */
30 SDCA_FUNCTION_TYPE_SIMPLE_JACK = 0x08, /* Subset of UAJ */
/linux-6.14.4/Documentation/arch/arm64/
Dasymmetric-32bit.rst15 Some Armv9 SoCs suffer from a big.LITTLE misfeature where only a subset
56 The subset of CPUs capable of running 32-bit tasks is described in
74 1. If the 32-bit-capable subset of the affinity mask is not empty,
75 then the affinity is restricted to that subset and the old affinity
85 subset of the cpuset determined by the walk.
/linux-6.14.4/drivers/usb/gadget/legacy/
Dether.c44 * systems may not. (This is a subset of CDC Ethernet.)
46 * It turns out that if you add a few descriptors to that "CDC Subset",
74 * returns false, in which case it supports the CDC Subset. By default,
124 * The protocol is a minimal subset of CDC Ether, which works on any bulk
248 * We _always_ have an ECM, CDC Subset, or EEM configuration.
340 /* CDC Subset */ in eth_bind()
351 eth_config_driver.label = "CDC Subset/SAFE"; in eth_bind()
366 /* RNDIS plus ECM-or-Subset */ in eth_bind()
/linux-6.14.4/Documentation/userspace-api/media/
Dglossary.rst46 An API designed to control a subset of the :term:`Media Hardware`
66 A subset of the :term:`Media Hardware`. For example an :term:`I²C` or
145 Subset of the hardware that is supported by the Linux Media API.
169 A subset of I²C, which defines a stricter usage of the bus.
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Dirq_affinity.c80 * isn't subset of req_mask, so we will skip it. irq1_mask is subset of req_mask,
83 * fit. And since mask is subset of itself, we will pass the first if bellow.
101 /* skip IRQs with a mask which is not subset of req_mask */ in irq_pool_find_least_loaded()
/linux-6.14.4/Documentation/netlink/
Dgenetlink.yaml109 subset-of:
190 required: [ subset-of ]
191 subset-of:
195 # type property is only required if not in subset definition
198 subset-of:
Dgenetlink-c.yaml138 subset-of:
236 required: [ subset-of ]
237 subset-of:
241 # type property is only required if not in subset definition
244 subset-of:
Dgenetlink-legacy.yaml180 subset-of:
279 required: [ subset-of ]
280 subset-of:
284 # type property is only required if not in subset definition
287 subset-of:
Dnetlink-raw.yaml198 subset-of:
306 required: [ subset-of ]
307 subset-of:
311 # type property is only required if not in subset definition
314 subset-of:
/linux-6.14.4/include/uapi/linux/sched/
Dtypes.h27 * A subset of sched_attr attributes specifies the
44 * A subset of sched_attr attributes allows to describe a so-called
76 * A subset of sched_attr attributes allows to specify the utilization
/linux-6.14.4/tools/perf/pmu-events/arch/x86/lunarlake/
Dfrontend.json21 …"BriefDescription": "This event counts a subset of the Topdown Slots event that were no operation …
25 …"PublicDescription": "This event counts a subset of the Topdown Slots event that were no operation…
/linux-6.14.4/kernel/
Dcred.c353 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument
356 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset()
359 * the capabilities of subset are a subset of set. in cred_cap_issubset()
362 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset()
365 * therefore one is a subset of the other only if a set is an in cred_cap_issubset()
366 * ancestor of subset and set->euid is owner of subset or one in cred_cap_issubset()
/linux-6.14.4/include/linux/ceph/
Dceph_frag.h6 * "Frags" are a way to describe a subset of a 32-bit number space,
8 * (subset of the number space) can be partitioned into 2^n sub-frags.
/linux-6.14.4/tools/perf/pmu-events/arch/x86/broadwellx/
Duncore-cache.json9 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
21 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
33 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
45 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
57 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
69 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
81 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
93 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
105 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
117 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
[all …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/haswellx/
Duncore-cache.json9 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
21 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
33 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
45 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
57 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
69 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
81 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
93 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
105 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
117 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
[all …]
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_tile.c36 * the subset of a GPU/tile that is responsible for implementing graphics
48 * platforms like MTL only replicate a subset of the GPU hardware and behave
67 * - GSI subset of registers (multiple copies of these registers reside
/linux-6.14.4/tools/testing/selftests/drivers/net/hw/
Dethtool.sh181 # Test that when one device advertises a subset of speeds and another
190 log_test "advertise subset of speeds"
219 # Test that when one device advertises a subset of speeds, the other
/linux-6.14.4/kernel/cgroup/
Dcpuset-v1.c332 * is_cpuset_subset(p, q) - Is cpuset p a subset of cpuset q?
334 * One cpuset is a subset of another if all its allowed CPUs and
335 * Memory Nodes are a subset of the other, and its exclusive flags
359 /* Each of our child cpusets must be a subset of us */ in cpuset1_validate_change()
365 /* On legacy hierarchy, we must be a subset of our parent cpuset. */ in cpuset1_validate_change()
/linux-6.14.4/Documentation/dev-tools/
Dkselftest.rst64 kernel src. This is applicable to "Running a subset of selftests" section
82 to "Running a subset of selftests" section below.
88 Running a subset of selftests
218 `make gen_tar` invokes `make install` so you can use it to package a subset of
219 tests by using variables specified in `Running a subset of selftests`_
/linux-6.14.4/tools/testing/selftests/proc/
Dproc-subset-pid.c17 * Test that "mount -t proc -o subset=pid" hides everything but pids,
51 if (mount(NULL, "/proc", "proc", 0, "subset=pid") == -1) { in make_private_proc()
/linux-6.14.4/Documentation/i2c/
Dsummary.rst19 a subset of I2C protocols and signaling. Many I2C devices will work on an
25 Because the SMBus is mostly a subset of the generalized I2C bus, we can

12345678910>>...26