Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-gadget.c1317 struct cdnsp_device *pdev = gadget_to_cdnsp(g); in cdnsp_gadget_udc_start()
1470 struct cdnsp_device *pdev = gadget_to_cdnsp(g); in cdnsp_gadget_udc_stop()
1483 struct cdnsp_device *pdev = gadget_to_cdnsp(g); in cdnsp_gadget_get_frame()
1514 struct cdnsp_device *pdev = gadget_to_cdnsp(g); in cdnsp_gadget_wakeup()
1527 struct cdnsp_device *pdev = gadget_to_cdnsp(g); in cdnsp_gadget_set_selfpowered()
1539 struct cdnsp_device *pdev = gadget_to_cdnsp(gadget); in cdnsp_gadget_pullup()
Dcdnsp-gadget.h1595 #define gadget_to_cdnsp(g) (container_of(g, struct cdnsp_device, gadget)) macro