Home
last modified time | relevance | path

Searched refs:StopDeviceHost (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/core/manager/include/
Dhdf_driver_installer.h17 int (*StopDeviceHost)(uint32_t, const char *); member
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddriver_installer_full.c49 pvtbl->StopDeviceHost = DriverInstallerFullStopDeviceHost; in DriverInstallerFullConstruct()
/drivers/hdf_core/framework/core/manager/src/
Ddevmgr_service.c134 if (installer == NULL || installer->StopDeviceHost == NULL) { in DevmgrServiceStopHost()
138 installer->StopDeviceHost(hostClnt->hostId, hostClnt->hostName); in DevmgrServiceStopHost()