Home
last modified time | relevance | path

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

123

/openbmc/linux/kernel/rcu/
H A Dtasks.h16 typedef void (*rcu_tasks_gp_func_t)(struct rcu_tasks *rtp);
21 typedef void (*postgp_func_t)(struct rcu_tasks *rtp);
227 static void set_tasks_gp_state(struct rcu_tasks *rtp, int newstate) in set_tasks_gp_state() argument
229 rtp->gp_state = newstate; in set_tasks_gp_state()
230 rtp->gp_jiffies = jiffies; in set_tasks_gp_state()
235 static const char *tasks_gp_state_getname(struct rcu_tasks *rtp) in tasks_gp_state_getname() argument
237 int i = data_race(rtp->gp_state); // Let KCSAN detect update races in tasks_gp_state_getname()
248 static void cblist_init_generic(struct rcu_tasks *rtp) in cblist_init_generic() argument
265 rtp->rtpcp_array = kcalloc(num_possible_cpus(), sizeof(struct rcu_tasks_percpu *), GFP_KERNEL); in cblist_init_generic()
266 BUG_ON(!rtp->rtpcp_array); in cblist_init_generic()
[all …]
/openbmc/linux/lib/
H A Dradix-tree.c246 struct radix_tree_preload *rtp; in radix_tree_node_alloc() local
263 rtp = this_cpu_ptr(&radix_tree_preloads); in radix_tree_node_alloc()
264 if (rtp->nr) { in radix_tree_node_alloc()
265 ret = rtp->nodes; in radix_tree_node_alloc()
266 rtp->nodes = ret->parent; in radix_tree_node_alloc()
267 rtp->nr--; in radix_tree_node_alloc()
324 struct radix_tree_preload *rtp; in __radix_tree_preload() local
335 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
336 while (rtp->nr < nr) { in __radix_tree_preload()
342 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dallwinner,sun4i-a10-ts.yaml65 rtp: rtp@1c25000 {
/openbmc/linux/drivers/gpu/drm/radeon/
H A Datombios_dp.c567 int rtp = 0; in radeon_dp_set_tp() local
573 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in radeon_dp_set_tp()
576 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in radeon_dp_set_tp()
579 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in radeon_dp_set_tp()
582 atombios_dig_encoder_setup(dp_info->encoder, rtp, 0); in radeon_dp_set_tp()
586 rtp = 0; in radeon_dp_set_tp()
589 rtp = 1; in radeon_dp_set_tp()
593 dp_info->dp_clock, dp_info->enc_id, rtp); in radeon_dp_set_tp()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ifh.h119 /* RTP Identifier */
122 /* RTP MRPD flow */
/openbmc/qemu/tcg/mips/
H A Dtcg-target-reg-bits.h4 * Copyright (c) 2008-2009 Arnaud Patard <arnaud.patard@rtp-net.org>
H A Dtcg-target.h4 * Copyright (c) 2008-2009 Arnaud Patard <arnaud.patard@rtp-net.org>
/openbmc/linux/sound/soc/codecs/
H A Dalc5623.h6 * Copyright 2010 Arnaud Patard <arnaud.patard@rtp-net.org>
9 * Arnaud Patard <arnaud.patard@rtp-net.org>
/openbmc/linux/include/linux/platform_data/
H A Dtouchscreen-s3c2410.h3 * Copyright (c) 2005 Arnaud Patard <arnaud.patard@rtp-net.org>
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c518 int rtp = 0; in amdgpu_atombios_dp_set_tp() local
523 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in amdgpu_atombios_dp_set_tp()
526 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in amdgpu_atombios_dp_set_tp()
529 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in amdgpu_atombios_dp_set_tp()
532 amdgpu_atombios_encoder_setup_dig_encoder(dp_info->encoder, rtp, 0); in amdgpu_atombios_dp_set_tp()
/openbmc/linux/fs/qnx4/
H A DKconfig8 QNX 4 and QNX 6 (the latter is also called QNX RTP).
/openbmc/linux/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()
/openbmc/linux/fs/qnx6/
H A DKconfig8 QNX 6 (also called QNX RTP).
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/libsrtp/
H A Dlibsrtp_2.5.0.bb1 SUMMARY = "Library implementing Secure RTP (RFC 3711)"
/openbmc/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-suniv-f1c100s.c35 SUNXI_FUNCTION(0x2, "rtp"), /* X1 */
42 SUNXI_FUNCTION(0x2, "rtp"), /* X2 */
49 SUNXI_FUNCTION(0x2, "rtp"), /* Y1 */
57 SUNXI_FUNCTION(0x2, "rtp"), /* Y2 */
/openbmc/linux/drivers/ata/
H A Dpata_imx.c4 * Copyright (C) 2011 Arnaud Patard <arnaud.patard@rtp-net.org>
262 MODULE_AUTHOR("Arnaud Patard <arnaud.patard@rtp-net.org>");
/openbmc/linux/Documentation/arch/arm/samsung/
H A Doverview.rst63 Arnaud Patard (RTP)
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dti,drv260x.yaml37 And the device is configured for real time playback mode (RTP mode).
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_h323.h22 /* Original and NATed RTP ports */
/openbmc/linux/net/ipv4/
H A Dip_output.c1284 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument
1289 rt = *rtp; in ip_setup_cork()
1319 *rtp = NULL; in ip_setup_cork()
1348 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument
1358 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data()
1539 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument
1553 err = ip_setup_cork(sk, cork, ipc, rtp); in ip_make_skb()
H A Dfib_semantics.c150 static void rt_fibinfo_free(struct rtable __rcu **rtp) in rt_fibinfo_free() argument
152 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free()
157 /* Not even needed : RCU_INIT_POINTER(*rtp, NULL); in rt_fibinfo_free()
194 static void rt_fibinfo_free_cpus(struct rtable __rcu * __percpu *rtp) in rt_fibinfo_free_cpus() argument
198 if (!rtp) in rt_fibinfo_free_cpus()
204 rt = rcu_dereference_protected(*per_cpu_ptr(rtp, cpu), 1); in rt_fibinfo_free_cpus()
210 free_percpu(rtp); in rt_fibinfo_free_cpus()
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-a13.dtsi55 thermal-sensors = <&rtp>;
/openbmc/u-boot/arch/arm/dts/
H A Dsun5i-a13.dtsi59 thermal-sensors = <&rtp>;
/openbmc/linux/Documentation/networking/
H A Dudplite.rst72 checksummed. This is useful for RTP applications which have a 12-byte
82 RTP and UDP headers are to be protected, a receiver can enforce that only
/openbmc/linux/net/ipv6/
H A Dip6_fib.c1906 struct fib6_info __rcu **rtp, struct nl_info *info) in fib6_del_route() argument
1910 struct fib6_info *rt = rcu_dereference_protected(*rtp, in fib6_del_route()
1932 *rtp = rt->fib6_next; in fib6_del_route()
2005 struct fib6_info __rcu **rtp; in fib6_del() local
2025 for (rtp = &fn->leaf; *rtp; rtp = rtp_next) { in fib6_del()
2026 struct fib6_info *cur = rcu_dereference_protected(*rtp, in fib6_del()
2031 fib6_del_route(table, fn, rtp, info); in fib6_del()

123