Searched refs:SampleDriverDispatch (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/ |
H A D | sample_driver.c | 82 static int32_t SampleDriverDispatch( in SampleDriverDispatch() function 122 .Dispatch = SampleDriverDispatch, in HdfSampleDriverBind()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/ |
H A D | sample_driver_test.c | 185 static int32_t SampleDriverDispatch( in SampleDriverDispatch() function 227 .Dispatch = SampleDriverDispatch, in HdfSampleDriverBind()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-hdf-manage.md | 741 …int32_t SampleDriverDispatch(struct HdfDeviceIoClient *device, int cmdCode, struct HdfSBuf *data, … 754 .ioService.Dispatch = SampleDriverDispatch, 861 …int32_t SampleDriverDispatch(HdfDeviceIoClient *client, int cmdCode, struct HdfSBuf *data, struct …
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-hdf-manage.md | 758 …int32_t SampleDriverDispatch(struct HdfDeviceIoClient *device, int cmdCode, struct HdfSBuf *data, … 771 .ioService.Dispatch = SampleDriverDispatch, 878 …int32_t SampleDriverDispatch(HdfDeviceIoClient *client, int cmdCode, struct HdfSBuf *data, struct …
|