Searched refs:MK_DEVID (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/ |
H A D | hdf_device.h | 38 #define MK_DEVID(hostId, deviceId, devnodeId) \ macro
|
/ohos5.0/drivers/hdf_core/framework/core/host/src/ |
H A D | hdf_device.c | 74 *devid = MK_DEVID(HOSTID(device->deviceId), DEVICEID(device->deviceId), nodeId); in AcquireNodeDeivceId()
|
H A D | devhost_service.c | 56 device->deviceId = MK_DEVID(inst->hostId, deviceId, 0); in DevHostServiceQueryOrAddDevice()
|
/ohos5.0/drivers/hdf_core/framework/core/common/src/ |
H A D | hdf_attribute_macro.c | 168 devInfo->deviceId = MK_DEVID(hostId, deviceIdx, deviceNodeIdx); in GetDevcieNodeList()
|
H A D | hdf_attribute.c | 199 deviceNodeInfo->deviceId = MK_DEVID(hostId, deviceIdx, deviceNodeIdx); in GetDevcieNodeList()
|