/linux-4.1.27/sound/isa/msnd/ |
H A D | msnd_classic.c | 1 /* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
|
/linux-4.1.27/sound/oss/ |
H A D | msnd_classic.c | 1 /* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | mmu.h | 5 * Type for a context number. We declare it volatile to ensure proper 6 * ordering when it's accessed outside of spinlock'd critical sections
|
H A D | segment.h | 4 /* Only here because we have some old header files that expect it.. */
|
/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/ |
H A D | cpu.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 15 * chip at runtime, but I'm not sure if it's really worth it.
|
H A D | chip.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | init.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | segment.h | 4 /* Only here because we have some old header files that expect it.. */
|
/linux-4.1.27/arch/um/kernel/skas/ |
H A D | Makefile | 8 # clone.o is in the stub, so it can't be built with profiling 9 # GCC hardened also auto-enables -fpic, but we need %ebx so it can't work -> 10 # disable it
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | perf_event.h | 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as 14 /* Leave it empty here. The file is required by linux/perf_event.h */
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
H A D | tosa_bt.h | 4 * Later it may be shared with some other platforms. 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as
|
H A D | mfp.h | 11 * This program is free software; you can redistribute it and/or modify 12 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/include/linux/ |
H A D | m48t86.h | 5 * Author: Alessandro Zummo <a.zummo@towertech.it> 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as
|
H A D | ppp_defs.h | 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License
|
H A D | timeriomem-rng.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | fsldma.h | 2 * This is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License as published by
|
/linux-4.1.27/arch/xtensa/mm/ |
H A D | init.c | 53 struct meminfo *it = NULL; find_bank() local 57 it = sysmem.bank + i; find_bank() 60 return it; find_bank() 91 struct meminfo *it = NULL; add_sysmem_bank() local 106 it = find_bank(start); add_sysmem_bank() 108 if (it) add_sysmem_bank() 109 bank_sz = it->end - it->start; add_sysmem_bank() 111 if (it && bank_sz >= start - it->start) { add_sysmem_bank() 112 if (end - it->start > bank_sz) add_sysmem_bank() 113 it->end = end; add_sysmem_bank() 117 if (!it) add_sysmem_bank() 118 it = sysmem.bank; add_sysmem_bank() 120 ++it; add_sysmem_bank() 122 if (it - sysmem.bank < sysmem.nr_banks && add_sysmem_bank() 123 it->start - start <= sz) { add_sysmem_bank() 124 it->start = start; add_sysmem_bank() 125 if (it->end - it->start < sz) add_sysmem_bank() 126 it->end = end; add_sysmem_bank() 130 if (move_banks(it + 1, it) < 0) { add_sysmem_bank() 135 it->start = start; add_sysmem_bank() 136 it->end = end; add_sysmem_bank() 140 sz = it->end - it->start; add_sysmem_bank() 141 for (i = it + 1 - sysmem.bank; i < sysmem.nr_banks; ++i) add_sysmem_bank() 142 if (sysmem.bank[i].start - it->start <= sz) { add_sysmem_bank() 143 if (sz < sysmem.bank[i].end - it->start) add_sysmem_bank() 144 it->end = sysmem.bank[i].end; add_sysmem_bank() 149 move_banks(it + 1, sysmem.bank + i); add_sysmem_bank() 172 struct meminfo *it; mem_reserve() local 183 it = find_bank(start); mem_reserve() 185 if (it) mem_reserve() 186 bank_sz = it->end - it->start; mem_reserve() 188 if ((!it || end - it->start > bank_sz) && must_exist) { mem_reserve() 194 if (it && start - it->start <= bank_sz) { mem_reserve() 195 if (start == it->start) { mem_reserve() 196 if (end - it->start < bank_sz) { mem_reserve() 197 it->start = end; mem_reserve() 200 rm = it; mem_reserve() 203 it->end = start; mem_reserve() 204 if (end - it->start < bank_sz) mem_reserve() 206 it->start + bank_sz); mem_reserve() 207 ++it; mem_reserve() 211 if (!it) mem_reserve() 212 it = sysmem.bank; mem_reserve() 214 for (; it < sysmem.bank + sysmem.nr_banks; ++it) { mem_reserve() 215 if (it->end - start <= sz) { mem_reserve() 217 rm = it; mem_reserve() 219 if (it->start - start < sz) mem_reserve() 220 it->start = end; mem_reserve() 226 move_banks(rm, it); mem_reserve() 233 * Initialize the bootmem system and give it all low memory we have available.
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | i2c-designware.h | 4 * This program is free software; you can redistribute it and/or modify it 8 * This program is distributed in the hope it will be useful, but WITHOUT
|
H A D | bd6107.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | coda.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by
|
H A D | cpuidle-exynos.h | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as
|
H A D | dma-hsu.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | gpio_backlight.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | leds-omap.h | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as
|
H A D | lv5207lp.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | macb.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | mfd-mcp-sa11x0.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | mmp_audio.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | mmp_dma.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | sc18is602.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | sh_ipmmu.h | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by
|
/linux-4.1.27/include/linux/spi/ |
H A D | sh_hspi.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 8 * This program is distributed in the hope that it will be useful,
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | acenv.h | 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as 16 /* It is required unconditionally by ACPI core, update it when needed. */
|
H A D | psci.h | 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License version 2 as 6 * This program is distributed in the hope that it will be useful,
|
H A D | neon.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | barrier.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 12 * Weirdest thing ever.. no full barrier, but it has a write barrier!
|
H A D | string.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | types.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/avr32/lib/ |
H A D | io-readsl.S | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 17 * some implementations. But there's not much we can do about it.
|
H A D | io-writesl.S | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | serial.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 14 * However to still determine it dynamically (for multi-platform images)
|
H A D | dma.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | exec.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | kdebug.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | sections.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | segment.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | shmparam.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | timex.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
H A D | boot.h | 7 #define ASK_VGA 0xfffd /* ask for it at bootup */
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | setup.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 10 * Structure passed to kernel to tell it about the 11 * hardware it's running on. See Documentation/arm/Setup
|
H A D | bugs.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | pgtable-hwdef.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | timex.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mach-gemini/ |
H A D | idle.c | 13 * will never wakeup... Acctualy it is not very good to enable gemini_idle() 15 * no other way around this. Platforms that needs it for power saving gemini_idle() 16 * should enable it in init code, since by default it is gemini_idle()
|
/linux-4.1.27/net/mac80211/ |
H A D | event.c | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 15 * the frame that generated the MIC failure (i.e., if it was provided by the 16 * driver or is still in the frame), it should provide that information.
|
/linux-4.1.27/lib/ |
H A D | dec_and_lock.c | 7 * reference count, and return locked if it decremented to zero". 22 /* Subtract 1 from counter unless that drops it to 0 (ie. it was 1) */ _atomic_dec_and_lock() 26 /* Otherwise do it the slow way */ _atomic_dec_and_lock()
|
/linux-4.1.27/security/keys/encrypted-keys/ |
H A D | ecryptfs_format.h | 6 * TORSEC group -- http://security.polito.it 11 * Roberto Sassu <roberto.sassu@polito.it> 13 * This program is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by
|
/linux-4.1.27/tools/perf/util/include/asm/ |
H A D | alternative-asm.h | 4 /* Just disable it so we can build arch/x86/lib/memcpy_64.S for perf bench: */
|
/linux-4.1.27/include/asm-generic/ |
H A D | segment.h | 4 * Only here because we have some old header files that expect it...
|
H A D | user.h | 4 * This file may define a 'struct user' structure. However, it is only
|
H A D | ftrace.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | lustre_mdc.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 only, 10 * This program is distributed in the hope that it will be useful, but 82 struct lookup_intent *it) mdc_get_rpc_lock() 84 if (it != NULL && (it->it_op == IT_GETATTR || it->it_op == IT_LOOKUP || mdc_get_rpc_lock() 85 it->it_op == IT_LAYOUT)) mdc_get_rpc_lock() 89 * If fail_loc is set it will block until the regular request is mdc_get_rpc_lock() 91 * it will only be cleared when all fake requests are finished. mdc_get_rpc_lock() 108 * the common case when it isn't true. */ mdc_get_rpc_lock() 116 lck->rpcl_it = it; mdc_get_rpc_lock() 120 struct lookup_intent *it) mdc_put_rpc_lock() 122 if (it != NULL && (it->it_op == IT_GETATTR || it->it_op == IT_LOOKUP || mdc_put_rpc_lock() 123 it->it_op == IT_LAYOUT)) mdc_put_rpc_lock() 136 LASSERTF(it == lck->rpcl_it, "%p != %p\n", it, lck->rpcl_it); mdc_put_rpc_lock() 173 int it_disposition(struct lookup_intent *it, int flag); 174 void it_clear_disposition(struct lookup_intent *it, int flag); 175 void it_set_disposition(struct lookup_intent *it, int flag); 176 int it_open_error(int phase, struct lookup_intent *it); 81 mdc_get_rpc_lock(struct mdc_rpc_lock *lck, struct lookup_intent *it) mdc_get_rpc_lock() argument 119 mdc_put_rpc_lock(struct mdc_rpc_lock *lck, struct lookup_intent *it) mdc_put_rpc_lock() argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
H A D | lmv_intent.c | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 only, 10 * This program is distributed in the hope that it will be useful, but 55 int lmmsize, struct lookup_intent *it, lmv_intent_remote() 81 if (it->it_op & IT_LOOKUP) lmv_intent_remote() 82 it->it_op = IT_GETATTR; lmv_intent_remote() 87 pmode = it->d.lustre.it_lock_mode; lmv_intent_remote() 89 plock.cookie = it->d.lustre.it_lock_handle; lmv_intent_remote() 90 it->d.lustre.it_lock_mode = 0; lmv_intent_remote() 91 it->d.lustre.it_data = NULL; lmv_intent_remote() 114 LASSERT(it->it_op & IT_OPEN); lmv_intent_remote() 116 /* Add object FID to op_fid3, in case it needs to check stale lmv_intent_remote() 125 rc = md_intent_lock(tgt->ltd_exp, op_data, lmm, lmmsize, it, lmv_intent_remote() 135 if (it->d.lustre.it_lock_mode != 0) { lmv_intent_remote() 136 it->d.lustre.it_remote_lock_handle = lmv_intent_remote() 137 it->d.lustre.it_lock_handle; lmv_intent_remote() 138 it->d.lustre.it_remote_lock_mode = it->d.lustre.it_lock_mode; lmv_intent_remote() 141 it->d.lustre.it_lock_handle = plock.cookie; lmv_intent_remote() 142 it->d.lustre.it_lock_mode = pmode; lmv_intent_remote() 160 void *lmm, int lmmsize, struct lookup_intent *it, lmv_intent_open() 175 /* If it is ready to open the file by FID, do not need lmv_intent_open() 176 * allocate FID at all, otherwise it will confuse MDT */ lmv_intent_open() 177 if ((it->it_op & IT_CREAT) && lmv_intent_open() 178 !(it->it_flags & MDS_OPEN_BY_FID)) { lmv_intent_open() 181 * fid and setup FLD for it. lmv_intent_open() 193 rc = md_intent_lock(tgt->ltd_exp, op_data, lmm, lmmsize, it, flags, lmv_intent_open() 198 * Nothing is found, do not access body->fid1 as it is zero and thus lmv_intent_open() 201 if ((it->d.lustre.it_disposition & DISP_LOOKUP_NEG) && lmv_intent_open() 202 !(it->d.lustre.it_disposition & DISP_OPEN_CREATE) && lmv_intent_open() 203 !(it->d.lustre.it_disposition & DISP_OPEN_OPEN)) lmv_intent_open() 219 rc = lmv_intent_remote(exp, lmm, lmmsize, it, &op_data->op_fid1, flags, lmv_intent_open() 230 LL_IT2STR(it), PFID(&op_data->op_fid2), lmv_intent_open() 243 void *lmm, int lmmsize, struct lookup_intent *it, lmv_intent_lookup() 269 rc = md_intent_lock(tgt->ltd_exp, op_data, lmm, lmmsize, it, lmv_intent_lookup() 286 rc = lmv_intent_remote(exp, lmm, lmmsize, it, NULL, flags, reqp, lmv_intent_lookup() 293 void *lmm, int lmmsize, struct lookup_intent *it, lmv_intent_lock() 301 LASSERT(it != NULL); lmv_intent_lock() 305 LL_IT2STR(it), op_data->op_namelen, op_data->op_name, lmv_intent_lock() 312 if (it->it_op & (IT_LOOKUP | IT_GETATTR | IT_LAYOUT)) lmv_intent_lock() 313 rc = lmv_intent_lookup(exp, op_data, lmm, lmmsize, it, lmv_intent_lock() 316 else if (it->it_op & IT_OPEN) lmv_intent_lock() 317 rc = lmv_intent_open(exp, op_data, lmm, lmmsize, it, lmv_intent_lock() 54 lmv_intent_remote(struct obd_export *exp, void *lmm, int lmmsize, struct lookup_intent *it, const struct lu_fid *parent_fid, int flags, struct ptlrpc_request **reqp, ldlm_blocking_callback cb_blocking, __u64 extra_lock_flags) lmv_intent_remote() argument 159 lmv_intent_open(struct obd_export *exp, struct md_op_data *op_data, void *lmm, int lmmsize, struct lookup_intent *it, int flags, struct ptlrpc_request **reqp, ldlm_blocking_callback cb_blocking, __u64 extra_lock_flags) lmv_intent_open() argument 242 lmv_intent_lookup(struct obd_export *exp, struct md_op_data *op_data, void *lmm, int lmmsize, struct lookup_intent *it, int flags, struct ptlrpc_request **reqp, ldlm_blocking_callback cb_blocking, __u64 extra_lock_flags) lmv_intent_lookup() argument 292 lmv_intent_lock(struct obd_export *exp, struct md_op_data *op_data, void *lmm, int lmmsize, struct lookup_intent *it, int flags, struct ptlrpc_request **reqp, ldlm_blocking_callback cb_blocking, __u64 extra_lock_flags) lmv_intent_lock() argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | dcache.c | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 only, 10 * This program is distributed in the hope that it will be useful, but 82 * INVALID) so d_lookup() matches it, but we have no lock on it (so 145 * whether or not it should cache it: 164 * inside dcache_lock so it's not appropriate to do lots of work ll_ddelete() 209 void ll_intent_drop_lock(struct lookup_intent *it) ll_intent_drop_lock() argument 211 if (it->it_op && it->d.lustre.it_lock_mode) { ll_intent_drop_lock() 214 handle.cookie = it->d.lustre.it_lock_handle; ll_intent_drop_lock() 216 CDEBUG(D_DLMTRACE, "releasing lock with cookie %#llx from it %p\n", ll_intent_drop_lock() 217 handle.cookie, it); ll_intent_drop_lock() 218 ldlm_lock_decref(&handle, it->d.lustre.it_lock_mode); ll_intent_drop_lock() 222 it->d.lustre.it_lock_mode = 0; ll_intent_drop_lock() 223 if (it->d.lustre.it_remote_lock_mode != 0) { ll_intent_drop_lock() 224 handle.cookie = it->d.lustre.it_remote_lock_handle; ll_intent_drop_lock() 226 CDEBUG(D_DLMTRACE, "releasing remote lock with cookie%#llx from it %p\n", ll_intent_drop_lock() 227 handle.cookie, it); ll_intent_drop_lock() 229 it->d.lustre.it_remote_lock_mode); ll_intent_drop_lock() 230 it->d.lustre.it_remote_lock_mode = 0; ll_intent_drop_lock() 235 void ll_intent_release(struct lookup_intent *it) ll_intent_release() argument 237 CDEBUG(D_INFO, "intent %p released\n", it); ll_intent_release() 238 ll_intent_drop_lock(it); ll_intent_release() 239 /* We are still holding extra reference on a request, need to free it */ ll_intent_release() 240 if (it_disposition(it, DISP_ENQ_OPEN_REF)) ll_intent_release() 241 ptlrpc_req_finished(it->d.lustre.it_data); /* ll_file_open */ ll_intent_release() 243 if (it_disposition(it, DISP_ENQ_CREATE_REF)) /* create rec */ ll_intent_release() 244 ptlrpc_req_finished(it->d.lustre.it_data); ll_intent_release() 246 it->d.lustre.it_disposition = 0; ll_intent_release() 247 it->d.lustre.it_data = NULL; ll_intent_release() 272 struct lookup_intent *it, ll_revalidate_it_finish() 280 if (it_disposition(it, DISP_LOOKUP_NEG)) ll_revalidate_it_finish() 283 rc = ll_prep_inode(&inode, request, NULL, it); ll_revalidate_it_finish() 288 void ll_lookup_finish_locks(struct lookup_intent *it, struct inode *inode) ll_lookup_finish_locks() argument 290 LASSERT(it != NULL); ll_lookup_finish_locks() 292 if (it->d.lustre.it_lock_mode && inode != NULL) { ll_lookup_finish_locks() 297 ll_set_lock_data(sbi->ll_md_exp, inode, it, NULL); ll_lookup_finish_locks() 301 if (it->it_op == IT_LOOKUP || it->it_op == IT_GETATTR) { ll_lookup_finish_locks() 305 ll_intent_drop_lock(it); ll_lookup_finish_locks() 271 ll_revalidate_it_finish(struct ptlrpc_request *request, struct lookup_intent *it, struct inode *inode) ll_revalidate_it_finish() argument
|
/linux-4.1.27/drivers/mailbox/ |
H A D | mailbox.h | 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | host.h | 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
H A D | fimc-is-i2c.h | 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/drivers/misc/cxl/ |
H A D | trace.c | 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License
|
/linux-4.1.27/drivers/staging/iio/resolver/ |
H A D | ad2s1210.h | 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | ipw.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
H A D | armada_ioctlP.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/x86/platform/intel-mid/device_libs/ |
H A D | platform_bma023.c | 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License
|
H A D | platform_ipc.h | 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | mmu.h | 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/unicore32/include/uapi/asm/ |
H A D | unistd.h | 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/drivers/block/zram/ |
H A D | zcomp_lz4.h | 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License
|
H A D | zcomp_lzo.h | 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | unistd.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by
|
/linux-4.1.27/arch/mips/ath79/ |
H A D | dev-common.h | 7 * This program is free software; you can redistribute it and/or modify it
|
H A D | dev-usb.h | 7 * This program is free software; you can redistribute it and/or modify it
|
H A D | dev-wmac.h | 7 * This program is free software; you can redistribute it and/or modify it
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/clock/ |
H A D | maxim,max77686.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/dma/ |
H A D | nbpfaxi.h | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of version 2 of the GNU General Public License as
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/regulator/ |
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/mips/include/asm/mach-ath79/ |
H A D | ath79_spi_platform.h | 6 * This program is free software; you can redistribute it and/or modify it
|
/linux-4.1.27/arch/mips/include/asm/mach-lantiq/falcon/ |
H A D | irq.h | 2 * This program is free software; you can redistribute it and/or modify it
|
/linux-4.1.27/arch/mips/include/asm/mach-lantiq/ |
H A D | lantiq_platform.h | 2 * This program is free software; you can redistribute it and/or modify it
|
/linux-4.1.27/arch/mips/include/asm/mach-lantiq/xway/ |
H A D | irq.h | 2 * This program is free software; you can redistribute it and/or modify it
|
/linux-4.1.27/arch/mips/include/asm/mach-pistachio/ |
H A D | gpio.h | 6 * This program is free software; you can redistribute it and/or modify it
|
H A D | irq.h | 6 * This program is free software; you can redistribute it and/or modify it
|
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci-trace.c | 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | oti6858.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by
|
/linux-4.1.27/include/media/ |
H A D | videobuf2-vmalloc.h | 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License as published by
|
H A D | mt9v011.h | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as
|
H A D | mt9v022.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | rj54n1cb0c.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/include/net/ |
H A D | ethoc.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/include/soc/tegra/ |
H A D | common.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/include/sound/ |
H A D | cs42l73.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | rt286.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | rt5651.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | uda1380.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/include/linux/mtd/ |
H A D | pismo.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by
|
H A D | sharpsl.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/include/linux/power/ |
H A D | bq24190_charger.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/include/uapi/linux/ |
H A D | net_namespace.h | 4 * This program is free software; you can redistribute it and/or modify it
|
/linux-4.1.27/arch/powerpc/platforms/82xx/ |
H A D | m82xx_pci.h | 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
H A D | socrates_fpga_pic.h | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
H A D | types.h | 14 /* A address type so that arithmetic can be done on it & it can be upgraded to
|
/linux-4.1.27/arch/s390/kvm/ |
H A D | irq.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License (version 2 only)
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | freq.h | 6 * This program is free software; you can redistribute it and/or modify it
|
/linux-4.1.27/arch/mips/lantiq/ |
H A D | Makefile | 3 # This program is free software; you can redistribute it and/or modify it
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | nmi.h | 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public Licence
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
H A D | sigcontext.h | 7 /* We will add more stuff here as it becomes necessary, until we know 8 it works. */
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/clock/ |
H A D | maxim,max77686.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/dma/ |
H A D | nbpfaxi.h | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of version 2 of the GNU General Public License as
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/regulator/ |
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | kmap_types.h | 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License
|
H A D | ppc4xx.h | 6 * This is free software; you can redistribute it and/or modify it
|
H A D | setjmp.h | 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License
|
H A D | swab.h | 2 * This program is free software; you can redistribute it and/or 3 * modify it under the terms of the GNU General Public License
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
H A D | byteorder.h | 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License
|
H A D | perf_event.h | 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License
|
H A D | siginfo.h | 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License
|
H A D | swab.h | 2 * This program is free software; you can redistribute it and/or 3 * modify it under the terms of the GNU General Public License
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | e500_mmu_host.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License, version 2, as
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/clock/ |
H A D | maxim,max77686.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/dma/ |
H A D | nbpfaxi.h | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of version 2 of the GNU General Public License as
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/regulator/ |
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/avr32/boards/atstk1000/ |
H A D | atstk1000.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/avr32/boards/merisc/ |
H A D | merisc.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
H A D | setup.h | 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as
|
H A D | types.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/avr32/kernel/ |
H A D | head.S | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | devicetree.c | 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | dma.h | 8 /* it's useless on the Etrax, but unfortunately needed by the new 9 bootmem allocator (but this should do it for this) */
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | mc146818rtc.h | 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/clock/ |
H A D | maxim,max77686.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/dma/ |
H A D | nbpfaxi.h | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of version 2 of the GNU General Public License as
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/regulator/ |
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | devices.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by
|
H A D | id.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | powerdomains2xxx_3xxx_data.h | 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mach-orion5x/include/mach/ |
H A D | hardware.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
H A D | mach-smartq.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mach-sti/ |
H A D | smp.h | 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mm/ |
H A D | l2c-common.c | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/plat-iop/ |
H A D | restart.c | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/common/ |
H A D | firmware.c | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
H A D | time.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | v7m.c | 4 * This program is free software; you can redistribute it and/or modify it under
|
/linux-4.1.27/arch/arm/lib/ |
H A D | changebit.S | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | clearbit.S | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | setbit.S | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | testchangebit.S | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | testclearbit.S | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | testsetbit.S | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mach-cns3xxx/ |
H A D | devices.h | 9 * This file is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License, Version 2, as
|
/linux-4.1.27/arch/arm/mach-digicolor/ |
H A D | digicolor.c | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mach-ebsa110/include/mach/ |
H A D | irqs.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mach-exynos/ |
H A D | exynos-pmu.h | 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | ssi-fiq-ksym.c | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mach-mxs/ |
H A D | pm.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/mach-nspire/ |
H A D | mmio.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2, as
|
/linux-4.1.27/arch/arm/mach-omap1/include/mach/ |
H A D | board-voiceblue.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | flash.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arc/include/uapi/asm/ |
H A D | byteorder.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arc/lib/ |
H A D | Makefile | 4 # This program is free software; you can redistribute it and/or modify 5 # it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arc/mm/ |
H A D | Makefile | 4 # This program is free software; you can redistribute it and/or modify 5 # it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arc/plat-arcfpga/ |
H A D | Makefile | 4 # This program is free software; you can redistribute it and/or modify 5 # it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/clock/ |
H A D | maxim,max77686.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/dma/ |
H A D | nbpfaxi.h | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of version 2 of the GNU General Public License as
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/regulator/ |
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/net/ipv6/ |
H A D | ip6_offload.h | 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License
|
/linux-4.1.27/sound/soc/blackfin/ |
H A D | bf5xx-i2s-pcm.h | 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | cx20442.h | 6 * This program is free software; you can redistribute it and/or modify it
|
H A D | pcm3008.h | 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as
|
H A D | ts3a227e.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as
|
H A D | wm5102.h | 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as
|
H A D | wm5110.h | 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as
|
H A D | wm8728.h | 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as
|
H A D | wm8997.h | 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/include/clocksource/ |
H A D | pxa.h | 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by
|
/linux-4.1.27/include/crypto/ |
H A D | ctr.h | 6 * This program is free software; you can redistribute it and/or modify it
|
/linux-4.1.27/include/dt-bindings/clock/ |
H A D | maxim,max77686.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/include/dt-bindings/dma/ |
H A D | nbpfaxi.h | 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of version 2 of the GNU General Public License as
|
/linux-4.1.27/include/dt-bindings/regulator/ |
H A D | maxim,max77802.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/include/linux/clk/ |
H A D | mxs.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/include/linux/input/ |
H A D | edt-ft5x06.h | 7 * This program is free software; you can redistribute it and/or modify it
|
H A D | navpoint.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
H A D | touchscreen.h | 4 * This program is free software; you can redistribute it and/or modify it
|
/linux-4.1.27/include/linux/irqchip/ |
H A D | mxs.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/sound/soc/jz4740/ |
H A D | jz4740-i2s.h | 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.1.27/sound/soc/pxa/ |
H A D | pxa2xx-ac97.h | 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as
|