Home
last modified time | relevance | path

Searched refs:a (Results 7101 – 7125 of 22310) sorted by relevance

1...<<281282283284285286287288289290>>...893

/openbmc/linux/tools/perf/Documentation/
H A Dexamples.txt28 measured. For example the page alloc/free properties of a 'hackbench
66 well. For example the page allocations done by a 'git gc' can be
102 Or to see it on a more finegrained level:
160 titan:~/git> perf stat -a -e kmem:mm_page_pcpu_drain -e
176 titan:~/git> perf stat --repeat 10 -a -e kmem:mm_page_pcpu_drain -e
189 Or you can annotate the recorded 'git gc' run on a per symbol basis
212 etc. etc. - a lot more is possible. I could list a dozen of
/openbmc/docs/designs/oem/ibm/
H A Dsystem-power-mode.md20 thermal monitoring and control. When a system is powered on, the OCCs will go to
22 send a mode change and idle power saver (IPS) settings to the OCC. It will also
28 When a system is booted, the OCC will move to an ACTIVE state. In the ACTIVE
64 - OCC poll response data showing a new state of Active (0x03)
69 Code will need to trigger off of OCC state changes. The kernel currently sends a
73 When initiated, the new code will send a SET_MODE_AND_STATE command (0x20) to
74 the OCC and a SET_CONFIG_DATA (0x21) command with the Idle Power Saver
105 sending 2 additional commands which should complete within a few seconds.
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md3 To create and install a CA signed server certificate, follow these steps:
19 Note: You will be prompted to give a password for private key. This password
22 2. Create a root CA certificate using the private key created in step 1.
32 What you are about to enter is what is called a Distinguished Name or a DN.
33 There are quite a few fields but you can leave some blank
34 For some fields there will be a default value,
125 Note: You will be prompted to give a password for private key.
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dallwinner,sun4i-a10-pinctrl.yaml101 # string can be either starting with 'p' but in a string longer
108 "^([rs]-)?(([a-z0-9]{3,}|[a-oq-z][a-z0-9]*?)?-)+?(p[a-ilm][0-9]*?-)??pins?$":
128 "^vcc-p[a-ilm]-supply$":
141 # FIXME: We should have the pin bank supplies here, but not a lot of
142 # boards are defining it at the moment so it would generate a lot of
/openbmc/linux/sound/firewire/
H A DKconfig41 To compile this driver as a module, choose M here: the module
64 To compile this driver as a module, choose M here: the module
74 To compile this driver as a module, choose M here: the module
90 To compile this driver as a module, choose M here: the module
132 To compile this driver as a module, choose M here: the module
147 To compile this driver as a module, choose M here: the module
160 To compile this driver as a module, choose M here: the module
185 To compile this driver as a module, choose M here: the module
/openbmc/linux/arch/powerpc/platforms/pseries/
H A DKconfig56 SPLPAR machines can log hypervisor preempt & dispatch events to a
58 which are accessible through a debugfs file.
78 interrupts. IO event interrupt is a mechanism provided by RTAS
95 <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
102 Say Y here if you want the pseries core to produce a bunch of
103 debug messages to the system log. Select this if you are having a
114 With this option a system running in an LPAR can be given more
127 makes sense for a system running in an LPAR where the unused pages
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-370-synology-ds213j.dts13 * registers mapped at 0xd0000000. If you have such a device you will
14 * not be able to directly boot a kernel based on this Device Tree. In
16 * by upgrading to latest version of DSM, or building a new one and
67 /* Connected to a header on device's PCB */
72 /* Connected to a TI MSP430F2111 for power control */
267 * default configuration in order to allow saving a
268 * modified environment at a sensible location. So,
269 * if you do a 'saveenv' under u-boot, your modified
/openbmc/linux/include/trace/events/
H A Dfscache.h193 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
194 #define E_(a, b) TRACE_DEFINE_ENUM(a); argument
207 #define EM(a, b) { a, b }, argument
208 #define E_(a, b) { a, b } argument
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_cursor.c152 u32 a, r, g, b; in sti_cursor_argb8888_to_clut8() local
157 a = (*src >> 30) & 3; in sti_cursor_argb8888_to_clut8()
161 *dst = a << 6 | r << 4 | g << 2 | b; in sti_cursor_argb8888_to_clut8()
171 unsigned int a, r, g, b; in sti_cursor_init() local
174 for (a = 0; a < 4; a++) in sti_cursor_init()
178 *base++ = (a * 5) << 12 | in sti_cursor_init()
/openbmc/linux/drivers/usb/roles/
H A DKconfig6 USB Role Switch is a device that can select the USB role - host or
7 device - for a USB port (connector). In most cases dual-role capable
26 To compile the driver as a module, choose M here: the module will
/openbmc/linux/scripts/kconfig/tests/preprocess/escape/
H A DKconfig6 # You can not pass commas directly to a function since they are treated as
22 # You need a trick to escape '$' followed by '('
27 # You need a trick to treat unbalanced parentheses.
/openbmc/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig18 # Append something to a simply expanded variable.
24 # Append something to a recursively expanded variable.
31 # This works as a recursively expanded variable.
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dmax98373.txt24 - maxim,interleave-mode : For cases where a single combined channel
26 to share a single data output channel on alternating frames.
28 on a single output channel.
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A DKconfig11 If you choose to build a module, it'll be called wl1251. Say
22 If you choose to build a module, it'll be called wl1251_spi.
33 If you choose to build a module, it'll be called
/openbmc/linux/tools/bpf/
H A Dbpf_exp.l166 ([0][x][a-fA-F0-9]+) {
182 [a-zA-Z_][a-zA-Z0-9_]+ {
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-twl4030.txt9 - gpio-controller : Marks the device node as a GPIO controller.
17 - ti,pullups : if n-th bit is set, set a pullup on GPIO-n
18 - ti,pulldowns : if n-th bit is set, set a pulldown on GPIO-n
H A Dgpio-mm-lantiq.txt4 only gpios. This driver configures a special memory address, which when
7 The node describing the memory mapped GPIOs needs to be a child of the node
16 - gpio-controller : Marks the device node as a gpio controller.
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dmarvell,sei.txt6 them to a single interrupt line (an SPI) on the parent interrupt
9 This interrupt controller can handle up to 64 SEIs, a set comes from the
10 AP and is wired while a second set comes from the CPs by the mean of
/openbmc/linux/net/qrtr/
H A DKconfig12 In order to do service lookups, a userspace daemon is required to
13 maintain a service listing.
27 Say Y here to expose a character device that allows user space to
/openbmc/linux/sound/sparc/
H A DKconfig20 To compile this driver as a module, choose M here: the module
30 To compile this driver as a module, choose M here: the module
40 To compile this driver as a module, choose M here: the module
/openbmc/linux/drivers/scsi/device_handler/
H A DKconfig19 If you have a LSI RDAC select y. Otherwise, say N.
25 If you have a HP/COMPAQ MSA device that requires START_STOP to
33 If you have a EMC CLARiiON select y. Otherwise, say N.
/openbmc/linux/drivers/staging/iio/addac/
H A DKconfig14 To compile this driver as a module, choose M here: the module will
25 To compile this driver as a module, choose M here: the module will
35 To compile this driver as a module, choose M here: the module will
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-opal-powercap6 Each folder in this directory contains a
29 creates a request for setting a new-powercap. The
/openbmc/linux/Documentation/translations/ko_KR/
H A Dstable_api_nonsense.txt2 This is a version of Documentation/process/stable-api-nonsense.rst translated
6 a problem with the translation, please contact the maintainer of this file.
10 a fork. So if you have any comments or updates for this file please
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dmpc512x-dma.txt8 the dma/dma.txt file for a more detailed description of binding.
16 Each channel of this DMA controller has a peripheral request line,
18 in dmas property of a client device represents the channel number.

1...<<281282283284285286287288289290>>...893