Home
last modified time | relevance | path

Searched defs:aup (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/amd/
Dau1000_eth.c250 struct au1000_private *aup = netdev_priv(dev); in au1000_enable_mac() local
274 struct au1000_private *aup = netdev_priv(dev); in au1000_mdio_read() local
307 struct au1000_private *aup = netdev_priv(dev); in au1000_mdio_write() local
368 struct au1000_private *aup = netdev_priv(dev); in au1000_hard_stop() local
382 struct au1000_private *aup = netdev_priv(dev); in au1000_enable_rx_tx() local
397 struct au1000_private *aup = netdev_priv(dev); in au1000_adjust_link() local
477 struct au1000_private *const aup = netdev_priv(dev); in au1000_mii_probe() local
567 static struct db_dest *au1000_GetFreeDB(struct au1000_private *aup) in au1000_GetFreeDB()
578 void au1000_ReleaseDB(struct au1000_private *aup, struct db_dest *pDB) in au1000_ReleaseDB()
588 struct au1000_private *const aup = netdev_priv(dev); in au1000_reset_mac_unlocked() local
[all …]
/Linux-v5.4/arch/mips/kernel/
Duprobes.c27 int arch_uprobe_analyze_insn(struct arch_uprobe *aup, in arch_uprobe_analyze_insn()
105 int arch_uprobe_pre_xol(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_pre_xol()
126 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_post_xol()
188 void arch_uprobe_abort_xol(struct arch_uprobe *aup, in arch_uprobe_abort_xol()
/Linux-v5.4/kernel/events/
Duprobes.c2171 bool __weak arch_uprobe_ignore(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_ignore()