/kernel/linux/linux-6.6/net/mac80211/ |
H A D | scan.c | 346 struct cfg80211_scan_request *req; in ieee80211_prep_hw_scan() local 352 req = rcu_dereference_protected(local->scan_req, in ieee80211_prep_hw_scan() 359 for (i = 0; i < req->n_channels; i++) { in ieee80211_prep_hw_scan() 360 local->hw_scan_req->req.channels[i] = req->channels[i]; in ieee80211_prep_hw_scan() 361 bands_used |= BIT(req->channels[i]->band); in ieee80211_prep_hw_scan() 364 n_chans = req->n_channels; in ieee80211_prep_hw_scan() 372 for (i = 0; i < req->n_channels; i++) { in ieee80211_prep_hw_scan() 373 if (req->channels[i]->band != in ieee80211_prep_hw_scan() 376 local->hw_scan_req->req in ieee80211_prep_hw_scan() 682 __ieee80211_start_scan(struct ieee80211_sub_if_data *sdata, struct cfg80211_scan_request *req) __ieee80211_start_scan() argument 1155 ieee80211_request_scan(struct ieee80211_sub_if_data *sdata, struct cfg80211_scan_request *req) ieee80211_request_scan() argument 1297 __ieee80211_request_sched_scan_start(struct ieee80211_sub_if_data *sdata, struct cfg80211_sched_scan_request *req) __ieee80211_request_sched_scan_start() argument 1358 ieee80211_request_sched_scan_start(struct ieee80211_sub_if_data *sdata, struct cfg80211_sched_scan_request *req) ieee80211_request_sched_scan_start() argument [all...] |
/foundation/communication/dsoftbus/core/frame/small/init/include/ |
H A D | trans_server_stub.h | 26 int32_t ServerCreateSessionServer(IpcIo *req, IpcIo *reply); 27 int32_t ServerRemoveSessionServer(IpcIo *req, IpcIo *reply); 28 int32_t ServerOpenSession(IpcIo *req, IpcIo *reply); 29 int32_t ServerNotifyAuthSuccess(IpcIo *req, IpcIo *reply); 30 int32_t ServerOpenAuthSession(IpcIo *req, IpcIo *reqly); 31 int32_t ServerCloseChannel(IpcIo *req, IpcIo *reply); 32 int32_t ServerSendSessionMsg(IpcIo *req, IpcIo *reply); 33 int32_t ServerReleaseResources(IpcIo *req, IpcIo *reply);
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | rw.h | 18 int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe); 19 int io_read(struct io_kiocb *req, unsigned int issue_flags); 20 int io_readv_prep_async(struct io_kiocb *req); 21 int io_write(struct io_kiocb *req, unsigned int issue_flags); 22 int io_writev_prep_async(struct io_kiocb *req); 23 void io_readv_writev_cleanup(struct io_kiocb *req); 24 void io_rw_fail(struct io_kiocb *req); 25 void io_req_rw_complete(struct io_kiocb *req, struct io_tw_state *ts);
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | net2272.c | 318 struct net2272_request *req; in net2272_alloc_request() local 323 req = kzalloc(sizeof(*req), gfp_flags); in net2272_alloc_request() 324 if (!req) in net2272_alloc_request() 327 INIT_LIST_HEAD(&req->queue); in net2272_alloc_request() 329 return &req->req; in net2272_alloc_request() 335 struct net2272_request *req; in net2272_free_request() local 340 req = container_of(_req, struct net2272_request, req); in net2272_free_request() 346 net2272_done(struct net2272_ep *ep, struct net2272_request *req, int status) net2272_done() argument 385 net2272_write_packet(struct net2272_ep *ep, u8 *buf, struct net2272_request *req, unsigned max) net2272_write_packet() argument 422 net2272_write_fifo(struct net2272_ep *ep, struct net2272_request *req) net2272_write_fifo() argument 493 net2272_read_packet(struct net2272_ep *ep, u8 *buf, struct net2272_request *req, unsigned avail) net2272_read_packet() argument 535 net2272_read_fifo(struct net2272_ep *ep, struct net2272_request *req) net2272_read_fifo() argument 611 struct net2272_request *req; net2272_pio_advance() local 701 net2272_kick_dma(struct net2272_ep *ep, struct net2272_request *req) net2272_kick_dma() argument 809 struct net2272_request *req; net2272_queue() local 910 struct net2272_request *req; net2272_dequeue_all() local 928 struct net2272_request *req; net2272_dequeue() local 1508 struct net2272_request *req; net2272_handle_dma() local 1586 struct net2272_request *req; net2272_handle_ep() local 1716 struct net2272_request *req; net2272_handle_stat0_irqs() local [all...] |
H A D | mv_udc_core.c | 136 actual = curr_req->req.length; in process_ep_req() 196 curr_req->req.actual = actual; in process_ep_req() 206 static void done(struct mv_ep *ep, struct mv_req *req, int status) 216 /* Removed the req from fsl_ep->queue */ 217 list_del_init(&req->queue); 219 /* req.status should be set as -EINPROGRESS in ep_queue() */ 220 if (req->req.status == -EINPROGRESS) 221 req->req 251 queue_dtd(struct mv_ep *ep, struct mv_req *req) queue_dtd() argument 334 build_dtd(struct mv_req *req, unsigned *length, dma_addr_t *dma, int *is_last) build_dtd() argument 403 req_to_dtd(struct mv_req *req) req_to_dtd() argument 598 struct mv_req *req = NULL; mv_alloc_request() local 612 struct mv_req *req = NULL; mv_free_request() local 685 struct mv_req *req = container_of(_req, struct mv_req, req); mv_ep_queue() local 749 mv_prime_ep(struct mv_ep *ep, struct mv_req *req) mv_prime_ep() argument 774 struct mv_req *req; mv_ep_dequeue() local 1303 struct mv_req *req = NULL; nuke() local 1424 struct mv_req *req = container_of(_req, struct mv_req, req); prime_status_complete() local 1444 struct mv_req *req; udc_prime_status() local 1720 ep0_req_complete(struct mv_udc *udc, struct mv_ep *ep0, struct mv_req *req) ep0_req_complete() argument [all...] |
H A D | fusb300_udc.c | 33 static void done(struct fusb300_ep *ep, struct fusb300_request *req, 251 struct fusb300_request *req; in fusb300_disable() local 259 req = list_entry(ep->queue.next, struct fusb300_request, queue); in fusb300_disable() 261 done(ep, req, -ECONNRESET); in fusb300_disable() 271 struct fusb300_request *req; in fusb300_alloc_request() local 273 req = kzalloc(sizeof(struct fusb300_request), gfp_flags); in fusb300_alloc_request() 274 if (!req) in fusb300_alloc_request() 276 INIT_LIST_HEAD(&req->queue); in fusb300_alloc_request() 278 return &req->req; in fusb300_alloc_request() 283 struct fusb300_request *req; fusb300_free_request() local 330 fusb300_wrcxf(struct fusb300_ep *ep, struct fusb300_request *req) fusb300_wrcxf() argument 399 ep0_queue(struct fusb300_ep *ep, struct fusb300_request *req) ep0_queue() argument 423 struct fusb300_request *req; fusb300_queue() local 456 struct fusb300_request *req; fusb300_dequeue() local 600 fusb300_rdfifo(struct fusb300_ep *ep, struct fusb300_request *req, u32 length) fusb300_rdfifo() argument 864 done(struct fusb300_ep *ep, struct fusb300_request *req, int status) done() argument 938 fusb300_set_idma(struct fusb300_ep *ep, struct fusb300_request *req) fusb300_set_idma() argument 961 struct fusb300_request *req = list_entry(ep->queue.next, in_ep_fifo_handler() local 972 struct fusb300_request *req = list_entry(ep->queue.next, out_ep_fifo_handler() local 1012 struct fusb300_request *req; fusb300_ep0out() local 1029 struct fusb300_request *req; fusb300_ep0in() local [all...] |
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | rdma.c | 63 struct nvme_request req; member 291 struct nvme_rdma_request *req = blk_mq_rq_to_pdu(rq); in nvme_rdma_exit_request() local 293 kfree(req->sqe.data); in nvme_rdma_exit_request() 301 struct nvme_rdma_request *req = blk_mq_rq_to_pdu(rq); in nvme_rdma_init_request() local 306 req->sqe.data = kzalloc(sizeof(struct nvme_command), GFP_KERNEL); in nvme_rdma_init_request() 307 if (!req->sqe.data) in nvme_rdma_init_request() 312 req->metadata_sgl = (void *)nvme_req(rq) + in nvme_rdma_init_request() 316 req->queue = queue; in nvme_rdma_init_request() 1240 static void nvme_rdma_end_request(struct nvme_rdma_request *req) in nvme_rdma_end_request() argument 1242 struct request *rq = blk_mq_rq_from_pdu(req); in nvme_rdma_end_request() 1272 struct nvme_rdma_request *req = nvme_rdma_inv_rkey_done() local 1281 nvme_rdma_inv_rkey(struct nvme_rdma_queue *queue, struct nvme_rdma_request *req) nvme_rdma_inv_rkey() argument 1301 struct nvme_rdma_request *req = blk_mq_rq_to_pdu(rq); nvme_rdma_unmap_data() local 1340 nvme_rdma_map_sg_inline(struct nvme_rdma_queue *queue, struct nvme_rdma_request *req, struct nvme_command *c, int count) nvme_rdma_map_sg_inline() argument 1366 nvme_rdma_map_sg_single(struct nvme_rdma_queue *queue, struct nvme_rdma_request *req, struct nvme_command *c) nvme_rdma_map_sg_single() argument 1378 nvme_rdma_map_sg_fr(struct nvme_rdma_queue *queue, struct nvme_rdma_request *req, struct nvme_command *c, int count) nvme_rdma_map_sg_fr() argument 1482 nvme_rdma_map_sg_pi(struct nvme_rdma_queue *queue, struct nvme_rdma_request *req, struct nvme_command *c, int count, int pi_count) nvme_rdma_map_sg_pi() argument 1540 struct nvme_rdma_request *req = blk_mq_rq_to_pdu(rq); nvme_rdma_map_data() local 1642 struct nvme_rdma_request *req = nvme_rdma_send_done() local 1754 struct nvme_rdma_request *req; nvme_rdma_process_nvme_rsp() local 2004 struct nvme_rdma_request *req = blk_mq_rq_to_pdu(rq); nvme_rdma_complete_timed_out() local 2017 struct nvme_rdma_request *req = blk_mq_rq_to_pdu(rq); nvme_rdma_timeout() local 2056 struct nvme_rdma_request *req = blk_mq_rq_to_pdu(rq); nvme_rdma_queue_rq() local 2136 nvme_rdma_check_pi_status(struct nvme_rdma_request *req) nvme_rdma_check_pi_status() argument 2169 struct nvme_rdma_request *req = blk_mq_rq_to_pdu(rq); nvme_rdma_complete_rq() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_fs.c | 1049 struct npc_install_flow_req *req, in npc_update_rx_entry() 1056 req->chan_mask = 0x0; /* Do not care channel */ in npc_update_rx_entry() 1058 npc_update_entry(rvu, NPC_CHAN, entry, req->channel, 0, req->chan_mask, in npc_update_rx_entry() 1063 action.op = req->op; in npc_update_rx_entry() 1064 action.index = req->index; in npc_update_rx_entry() 1065 action.match_id = req->match_id; in npc_update_rx_entry() 1066 action.flow_key_alg = req->flow_key_alg; in npc_update_rx_entry() 1068 if (req->op == NIX_RX_ACTION_DEFAULT) { in npc_update_rx_entry() 1088 entry->vtag_action = FIELD_PREP(RX_VTAG0_VALID_BIT, req in npc_update_rx_entry() 1047 npc_update_rx_entry(struct rvu *rvu, struct rvu_pfvf *pfvf, struct mcam_entry *entry, struct npc_install_flow_req *req, u16 target, bool pf_set_vfs_mac) npc_update_rx_entry() argument 1098 npc_update_tx_entry(struct rvu *rvu, struct rvu_pfvf *pfvf, struct mcam_entry *entry, struct npc_install_flow_req *req, u16 target) npc_update_tx_entry() argument 1134 npc_install_flow(struct rvu *rvu, int blkaddr, u16 target, int nixlf, struct rvu_pfvf *pfvf, struct npc_install_flow_req *req, struct npc_install_flow_rsp *rsp, bool enable, bool pf_set_vfs_mac) npc_install_flow() argument 1284 rvu_mbox_handler_npc_install_flow(struct rvu *rvu, struct npc_install_flow_req *req, struct npc_install_flow_rsp *rsp) rvu_mbox_handler_npc_install_flow() argument 1434 rvu_mbox_handler_npc_delete_flow(struct rvu *rvu, struct npc_delete_flow_req *req, struct npc_delete_flow_rsp *rsp) rvu_mbox_handler_npc_delete_flow() argument 1597 struct npc_mcam_write_entry_req req = { 0 }; npc_install_mcam_drop_rule() local 1683 rvu_mbox_handler_npc_get_field_status(struct rvu *rvu, struct npc_get_field_status_req *req, struct npc_get_field_status_rsp *rsp) rvu_mbox_handler_npc_get_field_status() argument [all...] |
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | orangefs-sysfs.c | 351 new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_GET; in sysfs_service_op_show() 365 new_op->upcall.req.param.op = in sysfs_service_op_show() 369 new_op->upcall.req.param.op = in sysfs_service_op_show() 373 new_op->upcall.req.param.op = in sysfs_service_op_show() 378 new_op->upcall.req.param.op = in sysfs_service_op_show() 383 new_op->upcall.req.param.op = in sysfs_service_op_show() 388 new_op->upcall.req.param.op = in sysfs_service_op_show() 393 new_op->upcall.req.param.op = in sysfs_service_op_show() 397 new_op->upcall.req.param.op = in sysfs_service_op_show() 401 new_op->upcall.req in sysfs_service_op_show() [all...] |
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | orangefs-sysfs.c | 351 new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_GET; in sysfs_service_op_show() 365 new_op->upcall.req.param.op = in sysfs_service_op_show() 369 new_op->upcall.req.param.op = in sysfs_service_op_show() 373 new_op->upcall.req.param.op = in sysfs_service_op_show() 378 new_op->upcall.req.param.op = in sysfs_service_op_show() 383 new_op->upcall.req.param.op = in sysfs_service_op_show() 388 new_op->upcall.req.param.op = in sysfs_service_op_show() 393 new_op->upcall.req.param.op = in sysfs_service_op_show() 397 new_op->upcall.req.param.op = in sysfs_service_op_show() 401 new_op->upcall.req in sysfs_service_op_show() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/ |
H A D | cptvf_reqmanager.c | 123 struct cpt_request_info *req) in setup_sgio_list() 129 if (req->incnt > MAX_SG_IN_CNT || req->outcnt > MAX_SG_OUT_CNT) { in setup_sgio_list() 136 g_sz_bytes = ((req->incnt + 3) / 4) * sizeof(struct sglist_component); in setup_sgio_list() 137 info->gather_components = kzalloc(g_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list() 143 ret = setup_sgio_components(cptvf, req->in, in setup_sgio_list() 144 req->incnt, in setup_sgio_list() 153 s_sz_bytes = ((req->outcnt + 3) / 4) * sizeof(struct sglist_component); in setup_sgio_list() 154 info->scatter_components = kzalloc(s_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list() 160 ret = setup_sgio_components(cptvf, req in setup_sgio_list() 121 setup_sgio_list(struct cpt_vf *cptvf, struct cpt_info_buffer *info, struct cpt_request_info *req) setup_sgio_list() argument 275 struct cpt_request_info *req; do_request_cleanup() local 410 process_request(struct cpt_vf *cptvf, struct cpt_request_info *req) process_request() argument 558 cptvf_do_request(void *vfdev, struct cpt_request_info *req) cptvf_do_request() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/ |
H A D | cptvf_reqmanager.c | 123 struct cpt_request_info *req) in setup_sgio_list() 129 if (req->incnt > MAX_SG_IN_CNT || req->outcnt > MAX_SG_OUT_CNT) { in setup_sgio_list() 136 g_sz_bytes = ((req->incnt + 3) / 4) * sizeof(struct sglist_component); in setup_sgio_list() 137 info->gather_components = kzalloc(g_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list() 143 ret = setup_sgio_components(cptvf, req->in, in setup_sgio_list() 144 req->incnt, in setup_sgio_list() 153 s_sz_bytes = ((req->outcnt + 3) / 4) * sizeof(struct sglist_component); in setup_sgio_list() 154 info->scatter_components = kzalloc(s_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list() 160 ret = setup_sgio_components(cptvf, req in setup_sgio_list() 121 setup_sgio_list(struct cpt_vf *cptvf, struct cpt_info_buffer *info, struct cpt_request_info *req) setup_sgio_list() argument 271 struct cpt_request_info *req; do_request_cleanup() local 406 process_request(struct cpt_vf *cptvf, struct cpt_request_info *req) process_request() argument 554 cptvf_do_request(void *vfdev, struct cpt_request_info *req) cptvf_do_request() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-tdes.c | 112 struct skcipher_request *req; member 298 if (dd->req->iv && (valmr & TDES_MR_OPMOD_MASK) != TDES_MR_OPMOD_ECB) in atmel_tdes_write_ctrl() 299 atmel_tdes_write_n(dd, TDES_IV1R, (void *)dd->req->iv, 2); in atmel_tdes_write_ctrl() 389 struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(dd->req); in atmel_tdes_crypt_pdc() 432 struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(dd->req); in atmel_tdes_crypt_dma() 570 struct skcipher_request *req = dd->req; in atmel_tdes_set_iv_as_last_ciphertext_block() local 571 struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(req); in atmel_tdes_set_iv_as_last_ciphertext_block() 572 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in atmel_tdes_set_iv_as_last_ciphertext_block() 575 if (req in atmel_tdes_set_iv_as_last_ciphertext_block() 593 struct skcipher_request *req = dd->req; atmel_tdes_finish_req() local 606 atmel_tdes_handle_queue(struct atmel_tdes_dev *dd, struct skcipher_request *req) atmel_tdes_handle_queue() argument 689 atmel_tdes_crypt(struct skcipher_request *req, unsigned long mode) atmel_tdes_crypt() argument 828 atmel_tdes_ecb_encrypt(struct skcipher_request *req) atmel_tdes_ecb_encrypt() argument 833 atmel_tdes_ecb_decrypt(struct skcipher_request *req) atmel_tdes_ecb_decrypt() argument 838 atmel_tdes_cbc_encrypt(struct skcipher_request *req) atmel_tdes_cbc_encrypt() argument 843 atmel_tdes_cbc_decrypt(struct skcipher_request *req) atmel_tdes_cbc_decrypt() argument 847 atmel_tdes_cfb_encrypt(struct skcipher_request *req) atmel_tdes_cfb_encrypt() argument 852 atmel_tdes_cfb_decrypt(struct skcipher_request *req) atmel_tdes_cfb_decrypt() argument 857 atmel_tdes_cfb8_encrypt(struct skcipher_request *req) atmel_tdes_cfb8_encrypt() argument 862 atmel_tdes_cfb8_decrypt(struct skcipher_request *req) atmel_tdes_cfb8_decrypt() argument 867 atmel_tdes_cfb16_encrypt(struct skcipher_request *req) atmel_tdes_cfb16_encrypt() argument 872 atmel_tdes_cfb16_decrypt(struct skcipher_request *req) atmel_tdes_cfb16_decrypt() argument 877 atmel_tdes_cfb32_encrypt(struct skcipher_request *req) atmel_tdes_cfb32_encrypt() argument 882 atmel_tdes_cfb32_decrypt(struct skcipher_request *req) atmel_tdes_cfb32_decrypt() argument 887 atmel_tdes_ofb_encrypt(struct skcipher_request *req) atmel_tdes_ofb_encrypt() argument 892 atmel_tdes_ofb_decrypt(struct skcipher_request *req) atmel_tdes_ofb_decrypt() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 89 struct hpre_sqe req; member 231 struct hpre_sqe *msg = &hpre_req->req; in hpre_hw_data_init() 255 struct hpre_asym_request *req, in hpre_hw_data_clr_all() 260 struct hpre_sqe *sqe = &req->req; in hpre_hw_data_clr_all() 268 if (req->src) in hpre_hw_data_clr_all() 269 dma_free_coherent(dev, ctx->key_sz, req->src, tmp); in hpre_hw_data_clr_all() 278 if (req->dst) { in hpre_hw_data_clr_all() 280 scatterwalk_map_and_copy(req->dst, dst, 0, in hpre_hw_data_clr_all() 282 dma_free_coherent(dev, ctx->key_sz, req in hpre_hw_data_clr_all() 254 hpre_hw_data_clr_all(struct hpre_ctx *ctx, struct hpre_asym_request *req, struct scatterlist *dst, struct scatterlist *src) hpre_hw_data_clr_all() argument 291 struct hpre_asym_request *req; hpre_alg_res_post_hf() local 349 hpre_is_bd_timeout(struct hpre_asym_request *req, u64 overtime_thrhld) hpre_is_bd_timeout() argument 370 struct hpre_asym_request *req; hpre_dh_cb() local 391 struct hpre_asym_request *req; hpre_rsa_cb() local 414 struct hpre_asym_request *req = ctx->req_list[le16_to_cpu(sqe->tag)]; hpre_alg_cb() local 439 hpre_msg_request_set(struct hpre_ctx *ctx, void *req, bool is_rsa) hpre_msg_request_set() argument 514 hpre_dh_compute_value(struct kpp_request *req) hpre_dh_compute_value() argument 716 hpre_rsa_enc(struct akcipher_request *req) hpre_rsa_enc() argument 764 hpre_rsa_dec(struct akcipher_request *req) hpre_rsa_dec() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | fusb300_udc.c | 33 static void done(struct fusb300_ep *ep, struct fusb300_request *req, 251 struct fusb300_request *req; in fusb300_disable() local 259 req = list_entry(ep->queue.next, struct fusb300_request, queue); in fusb300_disable() 261 done(ep, req, -ECONNRESET); in fusb300_disable() 271 struct fusb300_request *req; in fusb300_alloc_request() local 273 req = kzalloc(sizeof(struct fusb300_request), gfp_flags); in fusb300_alloc_request() 274 if (!req) in fusb300_alloc_request() 276 INIT_LIST_HEAD(&req->queue); in fusb300_alloc_request() 278 return &req->req; in fusb300_alloc_request() 283 struct fusb300_request *req; fusb300_free_request() local 330 fusb300_wrcxf(struct fusb300_ep *ep, struct fusb300_request *req) fusb300_wrcxf() argument 399 ep0_queue(struct fusb300_ep *ep, struct fusb300_request *req) ep0_queue() argument 423 struct fusb300_request *req; fusb300_queue() local 456 struct fusb300_request *req; fusb300_dequeue() local 600 fusb300_rdfifo(struct fusb300_ep *ep, struct fusb300_request *req, u32 length) fusb300_rdfifo() argument 864 done(struct fusb300_ep *ep, struct fusb300_request *req, int status) done() argument 938 fusb300_set_idma(struct fusb300_ep *ep, struct fusb300_request *req) fusb300_set_idma() argument 961 struct fusb300_request *req = list_entry(ep->queue.next, in_ep_fifo_handler() local 972 struct fusb300_request *req = list_entry(ep->queue.next, out_ep_fifo_handler() local 1012 struct fusb300_request *req; fusb300_ep0out() local 1029 struct fusb300_request *req; fusb300_ep0in() local [all...] |
H A D | mv_udc_core.c | 136 actual = curr_req->req.length; in process_ep_req() 196 curr_req->req.actual = actual; in process_ep_req() 206 static void done(struct mv_ep *ep, struct mv_req *req, int status) 216 /* Removed the req from fsl_ep->queue */ 217 list_del_init(&req->queue); 219 /* req.status should be set as -EINPROGRESS in ep_queue() */ 220 if (req->req.status == -EINPROGRESS) 221 req->req 251 queue_dtd(struct mv_ep *ep, struct mv_req *req) queue_dtd() argument 334 build_dtd(struct mv_req *req, unsigned *length, dma_addr_t *dma, int *is_last) build_dtd() argument 403 req_to_dtd(struct mv_req *req) req_to_dtd() argument 598 struct mv_req *req; mv_alloc_request() local 612 struct mv_req *req = NULL; mv_free_request() local 685 struct mv_req *req = container_of(_req, struct mv_req, req); mv_ep_queue() local 749 mv_prime_ep(struct mv_ep *ep, struct mv_req *req) mv_prime_ep() argument 774 struct mv_req *req = NULL, *iter; mv_ep_dequeue() local 1305 struct mv_req *req = NULL; nuke() local 1425 struct mv_req *req = container_of(_req, struct mv_req, req); prime_status_complete() local 1445 struct mv_req *req; udc_prime_status() local 1721 ep0_req_complete(struct mv_udc *udc, struct mv_ep *ep0, struct mv_req *req) ep0_req_complete() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hptiop.c | 41 struct hpt_iop_request_scsi_command *req); 48 u32 req = 0; in iop_wait_ready_itl() local 52 req = readl(&hba->u.itl.iop->inbound_queue); in iop_wait_ready_itl() 53 if (req != IOPMU_QUEUE_EMPTY) in iop_wait_ready_itl() 58 if (req != IOPMU_QUEUE_EMPTY) { in iop_wait_ready_itl() 59 writel(req, &hba->u.itl.iop->outbound_queue); in iop_wait_ready_itl() 88 u32 req; in hptiop_drain_outbound_queue_itl() local 90 while ((req = readl(&hba->u.itl.iop->outbound_queue)) != in hptiop_drain_outbound_queue_itl() 93 if (req & IOPMU_QUEUE_MASK_HOST_BITS) in hptiop_drain_outbound_queue_itl() 94 hptiop_request_callback_itl(hba, req); in hptiop_drain_outbound_queue_itl() 178 struct hpt_iop_request_scsi_command *req; hptiop_request_callback_mv() local 233 struct hpt_iop_request_scsi_command *req; hptiop_request_callback_mvfrey() local 301 struct hpt_iop_request_header __iomem *req = _req; iop_send_sync_request_itl() local 404 struct hpt_iop_request_get_config __iomem *req; iop_get_config_itl() local 431 struct hpt_iop_request_get_config *req = hba->u.mv.internal_req; iop_get_config_mv() local 476 struct hpt_iop_request_set_config __iomem *req; iop_set_config_itl() local 507 struct hpt_iop_request_set_config *req = hba->u.mv.internal_req; iop_set_config_mv() local 529 struct hpt_iop_request_set_config *req = iop_set_config_mvfrey() local 709 free_req(struct hptiop_hba *hba, struct hptiop_request *req) free_req() argument 716 hptiop_finish_scsi_req(struct hptiop_hba *hba, u32 tag, struct hpt_iop_request_scsi_command *req) hptiop_finish_scsi_req() argument 778 struct hpt_iop_request_scsi_command *req; hptiop_host_request_callback_itl() local 796 struct hpt_iop_request_header __iomem *req; hptiop_iop_request_callback_itl() local 1000 struct hpt_iop_request_scsi_command *req; hptiop_queuecommand_lck() local [all...] |
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_ms_feature.h | 30 typedef uint8_t (*BundleInvokeType)(const uint8_t funcId, IpcIo *req, IpcIo *reply); 40 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply); 57 static uint8_t HandleGetBundleInfos(const uint8_t funcId, IpcIo *req, IpcIo *reply); 58 static uint8_t QueryInnerAbilityInfo(const uint8_t funcId, IpcIo *req, IpcIo *reply); 59 static uint8_t GetInnerBundleInfo(const uint8_t funcId, IpcIo *req, IpcIo *reply); 60 static uint8_t GetInnerBundleNameForUid(const uint8_t funcId, IpcIo *req, IpcIo *reply); 61 static uint8_t ChangeInnerCallbackServiceId(const uint8_t funcId, IpcIo *req, IpcIo *reply); 62 static uint8_t HasSystemCapability(const uint8_t funcId, IpcIo *req, IpcIo *reply); 63 static uint8_t GetSystemAvailableCapabilities(const uint8_t funcId, IpcIo *req, IpcIo *reply); 64 static uint8_t GetInnerBundleSize(const uint8_t funcId, IpcIo *req, IpcI [all...] |
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-aes-cbc.c | 53 static int cbc_aes_nx_crypt(struct skcipher_request *req, in cbc_aes_nx_crypt() argument 56 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_aes_nx_crypt() 71 to_process = req->cryptlen - processed; in cbc_aes_nx_crypt() 73 rc = nx_build_sg_lists(nx_ctx, req->iv, req->dst, req->src, in cbc_aes_nx_crypt() 85 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt() 89 memcpy(req->iv, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in cbc_aes_nx_crypt() 95 } while (processed < req->cryptlen); in cbc_aes_nx_crypt() 101 static int cbc_aes_nx_encrypt(struct skcipher_request *req) in cbc_aes_nx_encrypt() argument 106 cbc_aes_nx_decrypt(struct skcipher_request *req) cbc_aes_nx_decrypt() argument [all...] |
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | ppc_cbe_cpufreq_pmi.c | 68 struct freq_qos_request *req; in cbe_cpufreq_handle_pmi() local 87 req = policy->driver_data; in cbe_cpufreq_handle_pmi() 89 ret = freq_qos_update_request(req, in cbe_cpufreq_handle_pmi() 106 struct freq_qos_request *req; in cbe_cpufreq_pmi_policy_init() local 112 req = kzalloc(sizeof(*req), GFP_KERNEL); in cbe_cpufreq_pmi_policy_init() 113 if (!req) in cbe_cpufreq_pmi_policy_init() 116 ret = freq_qos_add_request(&policy->constraints, req, FREQ_QOS_MAX, in cbe_cpufreq_pmi_policy_init() 120 kfree(req); in cbe_cpufreq_pmi_policy_init() 124 policy->driver_data = req; in cbe_cpufreq_pmi_policy_init() 130 struct freq_qos_request *req = policy->driver_data; cbe_cpufreq_pmi_policy_exit() local [all...] |
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | ppc_cbe_cpufreq_pmi.c | 67 struct freq_qos_request *req; in cbe_cpufreq_handle_pmi() local 86 req = policy->driver_data; in cbe_cpufreq_handle_pmi() 88 ret = freq_qos_update_request(req, in cbe_cpufreq_handle_pmi() 105 struct freq_qos_request *req; in cbe_cpufreq_pmi_policy_init() local 111 req = kzalloc(sizeof(*req), GFP_KERNEL); in cbe_cpufreq_pmi_policy_init() 112 if (!req) in cbe_cpufreq_pmi_policy_init() 115 ret = freq_qos_add_request(&policy->constraints, req, FREQ_QOS_MAX, in cbe_cpufreq_pmi_policy_init() 119 kfree(req); in cbe_cpufreq_pmi_policy_init() 123 policy->driver_data = req; in cbe_cpufreq_pmi_policy_init() 129 struct freq_qos_request *req = policy->driver_data; cbe_cpufreq_pmi_policy_exit() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-aes-cbc.c | 53 static int cbc_aes_nx_crypt(struct skcipher_request *req, in cbc_aes_nx_crypt() argument 56 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_aes_nx_crypt() 71 to_process = req->cryptlen - processed; in cbc_aes_nx_crypt() 73 rc = nx_build_sg_lists(nx_ctx, req->iv, req->dst, req->src, in cbc_aes_nx_crypt() 85 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt() 89 memcpy(req->iv, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in cbc_aes_nx_crypt() 95 } while (processed < req->cryptlen); in cbc_aes_nx_crypt() 101 static int cbc_aes_nx_encrypt(struct skcipher_request *req) in cbc_aes_nx_encrypt() argument 106 cbc_aes_nx_decrypt(struct skcipher_request *req) cbc_aes_nx_decrypt() argument [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ublk_drv.c | 197 static inline unsigned int ublk_req_build_flags(struct request *req); 323 struct request *req; in ublk_report_zones() local 329 req = blk_mq_alloc_request(disk->queue, REQ_OP_DRV_IN, 0); in ublk_report_zones() 330 if (IS_ERR(req)) { in ublk_report_zones() 331 ret = PTR_ERR(req); in ublk_report_zones() 335 pdu = blk_mq_rq_to_pdu(req); in ublk_report_zones() 340 ret = blk_rq_map_kern(disk->queue, req, buffer, buffer_length, in ublk_report_zones() 343 blk_mq_free_request(req); in ublk_report_zones() 347 status = blk_execute_rq(req, 0); in ublk_report_zones() 349 blk_mq_free_request(req); in ublk_report_zones() 377 ublk_setup_iod_zoned(struct ublk_queue *ubq, struct request *req) ublk_setup_iod_zoned() argument 449 ublk_setup_iod_zoned(struct ublk_queue *ubq, struct request *req) ublk_setup_iod_zoned() argument 612 ublk_init_req_ref(const struct ublk_queue *ubq, struct request *req) ublk_init_req_ref() argument 622 ublk_get_req_ref(const struct ublk_queue *ubq, struct request *req) ublk_get_req_ref() argument 634 ublk_put_req_ref(const struct ublk_queue *ubq, struct request *req) ublk_put_req_ref() argument 818 ublk_advance_io_iter(const struct request *req, struct ublk_io_iter *iter, unsigned int offset) ublk_advance_io_iter() argument 839 ublk_copy_user_pages(const struct request *req, unsigned offset, struct iov_iter *uiter, int dir) ublk_copy_user_pages() argument 873 ublk_need_map_req(const struct request *req) ublk_need_map_req() argument 878 ublk_need_unmap_req(const struct request *req) ublk_need_unmap_req() argument 884 ublk_map_io(const struct ublk_queue *ubq, const struct request *req, struct ublk_io *io) ublk_map_io() argument 910 ublk_unmap_io(const struct ublk_queue *ubq, const struct request *req, struct ublk_io *io) ublk_unmap_io() argument 933 ublk_req_build_flags(struct request *req) ublk_req_build_flags() argument 961 ublk_setup_iod(struct ublk_queue *ubq, struct request *req) ublk_setup_iod() argument 1015 __ublk_complete_rq(struct request *req) __ublk_complete_rq() argument 1072 struct request *req = blk_mq_rq_from_pdu(data); ublk_complete_rq() local 1085 __ublk_fail_req(struct ublk_queue *ubq, struct ublk_io *io, struct request *req) __ublk_fail_req() argument 1129 __ublk_rq_task_work(struct request *req, unsigned issue_flags) __ublk_rq_task_work() argument 1399 struct request *req; ublk_commit_completion() local 1641 struct request *req = blk_mq_tag_to_rq(ub->tag_set.tags[q_id], tag); ublk_handle_need_get_data() local 1677 struct request *req; __ublk_ch_uring_cmd() local 1794 struct request *req; __ublk_check_and_get_req() local 1838 ublk_check_ubuf_dir(const struct request *req, int ubuf_dir) ublk_check_ubuf_dir() argument 1860 struct request *req; ublk_check_and_get_req() local 1907 struct request *req; ublk_ch_read_iter() local 1925 struct request *req; ublk_ch_write_iter() local [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/as102/ |
H A D | as10x_cmd_cfg.c | 34 sizeof(pcmd->body.context.req)); in as10x_cmd_get_context() 37 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_get_context() 38 pcmd->body.context.req.tag = cpu_to_le16(tag); in as10x_cmd_get_context() 39 pcmd->body.context.req.type = cpu_to_le16(GET_CONTEXT_DATA); in as10x_cmd_get_context() 45 sizeof(pcmd->body.context.req) in as10x_cmd_get_context() 90 sizeof(pcmd->body.context.req)); in as10x_cmd_set_context() 93 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_set_context() 94 /* pcmd->body.context.req.reg_val.mode initialization is not required */ in as10x_cmd_set_context() 95 pcmd->body.context.req.reg_val.u.value32 = (__force u32)cpu_to_le32(value); in as10x_cmd_set_context() 96 pcmd->body.context.req in as10x_cmd_set_context() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/as102/ |
H A D | as10x_cmd_cfg.c | 34 sizeof(pcmd->body.context.req)); in as10x_cmd_get_context() 37 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_get_context() 38 pcmd->body.context.req.tag = cpu_to_le16(tag); in as10x_cmd_get_context() 39 pcmd->body.context.req.type = cpu_to_le16(GET_CONTEXT_DATA); in as10x_cmd_get_context() 45 sizeof(pcmd->body.context.req) in as10x_cmd_get_context() 90 sizeof(pcmd->body.context.req)); in as10x_cmd_set_context() 93 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_set_context() 94 /* pcmd->body.context.req.reg_val.mode initialization is not required */ in as10x_cmd_set_context() 95 pcmd->body.context.req.reg_val.u.value32 = (__force u32)cpu_to_le32(value); in as10x_cmd_set_context() 96 pcmd->body.context.req in as10x_cmd_set_context() [all...] |