Home
last modified time | relevance | path

Searched refs:req (Results 3426 - 3450 of 5457) sorted by relevance

1...<<131132133134135136137138139140>>...219

/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h179 struct tid_rdma_request *req; member
210 int hfi1_kern_exp_rcv_setup(struct tid_rdma_request *req,
212 int hfi1_kern_exp_rcv_clear(struct tid_rdma_request *req);
213 void hfi1_kern_exp_rcv_clear_all(struct tid_rdma_request *req);
H A Dtrace_tx.h201 TP_printk("[%s] SDMA [%u:%u] Using req/comp entry: %u",
466 TP_PROTO(struct hfi1_devdata *dd, u16 ctxt, u8 subctxt, u16 req,
468 TP_ARGS(dd, ctxt, subctxt, req, hdr, tidval),
473 __field(u16, req)
501 __entry->req = req;
524 __entry->req,
694 TP_PROTO(struct hfi1_devdata *dd, u16 ctxt, u8 subctxt, u16 req,
696 TP_ARGS(dd, ctxt, subctxt, req, sde, ahgidx, ahg, len, tidval),
701 __field(u16, req)
[all...]
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dspi.c179 unsigned char req[2], resp_hdr[2]; in __nci_spi_read() local
187 req[0] = NCI_SPI_DIRECT_READ; in __nci_spi_read()
188 req[1] = nspi->acknowledge_mode; in __nci_spi_read()
189 tx.tx_buf = req; in __nci_spi_read()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dfpsimd-test.S20 .macro _vldr Vn:req, Xt:req
24 .macro _vstr Vn:req, Xt:req
/third_party/libuv/test/
H A Dtest-tcp-bind-error.c38 static void connect_cb(uv_connect_t* req, int status) { in connect_cb() argument
40 uv_close((uv_handle_t*) req->handle, close_cb); in connect_cb()
48 uv_connect_t req; in TEST_IMPL() local
61 ASSERT_OK(uv_tcp_connect(&req, in TEST_IMPL()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_init.c126 for (handle = 1; handle < qpair->req->num_outstanding_cmds; handle++) { in qla24xx_abort_iocb_timeout()
127 if (sp->cmd_sp && (qpair->req->outstanding_cmds[handle] == in qla24xx_abort_iocb_timeout()
129 qpair->req->outstanding_cmds[handle] = NULL; in qla24xx_abort_iocb_timeout()
135 if (qpair->req->outstanding_cmds[handle] == sp) { in qla24xx_abort_iocb_timeout()
136 qpair->req->outstanding_cmds[handle] = NULL; in qla24xx_abort_iocb_timeout()
201 abt_iocb->u.abt.req_que_no = cpu_to_le16(cmd_sp->qpair->req->id); in qla24xx_async_abort_cmd()
255 for (h = 1; h < sp->qpair->req->num_outstanding_cmds; in qla2x00_async_iocb_timeout()
257 if (sp->qpair->req->outstanding_cmds[h] == in qla2x00_async_iocb_timeout()
259 sp->qpair->req->outstanding_cmds[h] = in qla2x00_async_iocb_timeout()
279 for (h = 1; h < sp->qpair->req in qla2x00_async_iocb_timeout()
2342 struct req_que *req = qpair->req; qla24xx_async_abort_command() local
2683 struct req_que *req = ha->req_q_map[0]; qla2x00_initialize_adapter() local
3532 struct req_que *req = ha->req_q_map[0]; qla2x00_chip_diag() local
3651 struct req_que *req = ha->req_q_map[0]; qla24xx_chip_diag() local
3775 struct req_que *req = ha->req_q_map[0]; qla2x00_alloc_fw_dump() local
3981 qla2x00_alloc_outstanding_cmds(struct qla_hw_data *ha, struct req_que *req) qla2x00_alloc_outstanding_cmds() argument
4629 struct req_que *req = ha->req_q_map[0]; qla2x00_config_rings() local
4656 struct req_que *req = ha->req_q_map[0]; qla24xx_config_rings() local
4747 struct req_que *req; qla2x00_init_rings() local
7494 struct req_que *req = ha->req_q_map[0]; qla2x00_abort_isp() local
7735 struct req_que *req = NULL; qla25xx_init_queues() local
8414 struct req_que *req = ha->req_q_map[0]; qla24xx_load_risc_flash() local
8558 struct req_que *req = ha->req_q_map[0]; qla2x00_load_risc() local
8661 struct req_que *req = ha->req_q_map[0]; qla24xx_load_risc_blob() local
[all...]
H A Dqla_tmpl.c338 struct req_que *req = vha->hw->req_q_map[i]; in qla27xx_fwdt_entry_t263() local
340 if (req || !buf) { in qla27xx_fwdt_entry_t263()
341 length = req ? in qla27xx_fwdt_entry_t263()
342 req->length : REQUEST_ENTRY_CNT_24XX; in qla27xx_fwdt_entry_t263()
345 qla27xx_insertbuf(req ? req->ring : NULL, in qla27xx_fwdt_entry_t263()
346 length * sizeof(*req->ring), buf, len); in qla27xx_fwdt_entry_t263()
641 struct req_que *req = vha->hw->req_q_map[i]; in qla27xx_fwdt_entry_t274() local
643 if (req || !buf) { in qla27xx_fwdt_entry_t274()
646 qla27xx_insert32(req in qla27xx_fwdt_entry_t274()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_init.c116 for (handle = 1; handle < qpair->req->num_outstanding_cmds; handle++) { in qla24xx_abort_iocb_timeout()
117 if (sp->cmd_sp && (qpair->req->outstanding_cmds[handle] == in qla24xx_abort_iocb_timeout()
119 qpair->req->outstanding_cmds[handle] = NULL; in qla24xx_abort_iocb_timeout()
122 if (qpair->req->outstanding_cmds[handle] == sp) { in qla24xx_abort_iocb_timeout()
123 qpair->req->outstanding_cmds[handle] = NULL; in qla24xx_abort_iocb_timeout()
173 abt_iocb->u.abt.req_que_no = cpu_to_le16(cmd_sp->qpair->req->id); in qla24xx_async_abort_cmd()
227 for (h = 1; h < sp->qpair->req->num_outstanding_cmds; in qla2x00_async_iocb_timeout()
229 if (sp->qpair->req->outstanding_cmds[h] == in qla2x00_async_iocb_timeout()
231 sp->qpair->req->outstanding_cmds[h] = in qla2x00_async_iocb_timeout()
251 for (h = 1; h < sp->qpair->req in qla2x00_async_iocb_timeout()
1963 struct req_que *req = qpair->req; qla24xx_async_abort_command() local
2298 struct req_que *req = ha->req_q_map[0]; qla2x00_initialize_adapter() local
3094 struct req_que *req = ha->req_q_map[0]; qla2x00_chip_diag() local
3213 struct req_que *req = ha->req_q_map[0]; qla24xx_chip_diag() local
3337 struct req_que *req = ha->req_q_map[0]; qla2x00_alloc_fw_dump() local
3544 qla2x00_alloc_outstanding_cmds(struct qla_hw_data *ha, struct req_que *req) qla2x00_alloc_outstanding_cmds() argument
4145 struct req_que *req = ha->req_q_map[0]; qla2x00_config_rings() local
4172 struct req_que *req = ha->req_q_map[0]; qla24xx_config_rings() local
4263 struct req_que *req; qla2x00_init_rings() local
7019 struct req_que *req = ha->req_q_map[0]; qla2x00_abort_isp() local
7249 struct req_que *req = NULL; qla25xx_init_queues() local
7924 struct req_que *req = ha->req_q_map[0]; qla24xx_load_risc_flash() local
8070 struct req_que *req = ha->req_q_map[0]; qla2x00_load_risc() local
8173 struct req_que *req = ha->req_q_map[0]; qla24xx_load_risc_blob() local
[all...]
H A Dqla_tmpl.c338 struct req_que *req = vha->hw->req_q_map[i]; in qla27xx_fwdt_entry_t263() local
340 if (req || !buf) { in qla27xx_fwdt_entry_t263()
341 length = req ? in qla27xx_fwdt_entry_t263()
342 req->length : REQUEST_ENTRY_CNT_24XX; in qla27xx_fwdt_entry_t263()
345 qla27xx_insertbuf(req ? req->ring : NULL, in qla27xx_fwdt_entry_t263()
346 length * sizeof(*req->ring), buf, len); in qla27xx_fwdt_entry_t263()
636 struct req_que *req = vha->hw->req_q_map[i]; in qla27xx_fwdt_entry_t274() local
638 if (req || !buf) { in qla27xx_fwdt_entry_t274()
641 qla27xx_insert32(req in qla27xx_fwdt_entry_t274()
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-modes.S319 OUT .req x0
320 IN .req x1
321 KEY .req x2
322 ROUNDS_W .req w3
323 BYTES_W .req w4
324 IV .req x5
325 BYTE_CTR_W .req w6 // XCTR only
327 CTR_W .req w11 // XCTR only
328 CTR .req x11 // XCTR only
329 IV_PART .req x1
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_qp.c197 union pvrdma_cmd_req req; in pvrdma_create_qp() local
199 struct pvrdma_cmd_create_qp *cmd = &req.create_qp; in pvrdma_create_qp()
390 ret = pvrdma_cmd_post(dev, &req, &rsp, PVRDMA_CMD_CREATE_QP_RESP); in pvrdma_create_qp()
489 union pvrdma_cmd_req req; in _pvrdma_destroy_qp_work() local
490 struct pvrdma_cmd_destroy_qp *cmd = &req.destroy_qp; in _pvrdma_destroy_qp_work()
497 ret = pvrdma_cmd_post(dev, &req, NULL, 0); in _pvrdma_destroy_qp_work()
541 union pvrdma_cmd_req req; in pvrdma_modify_qp() local
543 struct pvrdma_cmd_modify_qp *cmd = &req.modify_qp; in pvrdma_modify_qp()
623 ret = pvrdma_cmd_post(dev, &req, &rsp, PVRDMA_CMD_MODIFY_QP_RESP); in pvrdma_modify_qp()
987 union pvrdma_cmd_req req; in pvrdma_query_qp() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtrace_tx.h243 TP_printk("[%s] SDMA [%u:%u] Using req/comp entry: %u",
508 TP_PROTO(struct hfi1_devdata *dd, u16 ctxt, u8 subctxt, u16 req,
510 TP_ARGS(dd, ctxt, subctxt, req, hdr, tidval),
515 __field(u16, req)
543 __entry->req = req;
566 __entry->req,
736 TP_PROTO(struct hfi1_devdata *dd, u16 ctxt, u8 subctxt, u16 req,
738 TP_ARGS(dd, ctxt, subctxt, req, sde, ahgidx, ahg, len, tidval),
743 __field(u16, req)
[all...]
/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Drndis_filter.c117 struct rndis_request *req) in put_rndis_request()
122 list_del(&req->list_ent); in put_rndis_request()
125 kfree(req); in put_rndis_request()
204 struct rndis_request *req) in rndis_filter_send_request()
212 packet = &req->pkt; in rndis_filter_send_request()
214 packet->total_data_buflen = req->request_msg.msg_len; in rndis_filter_send_request()
217 pb[0].pfn = virt_to_phys(&req->request_msg) >> in rndis_filter_send_request()
219 pb[0].len = req->request_msg.msg_len; in rndis_filter_send_request()
220 pb[0].offset = offset_in_hvpage(&req->request_msg); in rndis_filter_send_request()
227 pb[1].pfn = virt_to_phys((void *)&req in rndis_filter_send_request()
116 put_rndis_request(struct rndis_device *dev, struct rndis_request *req) put_rndis_request() argument
203 rndis_filter_send_request(struct rndis_device *dev, struct rndis_request *req) rndis_filter_send_request() argument
[all...]
/kernel/linux/linux-5.10/drivers/nfc/
H A Dport100.c473 struct sk_buff *req; member
813 struct sk_buff *req = cmd->req; in port100_send_async_complete() local
816 dev_kfree_skb(req); in port100_send_async_complete()
838 struct sk_buff *req, in port100_send_cmd_async()
866 cmd->req = req; in port100_send_cmd_async()
872 port100_build_cmd_frame(dev, cmd_code, req); in port100_send_cmd_async()
876 rc = port100_send_frame_async(dev, req, resp, resp_len); in port100_send_cmd_async()
909 struct sk_buff *req) in port100_send_cmd_sync()
837 port100_send_cmd_async(struct port100 *dev, u8 cmd_code, struct sk_buff *req, port100_send_async_complete_t complete_cb, void *complete_cb_context) port100_send_cmd_async() argument
908 port100_send_cmd_sync(struct port100 *dev, u8 cmd_code, struct sk_buff *req) port100_send_cmd_sync() argument
[all...]
/kernel/linux/linux-5.10/fs/nfs/filelayout/
H A Dfilelayout.c95 "(req %s/%llu, %u bytes @ offset %llu)\n", __func__, in filelayout_reset_write()
112 "(req %s/%llu, %u bytes @ offset %llu)\n", __func__, in filelayout_reset_read()
459 dprintk("--> %s ino %lu pgbase %u req %zu@%llu\n", in filelayout_read_pagelist()
517 dprintk("%s ino %lu sync %d req %zu@%llu DS: %s cl_count %d\n", in filelayout_write_pagelist()
795 * Return 0 if @req cannot be coalesced into @pgio, otherwise return the number
796 * of bytes (maximum @req->wb_bytes) that can be coalesced.
800 struct nfs_page *req) in filelayout_pg_test()
809 size = pnfs_generic_pg_test(pgio, prev, req); in filelayout_pg_test()
815 /* see if req and prev are in the same stripe */ in filelayout_pg_test()
818 r_stripe = (u64)req_offset(req) in filelayout_pg_test()
799 filelayout_pg_test(struct nfs_pageio_descriptor *pgio, struct nfs_page *prev, struct nfs_page *req) filelayout_pg_test() argument
868 filelayout_pg_init_read(struct nfs_pageio_descriptor *pgio, struct nfs_page *req) filelayout_pg_init_read() argument
892 filelayout_pg_init_write(struct nfs_pageio_descriptor *pgio, struct nfs_page *req) filelayout_pg_init_write() argument
939 filelayout_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg, struct nfs_commit_info *cinfo, u32 ds_commit_idx) filelayout_mark_request_commit() argument
[all...]
/kernel/linux/linux-5.10/drivers/virtio/
H A Dvirtio_mem.c63 struct virtio_mem_req req; member
835 const struct virtio_mem_req *req) in virtio_mem_send_request()
842 vm->req = *req; in virtio_mem_send_request()
845 sg_init_one(&sg_req, &vm->req, sizeof(vm->req)); in virtio_mem_send_request()
868 const struct virtio_mem_req req = { in virtio_mem_send_plug_request() local
877 switch (virtio_mem_send_request(vm, &req)) { in virtio_mem_send_plug_request()
896 const struct virtio_mem_req req = { in virtio_mem_send_unplug_request() local
905 switch (virtio_mem_send_request(vm, &req)) { in virtio_mem_send_unplug_request()
834 virtio_mem_send_request(struct virtio_mem *vm, const struct virtio_mem_req *req) virtio_mem_send_request() argument
920 const struct virtio_mem_req req = { virtio_mem_send_unplug_all_request() local
[all...]
/kernel/linux/linux-6.6/fs/nfs/filelayout/
H A Dfilelayout.c95 "(req %s/%llu, %u bytes @ offset %llu)\n", __func__, in filelayout_reset_write()
112 "(req %s/%llu, %u bytes @ offset %llu)\n", __func__, in filelayout_reset_read()
459 dprintk("--> %s ino %lu pgbase %u req %zu@%llu\n", in filelayout_read_pagelist()
517 dprintk("%s ino %lu sync %d req %zu@%llu DS: %s cl_count %d\n", in filelayout_write_pagelist()
795 * Return 0 if @req cannot be coalesced into @pgio, otherwise return the number
796 * of bytes (maximum @req->wb_bytes) that can be coalesced.
800 struct nfs_page *req) in filelayout_pg_test()
809 size = pnfs_generic_pg_test(pgio, prev, req); in filelayout_pg_test()
815 /* see if req and prev are in the same stripe */ in filelayout_pg_test()
818 r_stripe = (u64)req_offset(req) in filelayout_pg_test()
799 filelayout_pg_test(struct nfs_pageio_descriptor *pgio, struct nfs_page *prev, struct nfs_page *req) filelayout_pg_test() argument
875 filelayout_pg_init_read(struct nfs_pageio_descriptor *pgio, struct nfs_page *req) filelayout_pg_init_read() argument
899 filelayout_pg_init_write(struct nfs_pageio_descriptor *pgio, struct nfs_page *req) filelayout_pg_init_write() argument
946 filelayout_mark_request_commit(struct nfs_page *req, struct pnfs_layout_segment *lseg, struct nfs_commit_info *cinfo, u32 ds_commit_idx) filelayout_mark_request_commit() argument
[all...]
/kernel/linux/linux-6.6/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c253 struct hccs_req_desc *req = &desc->req; in hccs_init_req_desc() local
256 req->req_head.module_code = HCCS_SERDES_MODULE_CODE; in hccs_init_req_desc()
306 req_param = (struct hccs_die_num_req_param *)desc.req.data; in hccs_get_chip_info()
362 req_param = (struct hccs_die_info_req_param *)desc.req.data; in hccs_query_die_info_on_chip()
472 req_head = &desc.req.req_head; in hccs_get_all_port_attr()
474 req_param = (struct hccs_die_comm_req_param *)desc.req.data; in hccs_get_all_port_attr()
608 req_param = (struct hccs_port_comm_req_param *)desc.req.data; in hccs_query_port_link_status()
635 req_param = (struct hccs_port_comm_req_param *)desc.req.data; in hccs_query_port_crc_err_cnt()
665 req_param = (struct hccs_die_comm_req_param *)desc.req in hccs_get_die_all_link_status()
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H A Dqcom_smd-regulator.c45 struct rpm_regulator_req req[3]; in rpm_reg_write_active() local
50 req[reqlen].key = cpu_to_le32(RPM_KEY_SWEN); in rpm_reg_write_active()
51 req[reqlen].nbytes = cpu_to_le32(sizeof(u32)); in rpm_reg_write_active()
52 req[reqlen].value = cpu_to_le32(vreg->is_enabled); in rpm_reg_write_active()
57 req[reqlen].key = cpu_to_le32(RPM_KEY_UV); in rpm_reg_write_active()
58 req[reqlen].nbytes = cpu_to_le32(sizeof(u32)); in rpm_reg_write_active()
59 req[reqlen].value = cpu_to_le32(vreg->uV); in rpm_reg_write_active()
64 req[reqlen].key = cpu_to_le32(RPM_KEY_MA); in rpm_reg_write_active()
65 req[reqlen].nbytes = cpu_to_le32(sizeof(u32)); in rpm_reg_write_active()
66 req[reqle in rpm_reg_write_active()
[all...]
/kernel/linux/linux-6.6/drivers/nfc/
H A Dport100.c473 struct sk_buff *req; member
816 struct sk_buff *req = cmd->req; in port100_send_async_complete() local
819 dev_kfree_skb(req); in port100_send_async_complete()
841 struct sk_buff *req, in port100_send_cmd_async()
869 cmd->req = req; in port100_send_cmd_async()
875 port100_build_cmd_frame(dev, cmd_code, req); in port100_send_cmd_async()
879 rc = port100_send_frame_async(dev, req, resp, resp_len); in port100_send_cmd_async()
912 struct sk_buff *req) in port100_send_cmd_sync()
840 port100_send_cmd_async(struct port100 *dev, u8 cmd_code, struct sk_buff *req, port100_send_async_complete_t complete_cb, void *complete_cb_context) port100_send_cmd_async() argument
911 port100_send_cmd_sync(struct port100 *dev, u8 cmd_code, struct sk_buff *req) port100_send_cmd_sync() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_qp.c196 union pvrdma_cmd_req req; in pvrdma_create_qp() local
198 struct pvrdma_cmd_create_qp *cmd = &req.create_qp; in pvrdma_create_qp()
383 ret = pvrdma_cmd_post(dev, &req, &rsp, PVRDMA_CMD_CREATE_QP_RESP); in pvrdma_create_qp()
478 union pvrdma_cmd_req req; in _pvrdma_destroy_qp_work() local
479 struct pvrdma_cmd_destroy_qp *cmd = &req.destroy_qp; in _pvrdma_destroy_qp_work()
486 ret = pvrdma_cmd_post(dev, &req, NULL, 0); in _pvrdma_destroy_qp_work()
530 union pvrdma_cmd_req req; in pvrdma_modify_qp() local
532 struct pvrdma_cmd_modify_qp *cmd = &req.modify_qp; in pvrdma_modify_qp()
615 ret = pvrdma_cmd_post(dev, &req, &rsp, PVRDMA_CMD_MODIFY_QP_RESP); in pvrdma_modify_qp()
971 union pvrdma_cmd_req req; in pvrdma_query_qp() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/
H A Dsafexcel.c822 struct crypto_async_request *req, *backlog; in safexcel_dequeue() local
829 req = priv->ring[ring].req; in safexcel_dequeue()
831 if (req) in safexcel_dequeue()
837 req = crypto_dequeue_request(&priv->ring[ring].queue); in safexcel_dequeue()
840 if (!req) { in safexcel_dequeue()
841 priv->ring[ring].req = NULL; in safexcel_dequeue()
847 ctx = crypto_tfm_ctx(req->tfm); in safexcel_dequeue()
848 ret = ctx->send(req, ring, &commands, &results); in safexcel_dequeue()
871 priv->ring[ring].req in safexcel_dequeue()
940 safexcel_rdr_req_set(struct safexcel_crypto_priv *priv, int ring, struct safexcel_result_desc *rdesc, struct crypto_async_request *req) safexcel_rdr_req_set() argument
1014 struct crypto_async_request *req; safexcel_handle_result_descriptor() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_generic.c938 struct usb_device_request *req = NULL; in ugen_fs_copy_in() local
987 req = xfer->frbuffers[0].buffer; in ugen_fs_copy_in()
994 if (length != sizeof(*req)) { in ugen_fs_copy_in()
999 error = copyin(uaddr, req, length); in ugen_fs_copy_in()
1004 if (usb_check_request(f->udev, req)) { in ugen_fs_copy_in()
1011 if ((req->bmRequestType & in ugen_fs_copy_in()
1018 offset = sizeof(*req); in ugen_fs_copy_in()
1143 struct usb_device_request *req = NULL; in ugen_fs_copy_out() local
1188 req = xfer->frbuffers[0].buffer; in ugen_fs_copy_out()
1191 if ((req in ugen_fs_copy_out()
1320 struct usb_device_request req; ugen_ioctl() local
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_conn.c2613 struct hci_conn_list_req req, *cl; in hci_get_conn_list() local
2618 if (copy_from_user(&req, arg, sizeof(req))) in hci_get_conn_list()
2621 if (!req.conn_num || req.conn_num > (PAGE_SIZE * 2) / sizeof(*ci)) in hci_get_conn_list()
2624 size = sizeof(req) + req.conn_num * sizeof(*ci); in hci_get_conn_list()
2630 hdev = hci_dev_get(req.dev_id); in hci_get_conn_list()
2646 if (++n >= req.conn_num) in hci_get_conn_list()
2653 size = sizeof(req) in hci_get_conn_list()
2665 struct hci_conn_info_req req; hci_get_conn_info() local
2693 struct hci_auth_info_req req; hci_get_auth_info() local
[all...]
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_dispatcher.h71 static void UsbdReadCallback(UsbRequest *req);
72 static void UsbdWriteCallback(UsbRequest *req);
136 static int32_t UsbdBulkASyncReqWriteSubmit(UsbdBulkASyncReqNode *req);

Completed in 35 milliseconds

1...<<131132133134135136137138139140>>...219