Home
last modified time | relevance | path

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

/linux-4.4.14/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
388 struct au1000_private *aup = netdev_priv(dev); in au1000_hard_stop() local
402 struct au1000_private *aup = netdev_priv(dev); in au1000_enable_rx_tx() local
417 struct au1000_private *aup = netdev_priv(dev); in au1000_adjust_link() local
497 struct au1000_private *const aup = netdev_priv(dev); in au1000_mii_probe() local
599 static struct db_dest *au1000_GetFreeDB(struct au1000_private *aup) in au1000_GetFreeDB()
610 void au1000_ReleaseDB(struct au1000_private *aup, struct db_dest *pDB) in au1000_ReleaseDB()
620 struct au1000_private *const aup = netdev_priv(dev); in au1000_reset_mac_unlocked() local
[all …]
/linux-4.4.14/drivers/net/irda/
Dau1k_ir.c212 static struct db_dest *GetFreeDB(struct au1k_private *aup) in GetFreeDB()
249 static void setup_hw_rings(struct au1k_private *aup, u32 rx_base, u32 tx_base) in setup_hw_rings()
279 struct au1k_private *aup = netdev_priv(dev); in au1k_irda_set_speed() local
419 struct au1k_private *aup = netdev_priv(dev); in au1k_tx_ack() local
454 struct au1k_private *aup = netdev_priv(dev); in au1k_irda_rx() local
503 struct au1k_private *aup = netdev_priv(dev); in au1k_irda_interrupt() local
515 struct au1k_private *aup = netdev_priv(dev); in au1k_init() local
586 struct au1k_private *aup = netdev_priv(dev); in au1k_irda_start() local
630 struct au1k_private *aup = netdev_priv(dev); in au1k_irda_stop() local
662 struct au1k_private *aup = netdev_priv(dev); in au1k_irda_hard_xmit() local
[all …]
/linux-4.4.14/arch/mips/kernel/
Duprobes.c85 int arch_uprobe_analyze_insn(struct arch_uprobe *aup, in arch_uprobe_analyze_insn()
157 int arch_uprobe_pre_xol(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_pre_xol()
182 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_post_xol()
244 void arch_uprobe_abort_xol(struct arch_uprobe *aup, in arch_uprobe_abort_xol()
/linux-4.4.14/kernel/events/
Duprobes.c1842 bool __weak arch_uprobe_ignore(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_ignore()