/Linux-v6.1/kernel/rcu/ |
D | tasks.h | 16 typedef void (*rcu_tasks_gp_func_t)(struct rcu_tasks *rtp); 21 typedef void (*postgp_func_t)(struct rcu_tasks *rtp); 204 static void set_tasks_gp_state(struct rcu_tasks *rtp, int newstate) in set_tasks_gp_state() argument 206 rtp->gp_state = newstate; in set_tasks_gp_state() 207 rtp->gp_jiffies = jiffies; in set_tasks_gp_state() 212 static const char *tasks_gp_state_getname(struct rcu_tasks *rtp) in tasks_gp_state_getname() argument 214 int i = data_race(rtp->gp_state); // Let KCSAN detect update races in tasks_gp_state_getname() 225 static void cblist_init_generic(struct rcu_tasks *rtp) in cblist_init_generic() argument 232 raw_spin_lock_irqsave(&rtp->cbs_gbl_lock, flags); in cblist_init_generic() 247 WRITE_ONCE(rtp->percpu_enqueue_shift, shift); in cblist_init_generic() [all …]
|
/Linux-v6.1/include/linux/platform_data/ |
D | usb-s3c2410_udc.h | 4 * Copyright (c) 2005 Arnaud Patard <arnaud.patard@rtp-net.org> 7 * 14-Mar-2005 RTP Created file 8 * 02-Aug-2005 RTP File rename
|
D | touchscreen-s3c2410.h | 3 * Copyright (c) 2005 Arnaud Patard <arnaud.patard@rtp-net.org>
|
D | fb-s3c2410.h | 3 * Copyright (c) 2004 Arnaud Patard <arnaud.patard@rtp-net.org>
|
/Linux-v6.1/lib/ |
D | radix-tree.c | 244 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 …]
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | allwinner,sun4i-a10-ts.yaml | 65 rtp: rtp@1c25000 {
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | atombios_dp.c | 567 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()
|
/Linux-v6.1/arch/arm/mach-s3c/ |
D | h1940-bluetooth.c | 3 // Copyright (c) Arnaud Patard <arnaud.patard@rtp-net.org> 138 MODULE_AUTHOR("Arnaud Patard <arnaud.patard@rtp-net.org>");
|
/Linux-v6.1/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_ifh.h | 118 /* RTP Identifier */ 121 /* RTP MRPD flow */
|
/Linux-v6.1/sound/soc/codecs/ |
D | alc5623.h | 6 * Copyright 2010 Arnaud Patard <arnaud.patard@rtp-net.org> 9 * Arnaud Patard <arnaud.patard@rtp-net.org>
|
/Linux-v6.1/sound/soc/samsung/ |
D | h1940_uda1380.c | 5 // Copyright (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.org> 8 // Based on version from Arnaud Patard <arnaud.patard@rtp-net.org>
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | atombios_dp.c | 518 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()
|
/Linux-v6.1/drivers/net/ethernet/amd/ |
D | declance.c | 333 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()
|
/Linux-v6.1/fs/qnx4/ |
D | Kconfig | 7 QNX 4 and QNX 6 (the latter is also called QNX RTP).
|
/Linux-v6.1/fs/qnx6/ |
D | Kconfig | 7 QNX 6 (also called QNX RTP).
|
/Linux-v6.1/drivers/pinctrl/sunxi/ |
D | pinctrl-suniv-f1c100s.c | 36 SUNXI_FUNCTION(0x2, "rtp"), /* X1 */ 43 SUNXI_FUNCTION(0x2, "rtp"), /* X2 */ 50 SUNXI_FUNCTION(0x2, "rtp"), /* Y1 */ 58 SUNXI_FUNCTION(0x2, "rtp"), /* Y2 */
|
/Linux-v6.1/drivers/ata/ |
D | pata_imx.c | 4 * Copyright (C) 2011 Arnaud Patard <arnaud.patard@rtp-net.org> 279 MODULE_AUTHOR("Arnaud Patard <arnaud.patard@rtp-net.org>");
|
/Linux-v6.1/Documentation/devicetree/bindings/input/ |
D | ti,drv260x.txt | 14 time playback mode (RTP mode).
|
/Linux-v6.1/Documentation/arm/samsung/ |
D | overview.rst | 76 Arnaud Patard (RTP)
|
/Linux-v6.1/include/linux/netfilter/ |
D | nf_conntrack_h323.h | 22 /* Original and NATed RTP ports */
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | sun5i-a13.dtsi | 55 thermal-sensors = <&rtp>;
|
/Linux-v6.1/net/ipv4/ |
D | ip_output.c | 1262 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument 1267 rt = *rtp; in ip_setup_cork() 1297 *rtp = NULL; in ip_setup_cork() 1326 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument 1336 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data() 1634 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument 1648 err = ip_setup_cork(sk, cork, ipc, rtp); in ip_make_skb()
|
/Linux-v6.1/Documentation/networking/ |
D | udplite.rst | 72 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
|
/Linux-v6.1/net/ipv6/ |
D | ip6_fib.c | 1904 struct fib6_info __rcu **rtp, struct nl_info *info) in fib6_del_route() argument 1908 struct fib6_info *rt = rcu_dereference_protected(*rtp, in fib6_del_route() 1930 *rtp = rt->fib6_next; in fib6_del_route() 2003 struct fib6_info __rcu **rtp; in fib6_del() local 2023 for (rtp = &fn->leaf; *rtp; rtp = rtp_next) { in fib6_del() 2024 struct fib6_info *cur = rcu_dereference_protected(*rtp, in fib6_del() 2029 fib6_del_route(table, fn, rtp, info); in fib6_del()
|
/Linux-v6.1/drivers/input/touchscreen/ |
D | s3c2410_ts.c | 5 * Copyright 2004 Arnaud Patard <arnaud.patard@rtp-net.org> 460 MODULE_AUTHOR("Arnaud Patard <arnaud.patard@rtp-net.org>, "
|