/linux-6.12.1/Documentation/netlink/specs/ |
D | devlink.yaml | 826 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.12.1/drivers/usb/gadget/function/ |
D | f_subset.c | 3 * 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.12.1/drivers/irqchip/ |
D | irq-mvebu-icu.c | 115 const struct mvebu_icu_subset_data *subset = msi_data->subset_data; in mvebu_icu_init() local 121 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init() 122 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init() 124 if (subset->icu_group != ICU_GRP_NSR) in mvebu_icu_init() 128 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init() 129 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init() 300 .name = "mvebu-icu-subset",
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | asymmetric-32bit.rst | 15 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.12.1/security/apparmor/ |
D | file.c | 298 * 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.12.1/drivers/usb/gadget/legacy/ |
D | ether.c | 44 * 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.12.1/Documentation/userspace-api/media/ |
D | glossary.rst | 46 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.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | irq_affinity.c | 80 * 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.12.1/Documentation/netlink/ |
D | genetlink.yaml | 109 subset-of: 190 required: [ subset-of ] 191 subset-of: 195 # type property is only required if not in subset definition 198 subset-of:
|
D | genetlink-c.yaml | 135 subset-of: 233 required: [ subset-of ] 234 subset-of: 238 # type property is only required if not in subset definition 241 subset-of:
|
D | genetlink-legacy.yaml | 177 subset-of: 276 required: [ subset-of ] 277 subset-of: 281 # type property is only required if not in subset definition 284 subset-of:
|
D | netlink-raw.yaml | 198 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.12.1/include/uapi/linux/sched/ |
D | types.h | 27 * 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.12.1/tools/perf/pmu-events/arch/x86/lunarlake/ |
D | frontend.json | 21 …"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.12.1/kernel/ |
D | cred.c | 353 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.12.1/drivers/gpu/drm/xe/ |
D | xe_tile.c | 34 * the subset of a GPU/tile that is responsible for implementing graphics 46 * platforms like MTL only replicate a subset of the GPU hardware and behave 65 * - GSI subset of registers (multiple copies of these registers reside
|
/linux-6.12.1/include/linux/ceph/ |
D | ceph_frag.h | 6 * "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.12.1/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | uncore-cache.json | 9 …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.12.1/tools/perf/pmu-events/arch/x86/haswellx/ |
D | uncore-cache.json | 9 …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.12.1/tools/testing/selftests/drivers/net/hw/ |
D | ethtool.sh | 181 # 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.12.1/kernel/cgroup/ |
D | cpuset-v1.c | 332 * 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.12.1/Documentation/dev-tools/ |
D | kselftest.rst | 55 kernel src. This is applicable to "Running a subset of selftests" section 73 to "Running a subset of selftests" section below. 79 Running a subset of selftests 209 `make gen_tar` invokes `make install` so you can use it to package a subset of 210 tests by using variables specified in `Running a subset of selftests`_
|
/linux-6.12.1/Documentation/devicetree/bindings/ |
D | writing-schema.rst | 7 written in a JSON-compatible subset of YAML. YAML is used instead of JSON as it 83 binding allows subset of properties from other referenced schemas. 183 It is also possible to run checks with a subset of matching schema files by
|
/linux-6.12.1/Documentation/i2c/ |
D | summary.rst | 19 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
|
/linux-6.12.1/tools/testing/selftests/proc/ |
D | proc-subset-pid.c | 17 * 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()
|