Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 179) sorted by relevance

12345678

/drivers/hdf_core/framework/support/platform/src/can/
Dcan_client.c19 static int32_t CanClientAttach(struct CanClient *client, struct CanCntlr *cntlr) in CanClientAttach()
30 static int32_t CanClientDetach(struct CanClient *client) in CanClientDetach()
41 static int32_t CanClientCreate(struct CanCntlr *cntlr, struct CanClient **client) in CanClientCreate()
71 int32_t CanClientCreateByNumber(int32_t busNum, struct CanClient **client) in CanClientCreateByNumber()
91 void CanClientDestroy(struct CanClient *client) in CanClientDestroy()
104 int32_t CanClientWriteMsg(struct CanClient *client, const struct CanMsg *msg) in CanClientWriteMsg()
113 int32_t CanClientReadMsg(struct CanClient *client, struct CanMsg *msg, uint32_t tms) in CanClientReadMsg()
134 int32_t CanClientAddFilter(struct CanClient *client, const struct CanFilter *filter) in CanClientAddFilter()
143 int32_t CanClientDelFilter(struct CanClient *client, const struct CanFilter *filter) in CanClientDelFilter()
152 int32_t CanClientSetCfg(struct CanClient *client, const struct CanConfig *cfg) in CanClientSetCfg()
[all …]
Dcan_service.c18 struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in CanServiceDispatch()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
Dsample_hdi_service_stub.cpp27 static int32_t SampleServiceStubPing(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in SampleServiceStubPing()
42 static int32_t SampleServiceStubSum(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in SampleServiceStubSum()
71 static int32_t SampleServiceStubCallback(struct HdfDeviceIoClient *client, struct HdfSBuf *data, st… in SampleServiceStubCallback()
92 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubStructTrans()
116 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubBufferTrans()
140 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceRegisterDevice()
155 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceUnregisterDevice()
169 static int32_t SampleServiceUpdateDevice(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceUpdateDevice()
182 static int32_t SampleServiceSmqTrans(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceSmqTrans()
203 static int32_t SampleServiceEndHost(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceEndHost()
[all …]
/drivers/hdf_core/framework/model/camera/dispatch/src/
Dcamera_dispatch.c80 static int32_t CameraOpenCamera(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraOpenCamera()
127 static int32_t CameraCmdOpenCamera(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struc… in CameraCmdOpenCamera()
152 static int32_t CameraCmdCloseCamera(const struct HdfDeviceIoClient *client, in CameraCmdCloseCamera()
182 static int32_t CameraCmdPowerUp(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdPowerUp()
194 static int32_t CameraCmdPowerDown(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct… in CameraCmdPowerDown()
206 static int32_t CameraCmdQueryConfig(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, stru… in CameraCmdQueryConfig()
218 static int32_t CameraCmdEnumDevice(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struc… in CameraCmdEnumDevice()
230 static int32_t CameraCmdGetConfig(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct… in CameraCmdGetConfig()
242 static int32_t CameraCmdSetConfig(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct… in CameraCmdSetConfig()
254 static int32_t CameraCmdGetFormat(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct… in CameraCmdGetFormat()
[all …]
/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_render.c123 int32_t HdiServiceCreatRender(const struct HdfDeviceIoClient *client, in HdiServiceCreatRender()
158 int32_t HdiServiceRenderDestory(const struct HdfDeviceIoClient *client, in HdiServiceRenderDestory()
199 int32_t HdiServiceRenderStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in HdiServiceRenderStart()
216 int32_t HdiServiceRenderStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct H… in HdiServiceRenderStop()
233 int32_t HdiServiceRenderPause(const struct HdfDeviceIoClient *client, in HdiServiceRenderPause()
251 int32_t HdiServiceRenderResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceRenderResume()
268 int32_t HdiServiceRenderFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in HdiServiceRenderFlush()
286 int32_t HdiServiceRenderGetFrameSize(const struct HdfDeviceIoClient *client, in HdiServiceRenderGetFrameSize()
311 int32_t HdiServiceRenderGetFrameCount(const struct HdfDeviceIoClient *client, in HdiServiceRenderGetFrameCount()
337 int32_t HdiServiceRenderSetSampleAttr(const struct HdfDeviceIoClient *client, in HdiServiceRenderSetSampleAttr()
[all …]
Dhdf_audio_server_capture.c122 int32_t HdiServiceCreatCapture(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceCreatCapture()
158 int32_t HdiServiceCaptureDestory(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, stru… in HdiServiceCaptureDestory()
196 int32_t HdiServiceCaptureStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceCaptureStart()
215 int32_t HdiServiceCaptureStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in HdiServiceCaptureStop()
232 int32_t HdiServiceCapturePause(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceCapturePause()
249 int32_t HdiServiceCaptureResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struc… in HdiServiceCaptureResume()
266 int32_t HdiServiceCaptureFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceCaptureFlush()
283 int32_t HdiServiceCaptureGetFrameSize(const struct HdfDeviceIoClient *client, in HdiServiceCaptureGetFrameSize()
308 int32_t HdiServiceCaptureGetFrameCount(const struct HdfDeviceIoClient *client, in HdiServiceCaptureGetFrameCount()
334 int32_t HdiServiceCaptureSetSampleAttr(const struct HdfDeviceIoClient *client, in HdiServiceCaptureSetSampleAttr()
[all …]
Dhdf_audio_server_common.c472 int32_t HdiServiceGetAllAdapter(const struct HdfDeviceIoClient *client, in HdiServiceGetAllAdapter()
519 int32_t HdiServiceReleaseAudioManagerObject(const struct HdfDeviceIoClient *client, in HdiServiceReleaseAudioManagerObject()
773 int32_t HdiServiceLoadAdapter(const struct HdfDeviceIoClient *client, in HdiServiceLoadAdapter()
816 int32_t HdiServiceInitAllPorts(const struct HdfDeviceIoClient *client, in HdiServiceInitAllPorts()
843 int32_t HdiServiceUnloadAdapter(const struct HdfDeviceIoClient *client, in HdiServiceUnloadAdapter()
881 int32_t HdiServiceGetPortCapability(const struct HdfDeviceIoClient *client, in HdiServiceGetPortCapability()
935 int32_t HdiServiceSetPassthroughMode(const struct HdfDeviceIoClient *client, in HdiServiceSetPassthroughMode()
984 int32_t HdiServiceGetPassthroughMode(const struct HdfDeviceIoClient *client, in HdiServiceGetPassthroughMode()
1036 static int32_t HdiServiceGetDevStatusByPnp(const struct HdfDeviceIoClient *client, in HdiServiceGetDevStatusByPnp()
1336 static int32_t HdiSerStubUpdateAudioRoute(const struct HdfDeviceIoClient *client, struct HdfSBuf *a… in HdiSerStubUpdateAudioRoute()
[all …]
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_render.cpp110 int32_t HdiServiceCreatRender(const struct HdfDeviceIoClient *client, in HdiServiceCreatRender()
162 int32_t HdiServiceRenderDestory(const struct HdfDeviceIoClient *client, in HdiServiceRenderDestory()
198 int32_t HdiServiceRenderStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in HdiServiceRenderStart()
211 int32_t HdiServiceRenderStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct H… in HdiServiceRenderStop()
224 int32_t HdiServiceRenderPause(const struct HdfDeviceIoClient *client, in HdiServiceRenderPause()
239 int32_t HdiServiceRenderResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in HdiServiceRenderResume()
252 int32_t HdiServiceRenderFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in HdiServiceRenderFlush()
266 int32_t HdiServiceRenderGetFrameSize(const struct HdfDeviceIoClient *client, in HdiServiceRenderGetFrameSize()
287 int32_t HdiServiceRenderGetFrameCount(const struct HdfDeviceIoClient *client, in HdiServiceRenderGetFrameCount()
308 int32_t HdiServiceRenderSetSampleAttr(const struct HdfDeviceIoClient *client, in HdiServiceRenderSetSampleAttr()
[all …]
Dhdf_audio_server.cpp40 static int32_t HdiServiceGetAllAdapter(const struct HdfDeviceIoClient *client, in HdiServiceGetAllAdapter()
111 static int32_t HdiServiceLoadAdapter(const struct HdfDeviceIoClient *client, in HdiServiceLoadAdapter()
165 static int32_t HdiServiceInitAllPorts(const struct HdfDeviceIoClient *client, in HdiServiceInitAllPorts()
189 static int32_t HdiServiceUnloadAdapter(const struct HdfDeviceIoClient *client, in HdiServiceUnloadAdapter()
224 static int32_t HdiServiceGetPortCapability(const struct HdfDeviceIoClient *client, in HdiServiceGetPortCapability()
267 static int32_t HdiServiceSetPassthroughMode(const struct HdfDeviceIoClient *client, in HdiServiceSetPassthroughMode()
313 static int32_t HdiServiceGetPassthroughMode(const struct HdfDeviceIoClient *client, in HdiServiceGetPassthroughMode()
408 static int32_t HdiServiceDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in HdiServiceDispatch()
/drivers/hdf_core/framework/core/adapter/vnode/src/
Dhdf_vnode_adapter.c52 struct HdfDeviceIoClient client; member
79 struct HdfIoServiceKClient *client = OsalMemCalloc(sizeof(struct HdfIoServiceKClient)); in HdfHdfIoServiceKClientInstance() local
199 static int HdfVNodeAdapterServCall(const struct HdfVNodeAdapterClient *client, unsigned long arg) in HdfVNodeAdapterServCall()
277struct HdfVNodeAdapterClient *client, struct HdfWriteReadBuf *bwr, struct HdfWriteReadBuf *bwrUser) in ReadDeviceEventInRingBuffer()
315struct HdfVNodeAdapterClient *client, struct HdfWriteReadBuf *bwr, struct HdfWriteReadBuf *bwrUser) in ReadDeviceEventInEventQueue()
340 static int HdfVNodeAdapterReadDevEvent(struct HdfVNodeAdapterClient *client, unsigned long arg) in HdfVNodeAdapterReadDevEvent()
368 static void HdfVnodeAdapterDropOldEventLocked(struct HdfVNodeAdapterClient *client) in HdfVnodeAdapterDropOldEventLocked()
485 struct HdfVNodeAdapterClient *client = NULL; in HdfVNodeAdapterSendDevEvent() local
518 static void HdfVNodeAdapterClientStartListening(struct HdfVNodeAdapterClient *client) in HdfVNodeAdapterClientStartListening()
525 static void HdfVnodeCleanEventQueue(struct HdfVNodeAdapterClient *client) in HdfVnodeCleanEventQueue()
[all …]
/drivers/hdf_core/framework/model/audio/dispatch/src/
Daudio_stream_dispatch.c524 static int32_t StreamHostHwParams(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, in StreamHostHwParams()
560 static int32_t StreamHostCapturePrepare(const struct HdfDeviceIoClient *client, struct HdfSBuf *dat… in StreamHostCapturePrepare()
595 static int32_t StreamHostCaptureOpen(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, in StreamHostCaptureOpen()
629 static int32_t StreamHostRenderPrepare(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, in StreamHostRenderPrepare()
665 static int32_t StreamHostRenderOpen(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, in StreamHostRenderOpen()
757 static int32_t StreamHostWrite(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in StreamHostWrite()
799 static int32_t StreamHostRead(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in StreamHostRead()
869 static int32_t StreamHostMmapWrite(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, st… in StreamHostMmapWrite()
905 static int32_t StreamHostMmapPositionWrite(const struct HdfDeviceIoClient *client, in StreamHostMmapPositionWrite()
962 static int32_t StreamHostMmapRead(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, str… in StreamHostMmapRead()
[all …]
Daudio_control_dispatch.c111 static int32_t ControlHostElemInfo(const struct HdfDeviceIoClient *client, in ControlHostElemInfo()
147 static int32_t ControlHostElemUnloadCard(const struct HdfDeviceIoClient *client, in ControlHostElemUnloadCard()
238 static int32_t ControlHostElemGetCard(const struct HdfDeviceIoClient *client, in ControlHostElemGetCard()
281 static int32_t ControlHostElemRead(const struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, in ControlHostElemRead()
337 static int32_t ControlHostElemWrite(const struct HdfDeviceIoClient *client, in ControlHostElemWrite()
488 static int32_t ControlHostElemList(const struct HdfDeviceIoClient *client, in ControlHostElemList()
545 static int32_t ControlDispatch(struct HdfDeviceIoClient *client, int32_t cmdId, in ControlDispatch()
/drivers/hdf_core/framework/core/manager/src/
Ddevsvc_manager_ext.c31 int32_t DeviceSvcMgrOpen(struct HdfDeviceIoClient *client) in DeviceSvcMgrOpen()
37 static int32_t DevSvcManagerExtRegisterListener(struct HdfDeviceIoClient *client, struct HdfSBuf *d… in DevSvcManagerExtRegisterListener()
66 static int32_t DevSvcManagerExtUnRegisterListener(struct HdfDeviceIoClient *client) in DevSvcManagerExtUnRegisterListener()
94 struct HdfDeviceIoClient *client = NULL; in DeviceSvcMgrDispatch() local
117 void DeviceSvcMgrRelease(struct HdfDeviceIoClient *client) in DeviceSvcMgrRelease()
/drivers/hdf_core/framework/model/input/driver/input_bus_ops/
Dinput_i2c_ops.c16 int32_t InputI2cRead(const InputI2cClient *client, uint8_t *writeBuf, uint32_t writeLen, uint8_t *r… in InputI2cRead()
39 int32_t InputI2cWrite(const InputI2cClient *client, uint8_t *writeBuf, uint32_t len) in InputI2cWrite()
/drivers/hdf_core/framework/support/platform/src/spi/
Dspi_if.c41 struct SpiClient *client = NULL; in SpiTransfer() local
73 struct SpiClient *client = NULL; in SpiSetCfg() local
85 struct SpiClient *client = NULL; in SpiGetCfg() local
98 struct SpiClient *client = NULL; in SpiClose() local
Dspi_if_u.c150 struct SpiClient *client = NULL; in SpiTransfer() local
223 struct SpiClient *client = NULL; in SpiSetCfg() local
274 struct SpiClient *client = NULL; in SpiGetCfg() local
328 struct SpiClient *client = NULL; in SpiClose() local
366 struct SpiClient *client = NULL; in SpiOpen() local
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
Di2c_dev.c182 struct I2cClient *client = filep->f_priv; in I2cFsRead() local
227 struct I2cClient *client = filep->f_priv; in I2cFsWrite() local
252 static int I2cIoctlReadWrite(const struct I2cClient *client, const void *arg) in I2cIoctlReadWrite()
299 struct I2cClient *client = filep->f_priv; in I2cFsIoctl() local
349 struct I2cClient *client = NULL; in I2cFsOpen() local
380 struct I2cClient *client = filep->f_priv; in I2cFsClose() local
/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/
Dsample_driver.c74 static int32_t SampleDriverSendEvent(struct HdfDeviceIoClient *client, int id, struct HdfSBuf *data… in SampleDriverSendEvent()
83 struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleDriverDispatch()
/drivers/hdf_core/framework/test/unittest/manager/
Dsample_driver_test.c149 static int32_t SampleDriverSendEvent(struct HdfDeviceIoClient *client, int id, struct HdfSBuf *data… in SampleDriverSendEvent()
167 static int32_t SampleDriverUpdateService(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleDriverUpdateService()
186 struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleDriverDispatch()
/drivers/hdf_core/framework/test/unittest/uevent/
Ddevmgr_uevent_test.c15 struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfUeventDriverDispatch()
/drivers/peripheral/usb/gadget/function/usbfn/
Ddev_usbfn.c61 static int32_t UsbFnRegistUsbfnDevice(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struc… in UsbFnRegistUsbfnDevice()
99 struct HdfDeviceIoClient *client, int32_t cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in UsbFnDispatch()
/drivers/hdf_core/adapter/khdf/linux/test/test_helper_driver/src/
Dtest_helper_driver.c32 struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in HelperDriverDispatch()
/drivers/hdf_core/framework/sample/platform/uart/src/
Duart_dispatch_sample.c40 int32_t SampleDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct Hd… in SampleDispatch()
/drivers/peripheral/display/hdi_service/gralloc/server/
Dallocator_host.cpp27 static int32_t AllocatorServiceDispatch(struct HdfDeviceIoClient *client, int cmdId, in AllocatorServiceDispatch()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
Dusb_test_pnp_notify.c42 struct HdfDeviceIoClient *client, int32_t cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in UsbTestPnpNotifyDispatch()

12345678