Home
last modified time | relevance | path

Searched refs:closing (Results 1 – 25 of 149) sorted by relevance

123456

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0003-CVE-2021-42574.patch29 …Wbidi-chars-11.c:6:15: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC…
32 …Wbidi-chars-11.c:8:19: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC…
35 …Wbidi-chars-11.c:10:28: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE…
38 …Wbidi-chars-11.c:12:33: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE…
52 …Wbidi-chars-11.c:6:15: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC…
55 …Wbidi-chars-11.c:8:19: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC…
58 …Wbidi-chars-11.c:10:28: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE…
61 …Wbidi-chars-11.c:12:33: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE…
107 /* It seems excessive to warn about a PDI/PDF that is closing
115 - "UTF-8 vs UCN mismatch when closing "
[all …]
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_memory.c232 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc()
250 if (pool->closing) { /* closing.. */ in snd_seq_cell_alloc()
419 pool->closing = 1; in snd_seq_pool_mark_closing()
449 pool->closing = 0; in snd_seq_pool_done()
470 pool->closing = 0; in snd_seq_pool_new()
H A Dseq_memory.h36 int closing; member
H A Dseq_ports.h61 unsigned int closing : 1; member
H A Dseq_ports.c54 if (port->closing) in snd_seq_port_use_ptr()
87 if (found->closing) in snd_seq_port_query_nearest()
249 port->closing = 1; in port_delete()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dserver.py6 from contextlib import closing, contextmanager
150 with closing(db.cursor()) as cursor:
224 with closing(self.db.cursor()) as cursor:
273 with closing(self.db.cursor()) as cursor:
376 with closing(self.db.cursor()) as cursor:
457 with closing(self.db.cursor()) as cursor:
H A D__init__.py7 from contextlib import closing
68 with closing(db.cursor()) as cursor:
/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dgrcan.c305 bool closing; member
563 if (!priv->resetting && !priv->closing && in grcan_lost_one_shot_frame()
693 if (!priv->resetting && !priv->closing) { in grcan_err()
736 priv->closing = true; in grcan_err()
823 if (!priv->closing) { in grcan_running_reset()
912 if (!priv->resetting && !priv->closing) { in grcan_initiate_running_reset()
1028 if (priv->closing || priv->resetting) { in grcan_set_mode()
1089 priv->closing = false; in grcan_open()
1115 priv->closing = true; in grcan_close()
1150 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up()
[all …]
/OK3568_Linux_fs/kernel/tools/bootconfig/samples/
H A Dbad-tree.bconf1 # brace is not closing
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Di2c-topology.rst110 ML3. A mux-locked mux cannot be used by a driver for auto-closing
171 and the actual transfer (e.g. if the child mux is auto-closing
242 This topology is bad if M2 is an auto-closing mux and M1->select
244 through and be seen by the M2 adapter, thus closing M2 prematurely.
294 The topology is especially troublesome if M2 is an auto-closing
299 auto-closing, the topology is fine.
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dstats.c128 atomic_set(&acc->closing, 1); in bch_cache_accounting_destroy()
182 if (!atomic_read(&acc->closing)) in scale_accounting()
H A Dstats.h32 atomic_t closing; member
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dn_gsm.rst80 6. first close all virtual ports before closing the physical port.
82 Note that after closing the physical port the modem is still in multiplexing
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfrontend_f_close.rst34 closing a front-end device, its corresponding hardware might be powered
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0028-kmssink-Avoid-double-closing-shared-gem-handle.patch4 Subject: [PATCH 28/33] kmssink: Avoid double-closing shared gem handle
H A D0011-mpegtsdemux-Create-new-PCR-group-for-big-gap.patch39 /* Take values from current and put them in the current group (closing it) */
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0029-kmssink-Avoid-double-closing-shared-gem-handle.patch4 Subject: [PATCH 29/41] kmssink: Avoid double-closing shared gem handle
H A D0011-mpegtsdemux-Create-new-PCR-group-for-big-gap.patch39 /* Take values from current and put them in the current group (closing it) */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0029-kmssink-Avoid-double-closing-shared-gem-handle.patch4 Subject: [PATCH 29/41] kmssink: Avoid double-closing shared gem handle
H A D0011-mpegtsdemux-Create-new-PCR-group-for-big-gap.patch39 /* Take values from current and put them in the current group (closing it) */
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dformat.rst17 the selection persists across closing and reopening a device,
63 "panel mode" is possible by closing and reopening the device. Drivers
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dfunction-graph-fold.vim7 " as would normally appear on the line with the closing brace. Folded
/OK3568_Linux_fs/kernel/fs/proc/
H A Dinode.c231 if (pdeo->closing) { in close_pdeo()
241 pdeo->closing = true; in close_pdeo()
544 pdeo->closing = false; in proc_reg_open()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-samsung-laptop46 Description: Some Samsung laptops handle lid closing quicker and
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_port.c585 tty->closing = 1; in tty_port_close_start()
610 tty->closing = 0; in tty_port_close_end()

123456