Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/
Dsynclink_gt.c423 static void rx_stop(struct slgt_info *info);
2035 rx_stop(info); in isr_rxdata()
2387 rx_stop(info); in shutdown()
2412 rx_stop(info); in program_hw()
2619 rx_stop(info); /* restart receiver to use new fill level */ in rx_enable()
2638 rx_stop(info); in rx_enable()
3864 static void rx_stop(struct slgt_info *info) in rx_stop() function
4000 rx_stop(info); in reset_port()
4023 rx_stop(info); in async_mode()
4164 rx_stop(info); in sync_mode()
/linux-6.1.9/drivers/net/ethernet/micrel/
Dksz884x.c1231 u8 rx_stop; member
3819 hw->rx_stop++; in hw_start_rx()
3822 if (0 == hw->rx_stop) in hw_start_rx()
3823 hw->rx_stop = 2; in hw_start_rx()
3834 hw->rx_stop = 0; in hw_stop_rx()
5133 if (0 == hw->rx_stop) in handle_rx_stop()
5135 else if (hw->rx_stop > 1) { in handle_rx_stop()
5140 hw->rx_stop = 0; in handle_rx_stop()
5144 hw->rx_stop++; in handle_rx_stop()
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c364 static void rx_stop(MGSLPC_INFO *info);
1344 rx_stop(info); in shutdown()
1371 rx_stop(info); in mgslpc_program_hw()
1933 rx_stop(info); in set_rxenable()
3245 rx_stop(info); in hdlc_mode()
3248 static void rx_stop(MGSLPC_INFO *info) in rx_stop() function