Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device.h34 #define HOSTID(devid) (((uint32_t)(devid)) >> (DEVICEID_BITS + DEVNODEID_BITS)) macro
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c249 hostClnt = DevmgrServiceFindDeviceHost(inst, HOSTID(token->devid)); in DevmgrServiceAttachDevice()
276 hostClnt = DevmgrServiceFindDeviceHost(inst, HOSTID(devid)); in DevmgrServiceDetachDevice()
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device.c74 *devid = MK_DEVID(HOSTID(device->deviceId), DEVICEID(device->deviceId), nodeId); in AcquireNodeDeivceId()