Searched refs:it (Results 1 - 200 of 26917) sorted by relevance

1234567891011>>

/linux-4.1.27/sound/isa/msnd/
H A Dmsnd_classic.c1 /* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
/linux-4.1.27/sound/oss/
H A Dmsnd_classic.c1 /* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
/linux-4.1.27/arch/ia64/include/asm/
H A Dmmu.h5 * 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 Dsegment.h4 /* Only here because we have some old header files that expect it.. */
/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/
H A Dcpu.h6 * 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 Dchip.h6 * 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 Dinit.h6 * 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 Dsegment.h4 /* Only here because we have some old header files that expect it.. */
/linux-4.1.27/arch/um/kernel/skas/
H A DMakefile8 # 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 Dperf_event.h7 * 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 Dtosa_bt.h4 * 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 Dmfp.h11 * 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 Dm48t86.h5 * 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 Dppp_defs.h6 * 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 Dtimeriomem-rng.h6 * 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 Dfsldma.h2 * 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 Dinit.c53 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 Di2c-designware.h4 * 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 Dbd6107.h4 * 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 Dcoda.h4 * 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 Dcpuidle-exynos.h5 * 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 Ddma-hsu.h6 * 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 Dgpio_backlight.h4 * 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 Dleds-omap.h5 * 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 Dlv5207lp.h4 * 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 Dmacb.h4 * 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 Dmfd-mcp-sa11x0.h4 * 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 Dmmp_audio.h6 * 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 Dmmp_dma.h6 * 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 Dsc18is602.h6 * 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 Dsh_ipmmu.h5 * 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 Dsh_hspi.h4 * 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 Dacenv.h8 * 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 Dpsci.h2 * 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 Dneon.h6 * 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 Dbarrier.h4 * 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 Dstring.h4 * 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 Dtypes.h4 * 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 Dio-readsl.S4 * 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 Dio-writesl.S4 * 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 Dserial.h4 * 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 Ddma.h4 * 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 Dexec.h4 * 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 Dkdebug.h4 * 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 Dsections.h4 * 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 Dsegment.h4 * 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 Dshmparam.h4 * 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 Dtimex.h4 * 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 Dboot.h7 #define ASK_VGA 0xfffd /* ask for it at bootup */
/linux-4.1.27/arch/arm/include/asm/
H A Dsetup.h6 * 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 Dbugs.h6 * 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 Dpgtable-hwdef.h6 * 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 Dtimex.h6 * 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 Didle.c13 * 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 Devent.c4 * 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 Ddec_and_lock.c7 * 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 Decryptfs_format.h6 * 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 Dalternative-asm.h4 /* 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 Dsegment.h4 * Only here because we have some old header files that expect it...
H A Duser.h4 * This file may define a 'struct user' structure. However, it is only
H A Dftrace.h4 * 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 Dlustre_mdc.h6 * 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 Dlmv_intent.c6 * 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 Ddcache.c6 * 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 Dmailbox.h2 * 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 Dhost.h7 * 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 Dfimc-is-i2c.h7 * 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 Dtrace.c4 * 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 Dad2s1210.h7 * 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 Dipw.h6 * 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 Darmada_ioctlP.h4 * 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 Dplatform_bma023.c6 * 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 Dplatform_ipc.h7 * 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 Dmmu.h8 * 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 Dunistd.h8 * 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 Dzcomp_lz4.h4 * 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 Dzcomp_lzo.h4 * 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 Dunistd.h4 * 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 Ddev-common.h7 * This program is free software; you can redistribute it and/or modify it
H A Ddev-usb.h7 * This program is free software; you can redistribute it and/or modify it
H A Ddev-wmac.h7 * 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 Dmaxim,max77686.h4 * 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 Dmaxim,max77802.h4 * 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 Dnbpfaxi.h5 * 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 Dmaxim,max77802.h4 * 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 Dath79_spi_platform.h6 * 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 Dirq.h2 * 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 Dlantiq_platform.h2 * 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 Dirq.h2 * 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 Dgpio.h6 * This program is free software; you can redistribute it and/or modify it
H A Dirq.h6 * This program is free software; you can redistribute it and/or modify it
/linux-4.1.27/drivers/usb/host/
H A Dxhci-trace.c9 * 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 Doti6858.h4 * 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 Dvideobuf2-vmalloc.h8 * 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 Dmt9v011.h5 * 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 Dmt9v022.h4 * 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 Drj54n1cb0c.h6 * 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 Dethoc.h6 * 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 Dcommon.h4 * 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 Dcs42l73.h6 * 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 Drt286.h6 * 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 Drt5651.h6 * 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 Duda1380.h6 * 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 Dpismo.h4 * 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 Dsharpsl.h6 * 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 Dbq24190_charger.h4 * 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 Dnet_namespace.h4 * This program is free software; you can redistribute it and/or modify it
/linux-4.1.27/arch/powerpc/platforms/82xx/
H A Dm82xx_pci.h5 * 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 Dsocrates_fpga_pic.h5 * 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 Dtypes.h14 /* 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 Dirq.h6 * 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 Dfreq.h6 * This program is free software; you can redistribute it and/or modify it
/linux-4.1.27/arch/mips/lantiq/
H A DMakefile3 # This program is free software; you can redistribute it and/or modify it
/linux-4.1.27/arch/mn10300/include/asm/
H A Dnmi.h6 * 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 Dsigcontext.h7 /* 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 Dmaxim,max77686.h4 * 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 Dmaxim,max77802.h4 * 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 Dnbpfaxi.h5 * 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 Dmaxim,max77802.h4 * 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 Dkmap_types.h7 * 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 Dppc4xx.h6 * This is free software; you can redistribute it and/or modify it
H A Dsetjmp.h4 * 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 Dswab.h2 * 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 Dbyteorder.h5 * 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 Dperf_event.h4 * 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 Dsiginfo.h5 * 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 Dswab.h2 * 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 De500_mmu_host.h4 * 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 Dmaxim,max77686.h4 * 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 Dmaxim,max77802.h4 * 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 Dnbpfaxi.h5 * 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 Dmaxim,max77802.h4 * 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 Datstk1000.h6 * 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 Dmerisc.h6 * 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 Dsetup.h7 * 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 Dtypes.h4 * 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 Dhead.S6 * 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 Ddevicetree.c7 * 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 Ddma.h8 /* 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 Dmc146818rtc.h6 * 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 Dmaxim,max77686.h4 * 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 Dmaxim,max77802.h4 * 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 Dnbpfaxi.h5 * 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 Dmaxim,max77802.h4 * 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 Ddevices.h6 * 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 Did.h6 * 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 Dpowerdomains2xxx_3xxx_data.h9 * 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 Dhardware.h4 * 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 Dmach-smartq.h6 * 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 Dsmp.h7 * 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 Dl2c-common.c5 * 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 Drestart.c6 * 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 Dfirmware.c6 * 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 Dtime.h6 * 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 Dv7m.c4 * This program is free software; you can redistribute it and/or modify it under
/linux-4.1.27/arch/arm/lib/
H A Dchangebit.S6 * 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 Dclearbit.S6 * 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 Dsetbit.S6 * 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 Dtestchangebit.S6 * 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 Dtestclearbit.S6 * 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 Dtestsetbit.S6 * 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 Ddevices.h9 * 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 Ddigicolor.c4 * 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 Dirqs.h6 * 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 Dexynos-pmu.h7 * 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 Dssi-fiq-ksym.c6 * 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 Dpm.h4 * 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 Dmmio.h6 * 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 Dboard-voiceblue.h6 * 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 Dflash.h4 * 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 Dbyteorder.h4 * 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 DMakefile4 # 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 DMakefile4 # 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 DMakefile4 # 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 Dmaxim,max77686.h4 * 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 Dmaxim,max77802.h4 * 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 Dnbpfaxi.h5 * 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 Dmaxim,max77802.h4 * 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 Dip6_offload.h5 * 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 Dbf5xx-i2s-pcm.h2 * 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 Dcx20442.h6 * This program is free software; you can redistribute it and/or modify it
H A Dpcm3008.h7 * 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 Dts3a227e.h6 * 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 Dwm5102.h8 * 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 Dwm5110.h8 * 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 Dwm8728.h8 * 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 Dwm8997.h8 * 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 Dpxa.h6 * 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 Dctr.h6 * This program is free software; you can redistribute it and/or modify it
/linux-4.1.27/include/dt-bindings/clock/
H A Dmaxim,max77686.h4 * 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 Dmaxim,max77802.h4 * 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 Dnbpfaxi.h5 * 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 Dmaxim,max77802.h4 * 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 Dmxs.h4 * 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 Dedt-ft5x06.h7 * This program is free software; you can redistribute it and/or modify it
H A Dnavpoint.h4 * 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 Dtouchscreen.h4 * This program is free software; you can redistribute it and/or modify it
/linux-4.1.27/include/linux/irqchip/
H A Dmxs.h4 * 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 Djz4740-i2s.h2 * 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 Dpxa2xx-ac97.h4 * 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

Completed in 7965 milliseconds

1234567891011>>