/linux-4.4.14/arch/mips/include/asm/mach-ip27/ |
H A D | kmalloc.h | 5 * All happy, no need to define ARCH_DMA_MINALIGN
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
H A D | ex.S | 19 ! exception no 0 to 255 21 no = 0 define 25 mov #no,r1 26 no = no + 1 define 38 ! exception no 256 to 511 40 no = 0 define 44 mov #no,r1 45 no = no + 1 define
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
H A D | Makefile | 2 CFLAGS += -Wl,-no-as-needed -Wall
|
/linux-4.4.14/arch/arm/mach-netx/include/mach/ |
H A D | pfifo.h | 24 static inline int pfifo_push(int no, unsigned int pointer) pfifo_push() argument 26 writel(pointer, NETX_PFIFO_BASE(no)); pfifo_push() 30 static inline unsigned int pfifo_pop(int no) pfifo_pop() argument 32 return readl(NETX_PFIFO_BASE(no)); pfifo_pop() 35 static inline int pfifo_fill_level(int no) pfifo_fill_level() argument 38 return readl(NETX_PFIFO_FILL_LEVEL(no)); pfifo_fill_level() 41 static inline int pfifo_full(int no) pfifo_full() argument 43 return readl(NETX_PFIFO_FULL) & (1<<no) ? 1 : 0; pfifo_full() 46 static inline int pfifo_empty(int no) pfifo_empty() argument 48 return readl(NETX_PFIFO_EMPTY) & (1<<no) ? 1 : 0; pfifo_empty()
|
H A D | hardware.h | 30 #define SRAM_INTERNAL_PHYS(no) ((no) * 0x8000)
|
H A D | netx-regs.h | 44 #define NETX_OFS_XMAC(no) (0x60000 + (no) * 0x1000) 50 #define NETX_OFS_XPEC(no) (0x70000 + (no) * 0x4000) 74 #define NETX_PA_XMAC(no) (NETX_IO_PHYS + NETX_OFS_XMAC(no)) 80 #define NETX_PA_XPEC(no) (NETX_IO_PHYS + NETX_OFS_XPEC(no)) 104 #define NETX_VA_XMAC(no) (NETX_IO_VIRT + NETX_OFS_XMAC(no)) 110 #define NETX_VA_XPEC(no) (NETX_IO_VIRT + NETX_OFS_XPEC(no)) 260 /* XPEC register offsets relative to NETX_VA_XPEC(no) */ 296 /* XMAC register offsets relative to NETX_VA_XMAC(no) */
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
H A D | ex.S | 19 no = 0 define 23 mov #no,r1 24 no = no + 1 define
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | Makefile | 11 # 6120 has no fallback if no MSI interrupts, others can do INTx
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
H A D | Makefile | 6 $(comma)4)$(comma)%ymm2,yes,no)
|
/linux-4.4.14/include/linux/ |
H A D | thinkpad_acpi.h | 5 (e g -ENODEV if no led present) */
|
H A D | spinlock_types_up.h | 32 /* no debug version on UP */
|
H A D | f75375s.h | 14 /* We want to set fans spinning on systems where there is no
|
H A D | mm-arch-hooks.h | 2 * Generic mm no-op hooks.
|
H A D | zsmalloc.h | 23 * They also have no effect when PGTABLE_MAPPING is selected. 27 ZS_MM_RO, /* read-only (no copy-out at unmap time) */ 28 ZS_MM_WO /* write-only (no copy-in at map time) */
|
H A D | shrinker.h | 33 * there are no objects to free or the number of freeable items cannot be 37 * deadlock condition is no longer pending. 43 * due to potential deadlocks. If SHRINK_STOP is returned, then no further
|
H A D | sys.h | 5 * This file is no longer used or needed
|
H A D | vm_sockets.h | 8 * Software Foundation version 2 and no later version.
|
/linux-4.4.14/include/asm-generic/bitops/ |
H A D | builtin-__ffs.h | 8 * Undefined if no bit exists, so code should check against 0 first.
|
H A D | ffz.h | 8 * Undefined if no zero exists, so code should check against ~0UL first.
|
H A D | builtin-__fls.h | 8 * Undefined if no set bit exists, so code should check against 0 first.
|
H A D | find.h | 12 * If no bits are set, returns @size. 26 * If no bits are zero, returns @size. 40 * If no bits are set, returns @size. 51 * If no bits are zero, returns @size.
|
H A D | __ffs.h | 10 * Undefined if no bit exists, so code should check against 0 first.
|
H A D | __fls.h | 10 * Undefined if no set bit exists, so code should check against 0 first.
|
/linux-4.4.14/include/uapi/linux/ |
H A D | netfilter_arp.h | 10 /* There is no PF_ARP. */
|
H A D | pg.h | 19 status information. A read will fail if there is no operation 23 and in this case, no following read is expected, or permitted. 25 There are no ioctl() operations. Any single operation
|
H A D | isdn_divertif.h | 22 #define DIVERT_NO_ERR 0x00 /* return value no error */
|
H A D | ipv6_route.h | 20 fallback, no routers on link */ 25 #define RTF_NONEXTHOP 0x00200000 /* route with no nexthop */
|
/linux-4.4.14/arch/arm/vfp/ |
H A D | Makefile | 11 LDFLAGS +=--no-warn-mismatch
|
/linux-4.4.14/tools/arch/mips/include/asm/ |
H A D | barrier.h | 14 : /* no output */ \ 15 : /* no input */ \
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | ecc.h | 58 * S: Supervisor/Privileged access? 0=no 1=yes 62 * BM: Boot mode? 0=no 1=yes This is just like the SRMMU boot 64 * AT: Did this fault happen during an atomic instruction? 0=no 70 * 0=no 1=yes 103 * C2E: A C2 graphics error occurred. 0=no 1=yes (SS10 only) 104 * MULT: Multiple errors occurred ;-O 0=no 1=prom_panic(yes) 107 * UNC: Uncorrectable error. 0=no 1=yes 108 * TIMEO: Timeout occurred. 0=no 1=yes 109 * BS: C2 graphics bad slot access. 0=no 1=yes (SS10 only) 110 * C: Correctable error? 0=no 1=yes
|
H A D | swift.h | 33 : /* no outputs */ swift_inv_insn_tag() 42 : /* no outputs */ swift_inv_data_tag() 77 : /* no outputs */ swift_flush_page() 85 : /* no outputs */ swift_flush_segment() 93 : /* no outputs */ swift_flush_region() 101 : /* no outputs */ swift_flush_context()
|
H A D | irqflags_64.h | 33 : /* no output */ arch_local_irq_restore() 43 : /* no outputs */ arch_local_irq_disable() 53 : /* no outputs */ arch_local_irq_enable() 54 : /* no inputs */ arch_local_irq_enable()
|
H A D | ross.h | 37 * CE: Cache Enable -- 0 = no caching, 1 = cache is on 78 * All other bits are read as zeros, and writes to them have no 106 : /* no inputs */ get_ross_icr() 119 : /* no outputs */ put_ross_icr() 132 : /* no outputs */ hyper_flush_whole_icache() 147 : /* no outputs */ hyper_clear_all_tags() 158 : /* no outputs */ hyper_flush_unconditional_combined() 169 : /* no outputs */ hyper_flush_cache_user() 182 : /* no outputs */ hyper_flush_cache_page()
|
H A D | upa.h | 74 : /* no outputs */ _upa_writeb() 81 : /* no outputs */ _upa_writew() 88 : /* no outputs */ _upa_writel() 95 : /* no outputs */ _upa_writeq()
|
H A D | spinlock_32.h | 34 : /* no outputs */ arch_spin_lock() 58 * but no interrupt writers. For those circumstances we 88 : /* no outputs */ __arch_read_lock() 108 : /* no outputs */ __arch_read_unlock() 128 : /* no outputs */ arch_write_lock() 138 : /* no outputs */ arch_write_unlock()
|
H A D | psr.h | 27 : /* no inputs */ get_psr() 40 : /* no outputs */ put_psr()
|
H A D | tsunami.h | 51 : /* no outputs */ tsunami_flush_icache() 59 : /* no outputs */ tsunami_flush_dcache()
|
H A D | viking.h | 32 * This indicates whether accesses are cacheable when no cachable bit 47 * store-buffer is enabled no matter what. 116 : /* no outputs */ viking_flush_icache() 124 : /* no outputs */ viking_flush_dcache() 132 : /* no outputs */ viking_unlock_icache() 140 : /* no outputs */ viking_unlock_dcache() 148 : /* no outputs */ viking_set_bpreg() 203 : /* no output */ viking_mxcc_turn_off_parity()
|
/linux-4.4.14/drivers/base/ |
H A D | pinctrl.c | 32 dev_dbg(dev, "no pinctrl handle\n"); pinctrl_bind_pins() 40 dev_dbg(dev, "no default pinctrl state\n"); pinctrl_bind_pins() 49 dev_dbg(dev, "no init pinctrl state\n"); pinctrl_bind_pins() 72 dev_dbg(dev, "no sleep pinctrl state\n"); pinctrl_bind_pins() 78 dev_dbg(dev, "no idle pinctrl state\n"); pinctrl_bind_pins() 84 * If no pinctrl handle or default state was found for this device, pinctrl_bind_pins() 86 * no point in keeping it around. pinctrl_bind_pins()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
H A D | setup.c | 85 info->flags & HAS_FPU ? "yes" : "no", show_cpuinfo() 86 info->flags & HAS_MMU ? "yes" : "no", show_cpuinfo() 87 info->flags & HAS_MMU_BUG ? "yes" : "no", show_cpuinfo() 89 info->flags & HAS_TOKENRING ? "4/16 Mbps" : "no", show_cpuinfo() 90 info->flags & HAS_SCSI ? "yes" : "no", show_cpuinfo() 91 info->flags & HAS_ATA ? "yes" : "no", show_cpuinfo() 92 info->flags & HAS_USB ? "yes" : "no", show_cpuinfo()
|
/linux-4.4.14/drivers/pinctrl/nomadik/ |
H A D | pinctrl-ab8505.c | 276 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */ 280 ALTERNATE_FUNCTIONS(4, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO4, bit 3 reserved */ 281 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5, bit 4 reserved */ 282 ALTERNATE_FUNCTIONS(6, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO6, bit 5 reserved */ 283 ALTERNATE_FUNCTIONS(7, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO7, bit 6 reserved */ 284 ALTERNATE_FUNCTIONS(8, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO8, bit 7 reserved */ 286 ALTERNATE_FUNCTIONS(9, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO9, bit 0 reserved */ 289 ALTERNATE_FUNCTIONS(12, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO12, bit3 reserved */ 292 ALTERNATE_FUNCTIONS(15, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO15, bit 6 reserved */ 293 ALTERNATE_FUNCTIONS(16, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO15, bit 7 reserved */ 303 ALTERNATE_FUNCTIONS(21, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO21, bit 4 reserved */ 304 ALTERNATE_FUNCTIONS(22, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO22, bit 5 reserved */ 305 ALTERNATE_FUNCTIONS(23, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO23, bit 6 reserved */ 306 ALTERNATE_FUNCTIONS(24, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO24, bit 7 reserved */ 308 ALTERNATE_FUNCTIONS(25, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO25, bit 0 reserved */ 309 ALTERNATE_FUNCTIONS(26, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO26, bit 1 reserved */ 310 ALTERNATE_FUNCTIONS(27, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO27, bit 2 reserved */ 311 ALTERNATE_FUNCTIONS(28, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO28, bit 3 reserved */ 312 ALTERNATE_FUNCTIONS(29, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO29, bit 4 reserved */ 313 ALTERNATE_FUNCTIONS(30, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO30, bit 5 reserved */ 314 ALTERNATE_FUNCTIONS(31, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO31, bit 6 reserved */ 315 ALTERNATE_FUNCTIONS(32, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO32, bit 7 reserved */ 317 ALTERNATE_FUNCTIONS(33, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO33, bit 0 reserved */ 319 ALTERNATE_FUNCTIONS(35, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO35, bit 2 reserved */ 320 ALTERNATE_FUNCTIONS(36, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO36, bit 2 reserved */ 321 ALTERNATE_FUNCTIONS(37, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO37, bit 2 reserved */ 322 ALTERNATE_FUNCTIONS(38, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO38, bit 2 reserved */ 323 ALTERNATE_FUNCTIONS(39, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO39, bit 2 reserved */ 327 ALTERNATE_FUNCTIONS(42, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO42, bit 1 reserved */ 328 ALTERNATE_FUNCTIONS(43, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO43, bit 2 reserved */ 329 ALTERNATE_FUNCTIONS(44, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO44, bit 3 reserved */ 330 ALTERNATE_FUNCTIONS(45, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO45, bit 4 reserved */ 331 ALTERNATE_FUNCTIONS(46, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO46, bit 5 reserved */ 332 ALTERNATE_FUNCTIONS(47, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO47, bit 6 reserved */ 333 ALTERNATE_FUNCTIONS(48, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO48, bit 7 reserved */ 335 ALTERNATE_FUNCTIONS(49, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO49, bit 0 reserved */ 337 ALTERNATE_FUNCTIONS(51, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO49, bit 0 reserved */
|
H A D | pinctrl-ab8540.c | 305 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */ 310 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5 */ 311 ALTERNATE_FUNCTIONS(6, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO6 */ 312 ALTERNATE_FUNCTIONS(7, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO7 */ 313 ALTERNATE_FUNCTIONS(8, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO8 */ 315 ALTERNATE_FUNCTIONS(9, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO9 */ 316 ALTERNATE_FUNCTIONS(10, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO10 */ 317 ALTERNATE_FUNCTIONS(11, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO11 */ 318 ALTERNATE_FUNCTIONS(12, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO12 */ 319 ALTERNATE_FUNCTIONS(13, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO13 */ 328 ALTERNATE_FUNCTIONS(21, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO21 */ 329 ALTERNATE_FUNCTIONS(22, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO22 */ 330 ALTERNATE_FUNCTIONS(23, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO23 */ 331 ALTERNATE_FUNCTIONS(24, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO24 */ 333 ALTERNATE_FUNCTIONS(25, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO25 */ 334 ALTERNATE_FUNCTIONS(26, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO26 */ 342 ALTERNATE_FUNCTIONS(33, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO33 */ 343 ALTERNATE_FUNCTIONS(34, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO34 */ 344 ALTERNATE_FUNCTIONS(35, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO35 */ 345 ALTERNATE_FUNCTIONS(36, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO36 */ 346 ALTERNATE_FUNCTIONS(37, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO37 */ 347 ALTERNATE_FUNCTIONS(38, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO38 */ 348 ALTERNATE_FUNCTIONS(39, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO39 */ 349 ALTERNATE_FUNCTIONS(40, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO40 */ 351 ALTERNATE_FUNCTIONS(41, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO41 */ 360 ALTERNATE_FUNCTIONS(49, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO49 */ 361 ALTERNATE_FUNCTIONS(50, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO50 */
|
H A D | pinctrl-ab9540.c | 385 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */ 390 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5 */ 391 ALTERNATE_FUNCTIONS(6, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO6 */ 392 ALTERNATE_FUNCTIONS(7, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO7 */ 393 ALTERNATE_FUNCTIONS(8, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO8 */ 395 ALTERNATE_FUNCTIONS(9, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO9 */ 398 ALTERNATE_FUNCTIONS(12, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO12 */ 418 ALTERNATE_FUNCTIONS(26, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO26 */ 426 ALTERNATE_FUNCTIONS(33, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO33 */ 428 ALTERNATE_FUNCTIONS(35, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO35 */ 429 ALTERNATE_FUNCTIONS(36, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO36 */ 430 ALTERNATE_FUNCTIONS(37, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO37 */ 431 ALTERNATE_FUNCTIONS(38, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO38 */ 432 ALTERNATE_FUNCTIONS(39, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO39 */ 437 ALTERNATE_FUNCTIONS(43, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO43 */ 438 ALTERNATE_FUNCTIONS(44, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO44 */ 439 ALTERNATE_FUNCTIONS(45, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO45 */ 440 ALTERNATE_FUNCTIONS(46, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO46 */ 441 ALTERNATE_FUNCTIONS(47, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO47 */ 442 ALTERNATE_FUNCTIONS(48, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO48 */ 450 ALTERNATE_FUNCTIONS(49, 0, UNUSED, UNUSED, 0, 0, 0), /* no GPIO49 */
|
/linux-4.4.14/drivers/media/tuners/ |
H A D | qm1d1c0042.h | 28 bool fast_srch; /* enable fast search mode, no LPF */ 30 u32 fast_srch_wait; /* with fast-search mode, no LPF. [ms] */ 31 u32 normal_srch_wait; /* with no LPF/fast-search mode. [ms] */
|
/linux-4.4.14/arch/cris/arch-v10/mm/ |
H A D | tlb.c | 51 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | flush_tlb_all() 52 IO_STATE(R_TLB_LO, valid, no ) | flush_tlb_all() 53 IO_STATE(R_TLB_LO, kernel,no ) | flush_tlb_all() 54 IO_STATE(R_TLB_LO, we, no ) | flush_tlb_all() 87 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | flush_tlb_mm() 88 IO_STATE(R_TLB_LO, valid, no ) | flush_tlb_mm() 89 IO_STATE(R_TLB_LO, kernel,no ) | flush_tlb_mm() 90 IO_STATE(R_TLB_LO, we, no ) | flush_tlb_mm() 127 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | flush_tlb_page() 128 IO_STATE(R_TLB_LO, valid, no ) | flush_tlb_page() 129 IO_STATE(R_TLB_LO, kernel,no ) | flush_tlb_page() 130 IO_STATE(R_TLB_LO, we, no ) | flush_tlb_page()
|
/linux-4.4.14/include/net/irda/ |
H A D | irlan_eth.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 21 * provided "AS-IS" and at no charge.
|
H A D | irlan_filter.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 21 * provided "AS-IS" and at no charge.
|
H A D | crc.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no>
|
H A D | iriap_event.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 12 * Copyright (c) 1998-1999 Dag Brattli <dagb@cs.uit.no>, All Rights Reserved. 21 * provided "AS-IS" and at no charge.
|
H A D | irlan_client.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 12 * Copyright (c) 1998 Dag Brattli <dagb@cs.uit.no>, All Rights Reserved. 21 * provided "AS-IS" and at no charge.
|
H A D | irlan_event.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 12 * Copyright (c) 1997 Dag Brattli <dagb@cs.uit.no>, All Rights Reserved. 21 * provided "AS-IS" and at no charge.
|
H A D | irlan_provider.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 12 * Copyright (c) 1998-1999 Dag Brattli <dagb@cs.uit.no>, All Rights Reserved. 21 * provided "AS-IS" and at no charge.
|
H A D | irlmp_frame.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 12 * Copyright (c) 1997, 1999 Dag Brattli <dagb@cs.uit.no>, 22 * provided "AS-IS" and at no charge.
|
H A D | wrapper.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 12 * Copyright (c) 1998-2000 Dag Brattli <dagb@cs.uit.no>, 22 * provided "AS-IS" and at no charge.
|
H A D | ircomm_lmp.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no>
|
H A D | ircomm_ttp.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no>
|
H A D | iriap.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 12 * Copyright (c) 1997-1999 Dag Brattli <dagb@cs.uit.no>, 22 * provided "AS-IS" and at no charge.
|
H A D | irlmp_event.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 12 * Copyright (c) 1997, 1999 Dag Brattli <dagb@cs.uit.no>, 23 * provided "AS-IS" and at no charge.
|
H A D | af_irda.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 22 * provided "AS-IS" and at no charge.
|
H A D | irlap_event.h | 8 * Author: Dag Brattli <dagb@cs.uit.no> 11 * Modified by: Dag Brattli <dagb@cs.uit.no> 13 * Copyright (c) 1998-1999 Dag Brattli <dagb@cs.uit.no>,
|
H A D | irqueue.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 12 * Copyright (C) 1998-1999, Aage Kvalnes <aage@cs.uit.no> 26 * provided "AS-IS" and at no charge.
|
H A D | timer.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 12 * Copyright (c) 1997, 1998-1999 Dag Brattli <dagb@cs.uit.no>, 23 * provided "AS-IS" and at no charge.
|
H A D | ircomm_event.h | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no>
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | sht15.h | 20 * @gpio_data: no. of gpio to which bidirectional data line is 22 * @gpio_sck: no. of gpio to which the data clock is connected. 26 * @no_otp_reload: flag to indicate no reload from OTP.
|
H A D | spi-imx.h | 25 #define MXC_SPI_CS(no) ((no) - 32)
|
H A D | mmc-esdhc-imx.h | 16 ESDHC_WP_NONE, /* no WP, neither controller nor gpio */ 22 ESDHC_CD_NONE, /* no CD, neither controller nor gpio */ 25 ESDHC_CD_PERMANENT, /* no CD, card permanently wired to host */
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | glue-pf.h | 21 * legacy - no IFSR, no IFAR 22 * v6 - ARMv6: IFSR, no IFAR
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | proc.c | 35 static_cpu_has_bug(X86_BUG_FDIV) ? "yes" : "no", show_cpuinfo_misc() 36 static_cpu_has_bug(X86_BUG_F00F) ? "yes" : "no", show_cpuinfo_misc() 37 static_cpu_has_bug(X86_BUG_COMA) ? "yes" : "no", show_cpuinfo_misc() 38 static_cpu_has(X86_FEATURE_FPU) ? "yes" : "no", show_cpuinfo_misc() 39 static_cpu_has(X86_FEATURE_FPU) ? "yes" : "no", show_cpuinfo_misc() 41 c->wp_works_ok ? "yes" : "no"); show_cpuinfo_misc()
|
H A D | umc.c | 7 * so no special init takes place.
|
/linux-4.4.14/kernel/ |
H A D | sysctl_binary.c | 89 /* KERN_PPC_L2CR "l2cr" no longer used */ 115 /* KERN_TAINTED "tainted" no longer used */ 129 /* KERN_HZ_TIMER "hz_timer" no longer used */ 135 /* KERN_ACPI_VIDEO_FLAGS "acpi_video_flags" no longer used */ 149 /* VM_DIRTY_WB_CS "dirty_writeback_centisecs" no longer used */ 150 /* VM_DIRTY_EXPIRE_CS "dirty_expire_centisecs" no longer used */ 151 /* VM_NR_PDFLUSH_THREADS "nr_pdflush_threads" no longer used */ 154 /* VM_HUGETLB_PAGES "nr_hugepages" no longer used */ 211 /* NET_IPV4_ROUTE_MIN_DELAY "min_delay" no longer used */ 212 /* NET_IPV4_ROUTE_MAX_DELAY "max_delay" no longer used */ 218 /* NET_IPV4_ROUTE_GC_INTERVAL "gc_interval" no longer used */ 270 /* NET_NEIGH_RETRANS_TIME "retrans_time" no longer used */ 276 /* NET_NEIGH_ANYCAST_DELAY "anycast_delay" no longer used */ 277 /* NET_NEIGH_PROXY_DELAY "proxy_delay" no longer used */ 278 /* NET_NEIGH_LOCKTIME "locktime" no longer used */ 297 /* NET_IPV4_NF_CONNTRACK_TCP_TIMEOUT_SYN_SENT "ip_conntrack_tcp_timeout_syn_sent" no longer used */ 298 /* NET_IPV4_NF_CONNTRACK_TCP_TIMEOUT_SYN_RECV "ip_conntrack_tcp_timeout_syn_recv" no longer used */ 299 /* NET_IPV4_NF_CONNTRACK_TCP_TIMEOUT_ESTABLISHED "ip_conntrack_tcp_timeout_established" no longer used */ 300 /* NET_IPV4_NF_CONNTRACK_TCP_TIMEOUT_FIN_WAIT "ip_conntrack_tcp_timeout_fin_wait" no longer used */ 301 /* NET_IPV4_NF_CONNTRACK_TCP_TIMEOUT_CLOSE_WAIT "ip_conntrack_tcp_timeout_close_wait" no longer used */ 302 /* NET_IPV4_NF_CONNTRACK_TCP_TIMEOUT_LAST_ACK "ip_conntrack_tcp_timeout_last_ack" no longer used */ 303 /* NET_IPV4_NF_CONNTRACK_TCP_TIMEOUT_TIME_WAIT "ip_conntrack_tcp_timeout_time_wait" no longer used */ 304 /* NET_IPV4_NF_CONNTRACK_TCP_TIMEOUT_CLOSE "ip_conntrack_tcp_timeout_close" no longer used */ 306 /* NET_IPV4_NF_CONNTRACK_UDP_TIMEOUT "ip_conntrack_udp_timeout" no longer used */ 307 /* NET_IPV4_NF_CONNTRACK_UDP_TIMEOUT_STREAM "ip_conntrack_udp_timeout_stream" no longer used */ 308 /* NET_IPV4_NF_CONNTRACK_ICMP_TIMEOUT "ip_conntrack_icmp_timeout" no longer used */ 309 /* NET_IPV4_NF_CONNTRACK_GENERIC_TIMEOUT "ip_conntrack_generic_timeout" no longer used */ 313 /* NET_IPV4_NF_CONNTRACK_TCP_TIMEOUT_MAX_RETRANS "ip_conntrack_tcp_timeout_max_retrans" no longer used */ 318 /* NET_IPV4_NF_CONNTRACK_SCTP_TIMEOUT_CLOSED "ip_conntrack_sctp_timeout_closed" no longer used */ 319 /* NET_IPV4_NF_CONNTRACK_SCTP_TIMEOUT_COOKIE_WAIT "ip_conntrack_sctp_timeout_cookie_wait" no longer used */ 320 /* NET_IPV4_NF_CONNTRACK_SCTP_TIMEOUT_COOKIE_ECHOED "ip_conntrack_sctp_timeout_cookie_echoed" no longer used */ 321 /* NET_IPV4_NF_CONNTRACK_SCTP_TIMEOUT_ESTABLISHED "ip_conntrack_sctp_timeout_established" no longer used */ 322 /* NET_IPV4_NF_CONNTRACK_SCTP_TIMEOUT_SHUTDOWN_SENT "ip_conntrack_sctp_timeout_shutdown_sent" no longer used */ 323 /* NET_IPV4_NF_CONNTRACK_SCTP_TIMEOUT_SHUTDOWN_RECD "ip_conntrack_sctp_timeout_shutdown_recd" no longer used */ 324 /* NET_IPV4_NF_CONNTRACK_SCTP_TIMEOUT_SHUTDOWN_ACK_SENT "ip_conntrack_sctp_timeout_shutdown_ack_sent" no longer used */ 399 /* NET_TCP_AVAIL_CONG_CONTROL "tcp_available_congestion_control" no longer used */ 415 /* NET_IPV4_IPFRAG_MAX_DIST "ipfrag_max_dist" no longer used */ 537 /* NET_IPV6_ROUTE_FLUSH "flush" no longer used */ 670 /* NET_NF_CONNTRACK_TCP_TIMEOUT_SYN_SENT "nf_conntrack_tcp_timeout_syn_sent" no longer used */ 671 /* NET_NF_CONNTRACK_TCP_TIMEOUT_SYN_RECV "nf_conntrack_tcp_timeout_syn_recv" no longer used */ 672 /* NET_NF_CONNTRACK_TCP_TIMEOUT_ESTABLISHED "nf_conntrack_tcp_timeout_established" no longer used */ 673 /* NET_NF_CONNTRACK_TCP_TIMEOUT_FIN_WAIT "nf_conntrack_tcp_timeout_fin_wait" no longer used */ 674 /* NET_NF_CONNTRACK_TCP_TIMEOUT_CLOSE_WAIT "nf_conntrack_tcp_timeout_close_wait" no longer used */ 675 /* NET_NF_CONNTRACK_TCP_TIMEOUT_LAST_ACK "nf_conntrack_tcp_timeout_last_ack" no longer used */ 676 /* NET_NF_CONNTRACK_TCP_TIMEOUT_TIME_WAIT "nf_conntrack_tcp_timeout_time_wait" no longer used */ 677 /* NET_NF_CONNTRACK_TCP_TIMEOUT_CLOSE "nf_conntrack_tcp_timeout_close" no longer used */ 678 /* NET_NF_CONNTRACK_UDP_TIMEOUT "nf_conntrack_udp_timeout" no longer used */ 679 /* NET_NF_CONNTRACK_UDP_TIMEOUT_STREAM "nf_conntrack_udp_timeout_stream" no longer used */ 680 /* NET_NF_CONNTRACK_ICMP_TIMEOUT "nf_conntrack_icmp_timeout" no longer used */ 681 /* NET_NF_CONNTRACK_GENERIC_TIMEOUT "nf_conntrack_generic_timeout" no longer used */ 684 /* NET_NF_CONNTRACK_TCP_TIMEOUT_MAX_RETRANS "nf_conntrack_tcp_timeout_max_retrans" no longer used */ 688 /* NET_NF_CONNTRACK_SCTP_TIMEOUT_CLOSED "nf_conntrack_sctp_timeout_closed" no longer used */ 689 /* NET_NF_CONNTRACK_SCTP_TIMEOUT_COOKIE_WAIT "nf_conntrack_sctp_timeout_cookie_wait" no longer used */ 690 /* NET_NF_CONNTRACK_SCTP_TIMEOUT_COOKIE_ECHOED "nf_conntrack_sctp_timeout_cookie_echoed" no longer used */ 691 /* NET_NF_CONNTRACK_SCTP_TIMEOUT_ESTABLISHED "nf_conntrack_sctp_timeout_established" no longer used */ 692 /* NET_NF_CONNTRACK_SCTP_TIMEOUT_SHUTDOWN_SENT "nf_conntrack_sctp_timeout_shutdown_sent" no longer used */ 693 /* NET_NF_CONNTRACK_SCTP_TIMEOUT_SHUTDOWN_RECD "nf_conntrack_sctp_timeout_shutdown_recd" no longer used */ 694 /* NET_NF_CONNTRACK_SCTP_TIMEOUT_SHUTDOWN_ACK_SENT "nf_conntrack_sctp_timeout_shutdown_ack_sent" no longer used */ 696 /* NET_NF_CONNTRACK_ICMPV6_TIMEOUT "nf_conntrack_icmpv6_timeout" no longer used */ 697 /* NET_NF_CONNTRACK_FRAG6_TIMEOUT "nf_conntrack_frag6_timeout" no longer used */ 733 /* NET_BRIDGE "bridge" no longer used */ 743 /* NET_DCCP "dccp" no longer used */ 805 /* FS_NRFILE "file-nr" no longer used */ 852 /* DEV_CDROM "cdrom" no longer used */ 854 /* DEV_PARPORT "parport" no longer used */ 882 /* CTL_RPCDEBUG "rpc_debug" no longer used */ 883 /* CTL_NFSDEBUG "nfs_debug" no longer used */ 884 /* CTL_NFSDDEBUG "nfsd_debug" no longer used */ 885 /* CTL_NLMDEBUG "nlm_debug" no longer used */ 896 /* 1 == CTL_PM_SUSPEND "suspend" no longer used" */ 909 /* CTL_DEBUG "debug" no longer used */ 914 /* CTL_ARLAN "arlan" no longer used */ 1229 * there is no danger of overflowing our path as it PATH_MAX get_sysctl()
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | irq_32.c | 23 : /* no inputs */ arch_local_irq_restore() 51 : /* no inputs */ arch_local_save_flags()
|
H A D | sh_bios.c | 94 * from the fixed BIOS VBR. A no-op if no BIOS VBR is known. 130 * no idea what serial settings the BIOS is using, or sh_console_setup() 133 cflag |= B115200 | CS8 | /*no parity*/0; sh_console_setup()
|
/linux-4.4.14/arch/parisc/include/asm/ |
H A D | special_insns.h | 15 : /* no outputs */ \ 40 : /* no outputs */ \
|
H A D | kbdleds.h | 5 * On HIL keyboards of PARISC machines there is no NumLock key and
|
H A D | led.h | 20 #define DISPLAY_MODEL_NONE 1 /* no LED or LCD */ 24 #define LED_CMD_REG_NONE 0 /* NULL == no addr for the cmd register */
|
H A D | signal.h | 19 /* next_signal() assumes this is a long - no choice */
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
H A D | backlight.h | 14 * @no: GPIO number for PWM timer out 18 int no; member in struct:samsung_bl_gpio_info
|
H A D | dev-backlight.c | 36 ret = gpio_request(bl_gpio_info->no, "Backlight"); samsung_bl_init() 43 s3c_gpio_cfgpin(bl_gpio_info->no, bl_gpio_info->func); samsung_bl_init() 55 s3c_gpio_cfgpin(bl_gpio_info->no, S3C_GPIO_OUTPUT); samsung_bl_exit() 56 gpio_free(bl_gpio_info->no); samsung_bl_exit() 98 printk(KERN_ERR "%s: no memory for platform dev\n", __func__); samsung_bl_set() 105 printk(KERN_ERR "%s: no memory for platform dev\n", __func__); samsung_bl_set()
|
/linux-4.4.14/arch/xtensa/platforms/iss/include/platform/ |
H A D | serial.h | 12 /* Have no meaning on ISS, but needed for 8250_early.c */
|
/linux-4.4.14/fs/nfsd/ |
H A D | xdr4cb.h | 9 1 /* no referring calls list yet */)
|
/linux-4.4.14/scripts/ |
H A D | headers.sh | 20 um) # no userspace export
|
/linux-4.4.14/include/asm-generic/ |
H A D | pci.h | 17 * By default, assume that no iommu is in use and that the PCI
|
H A D | mm_hooks.h | 2 * Define generic no-op hooks for arch_dup_mmap, arch_exit_mmap
|
/linux-4.4.14/include/uapi/asm-generic/ |
H A D | bitsperlong.h | 5 * There seems to be no way of detecting this automatically from user
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | bugs.h | 19 /* s390 has no bugs ... */ check_bugs()
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
H A D | siginfo.h | 17 #define SI_NOINFO 32767 /* no information in siginfo_t */
|
H A D | sembuf.h | 25 unsigned long sem_nsems; /* no. of semaphores in array */
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | atags.h | 16 early_print("no ATAGS support: can't continue\n"); setup_machine_tags()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | setup.c | 95 info->flags & HAS_FPU ? "yes" : "no", show_cpuinfo() 96 info->flags & HAS_MMU ? "yes" : "no", show_cpuinfo() 97 info->flags & HAS_MMU_BUG ? "yes" : "no", show_cpuinfo() 99 info->flags & HAS_TOKENRING ? "4/16 Mbps" : "no", show_cpuinfo() 100 info->flags & HAS_SCSI ? "yes" : "no", show_cpuinfo() 101 info->flags & HAS_ATA ? "yes" : "no", show_cpuinfo() 102 info->flags & HAS_USB ? "yes" : "no", show_cpuinfo()
|
/linux-4.4.14/arch/microblaze/kernel/cpu/ |
H A D | mb.c | 69 (cpuinfo.use_instr & PVR0_USE_BARREL_MASK) ? "yes" : "no", show_cpuinfo() 70 (cpuinfo.use_instr & PVR2_USE_MSR_INSTR) ? "yes" : "no", show_cpuinfo() 71 (cpuinfo.use_instr & PVR2_USE_PCMP_INSTR) ? "yes" : "no", show_cpuinfo() 72 (cpuinfo.use_instr & PVR0_USE_DIV_MASK) ? "yes" : "no"); show_cpuinfo() 80 (cpuinfo.use_mult & PVR0_USE_HW_MUL_MASK) ? "v1" : "no", show_cpuinfo() 82 (cpuinfo.use_fpu & PVR0_USE_FPU_MASK) ? "v1" : "no"); show_cpuinfo() 123 cpuinfo.hw_debug ? "yes" : "no"); show_cpuinfo()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_eeprom.c | 24 static void _rtl92e_gpio_write_bit(struct net_device *dev, int no, bool val) _rtl92e_gpio_write_bit() argument 29 reg |= 1 << no; _rtl92e_gpio_write_bit() 31 reg &= ~(1 << no); _rtl92e_gpio_write_bit() 37 static bool _rtl92e_gpio_get_bit(struct net_device *dev, int no) _rtl92e_gpio_get_bit() argument 41 return (reg >> no) & 0x1; _rtl92e_gpio_get_bit()
|
/linux-4.4.14/arch/arm/plat-samsung/ |
H A D | init.c | 84 panic("s3c24xx_init_clocks: no cpu setup?\n"); s3c24xx_init_clocks() 87 panic("s3c24xx_init_clocks: cpu has no clock init\n"); s3c24xx_init_clocks() 111 struct s3c2410_uartcfg *cfg, int no) s3c24xx_init_uartdevs() 119 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); s3c24xx_init_uartdevs() 121 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { s3c24xx_init_uartdevs() 135 nr_uarts = no; s3c24xx_init_uartdevs() 139 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) s3c24xx_init_uarts() argument 145 printk(KERN_ERR "s3c24xx_init_uarts: cpu has no uart init\n"); s3c24xx_init_uarts() 147 (cpu->init_uarts)(cfg, no); s3c24xx_init_uarts() 109 s3c24xx_init_uartdevs(char *name, struct s3c24xx_uart_resources *res, struct s3c2410_uartcfg *cfg, int no) s3c24xx_init_uartdevs() argument
|
/linux-4.4.14/drivers/media/pci/b2c2/ |
H A D | flexcop-dma.c | 124 flexcop_dma_index_t no, flexcop_dma_control_size_irq() 129 if (no & FC_DMA_1) flexcop_dma_control_size_irq() 132 if (no & FC_DMA_2) flexcop_dma_control_size_irq() 141 flexcop_dma_index_t no, flexcop_dma_control_timer_irq() 146 if (no & FC_DMA_1) flexcop_dma_control_timer_irq() 149 if (no & FC_DMA_2) flexcop_dma_control_timer_irq() 123 flexcop_dma_control_size_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff) flexcop_dma_control_size_irq() argument 140 flexcop_dma_control_timer_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff) flexcop_dma_control_timer_irq() argument
|
/linux-4.4.14/drivers/net/appletalk/ |
H A D | cops_ffdrv.h | 11 * There is no charge for this SDK. And no waranty express or implied
|
H A D | cops_ltdrv.h | 10 * There is no charge for this SDK. And no waranty express or implied
|
/linux-4.4.14/arch/xtensa/boot/boot-elf/ |
H A D | bootstrap.S | 33 .begin no-absolute-literals 65 .end no-absolute-literals
|
/linux-4.4.14/block/partitions/ |
H A D | ultrix.c | 18 s32 pt_magic; /* magic no. indicating part. info exits */ ultrix_partition() 21 s32 pi_nblocks; /* no. of sectors */ ultrix_partition()
|
H A D | atari.c | 56 * if there's no valid primary partition, assume that no Atari atari_partition() 57 * format partition table (there's no reliable magic or the like atari_partition() 126 if ( part_fmt!=1 ) { /* no extended partitions -> test ICD-format */ atari_partition() 128 /* sanity check: no ICD format if first partition invalid */ atari_partition()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | irq_srm.c | 2 * Handle interrupts from the SRM, assuming no additional weirdness. 36 /* Handle interrupts from the SRM, assuming no additional weirdness. */
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
H A D | bitops.h | 36 * Find First Zero in word. Undefined if no zero exist, so the caller should 46 * Find First Set bit in word. Undefined if no 1 exist, so the caller
|
/linux-4.4.14/fs/efs/ |
H A D | file.c | 23 * i have no idea why this happens as often as it does efs_get_block() 47 * i have no idea why this happens as often as it does efs_bmap()
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | irqflags.h | 23 : /* no outputs */ arch_local_irq_disable() 38 : /* no outputs */ arch_local_irq_enable()
|
H A D | fb.h | 24 /* Use no-cache mode, serialized */ fb_pgprotect()
|
H A D | parport.h | 19 /* no dma, or IRQ autoprobing */
|
H A D | nettel.h | 79 #define MCFPP_DCD1 0x0000 /* Port 1 no DCD support */ 81 #define MCFPP_DTR1 0x0000 /* Port 1 no DTR support */
|
/linux-4.4.14/arch/m32r/ |
H A D | Makefile | 20 aflags-$(CONFIG_ISA_M32R2) += -DNO_FPU -O2 -Wa,-bitinst -Wa,-no-parallel 27 aflags-$(CONFIG_ISA_M32R) += -DNO_FPU -O2 -Wa,-no-bitinst
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
H A D | pdc.c | 20 dev_err(&pdev->dev, "no pclk defined\n"); pdc_probe() 25 dev_err(&pdev->dev, "no hclk defined\n"); pdc_probe()
|
/linux-4.4.14/arch/arm/mach-netx/ |
H A D | xc.c | 85 if (adr >= NETX_PA_XMAC(x->no) && xc_check_ptr() 86 adr + size < NETX_PA_XMAC(x->no) + XMAC_MEM_SIZE) xc_check_ptr() 89 if (adr >= NETX_PA_XPEC(x->no) && xc_check_ptr() 90 adr + size < NETX_PA_XPEC(x->no) + XPEC_MEM_SIZE) xc_check_ptr() 126 sprintf(name, "xc%d.bin", x->no); xc_request_firmware() 215 x->no = xcno; request_xc() 238 int xcno = x->no; free_xc() 246 xc_in_use &= ~(1 << x->no); free_xc()
|
/linux-4.4.14/tools/include/asm-generic/bitops/ |
H A D | find.h | 12 * If no bits are set, returns @size. 26 * If no bits are set, returns @size.
|
H A D | __ffs.h | 10 * Undefined if no bit exists, so code should check against 0 first.
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-roccat-kovaplus.h | 88 /* data1 = profile_number range 1-5; no release event */ 90 /* data1 = profile_number range 1-5; no release event */ 100 /* data1 = 1 = 400, 2 = 800, 4 = 1600, 7 = 3200; no release event */ 102 /* data1 + data2 = sense range 1-10; no release event */
|
/linux-4.4.14/arch/um/kernel/ |
H A D | kmsg_dump.c | 15 /* only dump kmsg when no console is available */ kmsg_dumper_stdout()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
H A D | sembuf.h | 19 __kernel_ulong_t sem_nsems; /* no. of semaphores in array */
|
/linux-4.4.14/arch/x86/xen/ |
H A D | Makefile | 8 # Make sure early boot has no stackprotector
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | a.out.h | 8 Unfortunately, there is no proper bit in the exec header to check.
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
H A D | sembuf.h | 17 unsigned long sem_nsems; /* no. of semaphores in array */
|
/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/ |
H A D | dma.h | 13 /* [#4267] IMDMA channels have no PERIPHERAL_MAP MMR */
|
/linux-4.4.14/include/linux/usb/ |
H A D | cdc-wdm.h | 4 * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no>
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
H A D | xt_NFQUEUE.h | 34 #define NFQ_FLAG_CPU_FANOUT 0x02 /* use current CPU (no hashing) */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | mpc8260.h | 2 * Since there are many different boards and no standard configuration,
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | mips_mt.h | 11 * How many VPEs and TCs is Linux allowed to use? 0 means no limit.
|
H A D | irqflags.h | 31 : /* no outputs */ arch_local_irq_disable() 32 : /* no inputs */ arch_local_irq_disable() 49 : /* no inputs */ arch_local_irq_save() 140 : /* no outputs */ arch_local_irq_enable() 141 : /* no inputs */ arch_local_irq_enable()
|
H A D | barrier.h | 24 : /* no output */ \ 25 : /* no input */ \ 38 : /* no output */ \ 62 : /* no output */ \
|
H A D | timex.h | 45 * compare register, no interrupt will be generated. 77 return 0; /* no usable counter */ get_cycles() 85 * That leaves no entropy source in the CPU itself. 97 return 0; /* no usable register */ random_get_entropy()
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
H A D | sembuf.h | 17 unsigned long sem_nsems; /* no. of semaphores in array */
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
H A D | bootinfo-atari.h | 31 #define ATARI_MACH_NORMAL 0 /* no special machine type */
|
/linux-4.4.14/arch/mips/lib/ |
H A D | mips-atomic.c | 25 * no nops at all. 52 : /* no outputs */ arch_local_irq_disable() 53 : /* no inputs */ arch_local_irq_disable() 79 : /* no inputs */ arch_local_irq_save()
|
/linux-4.4.14/arch/mips/pci/ |
H A D | pci-bcm63xx.h | 10 * Cardbus shares the PCI bus, but has no IDSEL, so a special id is
|
/linux-4.4.14/arch/mn10300/include/uapi/asm/ |
H A D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */
|
/linux-4.4.14/arch/frv/include/asm/ |
H A D | spinlock.h | 15 #error no spinlocks for FR-V yet
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
H A D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
H A D | sembuf.h | 17 unsigned long sem_nsems; /* no. of semaphores in array */
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
H A D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */
|
/linux-4.4.14/arch/avr32/include/asm/ |
H A D | barrier.h | 12 * Weirdest thing ever.. no full barrier, but it has a write barrier!
|
/linux-4.4.14/arch/avr32/include/uapi/asm/ |
H A D | sembuf.h | 20 unsigned long sem_nsems; /* no. of semaphores in array */
|
/linux-4.4.14/Documentation/pcmcia/ |
H A D | crc32hash.c | 26 printf("no string passed as argument\n"); main()
|
/linux-4.4.14/net/irda/ |
H A D | irproc.c | 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 12 * Copyright (c) 1998-1999, Dag Brattli <dagb@cs.uit.no> 21 * I, Thomas Davis, provide no warranty for any of this software. 22 * This material is provided "AS-IS" and at no charge.
|
/linux-4.4.14/sound/pci/ctxfi/ |
H A D | cthw20k1.h | 4 * This source file is released under GPL v2 license (no other versions).
|
H A D | cthw20k2.h | 4 * This source file is released under GPL v2 license (no other versions).
|
H A D | ctpcm.h | 4 * This source file is released under GPL v2 license (no other versions).
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | reg_access_test.c | 14 * Test basic access to the EBB regs, they should be user accessible with no
|
/linux-4.4.14/net/irda/irlan/ |
H A D | irlan_event.c | 7 * Author: Dag Brattli <dagb@cs.uit.no> 10 * Modified by: Dag Brattli <dagb@cs.uit.no> 21 * provided "AS-IS" and at no charge.
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | kdebugfs.c | 78 create_setup_data_node(struct dentry *parent, int no, create_setup_data_node() argument 84 sprintf(buf, "%d", no); create_setup_data_node() 114 int no = 0; create_setup_data_nodes() local 143 error = create_setup_data_node(d, no, node); create_setup_data_nodes() 150 no++; create_setup_data_nodes()
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | proc.c | 68 seq_printf(m, "wait instruction\t: %s\n", cpu_wait ? "yes" : "no"); show_cpuinfo() 70 cpu_has_counter ? "yes" : "no"); show_cpuinfo() 73 cpu_has_divec ? "yes" : "no"); show_cpuinfo() 75 cpu_has_watch ? "yes, " : "no\n"); show_cpuinfo() 128 (read_c0_config3() & MIPS_CONF3_ISA_OE) ? "yes" : "no"); show_cpuinfo()
|
H A D | cpu-bugs64.c | 68 * details. I got no permission to duplicate them here, mult_sh_align_mod() 151 printk("no.\n"); check_mult_sh() 167 printk("no.\n"); check_mult_sh() 201 * I got no permission to duplicate it here, sigh... --macro check_daddi() 221 printk("no.\n"); check_daddi() 243 printk("no.\n"); check_daddi() 268 * I got no permission to duplicate the errata here, sigh... check_daddiu() 291 printk("no.\n"); check_daddiu() 311 printk("no.\n"); check_daddiu()
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
H A D | common.h | 23 extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no); 37 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no); 51 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no); 66 extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no); 94 extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
/linux-4.4.14/drivers/fmc/ |
H A D | fmc-match.c | 32 dev_warn(&fdev->dev, "Driver has no ID: matches all\n"); fmc_match() 36 return 0; /* the device has no FRU information */ fmc_match() 71 /* If no eeprom, continue with other matches */ fmc_fill_id_info() 80 pr_info(" EEPROM has no FRU information\n"); fmc_fill_id_info() 105 return 0; /* no error: let other identification work */ fmc_fill_id_info()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
H A D | videocodec.c | 85 dprintk(1, KERN_ERR "videocodec_attach: no data\n"); videocodec_attach() 96 "videocodec_attach: no device available\n"); videocodec_attach() 115 "videocodec_attach: no mem\n"); videocodec_attach() 130 "videocodec_attach: no memory\n"); videocodec_attach() 158 dprintk(1, KERN_ERR "videocodec_attach: no codec found!\n"); videocodec_attach() 176 dprintk(1, KERN_ERR "videocodec_detach: no data\n"); videocodec_detach() 186 KERN_ERR "videocodec_detach: no device left...\n"); videocodec_detach() 239 dprintk(1, KERN_ERR "videocodec_register: no data!\n"); videocodec_register() 249 dprintk(1, KERN_ERR "videocodec_register: no memory\n"); videocodec_register() 274 dprintk(1, KERN_ERR "videocodec_unregister: no data!\n"); videocodec_unregister() 285 "videocodec_unregister: no device left...\n"); videocodec_unregister()
|
/linux-4.4.14/include/sound/ |
H A D | ak4117.h | 121 #define AK4117_PAR (1<<6) /* parity error or biphase error status, 0 = no error, 1 = error */ 122 #define AK4117_AUTO (1<<5) /* Non-PCM or DTS stream auto detection, 0 = no detect, 1 = detect */ 125 #define AK4117_STC (1<<2) /* sampling frequency or Pre-emphasis change, 0 = no detect, 1 = detect */ 126 #define AK4117_CINT (1<<1) /* channel status buffer interrupt, 0 = no change, 1 = change */ 127 #define AK4117_QINT (1<<0) /* Q-subcode buffer interrupt, 0 = no change, 1 = changed */ 130 #define AK4117_DTSCD (1<<6) /* DTS-CD bit audio stream detect, 0 = no detect, 1 = detect */ 131 #define AK4117_NPCM (1<<5) /* Non-PCM bit stream detection, 0 = no detect, 1 = detect */ 146 #define AK4117_CCRC (1<<1) /* CRC for channel status, 0 = no error, 1 = error */ 147 #define AK4117_QCRC (1<<0) /* CRC for Q-subcode, 0 = no error, 1 = error */ 150 #define AK4117_CHECK_NO_STAT (1<<0) /* no statistics */ 151 #define AK4117_CHECK_NO_RATE (1<<1) /* no rate check */
|
H A D | ak4113.h | 217 /* mask enable for DAT bit (if 1, no INT1 effect */ 219 /* mask enable for DAT bit (if 1, no INT0 effect */ 223 /* Q-subcode buffer interrupt, 0 = no change, 1 = changed */ 225 /* Non-PCM or DTS stream auto detection, 0 = no detect, 1 = detect */ 227 /* channel status buffer interrupt, 0 = no change, 1 = change */ 233 /* sampling frequency or Pre-emphasis change, 0 = no detect, 1 = detect */ 237 /* parity error or biphase error status, 0 = no error, 1 = error */ 248 /* DAT Start ID Detect, 0 = no detect, 1 = detect */ 250 /* DTS-CD bit audio stream detect, 0 = no detect, 1 = detect */ 252 /* Non-PCM bit stream detection, 0 = no detect, 1 = detect */ 269 /* CRC for Q-subcode, 0 = no error, 1 = error */ 271 /* CRC for channel status, 0 = no error, 1 = error */ 275 #define AK4113_CHECK_NO_STAT (1<<0) /* no statistics */ 276 #define AK4113_CHECK_NO_RATE (1<<1) /* no rate check */
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_hw.h | 50 * Bit 16: tx_reset_pb => 1:reset frame xmit protocol blk, 0:no-op 51 * Bit 17: rx_reset_pb => 1:reset frame recv protocol blk, 0:no-op 52 * Bit 18: tx_reset_mac => 1:reset data/ctl multiplexer blk, 0:no-op 53 * Bit 19: rx_reset_mac => 1:reset ctl frames & timers blk, 0:no-op 54 * Bit 31: soft_reset => 1:reset the MAC and the SERDES, 0:no-op 97 * Bit 0 : read_cycle => 1:perform single read cycle, 0:no-op 98 * Bit 1 : scan_cycle => 1:perform continuous read cycles, 0:no-op 219 * Bit 5 : downshift => 1:downshift, 0:no downshift 220 * Bit 6 : crossover => 1:MDIX (crossover), 0:MDI (no crossover) 263 * Bit 4 : soft_reset => 1:reset the MAC , 0:no-op
|
/linux-4.4.14/arch/powerpc/perf/ |
H A D | hv-gpci-requests.h | 180 /* Processor_config (0x90) skipped, no counters */ 181 /* Current_processor_frequency (0x91) skipped, no counters */ 197 /* Processor_core_power_mode (0x95) skipped, no counters */ 199 * no counters */ 200 /* Affinity_domain_information_by_domain (0xB0) skipped, no counters */ 201 /* Affinity_domain_information_by_partition (0xB1) skipped, no counters */ 202 /* Physical_memory_info (0xC0) skipped, no counters */ 203 /* Processor_bus_topology (0xD0) skipped, no counters */ 258 /* set_mmcrh (0x80001000) skipped, no counters */ 259 /* retrieve_hpmcx (0x80002000) skipped, no counters */
|
/linux-4.4.14/arch/arm/mm/ |
H A D | abort-lv4t.S | 24 mov r0, #0 @ clear r0, r1 (no FSR/FAR) 59 beq do_DataAbort @ no writeback -> no fixup 71 and r6, r6, #15 @ r6 = no. of registers to transfer. 82 beq do_DataAbort @ No writeback -> no fixup 100 beq do_DataAbort @ no writeback -> no fixup 103 beq do_DataAbort @ zero -> no fixup 114 beq do_DataAbort @ no writeback -> no fixup
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | s3c24xx-cpufreq-debugfs.c | 44 seq_printf(seq, "no configuration registered\n"); board_show() 50 seq_printf(seq, "no board definition set?\n"); board_show() 83 seq_printf(seq, "no configuration registered\n"); info_show() 129 seq_printf(seq, "no configuration registered\n"); io_show() 135 seq_printf(seq, "no code to show bank timing\n"); io_show() 141 seq_printf(seq, "no io timings registered\n"); io_show()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
H A D | vp702x.h | 75 /* OUT i: offset; v: value to write; no extra buffer */ 96 /* IN i: register, v: value to write, no extra buffer */ 99 /* IN i: 0, v: 0, no extra buffer */
|
H A D | dvb-usb-i2c.c | 18 err("no i2c algorithm specified"); dvb_usb_i2c_init()
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_attr_sf.h | 37 __uint8_t namelen; /* actual length of name (no NULL) */ 38 __uint8_t valuelen; /* actual length of value (no NULL) */ 51 __uint8_t namelen; /* length of name value (no null) */
|
/linux-4.4.14/tools/perf/ |
H A D | Makefile | 58 @$(MAKE) -f Makefile.perf --no-print-directory -j$(JOBS) O=$(FULL_O) $(SET_DEBUG) $@ 62 # Needed if no target specified: 81 @$(MAKE) SHUF=1 -f tests/make --no-print-directory
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
H A D | amd.c | 68 * no -> amount of pstates above array got filled up with 73 int boost_states, unsigned long *pstates, int *no) decode_pstates() 108 *no = i; decode_pstates() 72 decode_pstates(unsigned int cpu, unsigned int cpu_family, int boost_states, unsigned long *pstates, int *no) decode_pstates() argument
|
/linux-4.4.14/drivers/regulator/ |
H A D | dummy.h | 15 * systems with no controllable regulators.
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-proc.c | 89 alrm.enabled ? "yes" : "no"); rtc_proc_show() 91 alrm.pending ? "yes" : "no"); rtc_proc_show() 93 (rtc->uie_rtctimer.enabled) ? "yes" : "no"); rtc_proc_show() 95 (rtc->pie_enabled) ? "yes" : "no"); rtc_proc_show()
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
H A D | vmci_event.h | 8 * Free Software Foundation version 2 and no later version.
|
H A D | vmci_route.h | 8 * Free Software Foundation version 2 and no later version.
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
H A D | bh.h | 5 * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | therm.h | 29 /* no vbios have more than 6 */
|
/linux-4.4.14/arch/x86/mm/ |
H A D | Makefile | 4 # Make sure __phys_addr has no stackprotector
|
/linux-4.4.14/drivers/block/zram/ |
H A D | zram_drv.h | 84 atomic64_t notify_free; /* no. of swap slot free notifications */ 85 atomic64_t zero_pages; /* no. of zero filled pages */ 86 atomic64_t pages_stored; /* no. of pages currently stored */ 87 atomic_long_t max_used_pages; /* no. of maximum pages stored */
|
/linux-4.4.14/arch/arc/include/uapi/asm/ |
H A D | elf.h | 17 #define EF_ARC_OSABI_CURRENT 0x00000300 /* v3 (no legacy syscalls) */
|
/linux-4.4.14/arch/arm/boot/bootp/ |
H A D | Makefile | 10 LDFLAGS_bootp :=-p --no-undefined -X \
|
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
H A D | system.h | 24 __asm__ __volatile__("move %0,$usp" : /* no outputs */ : "rm" (usp))
|
H A D | bitops.h | 40 * ffz = Find First Zero in word. Undefined if no zero exists, 52 * Undefined if no bit exists, so code should check against 0 first.
|
/linux-4.4.14/scripts/kconfig/ |
H A D | symbol.c | 24 .curr = { "n", no }, 28 .curr = { "", no }, 70 else if (modules_val == no) sym_get_type() 121 if (prop->visible.tri != no) for_all_defaults() 133 if (prop->visible.tri != no) for_all_properties() 215 tri = no; for_all_prompts() 220 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) 228 /* defaulting to "yes" if no explicit "depends on" are given */ 238 tri = no; 264 if (prop->visible.tri == no) for_all_defaults() 267 if (def_sym->visible != no) for_all_defaults() 274 if (def_sym->visible != no) 293 if (def_sym->visible != no) sym_calc_choice() 301 if (def_sym && def_sym->visible != no) sym_calc_choice() 307 /* no choice? reset tristate value */ sym_calc_choice() 308 sym->curr.tri = no; sym_calc_choice() 348 sym->curr.tri = no; sym_calc_value() 364 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; sym_calc_value() 366 if (sym->visible != no) { sym_calc_value() 377 if (sym->rev_dep.tri != no) sym_calc_value() 388 if (sym->dir_dep.tri == no && sym->rev_dep.tri != no) { sym_calc_value() 408 if (sym->visible != no) { sym_calc_value() 448 choice_sym->visible != no) sym_calc_value() 477 if (sym->visible == no) sym_tristate_within_range() 516 if (e->right.sym->visible != no) sym_set_tristate_value() 535 case no: sym_toggle_tristate_value() 542 newval = no; sym_toggle_tristate_value() 628 return sym_tristate_within_range(sym, no); sym_string_within_range() 651 return sym_set_tristate_value(sym, no); sym_set_string_value() 732 if (!sym_is_choice_value(sym) && modules_sym->curr.tri == no) sym_get_string_default() 743 case no: return "n"; sym_get_string_default() 768 case no: sym_get_string_value() 772 return (modules_sym->curr.tri == no) ? "n" : "m"; sym_get_string_value() 1038 /* sym_match_arr can be NULL if no match, but free(NULL) is OK */ 1048 * The entries are located on the call stack so no need to free memory.
|
/linux-4.4.14/fs/ |
H A D | no-block.c | 0 /* no-block.c: implementation of routines required for non-BLOCK configuration
|
/linux-4.4.14/include/media/blackfin/ |
H A D | bfin_capture.h | 24 /* i2c bus adapter no */
|
/linux-4.4.14/include/scsi/ |
H A D | scsi_tcq.h | 9 #define SCSI_NO_TAG (-1) /* identify no tag in use */
|
/linux-4.4.14/arch/mips/include/asm/mach-ath79/ |
H A D | kernel-entry-init.h | 16 * 'Cacheable, noncoherent, write-through, no write allocate'
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
H A D | sembuf.h | 24 unsigned long sem_nsems; /* no. of semaphores in array */
|
/linux-4.4.14/arch/m68k/sun3/prom/ |
H A D | printf.c | 7 /* This routine is internal to the prom library, no one else should know
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
H A D | sembuf.h | 26 unsigned long sem_nsems; /* no. of semaphores in array */
|
/linux-4.4.14/arch/ia64/oprofile/ |
H A D | init.c | 24 /* perfmon_init() can fail, but we have no way to report it */ oprofile_arch_init()
|
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | pci.h | 32 /* no legacy IRQ on arm64 */ pci_get_legacy_ide_irq()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | sdram-micron-mt46h32m32lf-6.h | 20 /* XXX Using ARE = 0x1 (no autorefresh burst) -- can this be changed? */
|
/linux-4.4.14/arch/arm/mach-pxa/include/mach/ |
H A D | audio.h | 10 * a -1 value means no gpio will be used for reset
|
/linux-4.4.14/arch/arm/mach-gemini/ |
H A D | idle.c | 15 * no other way around this. Platforms that needs it for power saving gemini_idle()
|
/linux-4.4.14/net/netlabel/ |
H A D | netlabel_mgmt.h | 61 * If using NETLBL_NLTYPE_UNLABELED no other attributes are required. 74 * application there is no payload and the NLM_F_DUMP flag should be set. 96 * If the mapping is using the NETLBL_NLTYPE_UNLABELED type no other 111 * If using NETLBL_NLTYPE_UNLABELED no other attributes are required. 115 * NetLabel system, there is no payload. 120 * application there is no payload. On success the kernel should send a 138 * If the mapping is using the NETLBL_NLTYPE_UNLABELED type no other 143 * in the kernel. When sent by an application there is no payload and the 153 * application there is no payload. This message type is also used by the
|
/linux-4.4.14/tools/build/ |
H A D | Makefile | 25 MAKEFLAGS := --no-print-directory
|
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/ |
H A D | kern_levels.h | 20 * line that had no enclosing \n). Only to be used by core/arch code
|
/linux-4.4.14/tools/perf/util/ |
H A D | wrapper.c | 7 * There's no pack memory to release - but stay close to the Git
|
/linux-4.4.14/tools/testing/selftests/timers/ |
H A D | Makefile | 3 CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS)
|
/linux-4.4.14/drivers/clk/rockchip/ |
H A D | clk-pll.c | 137 rate->no = ((pllcon >> RK3066_PLLCON0_OD_SHIFT) rockchip_rk3066_pll_get_params() 168 do_div(rate64, cur.no); rockchip_rk3066_pll_recalc_rate() 183 pr_debug("%s: rate settings for %lu (nr, no, nf): (%d, %d, %d)\n", rockchip_rk3066_pll_set_params() 184 __func__, rate->rate, rate->nr, rate->no, rate->nf); rockchip_rk3066_pll_set_params() 202 HIWORD_UPDATE(rate->no - 1, RK3066_PLLCON0_OD_MASK, rockchip_rk3066_pll_set_params() 300 /* when no rate setting for the current rate, rely on clk_set_rate */ rockchip_rk3066_pll_init() 306 pr_debug("%s: pll %s@%lu: nr (%d:%d); no (%d:%d); nf(%d:%d), nb(%d:%d)\n", rockchip_rk3066_pll_init() 308 rate->no, cur.no, rate->nf, cur.nf, rate->nb, cur.nb); rockchip_rk3066_pll_init() 309 if (rate->nr != cur.nr || rate->no != cur.no || rate->nf != cur.nf rockchip_rk3066_pll_init()
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
H A D | nsp_message.c | 22 * the next "msg in" if exists (no scsi phase changes). nsp_message_in() 63 * the next "msg out" if exists (no scsi phase changes). nsp_message_out()
|
/linux-4.4.14/drivers/sh/intc/ |
H A D | balancing.c | 52 * Skip this entry if there's no auto-distribution intc_dist_data() 77 * It's possible we've gotten here with no distribution options intc_dist_data()
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | unaligned.h | 29 * Is the kernel doing fixups of unaligned accesses? If <0, no kernel 30 * intervention occurs and SIGBUS is delivered with no data address
|
/linux-4.4.14/arch/um/include/asm/ |
H A D | fixmap.h | 30 * on UP currently we will have no trace of the fixmap mechanizm, 31 * no page table allocations, etc. This might change in the
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
H A D | shmbuf.h | 34 unsigned long shm_nattch; /* no. of current attaches */ 50 unsigned long shm_nattch; /* no. of current attaches */
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | mxhead.S | 30 .begin no-absolute-literals 62 .end no-absolute-literals
|
/linux-4.4.14/arch/alpha/lib/ |
H A D | strncat.S | 5 * Append no more than COUNT characters from the null-terminated string SRC 67 and $24, 0x80, $2 # no zero next byte
|
/linux-4.4.14/samples/configfs/ |
H A D | configfs_sample.c | 44 * This is not necessary if a subsystem has no attributes directly 141 * there is no extra attribute structure, as the child's attribute is 142 * known from the get-go. Also, there is no container for the 143 * subsystem, as it has no attributes of its own. 257 * Note that, since no extra work is required on ->drop_item(), 258 * no ->drop_item() is provided. 327 * Note that, since no extra work is required on ->drop_item(), 328 * no ->drop_item() is provided.
|
/linux-4.4.14/arch/mips/include/asm/mach-lantiq/falcon/ |
H A D | lantiq_soc.h | 24 * during early_printk no ioremap possible at this early stage 66 * has no EIU/EBU
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
H A D | fpu.c | 56 : /* no output */ save_fpu() 99 : /* no output */ restore_fpu()
|