Home
last modified time | relevance | path

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

12345678910>>...336

/linux-6.12.1/drivers/accessibility/speakup/
DKconfig11 boot up to shutdown. For more information on Speakup,
39 for more details.
57 help on the Speakup choice above for more info.
66 help on the Speakup choice above for more info.
74 help on the Speakup choice above for more info.
82 Speakup choice above for more info.
90 help on the Speakup choice above for more info.
99 help on the Speakup choice above for more info.
108 configuration help on the Speakup choice above for more
120 choice above for more info.
[all …]
/linux-6.12.1/drivers/net/ethernet/intel/
DKconfig39 More specific information on configuring the driver is in
50 adapters. For more information on how to identify your adapter, go
55 More specific information on configuring the driver is in
69 use the regular e1000 driver For more information on how to
75 More specific information on configuring the driver is in
98 adapters. For more information on how to identify your adapter, go
103 More specific information on configuring the driver is in
133 This driver supports Intel(R) 82576 virtual functions. For more
139 More specific information on configuring the driver is in
153 adapters. For more information on how to identify your adapter, go
[all …]
/linux-6.12.1/drivers/gpu/drm/vc4/tests/
Dvc4_test_pv_muxing.c295 VC4_PV_MUXING_TEST("More than 3 outputs: DSI0, HDMI0, DSI1, TXP",
300 VC4_PV_MUXING_TEST("More than 3 outputs: DSI0, VEC, DSI1, TXP",
305 VC4_PV_MUXING_TEST("More than 3 outputs: DPI, HDMI0, DSI1, TXP",
310 VC4_PV_MUXING_TEST("More than 3 outputs: DPI, VEC, DSI1, TXP",
490 VC5_PV_MUXING_TEST("More than 3 outputs: DPI, VEC, TXP, DSI1",
495 VC5_PV_MUXING_TEST("More than 3 outputs: DPI, VEC, TXP, HDMI0",
500 VC5_PV_MUXING_TEST("More than 3 outputs: DPI, VEC, TXP, HDMI1",
505 VC5_PV_MUXING_TEST("More than 3 outputs: DPI, VEC, DSI1, HDMI0",
510 VC5_PV_MUXING_TEST("More than 3 outputs: DPI, VEC, DSI1, HDMI1",
515 VC5_PV_MUXING_TEST("More than 3 outputs: DPI, VEC, HDMI0, HDMI1",
[all …]
/linux-6.12.1/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()
/linux-6.12.1/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()
/linux-6.12.1/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.
/linux-6.12.1/include/drm/
Ddrm_simple_kms_helper.h103 * interrupt handling, or drm_crtc_send_vblank_event() for more
117 * more details.
133 * more details.
143 * more details.
153 * more details.
163 * more details.
172 * more details.
180 * documentation for the &drm_crtc_funcs.reset hook for more details.
189 * hook for more details.
198 * hook for more details.
[all …]
/linux-6.12.1/crypto/
Dalgif_hash.c27 bool more; member
78 continuing = ctx->more; in hash_sendmsg()
164 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
175 ctx->more = false; in hash_sendmsg()
202 if (!result && !ctx->more) { in hash_recvmsg()
209 if (!result || ctx->more) { in hash_recvmsg()
210 ctx->more = false; in hash_recvmsg()
238 bool more; in hash_accept() local
248 more = ctx->more; in hash_accept()
249 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
[all …]
/linux-6.12.1/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 \
/linux-6.12.1/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. */
/linux-6.12.1/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 …]
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/
Ddpsw.c25 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
66 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
90 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
111 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
132 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
153 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
186 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
220 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
260 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
290 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
[all …]
Ddpni.c81 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
126 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
152 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
195 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
218 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
241 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
276 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
299 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
335 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
376 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
[all …]
/linux-6.12.1/drivers/comedi/drivers/
Djr3_pci.c321 int more = 1; in jr3_check_firmware() local
329 while (more) { in jr3_check_firmware()
333 more = more && read_idm_word(data, size, &pos, &count); in jr3_check_firmware()
334 if (more && count == 0xffff) in jr3_check_firmware()
337 more = more && read_idm_word(data, size, &pos, &addr); in jr3_check_firmware()
338 while (more && count > 0) { in jr3_check_firmware()
341 more = more && read_idm_word(data, size, &pos, &dummy); in jr3_check_firmware()
355 int more = 1; in jr3_write_firmware() local
358 while (more) { in jr3_write_firmware()
362 more = more && read_idm_word(data, size, &pos, &count); in jr3_write_firmware()
[all …]
/linux-6.12.1/drivers/block/zram/
DKconfig13 disks and maybe many more.
15 See Documentation/admin-guide/blockdev/zram.rst for more information.
118 See Documentation/admin-guide/blockdev/zram.rst for more information.
125 entry (page), which can be used for a more fine grained IDLE
137 See Documentation/admin-guide/blockdev/zram.rst for more information.
144 re-compress pages using a potentially slower but more effective
/linux-6.12.1/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.
/linux-6.12.1/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
/linux-6.12.1/Documentation/devicetree/bindings/soundwire/
Dqcom,soundwire.yaml82 More info in MIPI Alliance SoundWire 1.0 Specifications.
93 More info in MIPI Alliance SoundWire 1.0 Specifications.
104 More info in MIPI Alliance SoundWire 1.0 Specifications.
115 More info in MIPI Alliance SoundWire 1.0 Specifications.
126 More info in MIPI Alliance SoundWire 1.0 Specifications.
137 More info in MIPI Alliance SoundWire 1.0 Specifications.
150 More info in MIPI Alliance SoundWire 1.0 Specifications.
167 More info in MIPI Alliance SoundWire 1.0 Specifications.
184 More info in MIPI Alliance SoundWire 1.0 Specifications.
200 More info in MIPI Alliance SoundWire 1.0 Specifications.
/linux-6.12.1/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.
/linux-6.12.1/include/uapi/linux/sched/
Dtypes.h17 * However, the possibility of specifying more than just a priority for
36 * Certain more advanced scheduling features can be controlled by a
55 * (at most) every period. Moreover, each instance typically lasts no more
70 * only user of this new interface. More information about the algorithm
91 * A task with a min utilization value bigger than 0 is more likely scheduled
93 * A task with a max utilization value smaller than 1024 is more likely
94 * scheduled on a CPU with no more capacity than the specified value.
/linux-6.12.1/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 …]
/linux-6.12.1/Documentation/filesystems/bcachefs/
DCodingStyle.rst11 Things don't always have to be perfect - nitpicking often does more harm than
61 often nudge you towards making the entire system simpler and more robust.
79 exist) and much more informative. And they can be used from sysfs/debugfs, as
91 tool, but always look for more immediate ways to make things visible. When we
125 and perhaps even your documentation, too. Like anything else in life, the more
135 Nobody writes all perfect code that all gets shipped, and you'll be much more
142 us to make existing code more general, more flexible, more multipurpose and
143 perhaps more robust. Just don't hesitate to abandon the idea if it looks like
/linux-6.12.1/Documentation/arch/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.
/linux-6.12.1/Documentation/scheduler/
Dschedutil.rst42 For more detail see: kernel/sched/pelt.c
60 For more dynamic systems where the hardware is in control of DVFS we use
76 We pick 4C turbo over 1C turbo to make it slightly more sustainable.
86 For more detail see:
108 For more detail see: kernel/sched/fair.c:util_est_dequeue()
117 For more detail see: include/uapi/linux/sched/types.h
137 u := u_clamp + u_irq + u_dl; [approx. see source for more detail]
155 For more information see: kernel/sched/cpufreq_schedutil.c

12345678910>>...336