Searched refs:parnet_conext (Results 1 – 3 of 3) sorted by relevance
725 void *parnet_conext = (void *)usb_cdev; in composite_attach() local729 if (usb_cdev == NULL || parnet_conext == NULL) in composite_attach()743 usb_cdev->parnet_conext = parnet_conext; in composite_attach()746 ret = usbd_gadget_attach_driver(parnet_conext, &usb_cdev->drvr.drvr); in composite_attach()766 void *parnet_conext = device_get_softc(device_get_parent(dev)); in composite_detach() local769 if (usb_cdev == NULL || parnet_conext == NULL) in composite_detach()775 ret = usbd_gadget_detach_driver(parnet_conext, &usb_cdev->drvr.drvr); in composite_detach()
165 void *parnet_conext; member
819 ret = usbd_gadget_attach_driver(com_s->parnet_conext, &com_s->drvr.drvr); in fconfig_enable_udc()