/kernel/linux/linux-5.10/include/linux/ |
H A D | bsg-lib.h | 36 /* Transport/driver specific request/reply structs */ 38 void *reply; member 44 * the reply. 47 * to indicates the size of the reply to be returned to the
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | adb.h | 14 unsigned char reply[32]; member 42 #define ADBREQ_REPLY 1 /* expect reply */
|
H A D | bsg-lib.h | 36 /* Transport/driver specific request/reply structs */ 38 void *reply; member 44 * the reply. 47 * to indicates the size of the reply to be returned to the
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | atmsvc.h | 27 int reply; /* for okay and close: */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_pcode.h | 20 u32 reply_mask, u32 reply, int timeout_base_ms);
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | atmsvc.h | 47 int reply; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | atmsvc.h | 47 int reply; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | atmsvc.h | 23 int reply; member
|
/drivers/hdf_core/framework/model/input/driver/ |
H A D | hdf_key.c | 205 static int32_t HdfKeyDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfKeyDispatch() argument 208 if (client == NULL || data == NULL || reply == NULL) { in HdfKeyDispatch()
|
/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
H A D | hdf_remote_adapter_test.cpp | 177 HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in HWTEST_F() local 178 HdfRemoteAdapterDefaultDispatch(service, 0, data, reply); in HWTEST_F()
|
/drivers/hdf_core/framework/test/unittest/sensor/ |
H A D | hdf_sensor_test.c | 166 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in SensorTestDispatch() 171 (void)reply; in SensorTestDispatch() 165 SensorTestDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) SensorTestDispatch() argument
|
/drivers/peripheral/sensor/chipset/accel/ |
H A D | accel_bmi160.c | 144 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchBMI160() 149 (void)reply; in DispatchBMI160() 143 DispatchBMI160(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBMI160() argument
|
H A D | accel_mxc6655xa.c | 157 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchMXC6655xa() 162 (void)reply; in DispatchMXC6655xa() 156 DispatchMXC6655xa(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchMXC6655xa() argument
|
/drivers/peripheral/sensor/chipset/gyro/ |
H A D | gyro_bmi160.c | 137 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchBMI160() 142 (void)reply; in DispatchBMI160() 136 DispatchBMI160(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBMI160() argument
|
/drivers/peripheral/sensor/chipset/humidity/ |
H A D | humidity_aht20.c | 146 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchAht20() 151 (void)reply; in DispatchAht20() 145 DispatchAht20(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchAht20() argument
|
H A D | humidity_sht30.c | 129 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchSht30() 134 (void)reply; in DispatchSht30() 128 DispatchSht30(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchSht30() argument
|
/drivers/peripheral/sensor/chipset/magnetic/ |
H A D | magnetic_lsm303.c | 148 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchLsm303() 153 (void)reply; in DispatchLsm303() 147 DispatchLsm303(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchLsm303() argument
|
/drivers/peripheral/sensor/chipset/temperature/ |
H A D | temperature_aht20.c | 145 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchAht20() 150 (void)reply; in DispatchAht20() 144 DispatchAht20(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchAht20() argument
|
H A D | temperature_sht30.c | 128 int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchSht30() 133 (void)reply; in DispatchSht30() 127 DispatchSht30(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchSht30() argument
|
/kernel/linux/linux-5.10/include/net/iucv/ |
H A D | iucv.h | 53 * IUCV_IPANSLST Indicates that an address list is used for the reply data. 74 * Use a pointer to an iucv_array as the buffer, reply or answer 110 * length: 32 bit length of the message / reply 111 * reply_size: 32 bit maximum allowed length of the reply 183 * iucv_message_send2way has been replied to. The reply can be 387 * @flags: how the reply is sent (IUCV_IPRMDATA, IUCV_IPPRTY, IUCV_IPBUFLST) 388 * @reply: address of data buffer or address of struct iucv_array 389 * @size: length of reply data buffer 392 * must identify completely the message to which you wish to reply. ie, 399 u8 flags, void *reply, size_ [all...] |
/kernel/linux/linux-6.6/include/net/iucv/ |
H A D | iucv.h | 53 * IUCV_IPANSLST Indicates that an address list is used for the reply data. 74 * Use a pointer to an iucv_array as the buffer, reply or answer 110 * length: 32 bit length of the message / reply 111 * reply_size: 32 bit maximum allowed length of the reply 183 * iucv_message_send2way has been replied to. The reply can be 387 * @flags: how the reply is sent (IUCV_IPRMDATA, IUCV_IPPRTY, IUCV_IPBUFLST) 388 * @reply: address of data buffer or address of struct iucv_array 389 * @size: length of reply data buffer 392 * must identify completely the message to which you wish to reply. ie, 399 u8 flags, void *reply, size_ [all...] |
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufs_bsg.c | 70 struct ufs_rpmb_reply *rpmb_reply = job->reply; in ufs_bsg_exec_advanced_rpmb_req() 135 struct ufs_bsg_reply *bsg_reply = job->reply; in ufs_bsg_request()
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | LiteIPCClientTest.cpp | 46 static int CurrentCallback(IOwner owner, int code, IpcIo *reply) in CurrentCallback() argument 50 char *response = (char *)ReadString(reply, &len); in CurrentCallback()
|
/test/xts/device_attest/test/performancetest/src/ |
H A D | devattestclient_performance_test.cpp | 110 MessageParcel reply; in TestIPCConsume() local 123 int ret = remote->SendRequest(GET_AUTH_RESULT, data, reply, option); in TestIPCConsume()
|
/test/xts/hats/hdf/external_device_manager/driver_extension_manager_client_test/ |
H A D | driver_extension_manager_client_test.cpp | 213 MessageParcel reply;
in HWTEST_F() local 217 int32_t ret = saObj->SendRequest(invalid_code, data, reply, option);
in HWTEST_F()
|