Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.c1314 struct cdnsp_device *pdev = gadget_to_cdnsp(g); in cdnsp_gadget_udc_start()
1465 struct cdnsp_device *pdev = gadget_to_cdnsp(g); in cdnsp_gadget_udc_stop()
1478 struct cdnsp_device *pdev = gadget_to_cdnsp(g); in cdnsp_gadget_get_frame()
1509 struct cdnsp_device *pdev = gadget_to_cdnsp(g); in cdnsp_gadget_wakeup()
1522 struct cdnsp_device *pdev = gadget_to_cdnsp(g); in cdnsp_gadget_set_selfpowered()
1534 struct cdnsp_device *pdev = gadget_to_cdnsp(gadget); in cdnsp_gadget_pullup()
Dcdnsp-gadget.h1593 #define gadget_to_cdnsp(g) (container_of(g, struct cdnsp_device, gadget)) macro