Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dsynclink_gt.c456 static void rx_stop(struct slgt_info *info);
2109 rx_stop(info); in isr_rxdata()
2461 rx_stop(info); in shutdown()
2486 rx_stop(info); in program_hw()
2700 rx_stop(info); /* restart receiver to use new fill level */ in rx_enable()
2719 rx_stop(info); in rx_enable()
3947 static void rx_stop(struct slgt_info *info) in rx_stop() function
4083 rx_stop(info); in reset_port()
4106 rx_stop(info); in async_mode()
4247 rx_stop(info); in sync_mode()
Dsynclinkmp.c576 static void rx_stop(SLMP_INFO *info);
2703 rx_stop(info); in program_hw()
2990 rx_stop(info); in rx_enable()
4102 static void rx_stop(SLMP_INFO *info) in rx_stop() function
4331 rx_stop(info); in reset_port()
4368 rx_stop(info); in async_mode()
4693 rx_stop(info); in hdlc_mode()
/Linux-v4.19/drivers/net/ethernet/micrel/
Dksz884x.c1306 u8 rx_stop; member
3900 hw->rx_stop++; in hw_start_rx()
3903 if (0 == hw->rx_stop) in hw_start_rx()
3904 hw->rx_stop = 2; in hw_start_rx()
3915 hw->rx_stop = 0; in hw_stop_rx()
5218 if (0 == hw->rx_stop) in handle_rx_stop()
5220 else if (hw->rx_stop > 1) { in handle_rx_stop()
5225 hw->rx_stop = 0; in handle_rx_stop()
5229 hw->rx_stop++; in handle_rx_stop()
/Linux-v4.19/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()
3253 rx_stop(info); in hdlc_mode()
3256 static void rx_stop(MGSLPC_INFO *info) in rx_stop() function