Searched refs:status_req (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_ep.c | 640 struct bdc_req *status_req; in ep0_queue_status_stage() local 643 status_req = &bdc->status_req; in ep0_queue_status_stage() 645 status_req->ep = ep; in ep0_queue_status_stage() 646 status_req->usb_req.length = 0; in ep0_queue_status_stage() 647 status_req->usb_req.status = -EINPROGRESS; in ep0_queue_status_stage() 648 status_req->usb_req.actual = 0; in ep0_queue_status_stage() 649 status_req->usb_req.complete = NULL; in ep0_queue_status_stage() 650 bdc_queue_xfr(bdc, status_req); in ep0_queue_status_stage()
|
| H A D | bdc.h | 429 struct bdc_req status_req; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cec-funcs.h | 921 __u8 status_req) in cec_msg_give_deck_status() argument 925 msg->msg[2] = status_req; in cec_msg_give_deck_status() 926 msg->reply = (reply && status_req != CEC_OP_STATUS_REQ_OFF) ? in cec_msg_give_deck_status() 931 __u8 *status_req) in cec_ops_give_deck_status() argument 933 *status_req = msg->msg[2]; in cec_ops_give_deck_status() 1026 __u8 status_req) in cec_msg_give_tuner_device_status() argument 1030 msg->msg[2] = status_req; in cec_msg_give_tuner_device_status() 1031 msg->reply = (reply && status_req != CEC_OP_STATUS_REQ_OFF) ? in cec_msg_give_tuner_device_status() 1036 __u8 *status_req) in cec_ops_give_tuner_device_status() argument 1038 *status_req = msg->msg[2]; in cec_ops_give_tuner_device_status()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | mv_u3d_core.c | 1772 kfree(u3d->status_req); in mv_u3d_remove() 1900 u3d->status_req = kzalloc(sizeof(struct mv_u3d_req) + 8, GFP_KERNEL); in mv_u3d_probe() 1901 if (!u3d->status_req) { in mv_u3d_probe() 1905 INIT_LIST_HEAD(&u3d->status_req->queue); in mv_u3d_probe() 1908 u3d->status_req->req.buf = (char *)u3d->status_req in mv_u3d_probe() 1910 u3d->status_req->req.dma = virt_to_phys(u3d->status_req->req.buf); in mv_u3d_probe() 1970 kfree(u3d->status_req); in mv_u3d_probe()
|
| H A D | fsl_udc_core.c | 1271 struct fsl_req *req = udc->status_req; in ep0_prime_status() 1363 req = udc->status_req; in ch9getstatus() 2273 udc->status_req = container_of(fsl_alloc_request(NULL, GFP_KERNEL), in struct_udc_setup() 2275 if (!udc->status_req) { in struct_udc_setup() 2281 udc->status_req->req.buf = kmalloc(8, GFP_KERNEL); in struct_udc_setup() 2282 if (!udc->status_req->req.buf) { in struct_udc_setup() 2295 kfree(udc->status_req); in struct_udc_setup() 2570 kfree(udc_controller->status_req->req.buf); in fsl_udc_remove() 2571 kfree(udc_controller->status_req); in fsl_udc_remove()
|
| H A D | mv_udc.h | 192 struct mv_req *status_req; member
|
| H A D | mv_u3d.h | 261 struct mv_u3d_req *status_req; /* ep0 status request */ member
|
| H A D | mv_udc_core.c | 1451 req = udc->status_req; in udc_prime_status() 2224 udc->status_req = devm_kzalloc(&pdev->dev, sizeof(struct mv_req), in mv_udc_probe() 2226 if (!udc->status_req) { in mv_udc_probe() 2230 INIT_LIST_HEAD(&udc->status_req->queue); in mv_udc_probe() 2233 udc->status_req->req.buf = kzalloc(8, GFP_KERNEL); in mv_udc_probe() 2234 udc->status_req->req.dma = DMA_ADDR_INVALID; in mv_udc_probe()
|
| H A D | fsl_qe_udc.h | 324 struct qe_req *status_req; /* ep0 status request */ member
|
| H A D | fsl_usb2_udc.h | 492 struct fsl_req *status_req; /* ep0 status request */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | cec-funcs.h | 921 __u8 status_req) in cec_msg_give_deck_status() argument 925 msg->msg[2] = status_req; in cec_msg_give_deck_status() 930 __u8 *status_req) in cec_ops_give_deck_status() argument 932 *status_req = msg->msg[2]; in cec_ops_give_deck_status() 1025 __u8 status_req) in cec_msg_give_tuner_device_status() argument 1029 msg->msg[2] = status_req; in cec_msg_give_tuner_device_status() 1034 __u8 *status_req) in cec_ops_give_tuner_device_status() argument 1036 *status_req = msg->msg[2]; in cec_ops_give_tuner_device_status()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | cec-funcs.h | 921 __u8 status_req) in cec_msg_give_deck_status() argument 925 msg->msg[2] = status_req; in cec_msg_give_deck_status() 930 __u8 *status_req) in cec_ops_give_deck_status() argument 932 *status_req = msg->msg[2]; in cec_ops_give_deck_status() 1025 __u8 status_req) in cec_msg_give_tuner_device_status() argument 1029 msg->msg[2] = status_req; in cec_msg_give_tuner_device_status() 1034 __u8 *status_req) in cec_ops_give_tuner_device_status() argument 1036 *status_req = msg->msg[2]; in cec_ops_give_tuner_device_status()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | ether.c | 873 DEFINE_CACHE_ALIGN_BUFFER(u8, status_req, STATUS_BYTECOUNT); 2272 dev->stat_req->buf = status_req; in eth_bind()
|