Searched refs:rx_stop (Results 1 – 4 of 4) sorted by relevance
457 static void rx_stop(struct slgt_info *info);2134 rx_stop(info); in isr_rxdata()2486 rx_stop(info); in shutdown()2511 rx_stop(info); in program_hw()2732 rx_stop(info); /* restart receiver to use new fill level */ in rx_enable()2751 rx_stop(info); in rx_enable()3979 static void rx_stop(struct slgt_info *info) in rx_stop() function4115 rx_stop(info); in reset_port()4138 rx_stop(info); in async_mode()4279 rx_stop(info); in sync_mode()
576 static void rx_stop(SLMP_INFO *info);2728 rx_stop(info); in program_hw()3022 rx_stop(info); in rx_enable()4122 static void rx_stop(SLMP_INFO *info) in rx_stop() function4351 rx_stop(info); in reset_port()4388 rx_stop(info); in async_mode()4713 rx_stop(info); in hdlc_mode()
1306 u8 rx_stop; member3903 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()5222 if (0 == hw->rx_stop) in handle_rx_stop()5224 else if (hw->rx_stop > 1) { in handle_rx_stop()5229 hw->rx_stop = 0; in handle_rx_stop()5233 hw->rx_stop++; in handle_rx_stop()
364 static void rx_stop(MGSLPC_INFO *info);1346 rx_stop(info); in shutdown()1373 rx_stop(info); in mgslpc_program_hw()1946 rx_stop(info); in set_rxenable()3287 rx_stop(info); in hdlc_mode()3290 static void rx_stop(MGSLPC_INFO *info) in rx_stop() function