Searched refs:aup (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/irda/ |
D | au1k_ir.c | 212 static struct db_dest *GetFreeDB(struct au1k_private *aup) in GetFreeDB() argument 215 db = aup->pDBfree; in GetFreeDB() 218 aup->pDBfree = db->pnext; in GetFreeDB() 249 static void setup_hw_rings(struct au1k_private *aup, u32 rx_base, u32 tx_base) in setup_hw_rings() argument 253 aup->rx_ring[i] = (volatile struct ring_dest *) in setup_hw_rings() 257 aup->tx_ring[i] = (volatile struct ring_dest *) in setup_hw_rings() 279 struct au1k_private *aup = netdev_priv(dev); in au1k_irda_set_speed() local 284 if (speed == aup->speed) in au1k_irda_set_speed() 288 au1k_irda_plat_set_phy_mode(aup, AU1000_IRDA_PHY_MODE_OFF); in au1k_irda_set_speed() 289 irda_write(aup, IR_STATUS, irda_read(aup, IR_STATUS) & ~IR_PHYEN); in au1k_irda_set_speed() [all …]
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 267 struct au1000_private *aup = netdev_priv(dev); in au1000_enable_mac() local 269 spin_lock_irqsave(&aup->lock, flags); in au1000_enable_mac() 271 if (force_reset || (!aup->mac_enabled)) { in au1000_enable_mac() 272 writel(MAC_EN_CLOCK_ENABLE, aup->enable); in au1000_enable_mac() 276 | MAC_EN_CLOCK_ENABLE), aup->enable); in au1000_enable_mac() 280 aup->mac_enabled = 1; in au1000_enable_mac() 283 spin_unlock_irqrestore(&aup->lock, flags); in au1000_enable_mac() 291 struct au1000_private *aup = netdev_priv(dev); in au1000_mdio_read() local 292 u32 *const mii_control_reg = &aup->mac->mii_control; in au1000_mdio_read() 293 u32 *const mii_data_reg = &aup->mac->mii_data; in au1000_mdio_read() [all …]
|
/linux-4.1.27/include/linux/ |
D | uprobes.h | 101 extern int set_swbp(struct arch_uprobe *aup, struct mm_struct *mm, unsigned long vaddr); 102 extern int set_orig_insn(struct arch_uprobe *aup, struct mm_struct *mm, unsigned long vaddr); 122 extern bool arch_uprobe_skip_sstep(struct arch_uprobe *aup, struct pt_regs *regs); 124 extern int arch_uprobe_analyze_insn(struct arch_uprobe *aup, struct mm_struct *mm, unsigned long a… 125 extern int arch_uprobe_pre_xol(struct arch_uprobe *aup, struct pt_regs *regs); 126 extern int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs); 129 extern void arch_uprobe_abort_xol(struct arch_uprobe *aup, struct pt_regs *regs); 131 extern bool arch_uprobe_ignore(struct arch_uprobe *aup, struct pt_regs *regs);
|
/linux-4.1.27/arch/s390/include/asm/ |
D | uprobes.h | 32 int arch_uprobe_analyze_insn(struct arch_uprobe *aup, struct mm_struct *mm, 34 int arch_uprobe_pre_xol(struct arch_uprobe *aup, struct pt_regs *regs); 35 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
|
/linux-4.1.27/kernel/events/ |
D | uprobes.c | 1811 bool __weak arch_uprobe_ignore(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_ignore() argument
|