Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amd/
Dau1000_eth.c267 struct au1000_private *aup = netdev_priv(dev); in au1000_enable_mac() local
291 struct au1000_private *aup = netdev_priv(dev); in au1000_mdio_read() local
324 struct au1000_private *aup = netdev_priv(dev); in au1000_mdio_write() local
385 struct au1000_private *aup = netdev_priv(dev); in au1000_hard_stop() local
399 struct au1000_private *aup = netdev_priv(dev); in au1000_enable_rx_tx() local
414 struct au1000_private *aup = netdev_priv(dev); in au1000_adjust_link() local
494 struct au1000_private *const aup = netdev_priv(dev); in au1000_mii_probe() local
594 static struct db_dest *au1000_GetFreeDB(struct au1000_private *aup) in au1000_GetFreeDB()
605 void au1000_ReleaseDB(struct au1000_private *aup, struct db_dest *pDB) in au1000_ReleaseDB()
615 struct au1000_private *const aup = netdev_priv(dev); in au1000_reset_mac_unlocked() local
[all …]
/Linux-v4.19/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()
129 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_post_xol()
191 void arch_uprobe_abort_xol(struct arch_uprobe *aup, in arch_uprobe_abort_xol()
/Linux-v4.19/kernel/events/
Duprobes.c1865 bool __weak arch_uprobe_ignore(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_ignore()