Home
last modified time | relevance | path

Searched full:more (Results 1 – 25 of 7225) sorted by relevance

12345678910>>...289

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
DKconfig11 boot up to shutdown. For more information on Speakup,
39 for more details.
56 help on the Speakup choice above for more info.
65 help on the Speakup choice above for more info.
73 help on the Speakup choice above for more info.
81 Speakup choice above for more info.
89 help on the Speakup choice above for more info.
98 help on the Speakup choice above for more info.
107 configuration help on the Speakup choice above for more
119 choice above for more info.
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/
DKconfig36 More specific information on configuring the driver is in
47 adapters. For more information on how to identify your adapter, go
52 More specific information on configuring the driver is in
66 use the regular e1000 driver For more information on how to
72 More specific information on configuring the driver is in
95 adapters. For more information on how to identify your adapter, go
100 More specific information on configuring the driver is in
130 This driver supports Intel(R) 82576 virtual functions. For more
136 More specific information on configuring the driver is in
148 instead. For more information on how to identify your adapter, go
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/
DKconfig26 NSLU2 NAS device. For more information on this platform,
34 Avila Network Platform. For more information on this platform,
50 Engineering Coyote Gateway Reference Platform. For more
58 7001 Access Point. For more information on this platform,
66 WG302 v2 or WAG302 v2 Access Points. For more information
74 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
81 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
88 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
101 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
117 PrPCM1100 Processor Mezanine Module. For more information on
[all …]
/kernel/linux/linux-5.10/crypto/
Dalgif_hash.c27 bool more; member
77 if (!ctx->more) { in hash_sendmsg()
86 ctx->more = false; in hash_sendmsg()
114 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
115 if (!ctx->more) { in hash_sendmsg()
150 } else if (!ctx->more) in hash_sendpage()
156 if (ctx->more) in hash_sendpage()
161 if (!ctx->more) { in hash_sendpage()
175 ctx->more = flags & MSG_MORE; in hash_sendpage()
206 if (!result && !ctx->more) { in hash_recvmsg()
[all …]
/kernel/linux/linux-5.10/arch/h8300/
DKconfig.cpu37 More Information. (Japanese Only)
40 More Information.
50 More Information. (Japanese Only)
59 More Information. (Japanese Only)
68 More Information.
77 More Information.
87 More Information.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soundwire/
Dqcom,sdw.txt57 More info in MIPI Alliance SoundWire 1.0 Specifications.
64 More info in MIPI Alliance SoundWire 1.0 Specifications.
72 More info in MIPI Alliance SoundWire 1.0 Specifications.
78 More info in MIPI Alliance SoundWire 1.0 Specifications.
87 More info in MIPI Alliance SoundWire 1.0 Specifications.
95 More info in MIPI Alliance SoundWire 1.0 Specifications.
103 More info in MIPI Alliance SoundWire 1.0 Specifications.
112 More info in MIPI Alliance SoundWire 1.0 Specifications.
121 More info in MIPI Alliance SoundWire 1.0 Specifications.
131 More info in MIPI Alliance SoundWire 1.0 Specifications.
[all …]
/kernel/linux/linux-5.10/net/tipc/
Dtrace.h129 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf);
130 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf);
133 int tipc_node_dump(struct tipc_node *n, bool more, char *buf);
138 TP_PROTO(struct sk_buff *skb, bool more, const char *header),
140 TP_ARGS(skb, more, header),
144 __dynamic_array(char, buf, (more) ? SKB_LMAX : SKB_LMIN)
149 tipc_skb_dump(skb, more, __get_str(buf));
157 TP_PROTO(struct sk_buff *skb, bool more, const char *header), \
158 TP_ARGS(skb, more, header))
165 TP_PROTO(struct sk_buff_head *list, bool more, const char *header),
[all …]
Dtrace.c48 * @more: dump more?
53 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf) in tipc_skb_dump() argument
56 size_t sz = (more) ? SKB_LMAX : SKB_LMIN; in tipc_skb_dump()
123 /* need more? */ in tipc_skb_dump()
128 if (!more) in tipc_skb_dump()
161 * @more: dump more?
166 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf) in tipc_list_dump() argument
169 size_t sz = (more) ? LIST_LMAX : LIST_LMIN; in tipc_list_dump()
184 if (!more) { in tipc_list_dump()
/kernel/linux/linux-5.10/arch/um/drivers/
Dslip_common.c10 if(slip->more > 0){ in slip_proto_read()
12 while(i < slip->more){ in slip_proto_read()
18 slip->more - i); in slip_proto_read()
19 slip->more = slip->more - i; in slip_proto_read()
23 slip->more = 0; in slip_proto_read()
39 slip->more = n - (i + 1); in slip_proto_read()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dtuner.rst13 Video input devices can have one or more tuners demodulating a RF
14 signal. Each tuner is associated with one or more video inputs,
34 current tuner, when there is more than one. The tuner is solely
38 device has one or more tuners.
44 Video output devices can have one or more modulators, that modulate a
46 set or video recorder. Each modulator is associated with one or more
68 is more than one at all. The modulator is solely determined by the
73 one or more modulators.
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dbitfield.h5 * for more details.
16 #define __BITFIELD_FIELD(field, more) \ argument
18 more
22 #define __BITFIELD_FIELD(field, more) \ argument
23 more \
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dia_css_err.h13 * more details.
30 This warning can be avoided by de-queuing ISYS buffers more timely. */
32 This warning can be avoided by de-queuing PSYS buffers more timely. */
34 This warning can be avoided by unlocking locked frame-buffers more timely. */
36 This warning can be avoided by unlocking locked frame-buffers more timely. */
38 This warning can be avoided by unlocking locked frame-buffers more timely. */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dgraph.txt7 control flow to devices, but there can be more complex connections between
13 tree graph bindings described herein abstract more complex devices that can
14 have multiple specifiable ports, each of which can be linked to one or more
32 connected to this port. If a single port is connected to more than one
34 If more than one port is present in a device node or there is more than one
116 If there is more than one 'port' or more than one 'endpoint' node or 'reg'
/kernel/linux/linux-5.10/include/linux/
Dzlib.h44 this checks there is no more input data available and the next data
62 application must provide more input and/or consume the output
63 (providing more output space) before each call.
122 exactly 65536 bytes, but will not be required to allocate more than this
233 - Compress more input starting at next_in and update next_in and avail_in
238 - Provide more output starting at next_out and update next_out and avail_out
245 one of the actions is possible, by providing more input and/or consuming
246 more output, and updating avail_in or avail_out accordingly; avail_out
251 output buffer because there might be more output pending.
267 with the same value of the flush parameter and more output space (updated
[all …]
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
Ddpsw.c27 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
71 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
97 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
120 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
143 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
166 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
202 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
239 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
282 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
315 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-firmware-opal-elog15 Linux if there is no room for more log entries.
19 the service processor needs more room for log entries,
26 The service processor may be able to store more log
34 do more parsing in kernel and add more files to make
36 more information.
/kernel/linux/linux-5.10/Documentation/hwmon/
Dlm83.rst61 like to thank here. More testers will be of course welcome.
64 Most motherboards come with more than just temperature sensors for
68 chip, which provides more features. Since systems usually need three
71 won't have to handle more than two temperatures. Thus, ADM1021 clones
88 accuracy is guaranteed to 3.0 degrees (see the datasheet for more
95 The lm83 driver will not update its values more frequently than every
96 other second; reading them more often will do no harm, but will return
/kernel/linux/linux-5.10/include/uapi/linux/
Disst_if.h55 * @cpu_map[]: Holds one or more CPU map data structure
58 * one or more CPU mapping commands. Here IOCTL return value indicates
86 * @io_reg[]: Holds one or more io_reg command structure
89 * one or more read/write commands to PUNIT. Here IOCTL return value
123 * @mbox_cmd[]: Holds one or more mbox commands
126 * one or more mailbox commands to PUNIT. Here IOCTL return value
155 * @msr_cmd[]: Holds one or more msr commands
158 * one or more MSR commands. IOCTL return value indicates number of
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Djr3_pci.c335 int more = 1; in jr3_check_firmware() local
343 while (more) { in jr3_check_firmware()
347 more = more && read_idm_word(data, size, &pos, &count); in jr3_check_firmware()
348 if (more && count == 0xffff) in jr3_check_firmware()
351 more = more && read_idm_word(data, size, &pos, &addr); in jr3_check_firmware()
352 while (more && count > 0) { in jr3_check_firmware()
355 more = more && read_idm_word(data, size, &pos, &dummy); in jr3_check_firmware()
369 int more = 1; in jr3_write_firmware() local
372 while (more) { in jr3_write_firmware()
376 more = more && read_idm_word(data, size, &pos, &count); in jr3_write_firmware()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpni.c79 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
124 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
150 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
189 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
212 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
235 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
270 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
293 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
329 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
370 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/
Dinotify.rst33 An fd-per-watch quickly consumes more file descriptors than are allowed,
34 more fd's than are feasible to manage, and more fd's than are optimally
72 Additionally, it _is_ possible to more than one instance and
73 juggle more than one queue and thus more than one associated fd. There
75 process can easily want more than one queue.
/kernel/linux/linux-5.10/Documentation/x86/
Dtlb.rst15 time. This could potentially cost many more instructions, but
16 it is a much more precise operation, causing no collateral
28 3. The size of the TLB. The larger the TLB, the more collateral
30 more attractive an individual flush looks. Data and
33 cache on modern CPUs, and the global flushes have become more
48 This will cause us to do the global flush for more cases.
/kernel/linux/linux-5.10/drivers/crypto/caam/
Ddpseci.c14 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
51 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
72 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
90 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
109 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
127 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
156 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
188 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
223 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
263 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
[all …]
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/
DKconfig11 in either N-Modes which allows for more nodes or M-Mode which allows
12 for more memory. Your hardware is almost certainly running in
19 in either N-Modes which allows for more nodes or M-Mode which allows
20 for more memory. Your hardware is almost certainly running in
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-i3c52 length, etc. See the I3C specification for more details.
62 specification for more details.
74 See the I3C specification for more details.
85 See the I3C specification for more details about these HDR
112 length, etc. See the I3C specification for more details.
120 specification for more details.
130 See the I3C specification for more details.
140 See the I3C specification for more details about these HDR

12345678910>>...289