Searched refs:rx_stop (Results 1 – 3 of 3) sorted by relevance
423 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() function4000 rx_stop(info); in reset_port()4023 rx_stop(info); in async_mode()4164 rx_stop(info); in sync_mode()
1231 u8 rx_stop; member3819 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()
364 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