Home
last modified time | relevance | path

Searched refs:response (Results 251 – 275 of 615) sorted by relevance

1...<<11121314151617181920>>...25

/linux/Documentation/driver-api/mmc/
H A Dmmc-tools.rst22 - Print the response to STATUS_SEND (CMD13).
/linux/drivers/i2c/busses/
H A Di2c-amd-mp2.h127 enum response_type response : 2;
/linux/Documentation/devicetree/bindings/misc/
H A Dolpc,xo1.75-ec.yaml16 response data) by strobing the ACK pin with the ready signal. See the
/linux/drivers/thunderbolt/
H A Dicm.c292 memcpy(req->response + offset, pkg->buffer, req->response_size); in icm_copy()
299 void *response, size_t response_size, size_t npackets, in icm_request() argument
317 req->response = response; in icm_request()
531 const u8 *challenge, u8 *response) in icm_fr_challenge_switch_key() argument
555 memcpy(response, reply.response, TB_SWITCH_KEY_SIZE); in icm_fr_challenge_switch_key()
1097 const u8 *challenge, u8 *response) in icm_tr_challenge_switch_key() argument
1122 memcpy(response, reply.response, TB_SWITCH_KEY_SIZE); in icm_tr_challenge_switch_key()
2236 req->response = &auth->reply; in icm_usb4_switch_nvm_authenticate()
H A Dctl.h82 void *response; member
/linux/drivers/s390/block/
H A Dscm_blk.c363 SCM_LOG_HEX(1, &aob->response, sizeof(aob->response)); in __scmrq_log_error()
381 switch (scmrq->aob->response.eqc) { in scm_blk_handle_error()
/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h75 u32 response; member
/linux/include/uapi/linux/
H A Dfanotify.h207 __u32 response; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.h161 uint16_t param, uint32_t *response, enum dm_dmub_wait_type wait_type);
/linux/Documentation/networking/
H A Dnfc.rst66 * data_exchange - send data and receive the response (transceive operation)
128 The first received package is the response to the first sent package and so
/linux/include/linux/
H A Dthunderbolt.h343 int tb_xdomain_response(struct tb_xdomain *xd, const void *response,
347 void *response, size_t response_size,
/linux/fs/notify/fanotify/
H A Dfanotify.c261 switch (event->response & FANOTIFY_RESPONSE_ACCESS) { in fanotify_get_response()
271 if (event->response & FAN_AUDIT) in fanotify_get_response()
272 audit_fanotify(event->response & ~FAN_AUDIT, in fanotify_get_response()
562 pevent->response = 0; in fanotify_alloc_perm_event()
/linux/drivers/fsi/
H A Dfsi-occ.c466 void *response, size_t *resp_len) in fsi_occ_submit() argument
472 struct occ_response *resp = response; in fsi_occ_submit()
503 occ->client_buffer = response; in fsi_occ_submit()
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dnvidia,tegra20-mc.yaml17 and returns response data to the various clients. The Memory Controller
/linux/Documentation/ABI/obsolete/
H A Dsysfs-bus-usb19 free to wake up in response to I/O requests, you should
/linux/include/uapi/sound/
H A Dfirewire.h46 __be32 response[]; /* some responses */ member
/linux/Documentation/mm/
H A Dz3fold.rst28 which makes it a better fit for small and response-critical systems.
/linux/Documentation/devicetree/bindings/iio/adc/
H A Davia-hx711.yaml36 response to the clock (input).
/linux/drivers/scsi/
H A D3w-sas.c525 u32 response; in twl_poll_response() local
539 response = (u32)mfa; in twl_poll_response()
541 if (TW_RESID_OUT(response) == request_id) in twl_poll_response()
1124 u32 reg, regl, regh, response, request_id = 0; in twl_interrupt() local
1161 response = (u32)mfa; in twl_interrupt()
1164 if (!TW_NOTMFA_OUT(response)) { in twl_interrupt()
1185 request_id = TW_RESID_OUT(response); in twl_interrupt()
/linux/tools/firewire/
H A Dnosy-dump.h167 struct subaction *request, *response; member
/linux/Documentation/devicetree/bindings/hwmon/
H A Dmaxim,max20730.yaml19 output voltages and excellent transient response.
/linux/Documentation/devicetree/bindings/iommu/
H A Dapple,dart.yaml20 This DART IOMMU also raises interrupts in response to various
/linux/Documentation/maintainer/
H A Dmessy-diffstat.rst73 upstream is a well-known way to get a grumpy response.
75 So what is to be done? The best response when confronted with this
/linux/block/
H A Dbsg-lib.c115 if (job->reply_len && hdr->response) { in bsg_transport_sg_io_fn()
118 if (copy_to_user(uptr64(hdr->response), job->reply, len)) in bsg_transport_sg_io_fn()
/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_init.c46 if (mp2->mp2_ops->response) in amd_sfh_wait_for_response()
47 return mp2->mp2_ops->response(mp2, sid, cmd_id); in amd_sfh_wait_for_response()

1...<<11121314151617181920>>...25