Home
last modified time | relevance | path

Searched refs:HW_close (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dcomx.h112 int (*HW_close)(struct net_device *dev); member
Dcomx-hw-locomx.c424 ch->HW_close = LOCOMX_close; in LOCOMX_init()
455 ch->HW_close = NULL; in LOCOMX_exit()
Dcomx.c256 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()
Dcomx-proto-fr.c936 ch->HW_close = dlci_close; in dlci_init()
951 ch->HW_close = NULL; in dlci_exit()
Dcomx-hw-mixcom.c890 ch->HW_close = MIXCOM_close; in MIXCOM_init()
Dcomx-hw-comx.c1335 ch->HW_close = COMX_close; in COMX_init()
Dcomx-hw-munich.c2753 ch->HW_close = MUNICH_close; in BOARD_init()