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()
555 static void he_init_cs_block(struct he_dev *he_dev) in he_init_cs_block()
650 static int he_init_cs_block_rcm(struct he_dev *he_dev) in he_init_cs_block_rcm()
770 static int he_init_group(struct he_dev *he_dev, int group) in he_init_group()
907 static int he_init_irq(struct he_dev *he_dev) in he_init_irq()
972 struct he_dev *he_dev; in he_start() local
1524 he_stop(struct he_dev *he_dev) in he_stop()
1606 __alloc_tpd(struct he_dev *he_dev) in __alloc_tpd()
1639 he_service_rbrq(struct he_dev *he_dev, int group) in he_service_rbrq()
1799 he_service_tbrq(struct he_dev *he_dev, int group) in he_service_tbrq()
1878 he_service_rbpl(struct he_dev *he_dev, int group) in he_service_rbpl()
1928 struct he_dev *he_dev = (struct he_dev *) data; in he_tasklet() local
2015 struct he_dev *he_dev = (struct he_dev * )dev_id; in he_irq_handler() local
2050 __enqueue_tpd(struct he_dev *he_dev, struct he_tpd *tpd, unsigned cid) in __enqueue_tpd()
2118 struct he_dev *he_dev = HE_DEV(vcc->dev); in he_open() local
2332 struct he_dev *he_dev = HE_DEV(vcc->dev); in he_close() local
2489 struct he_dev *he_dev = HE_DEV(vcc->dev); in he_send() local
2611 struct he_dev *he_dev = HE_DEV(atm_dev); in he_ioctl() local
2673 struct he_dev *he_dev = HE_DEV(atm_dev); in he_phy_put() local
2688 struct he_dev *he_dev = HE_DEV(atm_dev); in he_phy_get() local
2703 struct he_dev *he_dev = HE_DEV(dev); in he_proc_read() local
2784 static u8 read_prom_byte(struct he_dev *he_dev, int addr) in read_prom_byte()