Home
last modified time | relevance | path

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

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