Home
last modified time | relevance | path

Searched refs:rtp (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/lib/
Dradix-tree.c192 struct radix_tree_preload *rtp; in radix_tree_node_alloc() local
199 rtp = this_cpu_ptr(&radix_tree_preloads); in radix_tree_node_alloc()
200 if (rtp->nr) { in radix_tree_node_alloc()
201 ret = rtp->nodes; in radix_tree_node_alloc()
202 rtp->nodes = ret->private_data; in radix_tree_node_alloc()
204 rtp->nr--; in radix_tree_node_alloc()
256 struct radix_tree_preload *rtp; in __radix_tree_preload() local
261 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
262 while (rtp->nr < RADIX_TREE_PRELOAD_SIZE) { in __radix_tree_preload()
268 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dsun4i.txt29 rtp: rtp@01c25000 {
/linux-4.4.14/drivers/gpu/drm/radeon/
Datombios_dp.c596 int rtp = 0; in radeon_dp_set_tp() local
602 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in radeon_dp_set_tp()
605 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in radeon_dp_set_tp()
608 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in radeon_dp_set_tp()
611 atombios_dig_encoder_setup(dp_info->encoder, rtp, 0); in radeon_dp_set_tp()
615 rtp = 0; in radeon_dp_set_tp()
618 rtp = 1; in radeon_dp_set_tp()
622 dp_info->dp_clock, dp_info->enc_id, rtp); in radeon_dp_set_tp()
/linux-4.4.14/drivers/net/ethernet/amd/
Ddeclance.c331 unsigned char *rtp; in cp_to_buf() local
347 rtp = (unsigned char *)tp; in cp_to_buf()
350 *rtp++ = *rfp++; in cp_to_buf()
375 rtp = (unsigned char *)tp; in cp_to_buf()
378 *rtp++ = *rfp++; in cp_to_buf()
390 unsigned char *rtp; in cp_from_buf() local
406 rtp = (unsigned char *)tp; in cp_from_buf()
410 *rtp++ = *rfp++; in cp_from_buf()
436 rtp = (unsigned char *)tp; in cp_from_buf()
439 *rtp++ = *rfp++; in cp_from_buf()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Datombios_dp.c522 int rtp = 0; in amdgpu_atombios_dp_set_tp() local
527 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in amdgpu_atombios_dp_set_tp()
530 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in amdgpu_atombios_dp_set_tp()
533 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in amdgpu_atombios_dp_set_tp()
536 amdgpu_atombios_encoder_setup_dig_encoder(dp_info->encoder, rtp, 0); in amdgpu_atombios_dp_set_tp()
/linux-4.4.14/drivers/staging/xgifb/
DTODO13 Arnaud Patard <arnaud.patard@rtp-net.org>
/linux-4.4.14/net/ipv6/
Dip6_fib.c1383 static void fib6_del_route(struct fib6_node *fn, struct rt6_info **rtp, in fib6_del_route() argument
1387 struct rt6_info *rt = *rtp; in fib6_del_route()
1393 *rtp = rt->dst.rt6_next; in fib6_del_route()
1444 struct rt6_info **rtp; in fib6_del() local
1474 for (rtp = &fn->leaf; *rtp; rtp = &(*rtp)->dst.rt6_next) { in fib6_del()
1475 if (*rtp == rt) { in fib6_del()
1476 fib6_del_route(fn, rtp, info); in fib6_del()
/linux-4.4.14/net/decnet/
Ddn_route.c201 struct dn_route __rcu **rtp; in dn_dst_check_expire() local
206 rtp = &dn_rt_hash_table[i].chain; in dn_dst_check_expire()
209 while ((rt = rcu_dereference_protected(*rtp, in dn_dst_check_expire()
213 rtp = &rt->dst.dn_next; in dn_dst_check_expire()
216 *rtp = rt->dst.dn_next; in dn_dst_check_expire()
232 struct dn_route __rcu **rtp; in dn_dst_gc() local
240 rtp = &dn_rt_hash_table[i].chain; in dn_dst_gc()
242 while ((rt = rcu_dereference_protected(*rtp, in dn_dst_gc()
246 rtp = &rt->dst.dn_next; in dn_dst_gc()
249 *rtp = rt->dst.dn_next; in dn_dst_gc()
/linux-4.4.14/net/ipv4/
Dip_output.c1116 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument
1136 rt = *rtp; in ip_setup_cork()
1142 *rtp = NULL; in ip_setup_cork()
1170 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument
1180 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data()
1492 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument
1507 err = ip_setup_cork(sk, &cork, ipc, rtp); in ip_make_skb()
Dfib_semantics.c143 static void rt_fibinfo_free(struct rtable __rcu **rtp) in rt_fibinfo_free() argument
145 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free()
186 static void rt_fibinfo_free_cpus(struct rtable __rcu * __percpu *rtp) in rt_fibinfo_free_cpus() argument
190 if (!rtp) in rt_fibinfo_free_cpus()
196 rt = rcu_dereference_protected(*per_cpu_ptr(rtp, cpu), 1); in rt_fibinfo_free_cpus()
200 free_percpu(rtp); in rt_fibinfo_free_cpus()
Draw.c340 struct rtable **rtp, in raw_send_hdrinc() argument
349 struct rtable *rt = *rtp; in raw_send_hdrinc()
372 *rtp = NULL; in raw_send_hdrinc()
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dddr2_defs.h110 unsigned int rtp : 2; member
/linux-4.4.14/arch/arm/boot/dts/
Dsun5i-a13.dtsi74 thermal-sensors = <&rtp>;
Dsun4i-a10.dtsi128 thermal-sensors = <&rtp>;
1043 rtp: rtp@01c25000 { label
Dsun6i-a31.dtsi138 thermal-sensors = <&rtp>;
796 rtp: rtp@01c25000 { label
Dsun5i.dtsi610 rtp: rtp@01c25000 { label
Dsun7i-a20.dtsi130 thermal-sensors = <&rtp>;
1237 rtp: rtp@01c25000 { label
/linux-4.4.14/
D.mailmap25 Arnaud Patard <arnaud.patard@rtp-net.org>
DMAINTAINERS10254 M: Arnaud Patard <arnaud.patard@rtp-net.org>
/linux-4.4.14/include/net/
Dip.h141 struct ipcm_cookie *ipc, struct rtable **rtp,