Home
last modified time | relevance | path

Searched refs:one (Results 76 – 100 of 5324) sorted by relevance

12345678910>>...213

/openbmc/linux/Documentation/sound/soc/
H A Djack.rst9 - It allows more than one jack detection method to work together on one
24 mechanisms, one for the headphone and one for the microphone. Some
64 least one to be useful.
71 the list of pins to update then set up one or more jack detection
/openbmc/linux/tools/perf/tests/
H A Dcpumap.c217 struct perf_cpu_map *one = perf_cpu_map__new("1"); in test__cpu_map_equal() local
219 struct perf_cpu_map *empty = perf_cpu_map__intersect(one, two); in test__cpu_map_equal()
222 struct perf_cpu_map *maps[] = {empty, any, one, two, pair}; in test__cpu_map_equal()
236 tmp = perf_cpu_map__merge(perf_cpu_map__get(one), two); in test__cpu_map_equal()
240 tmp = perf_cpu_map__intersect(pair, one); in test__cpu_map_equal()
241 TEST_ASSERT_VAL("one", perf_cpu_map__equal(one, tmp)); in test__cpu_map_equal()
/openbmc/linux/lib/crypto/
H A DKconfig62 by either the generic implementation or an arch-specific one, if one
89 one, if one is available and enabled.
123 by either the generic implementation or an arch-specific one, if one
/openbmc/linux/drivers/misc/lkdtm/
H A Dusercopy.c137 unsigned char *one, *two; in do_usercopy_slab_size() local
142 one = kmalloc(size, GFP_KERNEL); in do_usercopy_slab_size()
144 if (!one || !two) { in do_usercopy_slab_size()
157 memset(one, 'A', size); in do_usercopy_slab_size()
161 test_kern_addr = one + 16; in do_usercopy_slab_size()
194 kfree(one); in do_usercopy_slab_size()
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget79 This group contains "Feature Descriptors" specific for one
80 gadget's USB interface or one interface group described
94 This group contains "Extended Property Descriptors" specific for one
95 gadget's USB interface or one interface group described
141 b_vendor_code one-byte value used for custom per-device and
156 bVendorCode one-byte value used for custom per-device
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch18 Number of measures(n_prof):3, duration of one mesure(dur):10000ms
30 synth_one_block:one voice->| 1| 11.00| 12.36| 58.00| 0.463
53 synth_one_block:one voice->| 1| 11.00| 12.30| 58.00| 0.461
76 synth_one_block:one voice->| 1| 11.00| 12.31| 63.00| 0.462
98 fluidsynth: synth_one_block:one voice->: 11.000/12.309/63.000
110 Number of measures(n_prof):3, duration of one mesure(dur):10000ms
122 synth_one_block:one voice->| 1| 11.00| 12.30| 54.00| 0.461
145 synth_one_block:one voice->| 1| 11.00| 12.30| 54.00| 0.461
168 synth_one_block:one voice->| 1| 11.00| 12.31| 57.00| 0.462
190 fluidsynth: synth_one_block:one voice->: 11.000/12.307/57.000
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtrace_vprintk.c18 static const char one[] = "1"; in sys_enter() local
29 one, 2, three, 4, five, 6, seven, 8, nine, 10, ++trace_vprintk_ran); in sys_enter()
/openbmc/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel.c215 const int one = 1; in main() local
243 if (setsockopt(fdr, SOL_IPV6, IPV6_FLOWINFO, &one, sizeof(one))) in main()
259 if (setsockopt(fdt, SOL_IPV6, IPV6_FLOWINFO_SEND, &one, in main()
260 sizeof(one)) == -1) in main()
/openbmc/u-boot/board/phytec/pfla02/
H A DKconfig13 bool "DRAM on just one bank"
15 activate, if the module has just one bank
/openbmc/qemu/tests/qapi-schema/
H A Dunion-optional-discriminator.json2 { 'enum': 'Enum', 'data': [ 'one', 'two' ] }
9 'data': { 'one': 'Branch',
H A Dunion-discriminator-bad-name.json2 { 'enum': 'Enum', 'data': [ 'one', 'two' ] }
9 'data': { 'one': 'Branch',
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dmegachips-stdpxxxx-ge-b850v3-fw.txt16 two bridges behaves as a single one. The only interfaces exposed by the
22 - interrupts : one interrupt should be described here, as in
24 - ports : One input port(reg = <0>) and one output port(reg = <1>)
29 - ports : One input port(reg = <0>) and one output port(reg = <1>)
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmps,mpq7920.yaml27 after their hardware counterparts BUCK[1-4], one LDORTC, and LDO[2-5]
35 switching frequency must be one of following corresponding value
58 defines the soft start time of this buck, must be one of the following
65 defines the phase delay of this buck, must be one of the following
H A Drichtek,rt4801-regulator.yaml30 The first one is ENP to enable DSVP, and second one is ENM to enable DSVN.
32 If only one gpio is specified, only one gpio used to control ENP/ENM.
/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c385 Aml *one = aml_int(1); in build_memory_hotplug_aml() local
485 ifctx = aml_if(aml_equal(ins_evt, one)); in build_memory_hotplug_aml()
495 ifctx = aml_if(aml_equal(rm_evt, one)); in build_memory_hotplug_aml()
500 aml_append(ifctx, aml_store(one, rm_evt)); in build_memory_hotplug_aml()
505 aml_append(while_ctx, aml_add(idx, one, idx)); in build_memory_hotplug_aml()
509 aml_append(method, aml_return(one)); in build_memory_hotplug_aml()
522 ifctx = aml_if(aml_equal(slot_enabled, one)); in build_memory_hotplug_aml()
582 aml_append(ifctx, aml_add(maxh, one, maxh)); in build_memory_hotplug_aml()
585 ifctx = aml_if(aml_lless(maxl, one)); in build_memory_hotplug_aml()
590 aml_append(method, aml_subtract(maxl, one, maxl)); in build_memory_hotplug_aml()
[all …]
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dbttv-devel.rst18 log, telling which card type is used. Like this one::
28 new entries which are not listed yet. If there isn't one for your
29 card, you can check if one of the existing entries does work for you
34 example. If your board has one, you might have to load a helper
35 module like ``msp3400`` to make sound work. If there isn't one for the
36 chip used on your board: Bad luck. Start writing a new one. Well,
53 bt848 chip. Another one is the data register (``BT848_GPIO_DATA``), where
103 audioall=a set the values of the audiomux array (one
/openbmc/linux/tools/memory-model/litmus-tests/
H A DZ6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus7 * when there is but one non-reads-from (AKA non-rf) link, does not suffice
8 * if there is more than one. Of the three processes, only P1() reads from
12 * When there are two or more non-rf links, you typically will need one
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dcalxeda-xgmac.yaml28 Can point to at most 3 xgmac interrupts. The 1st one is the main
29 interrupt, the 2nd one is used for power management. The optional
30 3rd one is the low power state interrupt.
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dmrvl,pxa-ssp.txt5 - compatible: Must be one of
15 - dmas: Two dma phandles, one for rx, one for tx
/openbmc/u-boot/doc/
H A DREADME.commands.spl22 nand erase 0x680000 0x20000 /* erase - one page */
23 nand write 0x80000100 0x680000 0x20000 /* write the image - one page */
30 nand erase 0x680000 0x20000 /* erase - one page */
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D00_man_quoting.diff13 FreeBSD) can have more than one internet address on one physical
47 -A host name or network address, or one of the `unknown' or `paranoid'
48 +A host name or network address, or one of the `unknown\' or `paranoid\'
56 -A host name or network address, or one of the `unknown' or `paranoid'
58 +A host name or network address, or one of the `unknown\' or `paranoid\'
/openbmc/qemu/docs/interop/
H A Ddbus.rst60 - Improved reliability - crash of one part doesn't take
66 - Two UIDs, one for QEMU, one for dbus & helpers
70 - Many UIDs, one for QEMU one for dbus and one for each helpers
/openbmc/linux/Documentation/bpf/
H A Dmap_cgroup_storage.rst131 for a single ``CGROUP_STORAGE`` map, there can be at most one program loaded
136 There is a one-to-one association between the map of each type (per-CPU and
138 each map can only be used by one BPF program and each BPF program can only use
139 one storage map of each type. Because of map can only be used by one BPF
153 However, the BPF program can still only associate with one map of each type
154 (per-CPU and non-per-CPU). A BPF program cannot use more than one
155 ``BPF_MAP_TYPE_CGROUP_STORAGE`` or more than one
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm6345-l1-intc.txt4 directly to one of the HW INT lines on each CPU.
15 - Contains one or more enable/status word pairs per CPU
37 /proc/irq/ interface. In the simplest possible configuration, only one
38 reg range and one interrupt-parent is needed.
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ti/
H A Demif.txt4 TI SoCs. EMIF supports, based on the IP revision, one or more of
8 corrects one bit errors and detects two bit errors.
13 compatible should be one of the following:
41 part attached to CS1, it should be the same type as the one on CS0,
44 - cal-resistor-per-cs : Have this property if the board has one

12345678910>>...213