Searched refs:sreport (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_udc.c | 235 void bdc_sr_uspc(struct bdc *bdc, struct bdc_sr *sreport) bdc_sr_uspc() argument 295 struct bdc_sr *sreport; bdc_udc_interrupt() local 327 sreport = &bdc->srr.sr_bds[bdc->srr.dqp_index]; bdc_udc_interrupt() 328 /* sreport is read before using it */ bdc_udc_interrupt() 330 sr_type = le32_to_cpu(sreport->offset[3]) & BD_TYPE_BITMASK; bdc_udc_interrupt() 334 bdc->sr_handler[0](bdc, sreport); bdc_udc_interrupt() 338 bdc->sr_handler[1](bdc, sreport); bdc_udc_interrupt()
|
H A D | bdc_ep.c | 959 struct bdc_sr *sreport) handle_xsr_succ_status() 988 sr_status = XSF_STS(le32_to_cpu(sreport->offset[3])); handle_xsr_succ_status() 1000 tmp_32 = le32_to_cpu(sreport->offset[0]); handle_xsr_succ_status() 1002 tmp_32 = le32_to_cpu(sreport->offset[1]); handle_xsr_succ_status() 1042 length_short -= SR_BD_LEN(le32_to_cpu(sreport->offset[2])); handle_xsr_succ_status() 1047 SR_BD_LEN(le32_to_cpu(sreport->offset[2])); handle_xsr_succ_status() 1070 void bdc_xsf_ep0_setup_recv(struct bdc *bdc, struct bdc_sr *sreport) bdc_xsf_ep0_setup_recv() argument 1080 memcpy(setup_pkt, &sreport->offset[0], sizeof(*setup_pkt)); bdc_xsf_ep0_setup_recv() 1518 void bdc_xsf_ep0_data_start(struct bdc *bdc, struct bdc_sr *sreport) bdc_xsf_ep0_data_start() argument 1556 void bdc_xsf_ep0_status_start(struct bdc *bdc, struct bdc_sr *sreport) bdc_xsf_ep0_status_start() argument 1618 static void ep0_xsf_complete(struct bdc *bdc, struct bdc_sr *sreport) ep0_xsf_complete() argument 1640 bdc_xsf_ep0_status_start(bdc, sreport); ep0_xsf_complete() 1652 void bdc_sr_xsf(struct bdc *bdc, struct bdc_sr *sreport) bdc_sr_xsf() argument 1658 ep_num = (le32_to_cpu(sreport->offset[3])>>4) & 0x1f; bdc_sr_xsf() 1673 sr_status = XSF_STS(le32_to_cpu(sreport->offset[3])); bdc_sr_xsf() 1680 handle_xsr_succ_status(bdc, ep, sreport); bdc_sr_xsf() 1682 ep0_xsf_complete(bdc, sreport); bdc_sr_xsf() 1693 bdc->sr_xsf_ep0[sr_status - XSF_SETUP_RECV](bdc, sreport); bdc_sr_xsf() 958 handle_xsr_succ_status(struct bdc *bdc, struct bdc_ep *ep, struct bdc_sr *sreport) handle_xsr_succ_status() argument
|
Completed in 95 milliseconds