Home
last modified time | relevance | path

Searched full:others (Results 1 – 25 of 1204) sorted by relevance

12345678910>>...49

/linux/arch/csky/abiv2/
H A Dcacheflush.c59 cpumask_t others, *mask; in flush_icache_mm_range() local
84 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm_range()
86 if (mm != current->active_mm || !cpumask_empty(&others)) { in flush_icache_mm_range()
87 on_each_cpu_mask(&others, local_icache_inv_all, NULL, 1); in flush_icache_mm_range()
/linux/drivers/staging/sm750fb/
H A Dddk750_chip.h61 * Others = the new main chip clock
68 * Others = the new memory clock
75 * Others = the new master clock
/linux/include/linux/
H A Dpstore_zone.h26 * On success, the number of bytes should be returned, others
34 * Return 0 on success and others on failure.
38 * On success, the number of bytes should be returned, others
/linux/Documentation/maintainer/
H A Drebasing-and-merging.rst19 maintainers result from a desire to avoid merges, while others come from
49 should usually not be changed. Others may have pulled a copy of your
57 expose an unstable branch for others to test with or for automated
61 - Do not rebase a branch that contains history created by others. If you
101 independently of the others. So naturally, at least one merge will be
110 from lower-level subsystem trees and from others, either sibling trees or
/linux/arch/riscv/mm/
H A Dcacheflush.c60 cpumask_t others, *mask; in flush_icache_mm() local
76 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm()
77 local |= cpumask_empty(&others); in flush_icache_mm()
89 sbi_remote_fence_i(&others); in flush_icache_mm()
91 on_each_cpu_mask(&others, ipi_remote_fence_i, NULL, 1); in flush_icache_mm()
/linux/drivers/clk/mvebu/
H A Ddove.c37 * others reserved.
44 * others reserved.
57 * others reserved.
62 * others reserved.
H A Dkirkwood.c36 * others reserved.
42 * others reserved.
51 * others reserved.
57 * others reserved.
62 * others reserved.
/linux/arch/x86/mm/
H A Dpf_in.h12 NOTHING, /* access others point in regions */
16 OTHERS /* Other instructions can not intercept */ enumerator
/linux/sound/aoa/codecs/
H A Donyx.h15 * -1 (0dB) to -127 (-63.0 dB) or others (muted) */
26 /* all others reserved */
/linux/include/linux/platform_data/
H A Dnet-cw1200.h15 /* All others are optional */
28 /* All others are optional */
/linux/Documentation/driver-api/
H A Dhw-recoverable-errors.rst36 types like CPU, memory, PCI, CXL, and others.
41 others.
/linux/arch/m68k/include/asm/
H A Dmac_via.h93 #define VIA1A_CPUID0 0x02 /* CPU id bit 0 on RBV, others */
94 #define VIA1A_CPUID1 0x04 /* CPU id bit 0 on RBV, others */
95 #define VIA1A_CPUID2 0x10 /* CPU id bit 0 on RBV, others */
96 #define VIA1A_CPUID3 0x40 /* CPU id bit 0 on RBV, others */
178 * on others, 0=disable processor's instruction
H A Dmcf8390.h26 * direct addressing method, others use a side-band address space
28 * others do not.
/linux/Documentation/filesystems/
H A Daffs.rst111 - R maps to r for user, group and others. On directories, R implies x.
133 - r permission will allow R for user, group and others.
135 - w permission will allow W for user, group and others.
139 - D will be allowed for user, group and others.
/linux/Documentation/arch/mips/
H A Dingenic-tcu.rst37 - On JZ4725B, channel 5 operates as TCU2, the others operate as TCU1.
39 others operate as TCU1.
/linux/drivers/gpu/host1x/hw/
H A Dhw_host1x04_channel.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
H A Dhw_host1x02_channel.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
H A Dhw_host1x05_channel.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
H A Dhw_host1x01_channel.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
H A Dhw_host1x01_uclass.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst21 Newbigin and others for their work on the Linux smbfs module. Thanks to
64 Olaf Kirch, Kieron Briggs, Nick Millington and others. Also special
/linux/drivers/gpu/drm/vkms/
H A Dvkms_config.h36 * @link: Link to the others planes in vkms_config
61 * @link: Link to the others CRTCs in vkms_config
82 * @link: Link to the others encoders in vkms_config
103 * @link: Link to the others connector in vkms_config
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-arb-gpio-challenge.yaml30 others can see. These are all active low with pull-ups enabled. We'll
33 * THEIR_CLAIMS: output from others signaling that they want the bus
/linux/drivers/regulator/
H A Dmax8997-regulator.c573 int others; in max8997_assess_side_effect() local
581 for (others = 0; others < 3; others++) { in max8997_assess_side_effect()
584 if (others == rid) in max8997_assess_side_effect()
586 if (buckx_gpiodvs[others] == false) in max8997_assess_side_effect()
588 diff = (buckx_val[others])[i] - in max8997_assess_side_effect()
589 (buckx_val[others])[max8997->buck125_gpioindex]; in max8997_assess_side_effect()
/linux/Documentation/devicetree/bindings/regulator/
H A Dmediatek,mt6357-regulator.yaml58 "^ldo-v(xo22|emc|mc|sim1|sim2|sram-others|sram-proc|dram|usb33)$":
192 mt6357_vsram_others_reg: ldo-vsram-others {
193 regulator-name = "vsram-others";

12345678910>>...49