Home
last modified time | relevance | path

Searched full:rtp (Results 1 – 25 of 157) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtasks.h15 typedef void (*rcu_tasks_gp_func_t)(struct rcu_tasks *rtp);
20 typedef void (*postgp_func_t)(struct rcu_tasks *rtp);
132 static void set_tasks_gp_state(struct rcu_tasks *rtp, int newstate) in set_tasks_gp_state() argument
134 rtp->gp_state = newstate; in set_tasks_gp_state()
135 rtp->gp_jiffies = jiffies; in set_tasks_gp_state()
140 static const char *tasks_gp_state_getname(struct rcu_tasks *rtp) in tasks_gp_state_getname() argument
142 int i = data_race(rtp->gp_state); // Let KCSAN detect update races in tasks_gp_state_getname()
153 struct rcu_tasks *rtp) in call_rcu_tasks_generic() argument
160 raw_spin_lock_irqsave(&rtp->cbs_lock, flags); in call_rcu_tasks_generic()
161 needwake = !rtp->cbs_head; in call_rcu_tasks_generic()
[all …]
/OK3568_Linux_fs/buildroot/package/pulseaudio/
H A Ddefault.pa81 ### Load the RTP receiver module (also configured via paprefs, see above)
82 #load-module module-rtp-recv
84 ### Load the RTP sender module (also configured via paprefs, see above)
85 …ad-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="devic…
86 #load-module module-rtp-send source=rtp.monitor
/OK3568_Linux_fs/debian/overlay/etc/pulse/
H A Ddefault.pa82 ### Load the RTP receiver module (also configured via paprefs, see above)
83 #load-module module-rtp-recv
85 ### Load the RTP sender module (also configured via paprefs, see above)
86 …ad-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="devic…
87 #load-module module-rtp-send source=rtp.monitor
/OK3568_Linux_fs/buildroot/board/rockchip/rk3308/fs-overlay/etc/pulse/
H A Ddefault.pa81 ### Load the RTP receiver module (also configured via paprefs, see above)
82 #load-module module-rtp-recv
84 ### Load the RTP sender module (also configured via paprefs, see above)
85 …ad-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="devic…
86 #load-module module-rtp-send source=rtp.monitor
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/
H A Dmk_rtp_server.h20 * 创建GB28181 RTP 服务器
45 * 销毁GB28181 RTP 服务器
58 * GB28181 RTP 服务器接收流超时时触发
64 * 监听B28181 RTP 服务器接收流超时事件
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dusb-s3c2410_udc.h4 * Copyright (c) 2005 Arnaud Patard <arnaud.patard@rtp-net.org>
7 * 14-Mar-2005 RTP Created file
8 * 02-Aug-2005 RTP File rename
H A Dtouchscreen-s3c2410.h3 * Copyright (c) 2005 Arnaud Patard <arnaud.patard@rtp-net.org>
/OK3568_Linux_fs/kernel/lib/
H A Dradix-tree.c244 struct radix_tree_preload *rtp; in radix_tree_node_alloc() local
261 rtp = this_cpu_ptr(&radix_tree_preloads); in radix_tree_node_alloc()
262 if (rtp->nr) { in radix_tree_node_alloc()
263 ret = rtp->nodes; in radix_tree_node_alloc()
264 rtp->nodes = ret->parent; in radix_tree_node_alloc()
265 rtp->nr--; in radix_tree_node_alloc()
322 struct radix_tree_preload *rtp; in __radix_tree_preload() local
333 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
334 while (rtp->nr < nr) { in __radix_tree_preload()
340 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Datombios_dp.c566 int rtp = 0; in radeon_dp_set_tp() local
572 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in radeon_dp_set_tp()
575 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in radeon_dp_set_tp()
578 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in radeon_dp_set_tp()
581 atombios_dig_encoder_setup(dp_info->encoder, rtp, 0); in radeon_dp_set_tp()
585 rtp = 0; in radeon_dp_set_tp()
588 rtp = 1; in radeon_dp_set_tp()
592 dp_info->dp_clock, dp_info->enc_id, rtp); in radeon_dp_set_tp()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/
H A Dvxworks-dummy.h38 /* True if generating code for a VxWorks RTP. */
43 /* The symbol that points to an RTP's table of GOTs. */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dallwinner,sun4i-a10-ts.yaml65 rtp: rtp@1c25000 {
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dh1940-bluetooth.c3 // Copyright (c) Arnaud Patard <arnaud.patard@rtp-net.org>
138 MODULE_AUTHOR("Arnaud Patard <arnaud.patard@rtp-net.org>");
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Ddeclance.c333 unsigned char *rtp; in cp_to_buf() local
349 rtp = (unsigned char *)tp; in cp_to_buf()
352 *rtp++ = *rfp++; in cp_to_buf()
377 rtp = (unsigned char *)tp; in cp_to_buf()
380 *rtp++ = *rfp++; in cp_to_buf()
392 unsigned char *rtp; in cp_from_buf() local
408 rtp = (unsigned char *)tp; in cp_from_buf()
412 *rtp++ = *rfp++; in cp_from_buf()
438 rtp = (unsigned char *)tp; in cp_from_buf()
441 *rtp++ = *rfp++; in cp_from_buf()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c515 int rtp = 0; in amdgpu_atombios_dp_set_tp() local
520 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in amdgpu_atombios_dp_set_tp()
523 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in amdgpu_atombios_dp_set_tp()
526 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in amdgpu_atombios_dp_set_tp()
529 amdgpu_atombios_encoder_setup_dig_encoder(dp_info->encoder, rtp, 0); in amdgpu_atombios_dp_set_tp()
/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Dh1940_uda1380.c5 // Copyright (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.org>
8 // Based on version from Arnaud Patard <arnaud.patard@rtp-net.org>
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dalc5623.h6 * Copyright 2010 Arnaud Patard <arnaud.patard@rtp-net.org>
9 * Arnaud Patard <arnaud.patard@rtp-net.org>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/platform/
H A Dvxworks.hpp40 // for RTP's it defaults to using non priority inverting semaphores,
55 // that VxWorks uses for RTP's and this is being suggested here,
61 // semaphores for RTP's in VxWorks 6.9:
97 // priority RTP this malloc() call may be highly undesirable, as its
/OK3568_Linux_fs/buildroot/dl/bluez-alsa/
HDbluez-alsa-4.0.0.tar.gz ... bluez-alsa-4.0.0/src/rtp.c bluez-alsa-4.0.0/ ...
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A DConfig.in184 bool "rtp"
191 RTP session management plugin library
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_route.c183 struct dn_route __rcu **rtp; in dn_dst_check_expire() local
188 rtp = &dn_rt_hash_table[i].chain; in dn_dst_check_expire()
191 while ((rt = rcu_dereference_protected(*rtp, in dn_dst_check_expire()
195 rtp = &rt->dn_next; in dn_dst_check_expire()
198 *rtp = rt->dn_next; in dn_dst_check_expire()
215 struct dn_route __rcu **rtp; in dn_dst_gc() local
223 rtp = &dn_rt_hash_table[i].chain; in dn_dst_gc()
225 while ((rt = rcu_dereference_protected(*rtp, in dn_dst_gc()
229 rtp = &rt->dn_next; in dn_dst_gc()
232 *rtp = rt->dn_next; in dn_dst_gc()
/OK3568_Linux_fs/kernel/drivers/pinctrl/sunxi/
H A Dpinctrl-suniv-f1c100s.c36 SUNXI_FUNCTION(0x2, "rtp"), /* X1 */
43 SUNXI_FUNCTION(0x2, "rtp"), /* X2 */
50 SUNXI_FUNCTION(0x2, "rtp"), /* Y1 */
58 SUNXI_FUNCTION(0x2, "rtp"), /* Y2 */
/OK3568_Linux_fs/buildroot/package/rtptools/
H A DConfig.in5 applications that can be used for processing RTP data.
/OK3568_Linux_fs/buildroot/package/live555/
H A DConfig.in7 (RTP/RTCP, RTSP, SIP).
/OK3568_Linux_fs/buildroot/package/libpjsip/
H A DConfig.in9 protocols such as: SIP, SDP, RTP, STUN, TURN, and ICE.
/OK3568_Linux_fs/buildroot/package/ortp/
H A DConfig.in8 oRTP, a Real-time Transport Protocol (RTP,RFC3550) library

1234567