Home
last modified time | relevance | path

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

12

/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/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/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/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/md/
H A Ddm-raid.c635 static bool __got_raid10(struct raid_type *rtp, const int layout) in __got_raid10() argument
637 if (rtp->level == 10) { in __got_raid10()
638 switch (rtp->algorithm) { in __got_raid10()
657 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type() local
659 while (rtp-- > raid_types) in get_raid_type()
660 if (!strcasecmp(rtp->name, name)) in get_raid_type()
661 return rtp; in get_raid_type()
669 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type_by_ll() local
671 while (rtp-- > raid_types) { in get_raid_type_by_ll()
673 if (rtp->level == level && in get_raid_type_by_ll()
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_output.c1254 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument
1259 rt = *rtp; in ip_setup_cork()
1289 *rtp = NULL; in ip_setup_cork()
1318 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument
1328 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data()
1628 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument
1642 err = ip_setup_cork(sk, cork, ipc, rtp); in ip_make_skb()
H A Dfib_semantics.c147 static void rt_fibinfo_free(struct rtable __rcu **rtp) in rt_fibinfo_free() argument
149 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free()
191 static void rt_fibinfo_free_cpus(struct rtable __rcu * __percpu *rtp) in rt_fibinfo_free_cpus() argument
195 if (!rtp) in rt_fibinfo_free_cpus()
201 rt = rcu_dereference_protected(*per_cpu_ptr(rtp, cpu), 1); in rt_fibinfo_free_cpus()
207 free_percpu(rtp); in rt_fibinfo_free_cpus()
H A Draw.c346 struct rtable **rtp, unsigned int flags, in raw_send_hdrinc() argument
355 struct rtable *rt = *rtp; in raw_send_hdrinc()
382 *rtp = NULL; in raw_send_hdrinc()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_fib.c1901 struct fib6_info __rcu **rtp, struct nl_info *info) in fib6_del_route() argument
1905 struct fib6_info *rt = rcu_dereference_protected(*rtp, in fib6_del_route()
1927 *rtp = rt->fib6_next; in fib6_del_route()
2000 struct fib6_info __rcu **rtp; in fib6_del() local
2020 for (rtp = &fn->leaf; *rtp; rtp = rtp_next) { in fib6_del()
2021 struct fib6_info *cur = rcu_dereference_protected(*rtp, in fib6_del()
2026 fib6_del_route(table, fn, rtp, info); in fib6_del()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsun5i-a13.dtsi55 thermal-sensors = <&rtp>;
H A Dsun4i-a10.dtsi134 thermal-sensors = <&rtp>;
944 rtp: rtp@1c25000 { label
H A Dsun5i-gr8-evb.dts287 &rtp {
H A Dsun5i.dtsi646 rtp: rtp@1c25000 { label
H A Dsun6i-a31.dtsi172 thermal-sensors = <&rtp>;
809 rtp: rtp@1c25000 { label
/OK3568_Linux_fs/buildroot/package/xenomai/
H A Dxenomai.mk148 /dev/rtp c 666 0 0 150 0 0 1 32
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsun6i-a31.dtsi138 thermal-sensors = <&rtp>;
810 rtp: rtp@01c25000 { label
H A Dsun5i.dtsi653 rtp: rtp@01c25000 { label
H A Dsun4i-a10.dtsi135 thermal-sensors = <&rtp>;
1246 rtp: rtp@01c25000 { label
H A Dsun5i-a13.dtsi75 thermal-sensors = <&rtp>;
/OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/
H A Dtest_config.cfg304 ; 0: rtp
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_cmdresp.c1027 HostCmd_DS_802_11_RF_TX_POWER *rtp = &resp->params.txp; in wlan_ret_802_11_rf_tx_power() local
1028 t_u16 action = wlan_le16_to_cpu(rtp->action); in wlan_ret_802_11_rf_tx_power()
1033 pmpriv->tx_power_level = wlan_le16_to_cpu(rtp->current_level); in wlan_ret_802_11_rf_tx_power()
1036 pmpriv->max_tx_power_level = rtp->max_power; in wlan_ret_802_11_rf_tx_power()
1037 pmpriv->min_tx_power_level = rtp->min_power; in wlan_ret_802_11_rf_tx_power()
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A DConfig.in184 bool "rtp"
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_cmdresp.c1085 HostCmd_DS_802_11_RF_TX_POWER *rtp = &resp->params.txp; in wlan_ret_802_11_rf_tx_power() local
1086 t_u16 action = wlan_le16_to_cpu(rtp->action); in wlan_ret_802_11_rf_tx_power()
1091 pmpriv->tx_power_level = wlan_le16_to_cpu(rtp->current_level); in wlan_ret_802_11_rf_tx_power()
1094 pmpriv->max_tx_power_level = rtp->max_power; in wlan_ret_802_11_rf_tx_power()
1095 pmpriv->min_tx_power_level = rtp->min_power; in wlan_ret_802_11_rf_tx_power()

12