Home
last modified time | relevance | path

Searched refs:init_channel (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-mips/dec/
Dserial.h24 int (*init_channel)(void *handle); member
/linux-2.4.37.9/include/asm-mips64/dec/
Dserial.h24 int (*init_channel)(void *handle); member
/linux-2.4.37.9/drivers/tc/
Dzs.h95 int (*init_channel)(struct dec_serial* info); member
Dlk201.c65 .init_channel = lk201_init,
Dzs.c1984 if (zs_soft[channel].hook->init_channel) in zs_init()
1985 (*zs_soft[channel].hook->init_channel) in zs_init()
2364 init_channel : kgdbhook_init_channel,
/linux-2.4.37.9/drivers/net/hamradio/
Dscc.c202 static void init_channel(struct scc_channel *scc);
790 static void init_channel(struct scc_channel *scc) in init_channel() function
1615 init_channel(scc); in scc_net_open()