Searched refs:resp_handler (Results 1 – 3 of 3) sorted by relevance
53 tasklet_hi_schedule(&bank->resp_handler); in adf_msix_isr_bundle()237 tasklet_init(&priv_data->banks[i].resp_handler, in adf_setup_bh()250 tasklet_disable(&priv_data->banks[i].resp_handler); in adf_cleanup_bh()251 tasklet_kill(&priv_data->banks[i].resp_handler); in adf_cleanup_bh()
219 tasklet_hi_schedule(&bank->resp_handler); in adf_isr()253 tasklet_init(&priv_data->banks[0].resp_handler, adf_response_handler, in adf_setup_bh()262 tasklet_disable(&priv_data->banks[0].resp_handler); in adf_cleanup_bh()263 tasklet_kill(&priv_data->banks[0].resp_handler); in adf_cleanup_bh()
32 struct tasklet_struct resp_handler; member
Completed in 7 milliseconds