Home
last modified time | relevance | path

Searched full:simple (Results 1 – 25 of 1781) sorted by relevance

12345678910>>...72

/linux-3.3/arch/arm/mach-u300/
Ddummyspichip.c79 pr_info("Simple test 1: write 0xAA byte, read back garbage byte " in dummy_looptest()
86 pr_info("Simple test 1: SUCCESS!\n"); in dummy_looptest()
88 pr_info("Simple test 2: write 8 bytes, read back 8 bytes garbage " in dummy_looptest()
92 pr_warning("Simple test 2: FAILURE: spi_write_then_read() " in dummy_looptest()
95 pr_info("Simple test 2: SUCCESS!\n"); in dummy_looptest()
97 pr_info("Simple test 3: write 14 bytes, read back 14 bytes garbage " in dummy_looptest()
101 pr_warning("Simple test 3: FAILURE: failed with status %d " in dummy_looptest()
104 pr_info("Simple test 3: SUCCESS!\n"); in dummy_looptest()
106 pr_info("Simple test 4: write 8 bytes with spi_write(), read 8 " in dummy_looptest()
110 pr_warning("Simple test 4 step 1: FAILURE: spi_write() " in dummy_looptest()
[all …]
/linux-3.3/arch/avr32/include/asm/
Duaccess.h96 * put_user: - Write a simple value into user space.
102 * This macro copies a single simple value from kernel space to user
103 * space. It supports simple types like char and int, but not larger
106 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
115 * get_user: - Get a simple variable from user space.
121 * This macro copies a single simple variable from user space to kernel
122 * space. It supports simple types like char and int, but not larger
125 * @ptr must have pointer-to-simple-variable type, and the result of
135 * __put_user: - Write a simple value into user space, with less checking.
141 * This macro copies a single simple value from kernel space to user
[all …]
/linux-3.3/arch/score/include/asm/
Duaccess.h60 * put_user: - Write a simple value into user space.
66 * This macro copies a single simple value from kernel space to user
67 * space. It supports simple types like char and int, but not larger
70 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
78 * get_user: - Get a simple variable from user space.
84 * This macro copies a single simple variable from user space to kernel
85 * space. It supports simple types like char and int, but not larger
88 * @ptr must have pointer-to-simple-variable type, and the result of
97 * __put_user: - Write a simple value into user space, with less checking.
103 * This macro copies a single simple value from kernel space to user
[all …]
/linux-3.3/arch/mips/include/asm/
Duaccess.h126 * put_user: - Write a simple value into user space.
132 * This macro copies a single simple value from kernel space to user
133 * space. It supports simple types like char and int, but not larger
136 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
145 * get_user: - Get a simple variable from user space.
151 * This macro copies a single simple variable from user space to kernel
152 * space. It supports simple types like char and int, but not larger
155 * @ptr must have pointer-to-simple-variable type, and the result of
165 * __put_user: - Write a simple value into user space, with less checking.
171 * This macro copies a single simple value from kernel space to user
[all …]
/linux-3.3/arch/x86/include/asm/
Duaccess.h130 * get_user: - Get a simple variable from user space.
136 * This macro copies a single simple variable from user space to kernel
137 * space. It supports simple types like char and int, but not larger
140 * @ptr must have pointer-to-simple-variable type, and the result of
234 * put_user: - Write a simple value into user space.
240 * This macro copies a single simple value from kernel space to user
241 * space. It supports simple types like char and int, but not larger
244 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
470 * __get_user: - Get a simple variable from user space, with less checking.
476 * This macro copies a single simple variable from user space to kernel
[all …]
/linux-3.3/arch/arm/boot/dts/
Dprima2-cb.dts36 compatible = "simple-bus";
58 compatible = "simple-bus";
81 compatible = "simple-bus";
94 compatible = "simple-bus";
113 compatible = "simple-bus";
126 compatible = "simple-bus";
139 compatible = "simple-bus";
164 compatible = "simple-bus";
308 compatible = "sirf,prima2-pciiobg", "simple-bus";
394 compatible = "simple-bus";
/linux-3.3/arch/m32r/include/asm/
Duaccess.h154 * get_user: - Get a simple variable from user space.
160 * This macro copies a single simple variable from user space to kernel
161 * space. It supports simple types like char and int, but not larger
164 * @ptr must have pointer-to-simple-variable type, and the result of
174 * put_user: - Write a simple value into user space.
180 * This macro copies a single simple value from kernel space to user
181 * space. It supports simple types like char and int, but not larger
184 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
193 * __get_user: - Get a simple variable from user space, with less checking.
199 * This macro copies a single simple variable from user space to kernel
[all …]
/linux-3.3/arch/powerpc/platforms/40x/
Dppc40x_simple.c10 * This implements simple platform support for PowerPC 44x chips. This is
11 * mostly used for eval boards or other simple and "generic" 44x boards. If
32 { .compatible = "simple-bus", },
44 /* This is the list of boards that can be supported by this simple
/linux-3.3/drivers/hid/usbhid/
DKconfig51 tristate "USB HIDBP Keyboard (simple Boot) support"
59 useful for embedded applications or simple keyboards.
67 tristate "USB HIDBP Mouse (simple Boot) support"
75 useful for embedded applications or simple mice.
/linux-3.3/Documentation/leds/
Dleds-class.txt15 is a kernel based source of led events. Triggers can either be simple or
16 complex. A simple trigger isn't configurable and is designed to slot into
39 The underlying design philosophy is simplicity. LEDs are simple devices
84 The LED Trigger core cannot be a module as the simple trigger functions
86 compared to the benefits the simple trigger functionality brings. The
/linux-3.3/arch/powerpc/platforms/44x/
Dppc44x_simple.c10 * This implements simple platform support for PowerPC 44x chips. This is
11 * mostly used for eval boards or other simple and "generic" 44x boards. If
31 { .compatible = "simple-bus", },
43 /* This is the list of boards that can be supported by this simple
/linux-3.3/tools/perf/Documentation/
Dperf-bench.txt34 'simple'::
35 This simple style is friendly for automated
38 % perf bench --format=simple sched pipe # specified simple
/linux-3.3/Documentation/devicetree/bindings/c6x/
Demifa.txt4 The emifa node describes a simple external bus controller found on some C6X
9 - compatible: must be "ti,c64x+emifa", "simple-bus"
32 compatible = "ti,c64x+emifa", "simple-bus";
Dsoc.txt6 - compatible: "simple-bus"
21 compatible = "simple-bus";
/linux-3.3/drivers/net/wireless/rt2x00/
Drt2x00usb.h171 * Simple wrapper around rt2x00usb_vendor_request to write a single
192 * Simple wrapper around rt2x00usb_vendor_request to read the eeprom
211 * This function is a simple wrapper for 32bit register access
231 * This function is a simple wrapper for 32bit register access
252 * This function is a simple wrapper for 32bit register access
271 * This function is a simple wrapper for 32bit register access
290 * This function is a simple wrapper for 32bit register access
310 * This function is a simple wrapper for 32bit register access
/linux-3.3/arch/microblaze/include/asm/
Duaccess.h169 * get_user: - Get a simple variable from user space.
175 * This macro copies a single simple variable from user space to kernel
176 * space. It supports simple types like char and int, but not larger
179 * @ptr must have pointer-to-simple-variable type, and the result of
281 * put_user: - Write a simple value into user space.
287 * This macro copies a single simple value from kernel space to user
288 * space. It supports simple types like char and int, but not larger
291 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
/linux-3.3/drivers/media/dvb/ttpci/
DKconfig59 Support for simple SAA7146 based DVB cards
80 Support for simple SAA7146 based DVB cards (so called Budget-
104 Support for simple SAA7146 based DVB cards
130 Support for simple SAA7146 based DVB cards
/linux-3.3/net/sched/
Dact_simple.c2 * net/sched/simp.c Simple example of an action
52 pr_info("simple: %s_%d\n", in tcf_simp()
189 .kind = "simple",
202 MODULE_DESCRIPTION("Simple example action");
209 pr_info("Simple TC action Loaded\n"); in simp_init_module()
/linux-3.3/Documentation/arm/
DInterrupts101 "simple", or your own specific handler if you need to do something special.
103 The "level" handler is what we currently have - its pretty simple.
107 "simple" handler is very basic, and does not perform any hardware
126 Set the handler for this IRQ (level, edge, simple)
156 "simple" handler (not "edge" nor "level"). After the handler completes,
/linux-3.3/drivers/staging/iio/
DKconfig36 A simple fifo based on kfifo. Use this if you want a fifo
90 Add some dummy events to the simple dummy driver.
96 Add buffered data capture to the simple dummy driver.
/linux-3.3/arch/powerpc/platforms/52xx/
Dmpc5200_simple.c2 * Support for 'mpc5200-simple-platform' compatible boards.
13 * This code implements support for a simple MPC52xx based boards which
74 .name = "mpc5200-simple-platform", in define_machine()
/linux-3.3/arch/x86/kernel/
Dbootflag.c2 * Implement 'Simple Boot Flag Specification 2.0'
44 printk(KERN_INFO "Simple Boot Flag at 0x%x set to 0x%x\n", in sbf_write()
87 printk(KERN_WARNING "Simple Boot Flag value 0x%x read from " in sbf_init()
/linux-3.3/arch/mips/include/asm/octeon/
Dcvmx-sysinfo.h39 * This structure is private to simple executive applications, so
43 * use simple executive functions in other applications (Linux kernel,
125 * This function is used in non-simple executive environments (such as
127 * are required to use simple executive files directly.
/linux-3.3/arch/powerpc/platforms/512x/
DKconfig19 bool "Generic support for simple MPC5121 based boards"
23 This option enables support for simple MPC5121 based boards
/linux-3.3/drivers/sfi/
DKconfig6 bool "SFI (Simple Firmware Interface) Support"
8 The Simple Firmware Interface (SFI) provides a lightweight method

12345678910>>...72