Home
last modified time | relevance | path

Searched refs:HE_DEV (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/atm/
Dhe.c414 he_dev = HE_DEV(atm_dev); in he_remove_one()
987 he_dev = HE_DEV(dev); in he_start()
2121 struct he_dev *he_dev = HE_DEV(vcc->dev); in he_open()
2335 struct he_dev *he_dev = HE_DEV(vcc->dev); in he_close()
2492 struct he_dev *he_dev = HE_DEV(vcc->dev); in he_send()
2614 struct he_dev *he_dev = HE_DEV(atm_dev); in he_ioctl()
2676 struct he_dev *he_dev = HE_DEV(atm_dev); in he_phy_put()
2691 struct he_dev *he_dev = HE_DEV(atm_dev); in he_phy_get()
2706 struct he_dev *he_dev = HE_DEV(dev); in he_proc_read()
Dhe.h345 #define HE_DEV(dev) ((struct he_dev *) (dev)->dev_data) macro