Home
last modified time | relevance | path

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

12345678910>>...18

/Linux-v5.10/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 …]
Du_gether.h5 * Utility definitions for the subset function
Du_rndis.h5 * Utility definitions for the subset function
/Linux-v5.10/drivers/irqchip/
Dirq-mvebu-icu.c75 const struct mvebu_icu_subset_data *subset = msi_data->subset_data; in mvebu_icu_init() local
81 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init()
82 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init()
84 if (subset->icu_group != ICU_GRP_NSR) in mvebu_icu_init()
88 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init()
89 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init()
341 .name = "mvebu-icu-subset",
/Linux-v5.10/Documentation/userspace-api/media/
Dglossary.rst39 An API designed to control a subset of the :term:`Media Hardware`
59 A subset of the :term:`Media Hardware`. For example an :term:`I²C` or
138 Subset of the hardware that is supported by the Linux Media API.
162 A subset of I²C, which defines a stricter usage of the bus.
/Linux-v5.10/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-v5.10/security/apparmor/
Dfile.c341 * test target x permissions are equal OR a subset of link x permissions
342 * this is done as part of the subset test, where a hardlink must have
343 * a subset of permissions that the target has.
345 * Returns: true if subset else false
404 /* done if link subset test is not required */ in profile_path_link()
408 /* Do link perm subset test requiring allowed permission on link are in profile_path_link()
409 * a subset of the allowed permissions on target. in profile_path_link()
414 /* AA_MAY_LINK is not considered in the subset test */ in profile_path_link()
425 info = "link not subset of target"; in profile_path_link()
450 * The subset test if required forces that permissions granted
[all …]
/Linux-v5.10/tools/testing/selftests/net/forwarding/
Dethtool.sh182 # Test that when one device advertises a subset of speeds and another
191 log_test "advertise subset of speeds"
211 log_test "advertise subset of speeds"
221 # Test that when one device advertises a subset of speeds, the other
/Linux-v5.10/include/uapi/linux/sched/
Dtypes.h31 * A subset of sched_attr attributes specifies the
48 * A subset of sched_attr attributes allows to describe a so-called
80 * A subset of sched_attr attributes allows to specify the utilization
/Linux-v5.10/Documentation/dev-tools/
Dkselftest.rst46 kernel src. This is applicable to "Running a subset of selftests" section
64 to "Running a subset of selftests" section below.
70 Running a subset of selftests
178 `make gen_tar` invokes `make install` so you can use it to package a subset of
179 tests by using variables specified in `Running a subset of selftests`_
/Linux-v5.10/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-v5.10/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
Dsmbus-protocol.rst11 which is a subset from the I2C protocol. Fortunately, many devices use
12 only the same subset, which makes it possible to put them on an SMBus.
15 commands if at all possible (if the device uses only that subset of the
/Linux-v5.10/kernel/
Dcred.c398 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument
401 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset()
404 * the capabilities of subset are a subset of set. in cred_cap_issubset()
407 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset()
410 * therefore one is a subset of the other only if a set is an in cred_cap_issubset()
411 * ancestor of subset and set->euid is owner of subset or one in cred_cap_issubset()
/Linux-v5.10/Documentation/devicetree/bindings/usb/
Dexynos-usb.txt18 each phy for the root ports, must be a subset of the following:
52 each phy for the root ports, must be a subset of the following:
/Linux-v5.10/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst41 passed, a subset of the output is dumped as a list of
55 that case usually represent a small subset of the parameters
/Linux-v5.10/Documentation/devicetree/bindings/serial/
Darm_sbsa_uart.txt2 This UART uses a subset of the PL011 registers and consequently lives
/Linux-v5.10/kernel/irq/
Dipi.c136 * Must be destroying a subset of CPUs to which this IPI in irq_destroy_ipi()
255 * @dest: dest CPU(s), must be a subset of the mask passed to
323 * @dest: dest CPU(s), must be a subset of the mask passed to
/Linux-v5.10/Documentation/filesystems/
Dext3.rst12 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-gnss16 subset of NMEA 0183 with vendor extensions (e.g. to allow
/Linux-v5.10/Documentation/devicetree/bindings/arm/
Dspe-pmu.txt12 SPE is only supported on a subset of the CPUs, please consult
/Linux-v5.10/arch/alpha/include/uapi/asm/
Dsysinfo.h9 /* This defines the subset of the OSF/1 getsysinfo/setsysinfo calls
/Linux-v5.10/arch/powerpc/include/asm/
Dtermios.h5 * common subset in the same order (for brain dead programs that don't
/Linux-v5.10/include/linux/platform_data/
Domap-wd-timer.h17 * This is a subset of the ones listed in arch/arm/mach-omap2/prm.h
/Linux-v5.10/tools/arch/mips/include/uapi/asm/
Dkvm.h154 * bits[15..8] - Register subset (see definitions below).
156 * bits[4..0] - Register number within register subset.

12345678910>>...18