Home
last modified time | relevance | path

Searched refs:rx_stop (Results 1 – 4 of 4) sorted by relevance

/drivers/tty/
Dsynclink_gt.c457 static void rx_stop(struct slgt_info *info);
2115 rx_stop(info); in isr_rxdata()
2467 rx_stop(info); in shutdown()
2492 rx_stop(info); in program_hw()
2706 rx_stop(info); /* restart receiver to use new fill level */ in rx_enable()
2725 rx_stop(info); in rx_enable()
3953 static void rx_stop(struct slgt_info *info) in rx_stop() function
4089 rx_stop(info); in reset_port()
4112 rx_stop(info); in async_mode()
4253 rx_stop(info); in sync_mode()
Dsynclinkmp.c576 static void rx_stop(SLMP_INFO *info);
2716 rx_stop(info); in program_hw()
3003 rx_stop(info); in rx_enable()
4116 static void rx_stop(SLMP_INFO *info) in rx_stop() function
4345 rx_stop(info); in reset_port()
4382 rx_stop(info); in async_mode()
4707 rx_stop(info); in hdlc_mode()
/drivers/net/ethernet/micrel/
Dksz884x.c1306 u8 rx_stop; member
3903 hw->rx_stop++; in hw_start_rx()
3906 if (0 == hw->rx_stop) in hw_start_rx()
3907 hw->rx_stop = 2; in hw_start_rx()
3918 hw->rx_stop = 0; in hw_stop_rx()
5221 if (0 == hw->rx_stop) in handle_rx_stop()
5223 else if (hw->rx_stop > 1) { in handle_rx_stop()
5228 hw->rx_stop = 0; in handle_rx_stop()
5232 hw->rx_stop++; in handle_rx_stop()
/drivers/char/pcmcia/
Dsynclink_cs.c364 static void rx_stop(MGSLPC_INFO *info);
1346 rx_stop(info); in shutdown()
1373 rx_stop(info); in mgslpc_program_hw()
1939 rx_stop(info); in set_rxenable()
3266 rx_stop(info); in hdlc_mode()
3269 static void rx_stop(MGSLPC_INFO *info) in rx_stop() function