Home
last modified time | relevance | path

Searched refs:req (Results 1976 - 2000 of 4197) sorted by relevance

1...<<71727374757677787980>>...168

/kernel/linux/linux-6.6/drivers/clk/meson/
H A Dclk-pll.c245 struct clk_rate_request *req) in meson_clk_pll_determine_rate()
253 ret = meson_clk_get_pll_settings(req->rate, req->best_parent_rate, in meson_clk_pll_determine_rate()
258 round = __pll_params_to_rate(req->best_parent_rate, m, n, 0, pll); in meson_clk_pll_determine_rate()
260 if (!MESON_PARM_APPLICABLE(&pll->frac) || req->rate == round) { in meson_clk_pll_determine_rate()
261 req->rate = round; in meson_clk_pll_determine_rate()
269 frac = __pll_params_with_frac(req->rate, req->best_parent_rate, m, n, pll); in meson_clk_pll_determine_rate()
270 req->rate = __pll_params_to_rate(req in meson_clk_pll_determine_rate()
244 meson_clk_pll_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) meson_clk_pll_determine_rate() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhif.c31 static int ath6kl_hif_cp_scat_dma_buf(struct hif_scatter_req *req, in ath6kl_hif_cp_scat_dma_buf() argument
37 buf = req->virt_dma_buf; in ath6kl_hif_cp_scat_dma_buf()
39 for (i = 0; i < req->scat_entries; i++) { in ath6kl_hif_cp_scat_dma_buf()
41 memcpy(req->scat_list[i].buf, buf, in ath6kl_hif_cp_scat_dma_buf()
42 req->scat_list[i].len); in ath6kl_hif_cp_scat_dma_buf()
44 memcpy(buf, req->scat_list[i].buf, in ath6kl_hif_cp_scat_dma_buf()
45 req->scat_list[i].len); in ath6kl_hif_cp_scat_dma_buf()
47 buf += req->scat_list[i].len; in ath6kl_hif_cp_scat_dma_buf()
236 scat_req->req = HIF_RD_SYNC_BLOCK_FIX; in ath6kl_hif_submit_scat_req()
239 scat_req->req in ath6kl_hif_submit_scat_req()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtlv320aic32x4-clk.c208 struct clk_rate_request *req) in clk_aic32x4_pll_determine_rate()
213 ret = clk_aic32x4_pll_calc_muldiv(&settings, req->rate, req->best_parent_rate); in clk_aic32x4_pll_determine_rate()
217 req->rate = clk_aic32x4_pll_calc_rate(&settings, req->best_parent_rate); in clk_aic32x4_pll_determine_rate()
332 struct clk_rate_request *req) in clk_aic32x4_div_determine_rate()
336 divisor = DIV_ROUND_UP(req->best_parent_rate, req->rate); in clk_aic32x4_div_determine_rate()
340 req->rate = DIV_ROUND_UP(req in clk_aic32x4_div_determine_rate()
207 clk_aic32x4_pll_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) clk_aic32x4_pll_determine_rate() argument
331 clk_aic32x4_div_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) clk_aic32x4_div_determine_rate() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-common.c382 struct uffdio_continue req; in continue_range() local
385 req.range.start = start; in continue_range()
386 req.range.len = len; in continue_range()
387 req.mode = 0; in continue_range()
389 req.mode |= UFFDIO_CONTINUE_MODE_WP; in continue_range()
391 if (ioctl(ufd, UFFDIO_CONTINUE, &req)) in continue_range()
400 req.mapped = 0; in continue_range()
401 ret = ioctl(ufd, UFFDIO_CONTINUE, &req); in continue_range()
402 if (ret >= 0 || req.mapped != -EEXIST) in continue_range()
404 ret, (int64_t) req in continue_range()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c60 struct cpl_set_tcb_field *req; in set_tcb_field() local
67 req = (struct cpl_set_tcb_field *)__skb_put_zero(skb, sizeof(*req)); in set_tcb_field()
68 INIT_TP_WR_CPL(req, CPL_SET_TCB_FIELD, ftid); in set_tcb_field()
69 req->reply_ctrl = htons(REPLY_CHAN_V(0) | in set_tcb_field()
72 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(ftid)); in set_tcb_field()
73 req->mask = cpu_to_be64(mask); in set_tcb_field()
74 req->val = cpu_to_be64(val); in set_tcb_field()
121 struct cpl_set_tcb_field *req, in mk_set_tcb_ulp()
125 struct ulp_txpkt *txpkt = (struct ulp_txpkt *)req; in mk_set_tcb_ulp()
120 mk_set_tcb_ulp(struct filter_entry *f, struct cpl_set_tcb_field *req, unsigned int word, u64 mask, u64 val, u8 cookie, int no_reply) mk_set_tcb_ulp() argument
1298 struct cpl_act_open_req6 *req = NULL; mk_act_open_req6() local
1336 struct cpl_act_open_req *req = NULL; mk_act_open_req() local
1741 struct cpl_set_tcb_field *req; cxgb4_del_hash_filter() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c60 struct cpl_set_tcb_field *req; in set_tcb_field() local
67 req = (struct cpl_set_tcb_field *)__skb_put_zero(skb, sizeof(*req)); in set_tcb_field()
68 INIT_TP_WR_CPL(req, CPL_SET_TCB_FIELD, ftid); in set_tcb_field()
69 req->reply_ctrl = htons(REPLY_CHAN_V(0) | in set_tcb_field()
72 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(ftid)); in set_tcb_field()
73 req->mask = cpu_to_be64(mask); in set_tcb_field()
74 req->val = cpu_to_be64(val); in set_tcb_field()
121 struct cpl_set_tcb_field *req, in mk_set_tcb_ulp()
125 struct ulp_txpkt *txpkt = (struct ulp_txpkt *)req; in mk_set_tcb_ulp()
120 mk_set_tcb_ulp(struct filter_entry *f, struct cpl_set_tcb_field *req, unsigned int word, u64 mask, u64 val, u8 cookie, int no_reply) mk_set_tcb_ulp() argument
1298 struct cpl_act_open_req6 *req = NULL; mk_act_open_req6() local
1336 struct cpl_act_open_req *req = NULL; mk_act_open_req() local
1741 struct cpl_set_tcb_field *req; cxgb4_del_hash_filter() local
[all...]
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp65 bool FetchModule::JsObjectToRequestData(JSIValue options, RequestData *req) in JsObjectToRequestData() argument
77 req->SetUrl(urlString.get()); in JsObjectToRequestData()
79 req->SetMethod(GetMethodFromOptions(options)); in JsObjectToRequestData()
80 HTTP_REQUEST_INFO("request method is %s", req->GetMethod().c_str()); in JsObjectToRequestData()
82 req->SetResponseType(GetResponseTypeFromOptions(options)); in JsObjectToRequestData()
87 GetNameValue(jsHeaders.get(), const_cast<std::map<std::string, std::string> &>(req->GetHeader())); in JsObjectToRequestData()
90 ParseExtraData(options, req); in JsObjectToRequestData()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.h238 void SetLastReqHeader(const ObexHeader &req) in SetLastReqHeader() argument
240 lastReqHeader_ = std::make_unique<ObexHeader>(req); in SetLastReqHeader()
260 const ObexHeader &req, std::shared_ptr<ObexBodyObject> writer, bool supportSrm, int srmpCount) in CreateReceivedObject()
262 receivedObject_ = std::make_unique<ObexClientReceivedObject>(req, writer, supportSrm, srmpCount); in CreateReceivedObject()
275 const ObexHeader &req, std::shared_ptr<ObexBodyObject> &bodyReader, uint16_t &mtu) in CreateSendObject()
277 sendObject_ = std::make_unique<ObexClientSendObject>(req, bodyReader, mtu); in CreateSendObject()
360 int SendGetResponse(const ObexHeader &req, ObexHeader &resp, std::shared_ptr<ObexBodyObject> reader = nullptr);
259 CreateReceivedObject( const ObexHeader &req, std::shared_ptr<ObexBodyObject> writer, bool supportSrm, int srmpCount) CreateReceivedObject() argument
274 CreateSendObject( const ObexHeader &req, std::shared_ptr<ObexBodyObject> &bodyReader, uint16_t &mtu) CreateSendObject() argument
/foundation/filemanagement/user_file_service/utils/
H A Dfile_util.h75 static void fs_req_cleanup(uv_fs_t* req) in fs_req_cleanup() argument
77 uv_fs_req_cleanup(req); in fs_req_cleanup()
78 if (req) { in fs_req_cleanup()
79 delete req; in fs_req_cleanup()
80 req = nullptr; in fs_req_cleanup()
84 static int CheckFsStatByPath(const string &path, uv_fs_t* req) in CheckFsStatByPath() argument
86 int ret = uv_fs_stat(nullptr, req, path.c_str(), nullptr); in CheckFsStatByPath()
/kernel/linux/linux-5.10/drivers/clk/sunxi/
H A Dclk-sun4i-tcon-ch1.c136 struct clk_rate_request *req) in tcon_ch1_determine_rate()
152 tmp_rate = tcon_ch1_calc_divider(req->rate, parent_rate, in tcon_ch1_determine_rate()
156 (req->rate - tmp_rate) < (req->rate - best_rate)) { in tcon_ch1_determine_rate()
158 req->best_parent_rate = parent_rate; in tcon_ch1_determine_rate()
159 req->best_parent_hw = parent; in tcon_ch1_determine_rate()
166 req->rate = best_rate; in tcon_ch1_determine_rate()
135 tcon_ch1_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) tcon_ch1_determine_rate() argument
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dcrc32-ce-core.S107 dCONSTANTl .req d0
108 dCONSTANTh .req d1
109 qCONSTANT .req q0
111 BUF .req r0
112 LEN .req r1
113 CRC .req r2
115 qzr .req q9
H A Daes-neonbs-core.S24 rounds .req ip
25 bskey .req r4
27 q0l .req d0
28 q0h .req d1
29 q1l .req d2
30 q1h .req d3
31 q2l .req d4
32 q2h .req d5
33 q3l .req d6
34 q3h .req d
[all...]
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dtegra186-cpufreq.c147 struct mrq_cpu_vhint_request req; in init_vhint_table() local
161 memset(&req, 0, sizeof(req)); in init_vhint_table()
162 req.addr = phys; in init_vhint_table()
163 req.cluster_id = cluster->info->bpmp_cluster_id; in init_vhint_table()
167 msg.tx.data = &req; in init_vhint_table()
168 msg.tx.size = sizeof(req); in init_vhint_table()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dcrc32-ce-core.S107 dCONSTANTl .req d0
108 dCONSTANTh .req d1
109 qCONSTANT .req q0
111 BUF .req r0
112 LEN .req r1
113 CRC .req r2
115 qzr .req q9
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dring.h107 __req_t req; \
194 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
197 req < rsp ? req : rsp; \
202 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
221 #define RING_COPY_REQUEST(r, idx, req) RING_COPY_(REQUEST, r, idx, req)
/kernel/linux/linux-5.10/fs/crypto/
H A Dkeysetup_v1.c52 struct skcipher_request *req = NULL; in derive_key_aes() local
63 req = skcipher_request_alloc(tfm, GFP_KERNEL); in derive_key_aes()
64 if (!req) { in derive_key_aes()
68 skcipher_request_set_callback(req, in derive_key_aes()
77 skcipher_request_set_crypt(req, &src_sg, &dst_sg, derived_keysize, in derive_key_aes()
79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
81 skcipher_request_free(req); in derive_key_aes()
/kernel/linux/linux-5.10/net/ceph/
H A Dcrypto.c221 SYNC_SKCIPHER_REQUEST_ON_STACK(req, key->tfm); in ceph_aes_crypt()
237 skcipher_request_set_sync_tfm(req, key->tfm); in ceph_aes_crypt()
238 skcipher_request_set_callback(req, 0, NULL, NULL); in ceph_aes_crypt()
239 skcipher_request_set_crypt(req, sgt.sgl, sgt.sgl, crypt_len, iv); in ceph_aes_crypt()
248 ret = crypto_skcipher_encrypt(req); in ceph_aes_crypt()
250 ret = crypto_skcipher_decrypt(req); in ceph_aes_crypt()
251 skcipher_request_zero(req); in ceph_aes_crypt()
/kernel/linux/linux-5.10/drivers/gpu/drm/sis/
H A Dsis_mm.c49 struct sis_memreq req; member
119 item->req.size = mem->size; in sis_drm_alloc()
120 sis_malloc(&item->req); in sis_drm_alloc()
121 if (item->req.size == 0) in sis_drm_alloc()
123 offset = item->req.offset; in sis_drm_alloc()
185 sis_free(obj->req.offset); in sis_drm_free()
343 sis_free(entry->req.offset); in sis_reclaim_buffers_locked()
/kernel/linux/linux-6.6/fs/crypto/
H A Dkeysetup_v1.c52 struct skcipher_request *req = NULL; in derive_key_aes() local
63 req = skcipher_request_alloc(tfm, GFP_KERNEL); in derive_key_aes()
64 if (!req) { in derive_key_aes()
68 skcipher_request_set_callback(req, in derive_key_aes()
77 skcipher_request_set_crypt(req, &src_sg, &dst_sg, derived_keysize, in derive_key_aes()
79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
81 skcipher_request_free(req); in derive_key_aes()
/kernel/linux/linux-6.6/drivers/clk/sunxi/
H A Dclk-sun4i-tcon-ch1.c136 struct clk_rate_request *req) in tcon_ch1_determine_rate()
152 tmp_rate = tcon_ch1_calc_divider(req->rate, parent_rate, in tcon_ch1_determine_rate()
156 (req->rate - tmp_rate) < (req->rate - best_rate)) { in tcon_ch1_determine_rate()
158 req->best_parent_rate = parent_rate; in tcon_ch1_determine_rate()
159 req->best_parent_hw = parent; in tcon_ch1_determine_rate()
166 req->rate = best_rate; in tcon_ch1_determine_rate()
135 tcon_ch1_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) tcon_ch1_determine_rate() argument
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dtegra186-cpufreq.c134 struct mrq_cpu_vhint_request req; in init_vhint_table() local
148 memset(&req, 0, sizeof(req)); in init_vhint_table()
149 req.addr = phys; in init_vhint_table()
150 req.cluster_id = cluster_id; in init_vhint_table()
154 msg.tx.data = &req; in init_vhint_table()
155 msg.tx.size = sizeof(req); in init_vhint_table()
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dring.h89 __req_t req; \
181 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
184 req < rsp ? req : rsp; \
194 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
213 #define RING_COPY_REQUEST(r, idx, req) RING_COPY_(REQUEST, r, idx, req)
/kernel/linux/linux-6.6/io_uring/
H A Dfdinfo.c183 struct io_kiocb *req; in io_uring_show_fdinfo() local
186 hlist_for_each_entry(req, &hb->list, hash_node) in io_uring_show_fdinfo()
187 seq_printf(m, " op=%d, task_works=%d\n", req->opcode, in io_uring_show_fdinfo()
188 task_work_pending(req->task)); in io_uring_show_fdinfo()
193 hlist_for_each_entry(req, &hbl->list, hash_node) in io_uring_show_fdinfo()
194 seq_printf(m, " op=%d, task_works=%d\n", req->opcode, in io_uring_show_fdinfo()
195 task_work_pending(req->task)); in io_uring_show_fdinfo()
/kernel/linux/linux-6.6/net/ceph/
H A Dcrypto.c222 SYNC_SKCIPHER_REQUEST_ON_STACK(req, key->tfm); in ceph_aes_crypt()
238 skcipher_request_set_sync_tfm(req, key->tfm); in ceph_aes_crypt()
239 skcipher_request_set_callback(req, 0, NULL, NULL); in ceph_aes_crypt()
240 skcipher_request_set_crypt(req, sgt.sgl, sgt.sgl, crypt_len, iv); in ceph_aes_crypt()
249 ret = crypto_skcipher_encrypt(req); in ceph_aes_crypt()
251 ret = crypto_skcipher_decrypt(req); in ceph_aes_crypt()
252 skcipher_request_zero(req); in ceph_aes_crypt()
/foundation/distributedhardware/device_manager/services/service/include/ipc/lite/
H A Dipc_server_stub.h24 int32_t RegisterDeviceManagerListener(IpcIo *req, IpcIo *reply);
25 int32_t UnRegisterDeviceManagerListener(IpcIo *req, IpcIo *reply);

Completed in 19 milliseconds

1...<<71727374757677787980>>...168