Searched refs:devResInstance (Results 1 – 2 of 2) sorted by relevance
140 …const struct DeviceResourceIface *devResInstance = DeviceResourceGetIfaceInstance(HDF_CONFIG_SOURC… in HdfUsbInitParam() local141 if (devResInstance == NULL) { in HdfUsbInitParam()145 const struct DeviceResourceNode *hdfUsbNode = GetHdfUsbNode(devResInstance); in HdfUsbInitParam()151 int32_t count = devResInstance->GetElemNum(hdfUsbNode, USB_CONTROLLER_LIST_NAME); in HdfUsbInitParam()161 …int32_t ret = devResInstance->GetStringArrayElem(hdfUsbNode, USB_CONTROLLER_LIST_NAME, i, &ctrlNam… in HdfUsbInitParam()168 ret = ProcControllorParam(devResInstance, hdfUsbNode, ctrlName, callback, &info); in HdfUsbInitParam()
641 struct DeviceResourceIface *devResInstance = NULL; in UsbDdkPnpLoaderPnpMatch() local645 devResInstance = DeviceResourceGetIfaceInstance(HDF_CONFIG_SOURCE); in UsbDdkPnpLoaderPnpMatch()646 if (devResInstance == NULL) { in UsbDdkPnpLoaderPnpMatch()651 rootNode = devResInstance->GetRootNode(); in UsbDdkPnpLoaderPnpMatch()657 usbPnpNode = devResInstance->GetNodeByMatchAttr(rootNode, "usb_pnp_match"); in UsbDdkPnpLoaderPnpMatch()