Home
last modified time | relevance | path

Searched refs:tmp_req (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/clk/
Dclk-composite.c88 struct clk_rate_request tmp_req; in clk_composite_determine_rate() local
92 clk_hw_forward_rate_request(hw, req, parent, &tmp_req, req->rate); in clk_composite_determine_rate()
94 &tmp_req, in clk_composite_determine_rate()
100 req->rate = tmp_req.rate; in clk_composite_determine_rate()
101 req->best_parent_hw = tmp_req.best_parent_hw; in clk_composite_determine_rate()
102 req->best_parent_rate = tmp_req.best_parent_rate; in clk_composite_determine_rate()
108 struct clk_rate_request tmp_req; in clk_composite_determine_rate() local
114 clk_hw_forward_rate_request(hw, req, parent, &tmp_req, req->rate); in clk_composite_determine_rate()
116 &tmp_req, in clk_composite_determine_rate()
122 rate_diff = abs(req->rate - tmp_req.rate); in clk_composite_determine_rate()
[all …]
/linux-6.1.9/drivers/net/wireless/ath/ath6kl/
Dsdio.c465 struct bus_request *req, *tmp_req; in ath6kl_sdio_write_async_work() local
470 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath6kl_sdio_write_async_work()
702 struct hif_scatter_req *s_req, *tmp_req; in ath6kl_sdio_cleanup_scatter() local
706 list_for_each_entry_safe(s_req, tmp_req, &ar_sdio->scat_req, list) { in ath6kl_sdio_cleanup_scatter()
1225 struct bus_request *req, *tmp_req; in ath6kl_sdio_stop() local
1234 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath6kl_sdio_stop()
/linux-6.1.9/drivers/usb/gadget/udc/
Datmel_usba_udc.c88 struct usba_request *req, *tmp_req; in queue_dbg_read() local
96 list_for_each_entry_safe(req, tmp_req, queue, queue) { in queue_dbg_read()
130 struct usba_request *req, *tmp_req; in queue_dbg_release() local
132 list_for_each_entry_safe(req, tmp_req, queue_data, queue) { in queue_dbg_release()
565 struct usba_request *req, *tmp_req; in request_complete_list() local
567 list_for_each_entry_safe(req, tmp_req, list, queue) { in request_complete_list()
1138 struct usba_request *req, *tmp_req; in reset_all_endpoints() local
1143 list_for_each_entry_safe(req, tmp_req, &ep->queue, queue) { in reset_all_endpoints()
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dsdio.c1460 struct ath10k_sdio_bus_request *req, *tmp_req; in ath10k_sdio_write_async_work() local
1465 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath10k_sdio_write_async_work()
1966 struct ath10k_sdio_bus_request *req, *tmp_req; in ath10k_sdio_hif_stop() local
1982 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath10k_sdio_hif_stop()