Home
last modified time | relevance | path

Searched refs:more (Results 51 – 75 of 4467) sorted by relevance

12345678910>>...179

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-input-axp-pek5 for more than <startup_time>
11 for more than <shutdown_time>
H A Dsysfs-driver-xen-blkfront8 is 32 - higher value means more potential throughput but more
/openbmc/linux/Documentation/hwmon/
H A Dg760a.rst35 speed differs more than 20% with respect to the programmed fan speed;
38 The g760a driver will not update its values more frequently than every
39 other second; reading them more often will do no harm, but will return
/openbmc/linux/fs/fscache/
H A DKconfig12 See Documentation/filesystems/caching/fscache.rst for more information.
30 See Documentation/filesystems/caching/fscache.rst for more information.
40 See Documentation/filesystems/caching/fscache.rst for more information.
/openbmc/openbmc/poky/meta/recipes-extended/less/
H A Dless_643.bb1 SUMMARY = "Text file viewer similar to more"
2 DESCRIPTION = "Less is a program similar to more, i.e. a terminal \
4 programs. Less offers many features beyond those that more does."
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/
H A Dmeta-python-image-ptest.bb23 # If a particular ptest needs more space, it can be customized:
26 # ptests need more memory than standard to avoid the OOM killer
28 # If a particular ptest needs more memory, it can be customized:
/openbmc/linux/Documentation/process/
H A D8.Conclusion.rst3 For more information
60 project is no more than the sum of what its contributors put into it. The
67 is always more work to do. But, just as importantly, most other
71 the direction of kernel development, and more. It is a situation where
73 more than welcome.
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dcdns-pcie.yaml15 One per lane if more than one in the list. If only one PHY listed it must
23 # FIXME: names when more than 1
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-get-property.rst13 …E_GET_PROPERTY - FE_SET_PROPERTY sets one or more frontend properties. - FE_GET_PROPERTY returns o…
44 - This ioctl is used to set one or more frontend properties.
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dconfiguration.md15 The configuration changes are applied by executing one or more actions. The
26 | comments | no | array of strings | One or more comment lines descri…
29 | actions | see [notes](#notes) | array of [actions](action.md) | One or more actions to execute. …
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/
H A Dwireguard.inc5 TLS-based solutions like OpenVPN, while being more secure, more performant, \
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmicert_management.robot160 ... msg=One or more operations has failed.
175 ... msg=One or more operations has failed.
189 ... msg=One or more operations has failed.
205 ... msg=One or more operations has failed.
221 ... msg=One or more operations has failed.
238 ... msg=One or more operations has failed.
252 ... msg=One or more operations has failed.
268 ... msg=One or more operations has failed.
283 ... msg=One or more operations has failed.
300 ... msg=One or more operations has failed.
[all …]
/openbmc/linux/drivers/mtd/nand/
H A DKconfig27 more strength correction and in this case BCH or RS will be
45 codes are more powerful and cpu intensive than traditional Hamming
46 ECC codes. They are used with NAND devices requiring more than 1 bit
/openbmc/linux/arch/alpha/lib/
H A Dev6-memcpy.S108 subq $18, 192, $2 # E : At least two more trips to go?
119 # fallback wh64 address if < 2 more trips
130 cmple $18, 63, $1 # E : At least one more trip?
172 bgt $18, $tail_bytes # U : more to be done?
235 bgt $18, $misalign_byte # U : more to go?
/openbmc/qemu/tests/qemu-iotests/
H A D284.out18 == writing some more data ==
37 == writing some more data ==
56 == writing some more data ==
/openbmc/linux/Documentation/input/devices/
H A Djoystick-parport.rst21 and maybe even more. Like when a lightning kills you it is not our problem.
71 Unfortunately, there are pads that need a lot more of power, and parallel
74 port), and combine the currents of two or more data bits together::
118 also use 5 wires, but have more buttons. They will work as well, of course::
282 However, there is nothing for free. To allow more sticks to be used at
288 Also, the connection is a bit more complex. You'll need a bunch of diodes,
358 All the Sega controllers are more or less based on the standard 2-button
417 Genesis 6 pads use, it needs one more select pin. Anyway, it is still
524 more parallel ports.
566 more joysticks/pads.
[all …]
/openbmc/linux/arch/um/drivers/
H A Dslip_common.h87 int more; /* more data: do not read fd until ibuf has been drained */ member
96 slip->more = 0; in slip_proto_init()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/
H A Dlibextutils-installpaths-perl_0.012.bb25 perl-module-test-more \
31 perl-module-test-more \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/
H A DCVE-2019-14274.patch20 - if (mem_buf_p->bytes_avail < length) { /* Need to allocate more memory */
21 + if (mem_buf_p->bytes_avail < length + 1) { /* Need to allocate more memory */
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dvexpress.txt8 for more details)
19 for more details about the regulator properties.
/openbmc/linux/Documentation/misc-devices/
H A Dmax6875.rst29 The Maxim MAX6874 is a similar, mostly compatible device, with more inputs
39 See the datasheet for more information.
112 Reading data from the EEPROM is a little more complicated.
135 See the datasheet for more details.
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Ddma.c386 int *len, u32 *info, bool *more, bool *drop) in mt76_dma_get_buf() argument
395 *more = !(ctrl & MT_DMA_CTL_LAST_SEC0); in mt76_dma_get_buf()
440 int *len, u32 *info, bool *more, bool *drop) in mt76_dma_dequeue() argument
444 *more = false; in mt76_dma_dequeue()
732 bool more; in mt76_dma_rx_cleanup() local
779 int len, bool more, u32 info, bool allow_direct) in mt76_add_fragment() argument
794 if (more) in mt76_add_fragment()
812 bool more; in mt76_dma_rx_process() local
852 mt76_add_fragment(dev, q, data, len, more, info, in mt76_dma_rx_process()
857 if (!more && dev->drv->rx_check && in mt76_dma_rx_process()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dti-clkctrl.txt6 gate one or more optional functional clocks for a module, and can have one
7 or more clock muxes. There is a clkctrl clock controller typically for each
15 For more information, please see the Linux clock framework binding at
/openbmc/linux/drivers/iio/test/
H A DKconfig14 For more information on KUnit and unit tests in general, please refer
26 For more information on KUnit and unit tests in general, please refer
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dnand-macronix.txt6 randomizer are subpage accesses prohibited and more time period needed
11 For more high-reliability concern, if subpage write is not available

12345678910>>...179