Home
last modified time | relevance | path

Searched refs:subset (Results 1 – 25 of 133) sorted by relevance

123456

/linux/drivers/irqchip/
H A 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()
/linux/arch/arm64/kernel/
H A Dcompat_alignment.c203 static const u32 subset[4] = { in thumb2arm() local
209 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm()
252 const u32 subset[2] = { in do_alignment_t32_to_handler() local
256 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
/linux/arch/arm/mm/
H A Dalignment.c639 static const u32 subset[8] = { in thumb2arm() local
649 return subset[(tinstr & (7<<9)) >> 9] | in thumb2arm()
689 static const u32 subset[4] = { in thumb2arm() local
695 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm()
738 const u32 subset[2] = { in do_alignment_t32_to_handler() local
742 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
/linux/Documentation/filesystems/
H A Dext3.rst12 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
/linux/Documentation/ABI/testing/
H A Dsysfs-class-gnss16 subset of NMEA 0183 with vendor extensions (e.g. to allow
H A Dsysfs-bus-pci-devices-pvpanic22 Notice that this value should be a subset of capability.
H A Dsysfs-platform-oxp25 (either with 1 or 0). Only a subset of devices contain this LED.
H A Dsysfs-bus-coreboot44 requires root privileges given this is exposing a small subset
/linux/tools/testing/selftests/proc/
H A D.gitignore18 /proc-subset-pid
H A DMakefile21 TEST_GEN_PROGS += proc-subset-pid
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst44 If the **macros** keyword (but not the **-j** option) is passed, a subset
57 small subset of the parameters supported by the system. Unprivileged users
/linux/kernel/
H A Dcred.c329 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument
332 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset()
338 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset()
/linux/Documentation/userspace-api/media/
H A 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
169 A subset of I²C, which defines a stricter usage of the bus.
/linux/arch/mips/txx9/
H A DKconfig26 # TX4937 is subset of TX4938
/linux/Documentation/devicetree/bindings/hwmon/
H A Dltc2990.txt23 allows a subset of the measurements to be enabled:
/linux/Documentation/i2c/
H A 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
H A 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/Documentation/userspace-api/gpio/
H A Dgpio-v2-line-set-values-ioctl.rst30 to indicate the subset of requested lines to set and ``bits`` set to
H A Dgpio-v2-line-get-values-ioctl.rst30 to indicate the subset of requested lines to get.
/linux/Documentation/admin-guide/perf/
H A Darm_dsu_pmu.rst14 The DSU provides a bitmap for a subset of implemented events via hardware
/linux/Documentation/hwmon/
H A Dvexpress.rst15 - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html
H A Dltc2990.rst48 A subset of the following attributes are visible, depending on the measurement
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-property-cable-systems.rst19 supports a subset of the Annex A modulation types, and a roll-off of
/linux/drivers/gpu/drm/sti/
H A DNOTES20 Note that some stiH drivers support only a subset of thee HW IP.
/linux/Documentation/gpu/rfc/
H A Di915_small_bar.rst6 smaller than the total probed_size. In such cases, only some subset of

123456