Lines Matching defs:he_dev

182 he_writel_internal(struct he_dev *he_dev, unsigned val, unsigned addr,  in he_writel_internal()
201 he_readl_internal(struct he_dev *he_dev, unsigned addr, unsigned flags) in he_readl_internal()
328 __find_vcc(struct he_dev *he_dev, unsigned cid) in __find_vcc()
355 struct he_dev *he_dev = NULL; in he_init_one() local
411 struct he_dev *he_dev; in he_remove_one() local
445 static void he_init_rx_lbfp0(struct he_dev *he_dev) in he_init_rx_lbfp0()
475 static void he_init_rx_lbfp1(struct he_dev *he_dev) in he_init_rx_lbfp1()
505 static void he_init_tx_lbfp(struct he_dev *he_dev) in he_init_tx_lbfp()
534 static int he_init_tpdrq(struct he_dev *he_dev) in he_init_tpdrq()
554 static void he_init_cs_block(struct he_dev *he_dev) in he_init_cs_block()
649 static int he_init_cs_block_rcm(struct he_dev *he_dev) in he_init_cs_block_rcm()
769 static int he_init_group(struct he_dev *he_dev, int group) in he_init_group()
909 static int he_init_irq(struct he_dev *he_dev) in he_init_irq()
976 struct he_dev *he_dev; in he_start() local
1528 he_stop(struct he_dev *he_dev) in he_stop()
1610 __alloc_tpd(struct he_dev *he_dev) in __alloc_tpd()
1643 he_service_rbrq(struct he_dev *he_dev, int group) in he_service_rbrq()
1803 he_service_tbrq(struct he_dev *he_dev, int group) in he_service_tbrq()
1882 he_service_rbpl(struct he_dev *he_dev, int group) in he_service_rbpl()
1932 struct he_dev *he_dev = (struct he_dev *) data; in he_tasklet() local
2019 struct he_dev *he_dev = (struct he_dev * )dev_id; in he_irq_handler() local
2054 __enqueue_tpd(struct he_dev *he_dev, struct he_tpd *tpd, unsigned cid) in __enqueue_tpd()
2122 struct he_dev *he_dev = HE_DEV(vcc->dev); in he_open() local
2336 struct he_dev *he_dev = HE_DEV(vcc->dev); in he_close() local
2493 struct he_dev *he_dev = HE_DEV(vcc->dev); in he_send() local
2616 struct he_dev *he_dev = HE_DEV(atm_dev); in he_ioctl() local
2678 struct he_dev *he_dev = HE_DEV(atm_dev); in he_phy_put() local
2693 struct he_dev *he_dev = HE_DEV(atm_dev); in he_phy_get() local
2708 struct he_dev *he_dev = HE_DEV(dev); in he_proc_read() local
2789 static u8 read_prom_byte(struct he_dev *he_dev, int addr) in read_prom_byte()