Searched refs:HW_close (Results 1 – 7 of 7) sorted by relevance
112 int (*HW_close)(struct net_device *dev); member
424 ch->HW_close = LOCOMX_close; in LOCOMX_init()455 ch->HW_close = NULL; in LOCOMX_exit()
256 ch->HW_close(dev); in comx_open()298 if (ch->init_status & HW_OPEN && ch->hardware && ch->HW_close) { in comx_close()299 ret = ch->HW_close(dev); in comx_close()
936 ch->HW_close = dlci_close; in dlci_init()951 ch->HW_close = NULL; in dlci_exit()
890 ch->HW_close = MIXCOM_close; in MIXCOM_init()
1335 ch->HW_close = COMX_close; in COMX_init()
2753 ch->HW_close = MUNICH_close; in BOARD_init()