Home
last modified time | relevance | path

Searched refs:sg_supported (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Duvc_queue.c147 if (cdev->gadget->sg_supported) { in uvcg_queue_init()
H A Df_tcm.c222 if (!gadget->sg_supported) { in bot_send_read_response()
564 if (!gadget->sg_supported) { in uasp_prepare_r_request()
1129 if (!gadget->sg_supported) { in usbg_prepare_w_request()
H A Df_fs.c1065 io_data->use_sg = gadget->sg_supported && data_len > PAGE_SIZE; in ffs_epfile_io()
1493 if (!gadget || !gadget->sg_supported) in ffs_dmabuf_attach()
/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c1134 bool sg_supported = !!(request->num_mapped_sgs); in cdns3_ep_run_transfer() local
1137 num_trb_req = sg_supported ? request->num_mapped_sgs : 1; in cdns3_ep_run_transfer()
1234 if (!(sg_iter % num_trb_req) && sg_supported) in cdns3_ep_run_transfer()
1239 if (sg_supported) { in cdns3_ep_run_transfer()
1304 if (sg_supported) { in cdns3_ep_run_transfer()
3383 priv_dev->gadget.sg_supported = 1; in cdns3_gadget_start()
H A Dcdnsp-gadget.c1937 pdev->gadget.sg_supported = 1; in __cdnsp_gadget_init()
/linux/include/linux/usb/
H A Dgadget.h467 unsigned sg_supported:1; member
/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c529 bdc->gadget.sg_supported = false; in bdc_udc_init()
/linux/drivers/usb/mtu3/
H A Dmtu3_gadget.c712 mtu->g.sg_supported = 0; in mtu3_gadget_setup()
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c2334 pdev->gadget.sg_supported = 1; in cdns2_gadget_start()
/linux/drivers/usb/chipidea/
H A Dudc.c2283 ci->gadget.sg_supported = 1; in udc_start()
/linux/drivers/usb/dwc3/
H A Dgadget.c4744 dwc->gadget->sg_supported = true; in dwc3_gadget_init()
/linux/drivers/usb/dwc2/
H A Dgadget.c4582 gadget->sg_supported = using_desc_dma(hsotg); in dwc2_hsotg_udc_start()