Home
last modified time | relevance | path

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

/linux-6.12.1/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 if (req->rate >= tmp_req.rate) in clk_composite_determine_rate()
[all …]
/linux-6.12.1/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.12.1/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()
129 struct usba_request *req, *tmp_req; in queue_dbg_release() local
131 list_for_each_entry_safe(req, tmp_req, queue_data, queue) { in queue_dbg_release()
563 struct usba_request *req, *tmp_req; in request_complete_list() local
565 list_for_each_entry_safe(req, tmp_req, list, queue) { in request_complete_list()
1136 struct usba_request *req, *tmp_req; in reset_all_endpoints() local
1141 list_for_each_entry_safe(req, tmp_req, &ep->queue, queue) { in reset_all_endpoints()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c1037 struct npc_install_flow_req *tmp_req; in otx2_add_mcam_flow_entry() local
1041 tmp_req = otx2_mbox_alloc_msg_npc_install_flow(&nic->mbox); in otx2_add_mcam_flow_entry()
1042 if (!tmp_req) { in otx2_add_mcam_flow_entry()
1047 memcpy(tmp_req, req, sizeof(struct npc_install_flow_req)); in otx2_add_mcam_flow_entry()
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dsdio.c1461 struct ath10k_sdio_bus_request *req, *tmp_req; in ath10k_sdio_write_async_work() local
1466 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath10k_sdio_write_async_work()
1967 struct ath10k_sdio_bus_request *req, *tmp_req; in ath10k_sdio_hif_stop() local
1983 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath10k_sdio_hif_stop()