Home
last modified time | relevance | path

Searched refs:prl (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/sound/soc/img/
Dimg-parallel-out.c46 struct img_prl_out *prl = dev_get_drvdata(dev); in img_prl_out_suspend() local
48 clk_disable_unprepare(prl->clk_ref); in img_prl_out_suspend()
55 struct img_prl_out *prl = dev_get_drvdata(dev); in img_prl_out_resume() local
58 ret = clk_prepare_enable(prl->clk_ref); in img_prl_out_resume()
67 static inline void img_prl_out_writel(struct img_prl_out *prl, in img_prl_out_writel() argument
70 writel(val, prl->base + reg); in img_prl_out_writel()
73 static inline u32 img_prl_out_readl(struct img_prl_out *prl, u32 reg) in img_prl_out_readl() argument
75 return readl(prl->base + reg); in img_prl_out_readl()
78 static void img_prl_out_reset(struct img_prl_out *prl) in img_prl_out_reset() argument
82 ctl = img_prl_out_readl(prl, IMG_PRL_OUT_CTL) & in img_prl_out_reset()
[all …]
/Linux-v5.10/net/ipv6/
Dsit.c285 for (prl = rcu_dereference(start); \
286 prl; \
287 prl = rcu_dereference(prl->next))
292 struct ip_tunnel_prl_entry *prl; in __ipip6_tunnel_locate_prl() local
294 for_each_prl_rcu(t->prl) in __ipip6_tunnel_locate_prl()
295 if (prl->addr == addr) in __ipip6_tunnel_locate_prl()
297 return prl; in __ipip6_tunnel_locate_prl()
306 struct ip_tunnel_prl_entry *prl; in ipip6_tunnel_get_prl() local
344 for_each_prl_rcu(t->prl) { in ipip6_tunnel_get_prl()
347 if (kprl.addr != htonl(INADDR_ANY) && prl->addr != kprl.addr) in ipip6_tunnel_get_prl()
[all …]
/Linux-v5.10/include/net/
Dip_tunnels.h138 struct ip_tunnel_prl_entry __rcu *prl; /* potential router list */ member
/Linux-v5.10/drivers/scsi/aacraid/
Daachba.c837 char prl[4]; /* Product Revision Level */ member
952 < (sizeof(str->pid) + sizeof(str->prl))) in setinqstr()
955 inqstrcpy ("V1.0", str->prl); in setinqstr()