/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | Kconfig | 11 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/ |
D | Kconfig | 36 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/ |
D | Kconfig | 26 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/ |
D | algif_hash.c | 27 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/ |
D | Kconfig.cpu | 37 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/ |
D | qcom,sdw.txt | 57 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/ |
D | trace.h | 129 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 …]
|
D | trace.c | 48 * @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/ |
D | slip_common.c | 10 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/ |
D | tuner.rst | 13 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/ |
D | bitfield.h | 5 * 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/ |
D | ia_css_err.h | 13 * 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/ |
D | graph.txt | 7 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/ |
D | zlib.h | 44 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/ |
D | dpsw.c | 27 * @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/ |
D | sysfs-firmware-opal-elog | 15 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/ |
D | lm83.rst | 61 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/ |
D | isst_if.h | 55 * @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/ |
D | jr3_pci.c | 335 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/ |
D | dpni.c | 79 * @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/ |
D | inotify.rst | 33 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/ |
D | tlb.rst | 15 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/ |
D | dpseci.c | 14 * @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/ |
D | Kconfig | 11 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/ |
D | sysfs-bus-i3c | 52 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
|