Home
last modified time | relevance | path

Searched refs:sreport (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c951 struct bdc_sr *sreport) in handle_xsr_succ_status() argument
980 sr_status = XSF_STS(le32_to_cpu(sreport->offset[3])); in handle_xsr_succ_status()
992 tmp_32 = le32_to_cpu(sreport->offset[0]); in handle_xsr_succ_status()
994 tmp_32 = le32_to_cpu(sreport->offset[1]); in handle_xsr_succ_status()
1034 length_short -= SR_BD_LEN(le32_to_cpu(sreport->offset[2])); in handle_xsr_succ_status()
1039 SR_BD_LEN(le32_to_cpu(sreport->offset[2])); in handle_xsr_succ_status()
1062 void bdc_xsf_ep0_setup_recv(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_setup_recv() argument
1072 memcpy(setup_pkt, &sreport->offset[0], sizeof(*setup_pkt)); in bdc_xsf_ep0_setup_recv()
1508 void bdc_xsf_ep0_data_start(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_data_start() argument
1546 void bdc_xsf_ep0_status_start(struct bdc *bdc, struct bdc_sr *sreport) in bdc_xsf_ep0_status_start() argument
[all …]
Dbdc_udc.c230 void bdc_sr_uspc(struct bdc *bdc, struct bdc_sr *sreport) in bdc_sr_uspc() argument
291 struct bdc_sr *sreport; in bdc_udc_interrupt() local
323 sreport = &bdc->srr.sr_bds[bdc->srr.dqp_index]; in bdc_udc_interrupt()
326 sr_type = le32_to_cpu(sreport->offset[3]) & BD_TYPE_BITMASK; in bdc_udc_interrupt()
330 bdc->sr_handler[0](bdc, sreport); in bdc_udc_interrupt()
334 bdc->sr_handler[1](bdc, sreport); in bdc_udc_interrupt()