Searched refs:stop_timer (Results 1 – 9 of 9) sorted by relevance
96 int ath11k_dp_rx_pktlog_stop(struct ath11k_base *ab, bool stop_timer);
5730 int ath11k_dp_rx_pktlog_stop(struct ath11k_base *ab, bool stop_timer) in ath11k_dp_rx_pktlog_stop() argument5734 if (stop_timer) in ath11k_dp_rx_pktlog_stop()
305 if (hw_data->stop_timer) in adf_dev_stop()306 hw_data->stop_timer(accel_dev); in adf_dev_stop()
193 void (*stop_timer)(struct adf_accel_dev *accel_dev); member
128 int ath12k_dp_rx_pktlog_stop(struct ath12k_base *ab, bool stop_timer);
4266 int ath12k_dp_rx_pktlog_stop(struct ath12k_base *ab, bool stop_timer) in ath12k_dp_rx_pktlog_stop() argument4270 if (stop_timer) in ath12k_dp_rx_pktlog_stop()
74 static int stop_timer; variable1729 if (!stop_timer) in udc_timer_function()1742 if (!stop_timer) in udc_timer_function()1749 if (stop_timer) in udc_timer_function()2047 if (!stop_timer) in udc_ep0_set_rde()2236 if (!stop_timer) in udc_data_out_isr()2515 if (!stop_timer) in udc_control_out_isr()3035 stop_timer++; in udc_remove()
692 int stop_timer = 0; in iscsi_post_login_handler() local722 stop_timer = 1; in iscsi_post_login_handler()751 if (stop_timer) { in iscsi_post_login_handler()
582 hw_data->stop_timer = adf_gen4_timer_stop; in adf_init_hw_data_4xxx()