Home
last modified time | relevance | path

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

12345678910>>...237

/linux/drivers/accessibility/speakup/
H A 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/drivers/gpu/drm/vc4/tests/
H A 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/net/tipc/
H A 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, cons
[all...]
H A 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/arch/um/drivers/
H A 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/include/drm/
H A 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/Documentation/userspace-api/media/v4l/
H A 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/crypto/
H A 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/include/linux/
H A 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/drivers/net/ethernet/freescale/dpaa2/
H A 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 …]
H A 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/arch/mips/include/uapi/asm/
H A Dbitfield.h5 * for more details.
16 #define __BITFIELD_FIELD(field, more) \ argument
18 more
22 #define __BITFIELD_FIELD(field, more) \ argument
23 more \
/linux/drivers/comedi/drivers/
H A 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/Documentation/hwmon/
H A 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/Documentation/ABI/stable/
H A 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/Documentation/devicetree/bindings/soundwire/
H A 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/drivers/crypto/caam/
H A 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/Documentation/filesystems/
H A 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/include/uapi/linux/sched/
H A 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/Documentation/filesystems/bcachefs/
H A 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/Documentation/scheduler/
H A 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
/linux/Documentation/arch/x86/
H A 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/Documentation/driver-api/usb/
H A Dgadget.rst24 - Flexible enough to expose more complex USB device capabilities such
32 API. This helps the OTG support, and looks forward to more-symmetric
42 embedded systems are more likely to have USB peripheral hardware. To
43 distinguish drivers running inside such hardware from the more familiar
141 - ... and more
152 side stack, with ``usbcore``, one or more *Host Controller Drivers*
159 viewed as a more battery-friendly kind of device wakeup protocol.
170 hardware-specific, any more than network protocols like X11, HTTP, or
180 involves enabling one or more of the struct usb_ep objects exposed by
181 the gadget, and submitting one or more struct usb_request buffers to
[all …]
/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst49 Counts how many NFS packets have arrived. More precisely, this
56 on the wire, this may be either more or less than the number
58 However this is a more accurate and less workload-dependent measure
75 case configuring more nfsd threads will probably improve the
92 This statistic counts a circumstance where there are more nfsd
104 i.e. configure a few more nfsds than are currently needed,
119 More chapter
/linux/rust/kernel/
H A Ddevice.rs82 /// More details are available from [`dev_emerg`].
92 /// More details are available from [`dev_alert`].
102 /// More details are available from [`dev_crit`].
112 /// More details are available from [`dev_err`].
122 /// More details are available from [`dev_warn`].
132 /// More details are available from [`dev_notice`].
142 /// More details are available from [`dev_info`].
152 /// More details are available from [`dev_dbg`].
221 /// Mimics the interface of [`std::print!`]. More information about the syntax is available from
246 /// Mimics the interface of [`std::print!`]. More information about the syntax is available from
[all …]

12345678910>>...237