| /linux/arch/csky/abiv2/ |
| H A D | cacheflush.c | 59 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 D | ddk750_chip.h | 61 * Others = the new main chip clock 68 * Others = the new memory clock 75 * Others = the new master clock
|
| /linux/include/linux/ |
| H A D | pstore_zone.h | 26 * 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 D | rebasing-and-merging.rst | 19 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 D | cacheflush.c | 60 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 D | dove.c | 37 * others reserved. 44 * others reserved. 57 * others reserved. 62 * others reserved.
|
| H A D | kirkwood.c | 36 * others reserved. 42 * others reserved. 51 * others reserved. 57 * others reserved. 62 * others reserved.
|
| /linux/arch/x86/mm/ |
| H A D | pf_in.h | 12 NOTHING, /* access others point in regions */ 16 OTHERS /* Other instructions can not intercept */ enumerator
|
| /linux/sound/aoa/codecs/ |
| H A D | onyx.h | 15 * -1 (0dB) to -127 (-63.0 dB) or others (muted) */ 26 /* all others reserved */
|
| /linux/include/linux/platform_data/ |
| H A D | net-cw1200.h | 15 /* All others are optional */ 28 /* All others are optional */
|
| /linux/Documentation/driver-api/ |
| H A D | hw-recoverable-errors.rst | 36 types like CPU, memory, PCI, CXL, and others. 41 others.
|
| /linux/arch/m68k/include/asm/ |
| H A D | mac_via.h | 93 #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 D | mcf8390.h | 26 * direct addressing method, others use a side-band address space 28 * others do not.
|
| /linux/Documentation/filesystems/ |
| H A D | affs.rst | 111 - 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 D | ingenic-tcu.rst | 37 - On JZ4725B, channel 5 operates as TCU2, the others operate as TCU1. 39 others operate as TCU1.
|
| /linux/drivers/gpu/host1x/hw/ |
| H A D | hw_host1x04_channel.h | 17 * 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 D | hw_host1x02_channel.h | 17 * 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 D | hw_host1x05_channel.h | 17 * 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 D | hw_host1x01_channel.h | 17 * 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 D | hw_host1x01_uclass.h | 17 * 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 D | authors.rst | 21 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 D | vkms_config.h | 36 * @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 D | i2c-arb-gpio-challenge.yaml | 30 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 D | max8997-regulator.c | 573 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 D | mediatek,mt6357-regulator.yaml | 58 "^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";
|