Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 25 of 261) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c328 int inserted; in check_slots() local
337 extracted = inserted = 0; in check_slots()
348 inserted++; in check_slots()
386 inserted++; in check_slots()
420 inserted, extracted, atomic_read(&extracting)); in check_slots()
421 if (inserted || extracted) in check_slots()
/OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/
H A Dsdcard_test.sh11 echo Waiting for SDCARD inserted ... `expr ${TIMEOUT} - ${i}`
15 echo SDCARD inserted...
H A Dusbhost_test.sh11 echo Waiting for USBHOST inserted ... `expr ${TIMEOUT} - ${i}`
15 echo USBHOST inserted...
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.cpp31 auto inserted = positions.emplace(key, addDash(dasharray, patternCap)); in getDashPosition() local
32 assert(inserted.second); in getDashPosition()
33 return inserted.first->second; in getDashPosition()
/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A DKconfig12 inserted in and removed from the running kernel whenever you
26 inserted in and removed from the running kernel whenever you
40 inserted in and removed from the running kernel whenever you
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dthrow_allocator.h131 std::pair<map_alloc_type::iterator, bool> inserted in _GLIBCXX_VISIBILITY() local
133 if (!inserted.second) in _GLIBCXX_VISIBILITY()
137 log_to_string(error, *inserted.first); in _GLIBCXX_VISIBILITY()
156 auto inserted = map_construct().insert(std::make_pair(p, get_label())); in _GLIBCXX_VISIBILITY() local
157 if (!inserted.second) in _GLIBCXX_VISIBILITY()
161 log_to_string(error, *inserted.first); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dthrow_allocator.h131 std::pair<map_alloc_type::iterator, bool> inserted in _GLIBCXX_VISIBILITY() local
133 if (!inserted.second) in _GLIBCXX_VISIBILITY()
137 log_to_string(error, *inserted.first); in _GLIBCXX_VISIBILITY()
156 auto inserted = map_construct().insert(std::make_pair(p, get_label())); in _GLIBCXX_VISIBILITY() local
157 if (!inserted.second) in _GLIBCXX_VISIBILITY()
161 log_to_string(error, *inserted.first); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Drmr_switch.S16 @ the machine code must be inserted as verbatim .word statements into the
22 @ The resulting words should be inserted into the U-Boot file at
/OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/
H A Dbinding.rst17 inserted into the end of this list. The bus object also contains a
19 for a driver, it is inserted at the end of this list. These are the
56 When a driver is attached to a device, the device is inserted into the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/
H A Dqcom,ebi2.txt79 the data bus. They are inserted when reading one CS and switching to another
83 inserted after every write minimum 1. The data out is driven from the time
86 - qcom,xmem-write-delta-cycles: initial latency for write cycles inserted for
88 - qcom,xmem-read-delta-cycles: initial latency for read cycles inserted for the
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dcore.c111 bool inserted = false; in nf_hook_entries_grow() local
142 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow()
150 inserted = true; in nf_hook_entries_grow()
155 if (!inserted) { in nf_hook_entries_grow()
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-btree.c767 int *inserted) in insert() argument
816 if (inserted) in insert()
817 *inserted = 1; in insert()
824 if (inserted) in insert()
825 *inserted = 0; in insert()
862 int *inserted) in dm_btree_insert_notify() argument
865 return insert(info, root, keys, value, new_root, inserted); in dm_btree_insert_notify()
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dtime.c261 bool inserted = false; in __time_travel_add_event() local
280 inserted = true; in __time_travel_add_event()
285 if (!inserted) in __time_travel_add_event()
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/
H A D0008-chromium-Move-CharAllocator-definition-to-a-header-f.patch86 - // Copy the data before the inserted segment
88 - // Copy the data after the inserted segment.
208 - // Set |position| to be the first inserted element.
362 + // Copy the data before the inserted segment
364 + // Copy the data after the inserted segment.
484 + // Set |position| to be the first inserted element.
/OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/
H A DMP+onceassign+derefonce.litmus9 * structure containing a newly inserted element.
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A DKconfig34 inserted in and removed from the running kernel whenever you want),
60 inserted in and removed from the running kernel whenever you want),
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcreate-pull-request32 -m msg_body_file The file containing a blurb to be inserted into the summary email
36 -s subject The subject to be inserted into the summary email
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/
H A D0009-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch21 +#define SW_PEN_INSERTED 0x0f /* set = pen inserted */
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0009-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch21 +#define SW_PEN_INSERTED 0x0f /* set = pen inserted */
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0009-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch21 +#define SW_PEN_INSERTED 0x0f /* set = pen inserted */
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/
H A D0008-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch21 +#define SW_PEN_INSERTED 0x0f /* set = pen inserted */
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0010-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch21 +#define SW_PEN_INSERTED 0x0f /* set = pen inserted */
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0008-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch21 +#define SW_PEN_INSERTED 0x0f /* set = pen inserted */
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/
H A D0008-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch21 +#define SW_PEN_INSERTED 0x0f /* set = pen inserted */
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0008-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch21 +#define SW_PEN_INSERTED 0x0f /* set = pen inserted */

1234567891011