/linux-4.1.27/Documentation/blackfin/ |
H A D | Makefile | 3 obj-m := gptimers-example.o
|
H A D | gptimers-example.c | 2 * Simple gptimers example
|
/linux-4.1.27/samples/hidraw/ |
H A D | Makefile | 5 hostprogs-y := hid-example 10 HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include 12 all: hid-example
|
/linux-4.1.27/Documentation/auxdisplay/ |
H A D | Makefile | 2 hostprogs-y := cfag12864b-example 7 HOSTCFLAGS_cfag12864b-example.o += -I$(objtree)/usr/include
|
H A D | cfag12864b-example.c | 2 * Filename: cfag12864b-example.c 4 * Description: cfag12864b LCD userspace example program 200 static void example(unsigned char n) example() function 273 example(n); main()
|
/linux-4.1.27/samples/uhid/ |
H A D | Makefile | 5 hostprogs-y := uhid-example 10 HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include
|
/linux-4.1.27/include/linux/ |
H A D | stringify.h | 5 * macro itself. For example, compile with -DFOO=bar, __stringify(FOO)
|
H A D | zconf.h | 14 plus a few kilobytes for small objects. For example, if you want to reduce
|
H A D | lockref.h | 14 * example).
|
H A D | cnt32_to_63.h | 39 * is a problem when implementing sched_clock() for example, where a 64-bit 77 * For example, this is wrong:
|
H A D | random.h | 48 * random index of an array containing ep_ro elements, for example.
|
H A D | zutil.h | 69 much faster. Usage example:
|
H A D | ecryptfs.h | 50 * may not be extractable. For example, the TPM may not release the
|
H A D | inet_lro.h | 130 * (for example get_tcp_ip_hdr)
|
H A D | kmemcheck.h | 42 * How to use: If you have a struct using bitfields, for example
|
H A D | lp.h | 70 * signals are active low. An example is LP_STROBE, which must be programmed
|
H A D | power_supply.h | 201 * example power_supply_get_property()). 216 * For example for virtual supplies forwarding calls to actual
|
H A D | hid-sensor-hub.h | 204 * Used to set a field in feature report. For example this can set polling 218 * Used to get a field in feature report. For example this can get polling
|
H A D | rcupdate.h | 344 * (in this example, a call to the do_something_with_RCU() function), 707 * dereferenced, for example, when testing an RCU-protected pointer against 733 * For example: 742 * need not be held, for example during initialisation or destruction of the 796 * dereferenced, for example, when testing an RCU-protected index against 947 * a number of ways, for example, by invoking preempt_disable() before 986 * must occur in the same context, for example, it is illegal to invoke 1022 * must occur in the same context, for example, it is illegal to invoke 1079 * example, the changes were to statistical counters or to 1147 * Note that the allowable offset might decrease in the future, for example,
|
H A D | regset.h | 140 * register set. For example, x86 GDT segment descriptors form a regset; 180 * example, a 32-bit thread's state could be examined from the 32-bit 202 * For example, what it would access when it called ptrace().
|
H A D | of_gpio.h | 101 * The above example defines four GPIOs, two of which are not specified. of_gpiochip_remove()
|
/linux-4.1.27/sound/oss/ |
H A D | coproc.h | 3 * example DSP processors.
|
H A D | opl3_hw.h | 25 * For example setting the rightmost bit (0x01) changes the 206 * with another voice to a 4 OP voice. For example voice 0
|
/linux-4.1.27/drivers/media/dvb-core/ |
H A D | dvb_math.h | 33 * example: intlog2(8) will give 3 << 24 = 3 * 2^24 34 * example: intlog2(9) will give 3 << 24 + ... = 3.16... * 2^24 35 * example: intlog2(1.5) = intlog2(3) - 2^24 = 0.584... * 2^24 48 * example: intlog10(1000) will give 3 << 24 = 3 * 2^24
|
H A D | dvb_math.c | 93 * the highest nine bits in our example are 100011000 intlog2() 106 * (in our example it's 0x7D5800) intlog2()
|
/linux-4.1.27/include/linux/pinctrl/ |
H A D | pinctrl-state.h | 11 * .pm_runtime_resume() or ordinary .resume() for example. 15 * example. Could typically be set from a pm_runtime_suspend() or
|
/linux-4.1.27/Documentation/pcmcia/ |
H A D | crc32hash.c | 2 /* Usage example:
|
/linux-4.1.27/samples/trace_events/ |
H A D | Makefile | 1 # builds the trace events example kernel modules;
|
/linux-4.1.27/include/linux/raid/ |
H A D | md_u.h | 11 (for example /usr/src/linux/COPYING); if not, write to the Free
|
/linux-4.1.27/lib/ |
H A D | test_module.c | 5 * subsystem (for example when validating module signing/verification). It
|
H A D | libcrc32c.c | 18 * Following the example of lib/crc32, this function is intended to be
|
H A D | test_firmware.c | 5 * subsystem (for example when validating firmware verification). It lacks
|
H A D | bitmap.c | 30 * for example) or scalar (bitmap_weight, for example) results 620 * If for example, just bits 4 through 7 are set in @buf, then @pos 623 * gets mapped to (returns) @ord value 3 in this example, that means 646 * If for example, just bits 4 through 7 are set in @buf, then @ord 649 * gets mapped to (returns) @pos value 7 in this example, that means 691 * For example, lets say that @old has bits 4 through 7 set, and 740 * For example, lets say that @old has bits 4 through 7 set, and 793 * above example, we leave off that bit (bit 30) in @dst. 795 * When bit 1 is set in @orig (as in the above example), it 798 * bit in @relmap that was turned on in the above example was 808 * turned on in @relmap. In the above example, there were
|
H A D | textsearch.c | 81 * const char *example = "We dance the funky chicken"; 90 * pos = textsearch_find_continuous(conf, &state, example, strlen(example));
|
/linux-4.1.27/tools/power/cpupower/bench/ |
H A D | Makefile | 32 install -m 644 example.cfg $(DESTDIR)/$(confdir)/cpufreq-bench.conf
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | at24.h | 20 code to access eeprom via memory_accessor, see example 27 * An example in pseudo code for a setup() callback:
|
H A D | net-cw1200.h | 45 /* An example of SPI support in your board setup file: 68 /* An example of SDIO support in your board setup file:
|
H A D | hsmmc-omap.h | 16 * should be set if this is the case. See for example Section 22.5.3 23 * for example Advisory 2.1.1.128 "MMC: Multiple Block Read
|
/linux-4.1.27/samples/kdb/ |
H A D | kdb_hello.c | 43 * 1 == match both "g" and "go" for example kdb_hello_cmd_init() 59 MODULE_DESCRIPTION("KDB example to add a hello command");
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
H A D | odm_debug.h | 40 /* For example, Tx/Rx/IO locked up, OS hangs, memory access violation, */ 47 /* For example, IRP/Packet/OID canceled, device suprisely unremoved and so on. */ 53 /* For example, Tx/Rx descriptor to fill, Tx/Rx descriptor completed status, */
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
H A D | odm_debug.h | 41 /* For example, Tx/Rx/IO locked up, OS hangs, memory access violation, */ 46 /* For example, IRP/Packet/OID canceled, device suprisely unremoved and so on. */ 50 /* For example, Tx/Rx descriptor to fill, Tx/Rx descr. completed status, */
|
/linux-4.1.27/samples/kfifo/ |
H A D | dma-example.c | 88 /* example: zero bytes received */ example_init() 94 /* Prepare to transmit data, example: 8 bytes */ example_init() 117 /* example: 5 bytes transmitted */ example_init()
|
H A D | inttype-example.c | 33 * define DYNAMIC in this example for a dynamically allocated fifo.
|
/linux-4.1.27/fs/ramfs/ |
H A D | file-mmu.c | 14 * not as a real filesystem, but as an example of
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | carminefb.h | 16 * here an example :)
|
/linux-4.1.27/include/trace/events/ |
H A D | gfpflags.h | 5 * For example, if we have GFP_KERNEL before GFP_USER we wil get:
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | pgtable-3level.h | 7 * Some cores need a 3-level page table layout, for example when using
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | xor.h | 10 * (for example /usr/src/linux/COPYING); if not, write to the Free
|
/linux-4.1.27/samples/bpf/ |
H A D | tracex4_kern.c | 25 * example will no longer be meaningful
|
H A D | tracex1_kern.c | 18 * In such case this bpf+kprobe example will no longer be meaningful
|
H A D | tracex2_kern.c | 21 * example will no longer be meaningful
|
H A D | tracex3_kern.c | 21 * example will no longer be meaningful
|
H A D | sock_example.c | 1 /* eBPF example program:
|
/linux-4.1.27/samples/pktgen/ |
H A D | pktgen.conf-1-1 | 21 # Each CPU has its own thread. One CPU example. We add eth1.
|
H A D | pktgen.conf-1-1-flows | 21 # Each CPU has its own thread. One CPU example. We add eth1.
|
H A D | pktgen.conf-1-1-ip6 | 21 # Each CPU has its own thread. One CPU example. We add eth1.
|
H A D | pktgen.conf-1-1-ip6-rdos | 21 # Each CPU has its own thread. One CPU example. We add eth1.
|
H A D | pktgen.conf-1-1-rdos | 21 # Each CPU has its own thread. One CPU example. We add eth1.
|
H A D | pktgen.conf-1-2 | 21 # One CPU means one thread. One CPU example. We add eth1, eth2 respectivly.
|
H A D | pktgen.conf-2-1 | 21 # Each CPU has its own thread. Two CPU example. We add eth1 to the first
|
H A D | pktgen.conf-2-2 | 21 # Each CPU has its own thread. Two CPU example. We add eth1, eth2 respectively.
|
/linux-4.1.27/tools/perf/util/ |
H A D | quote.h | 12 * For example, if you are passing the result to system() as an
|
H A D | trace-event-scripting.c | 54 "For example:\n # apt-get install python-dev (ubuntu)" print_python_unsupported_msg() 119 "For example:\n # apt-get install libperl-dev (ubuntu)" print_perl_unsupported_msg()
|
/linux-4.1.27/include/asm-generic/bitops/ |
H A D | lock.h | 36 * See for example x86's implementation.
|
/linux-4.1.27/include/asm-generic/ |
H A D | word-at-a-time.h | 7 * interfaces, see for example
|
/linux-4.1.27/include/linux/i2c/ |
H A D | i2c-hid.h | 26 * A typical example is the following:
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | fncpy.h | 24 * For example, when reconfiguring the SDRAM controller, the code doing the 38 * Typical usage example:
|
/linux-4.1.27/drivers/power/reset/ |
H A D | restart-poweroff.c | 3 * until the user presses a button for example.
|
/linux-4.1.27/include/linux/regulator/ |
H A D | max1586.h | 38 * @name: regulator cute name (example for V3: "vcc_core")
|
/linux-4.1.27/include/linux/spi/ |
H A D | mcp23s08.h | 20 * addressing the GPIO numbers are sequential .. so for example
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | eukrea-baseboards.h | 32 * This example here is for the development board. Refer
|
/linux-4.1.27/kernel/ |
H A D | stacktrace.c | 63 * (whenever this facility is utilized - for example by procfs):
|
/linux-4.1.27/samples/kprobes/ |
H A D | jprobe_example.c | 8 * Build and insert the kernel module as done in the kprobe example.
|
H A D | kprobe_example.c | 2 * NOTE: This example is works on x86 and powerpc.
|
H A D | kretprobe_example.c | 15 * Build and insert the kernel module as done in the kprobe example.
|
/linux-4.1.27/tools/testing/selftests/kcmp/ |
H A D | kcmp_test.c | 58 /* An example of output and arguments */ main()
|
/linux-4.1.27/usr/ |
H A D | initramfs_data.S | 16 The above example is for i386 - the parameters vary from architectures.
|
/linux-4.1.27/include/linux/amba/ |
H A D | mmci.h | 16 * used for example to control a levelshifter
|
/linux-4.1.27/include/linux/power/ |
H A D | smb347-charger.h | 79 * example OTG charging controlled via OTG transceiver driver and not by 86 * sheet. So for example if NTC beta is %3375 and we want to program hard
|
/linux-4.1.27/arch/arm/nwfpe/ |
H A D | ARM-gcc.h | 12 integers of at least as many bits as specified. For example, `uint8' should 55 example, the Gnu C Compiler (`gcc') requires that 64-bit literals be
|
/linux-4.1.27/net/llc/ |
H A D | llc_core.c | 88 * (for example NetBEUI) should call this function. Returns the opened 118 * close an open SAP (for example NetBEUI) should call this function.
|
/linux-4.1.27/net/sched/ |
H A D | act_simple.c | 2 * net/sched/act_simple.c Simple example of an action 174 MODULE_DESCRIPTION("Simple example action");
|
/linux-4.1.27/scripts/ |
H A D | coccicheck | 14 # as for example with 'make V=1 coccicheck' 125 echo 'Message example to submit a patch:'
|
H A D | objdiff | 10 # usage example:
|
H A D | decode_stacktrace.sh | 19 # For example:
|
/linux-4.1.27/security/selinux/include/ |
H A D | avc.h | 83 * actual permissions that were denied. As an example lets avc_audit_required() 125 * For example, this separation is useful when the permission check must
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-pnp.c | 13 * (for example /usr/src/linux/COPYING); if not, write to the Free
|
/linux-4.1.27/drivers/mtd/chips/ |
H A D | map_absent.c | 9 * A usage example is as follows:
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
H A D | altera-ci.h | 36 void *dev;/* main dev, for example cx23885_dev */
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | testmode_i.h | 22 /* Bump this after every _compatible_ interface change, for example
|
/linux-4.1.27/drivers/mfd/ |
H A D | ucb1x00-assabet.c | 105 MODULE_DESCRIPTION("Assabet noddy testing only example ADC driver");
|
H A D | lp3943.c | 29 * For example, a GPIO is HW enable pin of a device.
|
/linux-4.1.27/drivers/pci/ |
H A D | pci-stub.c | 10 * device to it. For example:
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | user.h | 46 * i.e., for example when FP state is modified to a non-init state,
|
H A D | word-at-a-time.h | 11 * and shift, for example.
|
H A D | olpc.h | 25 * number less than 8, and normal builds start at 8. For example, 0x0B10
|
H A D | i387.h | 33 * state from getting corrupted. KVM for example uses this model.
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | pci-nommu.c | 49 * (for example via virtual mapping capabilities)
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | xor_64.h | 17 * (for example /usr/src/linux/COPYING); if not, write to the Free
|
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/ |
H A D | gpio.h | 46 * GPIO namespace and -operations (i.e. for example you have 8 GPIOs
|
H A D | gpio-au1300.h | 141 * GPIO namespace and -operations (i.e. for example you have 8 GPIOs
|
/linux-4.1.27/drivers/pnp/ |
H A D | system.c | 48 * example do reserve stuff they know about too, so we may well reserve_range()
|
/linux-4.1.27/arch/mn10300/lib/ |
H A D | negdi2.c | 18 do apply in other respects; for example, they cover modification of
|
/linux-4.1.27/arch/blackfin/include/asm/ |
H A D | barrier.h | 44 * For example, the following code would force ordering (the initial
|
/linux-4.1.27/arch/blackfin/mach-common/ |
H A D | clocks-init.c | 53 * For example, any automatic DMAs left by U-Boot for splash screens. init_clocks()
|
/linux-4.1.27/arch/cris/kernel/ |
H A D | vmlinux.lds.S | 5 * script. It is for example quite vital that all generated sections
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | futex.h | 15 /* For example: %1 = %4 */ \
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 32 | (1) example "Call-out"s 33 | (2) example package entry code 34 | (3) example "Call-out" table 58 | This is and example main exit point for the Unimplemented Integer
|
H A D | fskeleton.S | 32 | (1) example "Call-out"s 33 | (2) example package entry code 34 | (3) example "Call-out" table
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
H A D | pcm027.h | 83 * inside pcm027_init(). This example here is for the developmen board.
|
/linux-4.1.27/arch/arm/lib/ |
H A D | ashldi3.S | 14 do apply in other respects; for example, they cover modification of
|
H A D | ashrdi3.S | 14 do apply in other respects; for example, they cover modification of
|
H A D | lshrdi3.S | 14 do apply in other respects; for example, they cover modification of
|
/linux-4.1.27/Documentation/arm/Samsung/ |
H A D | clksrc-change-registers.awk | 7 # example usage
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
H A D | configfs_example_explicit.c | 41 * This first example is a childless subsystem. It cannot create 46 * on the subsystem. See the next example, 02-simple-children, for 192 * This example merely has a simple one-attribute child. Note that 356 * This example reuses the simple_children group from above. However,
|
H A D | configfs_example_macros.c | 40 * This first example is a childless subsystem. It cannot create 45 * on the subsystem. See the next example, 02-simple-children, for 155 * This example merely has a simple one-attribute child. Note that 319 * This example reuses the simple_children group from above. However,
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | barrier.h | 29 * For example, the following code would force ordering (the initial
|
/linux-4.1.27/kernel/gcov/ |
H A D | gcov.h | 36 /* Opaque gcov_info. The gcov structures can change as for example in gcc 4.7 so
|
/linux-4.1.27/net/netfilter/ |
H A D | xt_u32.c | 30 * Small example: "0 >> 28 == 4 && 8 & 0xFF0000 >> 16 = 6, 17" u32_match_it()
|
/linux-4.1.27/samples/seccomp/ |
H A D | bpf-fancy.c | 2 * Seccomp BPF example using a macro-based generator.
|
/linux-4.1.27/tools/perf/bench/ |
H A D | futex.h | 30 * example).
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
H A D | fuse_mnt.c | 23 static const char memfd_content[] = "memfd-example-content";
|
/linux-4.1.27/tools/testing/selftests/timers/ |
H A D | mqueue-lat.c | 5 * Inspired with permission from example test by:
|
/linux-4.1.27/tools/testing/selftests/vm/ |
H A D | hugepage-mmap.c | 8 * example, the app is requesting memory of size 256MB that is backed by
|
H A D | hugepage-shm.c | 5 * memory system calls. In this example the app is requesting 256MB of
|
/linux-4.1.27/include/linux/extcon/ |
H A D | extcon-adc-jack.h | 28 * For example, if { .state = 0x3, .min_adc = 100, .max_adc = 200}, it means
|
/linux-4.1.27/include/linux/mfd/ |
H A D | tps6105x.h | 57 * LED, for example as backlight or flashlight. If this is set, the
|
H A D | core.h | 84 * for devices that have multiple users of a cell. For example, if an mfd
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
H A D | debug.h | 33 *For example, Tx/Rx/IO locked up, 43 *For example, Packet/IO Ctl canceled, 59 *For example, Tx/Rx descriptor to fill,
|
/linux-4.1.27/include/uapi/mtd/ |
H A D | ubi-user.h | 253 * the next min. I/O unit after the EC header. For example, it will be offset 258 * a different offset. For example, the boot-loader might do things faster if 262 * example, but it real-life example. So, in this example, @vid_hdr_offer would 312 * The @alignment field may be useful, for example, when one wants to maintain
|
/linux-4.1.27/drivers/uwb/ |
H A D | drp-avail.c | 160 * The bitmap to be converted could come from a IE, for example a 178 * For example: 188 * An example of this encoding can be found in ECMA-368 Annex-D [Table D.11]
|
/linux-4.1.27/drivers/i2c/ |
H A D | i2c-boardinfo.c | 47 * registered. For example, mainboard init code could define several devices,
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
H A D | bttv-if.c | 43 /* gpio ports (IR for example) */
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
H A D | socklnd.h | 99 * other LND (usocklnd, for example) */
|
/linux-4.1.27/drivers/of/ |
H A D | of_net.c | 62 * exist in the device tree, but were not set by U-Boot. For example, the
|
/linux-4.1.27/arch/sh/lib/ |
H A D | ashiftrt.S | 15 do apply in other respects; for example, they cover modification of
|
H A D | udiv_qrnnd.S | 15 do apply in other respects; for example, they cover modification of
|
H A D | udivsi3.S | 15 do apply in other respects; for example, they cover modification of
|
H A D | ashlsi3.S | 15 do apply in other respects; for example, they cover modification of
|
H A D | ashrsi3.S | 15 do apply in other respects; for example, they cover modification of
|
H A D | lshrsi3.S | 15 do apply in other respects; for example, they cover modification of
|
H A D | udivsi3_i4i-Os.S | 13 do apply in other respects; for example, they cover modification of
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
H A D | envctrl.h | 30 * pass in cpu number in ioctl() last parameter. For example, to
|
/linux-4.1.27/arch/metag/kernel/ |
H A D | kick.c | 19 * or not. For example, when the IPI handler runs and it sees that
|
/linux-4.1.27/drivers/uio/ |
H A D | uio_pci_generic.c | 9 * id and bind the device to the driver yourself. For example:
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | empeg.c | 87 * You could, for example, change the baud rate, however the empeg_init_termios()
|
/linux-4.1.27/drivers/video/backlight/ |
H A D | pcf50633-backlight.c | 39 * will not go above the limit. This is useful to limit power drain for example
|
/linux-4.1.27/drivers/md/persistent-data/ |
H A D | dm-btree-internal.h | 60 * type checker to spot misuse, for example accidentally calling read_lock
|
/linux-4.1.27/include/net/irda/ |
H A D | discovery.h | 51 * and always used as such, for example the hint bits. Jean II
|
/linux-4.1.27/include/linux/mtd/ |
H A D | partitions.h | 32 * For example, to force a read-only partition, simply adding
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
H A D | ip27-klnuma.c | 26 * kernel. For example, we should never put a copy on a headless node,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | barrier.h | 68 * started until the value of the argument x is known. For example, if
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | book3s_xics.h | 24 * Interrupt source numbers below this are reserved, for example
|
/linux-4.1.27/arch/powerpc/oprofile/cell/ |
H A D | pr_util.h | 60 * example, for an overlay scenario with one overlay segment
|
/linux-4.1.27/arch/m68k/lib/ |
H A D | mulsi3.S | 16 respects; for example, they cover modification of the file, and
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | sr_device.c | 75 * For example, pretty much all OMAP3xxx before sr_set_nvalues()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | sys_sx164.c | 126 * is subject to change without notice. For example, it sx164_init_arch()
|
/linux-4.1.27/arch/arm/boot/bootp/ |
H A D | init.S | 15 * example would be simpler; if we didn't have an object of unknown
|
/linux-4.1.27/mm/ |
H A D | vmacache.c | 47 * This task may be accessing a foreign mm via (for example)
|
/linux-4.1.27/samples/kobject/ |
H A D | kobject-example.c | 18 * /sys/kernel/kobject-example In that directory, 3 files are created:
|
/linux-4.1.27/include/acpi/platform/ |
H A D | acgcc.h | 61 * use all the variables (for example, _acpi_module_name). This allows us
|
/linux-4.1.27/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-attributes.c | 103 For example if the size is 2 bytes 268 * For example:
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
H A D | iwl-drv.h | 124 * specific system flows implementations. For example, the bus specific probe 137 * implementations. For example, the bus specific remove function should first
|
/linux-4.1.27/drivers/staging/iio/ |
H A D | iio_simple_dummy_events.c | 20 /* Evgen 'fakes' interrupt events for this example */ 222 * no way forms part of this example. Just assume that events magically
|
/linux-4.1.27/arch/tile/lib/ |
H A D | atomic_asm_32.S | 63 * make the guarantee that a non-atomic __clear_bit(), for example, 64 * can safely race with an atomic test_and_set_bit(); this example is
|
/linux-4.1.27/include/media/davinci/ |
H A D | vpbe.h | 48 * Fields below are used for supporting multiple modes. For example, 61 * example, SD modes would use YCC8 where as HD mode would use YCC16.
|
/linux-4.1.27/arch/mips/include/asm/sibyte/ |
H A D | sb1250_defs.h | 68 * match the defines below. So, for example, 198 * value, for example).
|
/linux-4.1.27/arch/ia64/lib/ |
H A D | clear_user.S | 47 // be ok, we can't tolerate a mistake. A classical example is the case 50 // example is with device drivers where reading an I/O mapped location may
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_dummy.c | 48 parameter "ports". For example, to create four ports, add the 55 and events are tunneled between pair-ports. For example, input to
|
/linux-4.1.27/include/drm/ |
H A D | drm_atomic_helper.h | 126 * This iterates over the current state, useful (for example) when applying 140 * attached if the specified state is applied. Useful during (for example)
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | bitfield.h | 57 * For example, a field with width 5 would have a mask of 0x1f. 67 * For example, a field with width 5 would have a mask of 0x1f. 115 * For example, suppose "element" represents the high 32 bits of a
|
/linux-4.1.27/arch/tile/include/uapi/arch/ |
H A D | sim.h | 28 * For example, human-readable trace output can be enabled and disabled 196 * prefix used at the tile-monitor prompt; for example, you might call 425 * or 1 if problems were detected (for example, rate does not fit in 17 bits).
|
/linux-4.1.27/drivers/block/ |
H A D | osdblk.c | 27 In this example, we will use partition id 1234, object id 5678, 35 In this example, we have performed step #1 twice, creating two blkdevs, 52 In this example, we remove the mapping with blkdev unique id 1.
|
/linux-4.1.27/drivers/usb/gadget/ |
H A D | epautoconf.c | 27 * same endpoint naming convention. By example: 226 * For example, isochronous endpoints can be autoconfigured for high 334 * For example, isochronous endpoints can be autoconfigured for high
|
/linux-4.1.27/drivers/md/ |
H A D | dm-exception-store.c | 61 * For example, if type_name was "clustered-shared", it would search
|
/linux-4.1.27/drivers/hwspinlock/ |
H A D | omap_hwspinlock.c | 67 * The number below is taken from an hardware specs example,
|
/linux-4.1.27/drivers/mtd/maps/ |
H A D | bfin-async-flash.c | 6 * for example. All board-specific configuration goes in your
|
/linux-4.1.27/drivers/net/usb/ |
H A D | huawei_cdc_ncm.c | 8 * encapsulating another protocol inside it. An example are some Huawei 3G
|
/linux-4.1.27/drivers/media/platform/vivid/ |
H A D | vivid-rds-gen.c | 164 "An example of Radio Text as transmitted by the Radio Data System", vivid_rds_gen_fill()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | autogain_functions.c | 100 example, will lead to a huge exposure change (it effectively doubles),
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_misc.h | 176 * as argument (sizeof(...) for example), for the compiler to
|
/linux-4.1.27/drivers/staging/android/ |
H A D | lowmemorykiller.c | 10 * For example, write "0,8" to /sys/module/lowmemorykiller/parameters/adj and
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | amcc_s5933.h | 12 example.
|
/linux-4.1.27/drivers/staging/fwserial/ |
H A D | dma_fifo.h | 33 * memory is unused. For example, if all the avail input has been pended out,
|
/linux-4.1.27/drivers/staging/unisys/include/ |
H A D | guestlinuxdebug.h | 140 /* example call of POSTCODE_LINUX_2(VISOR_CHIPSET_PC, POSTCODE_SEVERITY_ERR);
|
H A D | timskmod.h | 146 * module, like via the cdev_put in __fput() for example.) cdev_alloc_init()
|
/linux-4.1.27/drivers/clk/ti/ |
H A D | clk-33xx.c | 150 * the design/spec, so as a result, for example, timer which supposed am33xx_dt_clk_init()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | vmware.c | 116 * be marked as unstable in some cases. For example, the TSC sync check at
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | homecache.h | 81 * as for example might be the case when coordinating with I/O devices.
|
H A D | mmu_context.h | 76 * an example of where it's important for TLB shootdowns to complete
|
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi.h | 113 * The phy appears to be different, for example between 8960 and 8x60,
|
/linux-4.1.27/drivers/char/ |
H A D | ttyprintk.c | 14 * of the boot process, for example.
|
/linux-4.1.27/arch/mips/alchemy/devboards/ |
H A D | pm.c | 2 * Alchemy Development Board example suspend userspace interface.
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-config.h | 88 * addresses. Some uses of scratchpad (IOBDMA for example) require
|
/linux-4.1.27/crypto/ |
H A D | crc32c_generic.c | 21 * Following the example of lib/crc32, this function is intended to be
|
H A D | xor.c | 15 * (for example /usr/src/linux/COPYING); if not, write to the Free
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | utlock.c | 101 * in comparison to (for example) an I/O system.
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | mass_storage.c | 19 * addition to providing an example of a genuinely useful gadget
|
/linux-4.1.27/include/target/ |
H A D | configfs_macros.h | 63 * An example:
|
/linux-4.1.27/include/uapi/linux/ |
H A D | chio.h | 24 * for example, storage elements are addressed with type = CHET_ST and
|