| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.19/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 …]
|
| /kernel/linux/linux-5.10/drivers/irqchip/ |
| D | irq-mvebu-icu.c | 75 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",
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/ |
| D | glossary.rst | 39 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.
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-4.19/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()
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | file.c | 341 * 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 …]
|
| /kernel/linux/linux-4.19/security/apparmor/ |
| D | file.c | 354 * test target x permissions are equal OR a subset of link x permissions 355 * this is done as part of the subset test, where a hardlink must have 356 * a subset of permissions that the target has. 358 * Returns: %1 if subset else %0 417 /* done if link subset test is not required */ in profile_path_link() 421 /* Do link perm subset test requiring allowed permission on link are in profile_path_link() 422 * a subset of the allowed permissions on target. in profile_path_link() 427 /* AA_MAY_LINK is not considered in the subset test */ in profile_path_link() 438 info = "link not subset of target"; in profile_path_link() 463 * The subset test if required forces that permissions granted [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| D | ethtool.sh | 182 # 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
|
| /kernel/linux/linux-5.10/include/uapi/linux/sched/ |
| D | types.h | 31 * 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
|
| /kernel/linux/linux-4.19/Documentation/i2c/ |
| D | summary | 12 a subset of I2C protocols and signaling. Many I2C devices will work on an 18 Because the SMBus is mostly a subset of the generalized I2C bus, we can
|
| /kernel/linux/linux-5.10/Documentation/dev-tools/ |
| D | kselftest.rst | 46 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`_
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-4.19/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.
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | smsc_ece1099.txt | 44 The ECE1099 device SMBus implementation is a subset of the 46 The implementation in the device is a subset of SMBus since it
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.19/kernel/ |
| D | cred.c | 388 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument 391 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset() 394 * the capabilities of subset are a subset of set. in cred_cap_issubset() 397 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset() 400 * therefore one is a subset of the other only if a set is an in cred_cap_issubset() 401 * ancestor of subset and set->euid is owner of subset or one in cred_cap_issubset()
|
| /kernel/linux/linux-5.10/kernel/ |
| D | cred.c | 398 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()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | exynos-usb.txt | 18 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:
|
| /kernel/linux/linux-4.19/drivers/isdn/i4l/ |
| D | Kconfig | 62 If you say Y here, the modem-emulator will support a subset of the 75 If you say Y here, the modem-emulator will support a subset of the
|
| /kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/ |
| D | bpftool-feature.rst | 41 passed, a subset of the output is dumped as a list of 55 that case usually represent a small subset of the parameters
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/serial/ |
| D | arm_sbsa_uart.txt | 2 This UART uses a subset of the PL011 registers and consequently lives
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
| D | arm_sbsa_uart.txt | 2 This UART uses a subset of the PL011 registers and consequently lives
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | ext3.txt | 10 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-class-gnss | 14 subset of NMEA 0183 with vendor extensions (e.g. to allow
|