Home
last modified time | relevance | path

Searched defs:hdfDev (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Devent_hub.c18 struct HdfDeviceObject *hdfDev = inputDev->hdfDevObj; in SendFramePackages() local
H A Dhdf_input_device_manager.c50 struct HdfDeviceObject *hdfDev = NULL; in HidRegisterHdfDevice() local
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dplatform_device_test.c198 struct HdfDeviceObject hdfDev; in PlatformDeviceTestBindDevice() local
223 struct HdfDeviceObject hdfDev; in PlatformDeviceTestReliability() local
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_device_test.c183 struct HdfDeviceObject hdfDev; in PlatformDeviceTestBindDevice() local
210 struct HdfDeviceObject hdfDev; in PlatformDeviceTestReliability() local
H A Dcan_test.c33 static struct HdfDeviceObject hdfDev = { variable
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_device.h30 struct HdfDeviceObject *hdfDev; /* related to a hdf device object */ member
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_device.c314 void PlatformDeviceUnbind(struct PlatformDevice *device, const struct HdfDeviceObject *hdfDev) in PlatformDeviceUnbind()
334 struct PlatformDevice *PlatformDeviceFromHdfDev(const struct HdfDeviceObject *hdfDev) in PlatformDeviceFromHdfDev()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c144 static struct net_device *CreateNetDevice(struct NetDevice *hdfDev) in CreateNetDevice()