Home
last modified time | relevance | path

Searched refs:outgoing (Results 1 – 25 of 92) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dtraversal_intersection_patterns.hpp73 sort_by_side::rank_with_rings const& outgoing = aggregation.back(); in intersection_pattern_common_interior1() local
86 outgoing.all_to() in intersection_pattern_common_interior1()
87 && outgoing.rings.size() == 1 in intersection_pattern_common_interior1()
88 && outgoing.has_only(operation_intersection) in intersection_pattern_common_interior1()
89 && outgoing.region_id() == incoming.region_id(); in intersection_pattern_common_interior1()
130 sort_by_side::rank_with_rings const& outgoing = aggregation.back(); in intersection_pattern_common_interior2() local
143 outgoing.all_to() in intersection_pattern_common_interior2()
144 && outgoing.rings.size() == 2 in intersection_pattern_common_interior2()
145 && outgoing.has_unique_region_id() in intersection_pattern_common_interior2()
146 && outgoing.region_id() == incoming.region_id(); in intersection_pattern_common_interior2()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/gnu-efi/gnu-efi/
H A Dgnu-efi-3.0.9-fix-clang-build.patch4 clang-9: error: unknown argument: '-maccumulate-outgoing-args'
16 - CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
21 + CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
/OK3568_Linux_fs/kernel/drivers/net/arcnet/
H A Darcnet.c440 skb = lp->outgoing.skb; in arcnet_reply_tasklet()
464 dev_kfree_skb(lp->outgoing.skb); in arcnet_reply_tasklet()
465 lp->outgoing.skb = NULL; in arcnet_reply_tasklet()
741 lp->outgoing.skb = skb; in arcnet_send_packet()
750 lp->outgoing.proto = proto; in arcnet_send_packet()
751 lp->outgoing.skb = skb; in arcnet_send_packet()
752 lp->outgoing.pkt = pkt; in arcnet_send_packet()
985 if (lp->outgoing.proto && in arcnet_interrupt()
986 lp->outgoing.proto->ack_tx) { in arcnet_interrupt()
987 lp->outgoing.proto in arcnet_interrupt()
[all …]
H A Dcapmode.c193 lp->outgoing.skb->protocol, acked); in ack_tx()
196 arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx"); in ack_tx()
210 skb_copy_from_linear_data(lp->outgoing.skb, ackpkt, in ack_tx()
225 dev_kfree_skb_irq(lp->outgoing.skb); in ack_tx()
226 lp->outgoing.proto = NULL; in ack_tx()
H A Drfc1201.c491 out = &lp->outgoing; in prepare_tx()
494 out->dataleft = lp->outgoing.length; in prepare_tx()
513 struct Outgoing *out = &lp->outgoing; in continue_tx()
/OK3568_Linux_fs/kernel/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c202 list_add_tail(&block->head, &queue->outgoing); in _iio_dma_buffer_block_done()
320 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_request_update()
461 block = list_first_entry_or_null(&queue->outgoing, struct in iio_dma_buffer_dequeue()
555 list_for_each_entry(block, &queue->outgoing, head) in iio_dma_buffer_data_available()
620 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_init()
648 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_exit()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-qbuf.rst56 (capturing) buffer from the driver's outgoing queue.
61 By default ``DMX_DQBUF`` blocks when no buffer is in the outgoing
78 buffer was in the outgoing queue.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,smp2p.txt29 Definition: three entries specifying the outgoing ipc bit used for
70 If not specified this node will denote the outgoing entry
78 Usage: required for outgoing entries
H A Dqcom,smsm.txt18 Definition: three entries specifying the outgoing ipc bit used for
80 encompasses one outbound entry and the outgoing interrupt for the wireless
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Dnvidia,tegra114-spi.txt28 with this tap value. This property is used to tune the outgoing data from
29 Tegra SPI master with respect to outgoing Tegra SPI master clock.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-ovmf-Update-to-latest.patch28 …64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zon…
30 …CC48_ALL_CC_FLAGS) -m64 "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zon…
/OK3568_Linux_fs/buildroot/package/smstools3/
H A DS50smsd14 mkdir -p $SPOOL/outgoing
H A D0002-fix-build-with-gcc-10.x.patch77 - // outgoing directory to spooler. Works together with keep_filenam…
84 -int outgoing_utf8; // 1 if outgoing files are automatically converted from UTF-8 to I…
139 +// outgoing directory to spooler. Works together with keep_filename.
146 +extern int outgoing_utf8; // 1 if outgoing files are automatically converted from UTF…
360 -char smsd_debug[SIZE_SMSD_DEBUG]; // Header of an outgoing message file.
362 +extern char smsd_debug[SIZE_SMSD_DEBUG]; // Header of an outgoing message file.
431 + // outgoing directory to spooler. Works together with keep_filenam…
438 +int outgoing_utf8; // 1 if outgoing files are automatically converted from UTF-8 to I…
588 +char smsd_debug[SIZE_SMSD_DEBUG]; // Header of an outgoing message file.
/OK3568_Linux_fs/buildroot/package/nload/
H A DConfig.in11 outgoing traffic using two graphs and provides additional info
/OK3568_Linux_fs/kernel/include/linux/iio/
H A Dbuffer-dma.h113 struct list_head outgoing; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Disdn.h106 int outgoing; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Disdn.h106 int outgoing; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dqcom-pcie2-phy.txt23 - clock-output-names: name of the outgoing clock signal from the PHY PLL
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A Dscripts_no_bash.patch20 # a sms file in the outgoing queue.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip_dynaddr.rst20 ``actual`` outgoing address is unknown at the moment the link is
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-32205.patch84 +/* Maximum size for an outgoing cookie line libcurl will use in an http
146 + infof(data, "Restricted outgoing cookies due to header size, "
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/
H A Dsmstools3_3.1.21.bb43 install -d "${D}${localstatedir}/spool/sms/outgoing"
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-qbuf.rst124 (capturing) or displayed (output) buffer from the driver's outgoing
143 By default ``VIDIOC_DQBUF`` blocks when no buffer is in the outgoing
160 buffer was in the outgoing queue.
H A Ddev-osd.rst12 outgoing video signal. Applications can set up such an overlay using
111 the target rectangle an area in the outgoing video signal where the
H A Duserp.rst81 <VIDIOC_QBUF>` blocks when no buffer is in the outgoing queue. When the
116 disk. Output buffers must be saved on the incoming and outgoing queue

1234