Home
last modified time | relevance | path

Searched refs:stop_timer (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_init.c305 if (hw_data->stop_timer) in adf_dev_stop()
306 hw_data->stop_timer(accel_dev); in adf_dev_stop()
H A Dadf_accel_devices.h193 void (*stop_timer)(struct adf_accel_dev *accel_dev); member
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h97 int ath11k_dp_rx_pktlog_stop(struct ath11k_base *ab, bool stop_timer);
H A Ddp_rx.c5734 int ath11k_dp_rx_pktlog_stop(struct ath11k_base *ab, bool stop_timer) in ath11k_dp_rx_pktlog_stop() argument
5738 if (stop_timer) in ath11k_dp_rx_pktlog_stop()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.h128 int ath12k_dp_rx_pktlog_stop(struct ath12k_base *ab, bool stop_timer);
H A Ddp_rx.c4268 int ath12k_dp_rx_pktlog_stop(struct ath12k_base *ab, bool stop_timer) in ath12k_dp_rx_pktlog_stop() argument
4272 if (stop_timer) in ath12k_dp_rx_pktlog_stop()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c74 static int stop_timer; variable
1729 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()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_login.c692 int stop_timer = 0; in iscsi_post_login_handler() local
722 stop_timer = 1; in iscsi_post_login_handler()
751 if (stop_timer) { in iscsi_post_login_handler()
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_4xxx_hw_data.c567 hw_data->stop_timer = adf_gen4_timer_stop; in adf_init_hw_data_4xxx()