Searched refs:tmp_req (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/clk/ |
| H A D | clk-composite.c | 75 struct clk_rate_request tmp_req; in clk_composite_determine_rate() local 79 clk_hw_forward_rate_request(hw, req, parent, &tmp_req, req->rate); in clk_composite_determine_rate() 81 &tmp_req, in clk_composite_determine_rate() 87 req->rate = tmp_req.rate; in clk_composite_determine_rate() 88 req->best_parent_hw = tmp_req.best_parent_hw; in clk_composite_determine_rate() 89 req->best_parent_rate = tmp_req.best_parent_rate; in clk_composite_determine_rate() 95 struct clk_rate_request tmp_req; in clk_composite_determine_rate() local 101 clk_hw_forward_rate_request(hw, req, parent, &tmp_req, req->rate); in clk_composite_determine_rate() 103 &tmp_req, in clk_composite_determine_rate() 109 if (req->rate >= tmp_req.rate) in clk_composite_determine_rate() [all …]
|
| /linux/drivers/clk/ti/ |
| H A D | dpll44xx.c | 163 struct clk_rate_request tmp_req; in omap4_dpll_regm4xen_determine_rate() local 166 clk_hw_init_rate_request(hw, &tmp_req, req->rate); in omap4_dpll_regm4xen_determine_rate() 174 r = omap2_dpll_determine_rate(hw, &tmp_req); in omap4_dpll_regm4xen_determine_rate() 181 tmp_req.rate /= OMAP4430_REGM4XEN_MULT; in omap4_dpll_regm4xen_determine_rate() 182 r = omap2_dpll_determine_rate(hw, &tmp_req); in omap4_dpll_regm4xen_determine_rate()
|
| /linux/drivers/clk/sunxi-ng/ |
| H A D | ccu_mux.c | 124 struct clk_rate_request tmp_req = *req; in ccu_mux_helper_determine_rate() local 132 tmp_req.best_parent_hw = parent; in ccu_mux_helper_determine_rate() 133 tmp_req.best_parent_rate = clk_hw_get_rate(parent); in ccu_mux_helper_determine_rate() 134 tmp_req.rate = ccu_mux_helper_unapply_prediv(common, cm, i, in ccu_mux_helper_determine_rate() 137 ret = round(cm, &tmp_req, data); in ccu_mux_helper_determine_rate() 142 tmp_req.rate); in ccu_mux_helper_determine_rate() 146 best_parent_rate = tmp_req.best_parent_rate; in ccu_mux_helper_determine_rate() 153 best_parent_rate = tmp_req.best_parent_rate; in ccu_mux_helper_determine_rate()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | sdio.c | 465 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/drivers/usb/gadget/udc/ |
| H A D | atmel_usba_udc.c | 88 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/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_tc.c | 1026 struct npc_install_flow_req *tmp_req; in otx2_add_mcam_flow_entry() local 1030 tmp_req = otx2_mbox_alloc_msg_npc_install_flow(&nic->mbox); in otx2_add_mcam_flow_entry() 1031 if (!tmp_req) { in otx2_add_mcam_flow_entry() 1036 memcpy(tmp_req, req, sizeof(struct npc_install_flow_req)); in otx2_add_mcam_flow_entry()
|