/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | ap_bus.h | 219 struct ap_message *reply; /* Per device reply message. */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 1388 * Note! This is in reply order (see loop in get_tv_modes). 1455 uint32_t reply = 0, format_map = 0; in psb_intel_sdvo_get_tv_modes() local 1473 if (!psb_intel_sdvo_read_response(psb_intel_sdvo, &reply, 3)) in psb_intel_sdvo_get_tv_modes() 1477 if (reply & (1 << i)) { in psb_intel_sdvo_get_tv_modes() 2356 struct psb_intel_sdvo_enhancements_reply reply; in psb_intel_sdvo_create_enhance_property() member 2372 return psb_intel_sdvo_create_enhance_property_tv(psb_intel_sdvo, psb_intel_sdvo_connector, enhancements.reply); in psb_intel_sdvo_create_enhance_property() 2374 return psb_intel_sdvo_create_enhance_property_lvds(psb_intel_sdvo, psb_intel_sdvo_connector, enhancements.reply); in psb_intel_sdvo_create_enhance_property()
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | commsup.c | 473 * @reply: True if a reply is wanted 474 * @callback: Called with reply 484 int priority, int wait, int reply, fib_callback callback, in aac_fib_send() 511 if (wait && !reply) { in aac_fib_send() 513 } else if (!wait && reply) { in aac_fib_send() 516 } else if (!wait && !reply) { in aac_fib_send() 519 } else if (wait && reply) { in aac_fib_send() 701 if (reply) in aac_fib_send() 483 aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, int priority, int wait, int reply, fib_callback callback, void *callback_data) aac_fib_send() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 1410 * Note! This is in reply order (see loop in get_tv_modes). 1477 uint32_t reply = 0, format_map = 0; in psb_intel_sdvo_get_tv_modes() local 1495 if (!psb_intel_sdvo_read_response(psb_intel_sdvo, &reply, 3)) in psb_intel_sdvo_get_tv_modes() 1499 if (reply & (1 << i)) { in psb_intel_sdvo_get_tv_modes() 2378 struct psb_intel_sdvo_enhancements_reply reply; in psb_intel_sdvo_create_enhance_property() member 2394 return psb_intel_sdvo_create_enhance_property_tv(psb_intel_sdvo, psb_intel_sdvo_connector, enhancements.reply); in psb_intel_sdvo_create_enhance_property() 2396 return psb_intel_sdvo_create_enhance_property_lvds(psb_intel_sdvo, psb_intel_sdvo_connector, enhancements.reply); in psb_intel_sdvo_create_enhance_property()
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | commsup.c | 473 * @reply: True if a reply is wanted 474 * @callback: Called with reply 484 int priority, int wait, int reply, fib_callback callback, in aac_fib_send() 511 if (wait && !reply) { in aac_fib_send() 513 } else if (!wait && reply) { in aac_fib_send() 516 } else if (!wait && !reply) { in aac_fib_send() 519 } else if (wait && reply) { in aac_fib_send() 701 if (reply) in aac_fib_send() 483 aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, int priority, int wait, int reply, fib_callback callback, void *callback_data) aac_fib_send() argument
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 195 * @event_data: reply event data payload follows 254 * @valid_reply: flag set for reply message 260 * @transfer_length: data length transfer when there is a reply message 2679 * @reply: reply message frame(lower 32bit addr) 2688 _scsih_tm_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) in _scsih_tm_done() argument 2697 mpi_reply = mpt3sas_base_get_reply_virt_addr(ioc, reply); in _scsih_tm_done() 2699 memcpy(ioc->tm_cmds.reply, mpi_reply, mpi_reply->MsgLength*4); in _scsih_tm_done() 2822 * reply descriptor pools for the reply o 4021 _scsih_tm_tr_complete(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) _scsih_tm_tr_complete() argument 4146 _scsih_sas_control_complete(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) _scsih_sas_control_complete() argument 4231 _scsih_tm_volume_tr_complete(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) _scsih_tm_volume_tr_complete() argument 5509 _scsih_io_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) _scsih_io_done() argument 6134 _scsih_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) _scsih_done() argument 9771 mpt3sas_scsih_event_callback(struct MPT3SAS_ADAPTER *ioc, u8 msix_index, u32 reply) mpt3sas_scsih_event_callback() argument [all...] |
H A D | mpt3sas_config.c | 91 * @mpi_reply: reply message frame 243 * @reply: reply message frame(lower 32bit addr) 253 u32 reply) in mpt3sas_config_done() 262 mpi_reply = mpt3sas_base_get_reply_virt_addr(ioc, reply); in mpt3sas_config_done() 265 memcpy(ioc->config_cmds.reply, mpi_reply, in mpt3sas_config_done() 280 * @mpi_reply: reply mf payload returned from firmware 374 memset(ioc->config_cmds.reply, 0, sizeof(Mpi2ConfigReply_t)); in _config_request() 403 memcpy(mpi_reply, ioc->config_cmds.reply, in _config_request() 497 * @mpi_reply: reply m 252 mpt3sas_config_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) mpt3sas_config_done() argument [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-nintendo.c | 703 u32 start_addr, u8 size, u8 **reply) in joycon_request_spi_flash_read() 711 if (!reply) in joycon_request_spi_flash_read() 727 *reply = &report->subcmd_reply.data[5]; in joycon_request_spi_flash_read() 739 u8 *reply; in joycon_check_for_cal_magic() local 742 JC_CAL_USR_MAGIC_SIZE, &reply); in joycon_check_for_cal_magic() 746 return reply[0] != JC_CAL_USR_MAGIC_0 || reply[1] != JC_CAL_USR_MAGIC_1; in joycon_check_for_cal_magic() 702 joycon_request_spi_flash_read(struct joycon_ctlr *ctlr, u32 start_addr, u8 size, u8 **reply) joycon_request_spi_flash_read() argument
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | rndis_host.c | 163 "rndis reply status %08x\n", in rndis_command() 168 "rndis reply id %d expected %d\n", in rndis_command() 215 * specified by @in_len. If @reply_len is not set to -1 then the reply 229 void **reply, int *reply_len) in rndis_query() 265 *reply = (unsigned char *) &u.get_c->request_id + off; in rndis_query() 227 rndis_query(struct usbnet *dev, struct usb_interface *intf, void *buf, u32 oid, u32 in_len, void **reply, int *reply_len) rndis_query() argument
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | monreader.c | 394 goto reply; in mon_read() 423 reply: in mon_read()
|
/kernel/linux/linux-5.10/include/soc/tegra/ |
H A D | bpmp-abi.h | 243 * Sent in response to an #MRQ_PING message. #reply should be the 250 uint32_t reply; member 299 * identifier for the version of firmware issuing the reply. 498 uint32_t reply; member 1079 * -#BPMP_ENXIO: if i2c slave device does not reply with ACK to the transaction 1789 * BPMP->Host reply data for request CMD_THERMAL_GET_TEMP 1826 * BPMP->Host reply data for request type CMD_THERMAL_GET_NUM_ZONES 1845 * BPMP->Host reply data for request CMD_THERMAL_GET_THERMTRIP 1885 * Data in reply to a Host->BPMP request. 1989 * reply wit [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | cec.h | 25 * used with CEC_TRANSMIT as the timeout for waiting for a reply. 33 * @reply: This field is ignored with CEC_RECEIVE and is only used by 34 * CEC_TRANSMIT. If non-zero, then wait for a reply with this 36 * a possible ABORT reply. If there was an error when sending the 37 * msg or FeatureAbort was returned, then reply is set to 0. 38 * If reply is non-zero upon return, then len/msg are set to 40 * If reply is zero upon return and status has the 43 * If reply is zero upon return and status has the 44 * CEC_TX_STATUS_MAX_RETRIES bit set, then no reply was seen at 45 * all. If reply i 65 __u8 reply; global() member [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | cec.h | 25 * used with CEC_TRANSMIT as the timeout for waiting for a reply. 33 * @reply: This field is ignored with CEC_RECEIVE and is only used by 34 * CEC_TRANSMIT. If non-zero, then wait for a reply with this 36 * a possible ABORT reply. If there was an error when sending the 37 * msg or FeatureAbort was returned, then reply is set to 0. 38 * If reply is non-zero upon return, then len/msg are set to 40 * If reply is zero upon return and status has the 43 * If reply is zero upon return and status has the 44 * CEC_TX_STATUS_MAX_RETRIES bit set, then no reply was seen at 45 * all. If reply i 65 __u8 reply; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | rndis_host.c | 163 "rndis reply status %08x\n", in rndis_command() 168 "rndis reply id %d expected %d\n", in rndis_command() 215 * specified by @in_len. If @reply_len is not set to -1 then the reply 229 void **reply, int *reply_len) in rndis_query() 265 *reply = (unsigned char *) &u.get_c->request_id + off; in rndis_query() 227 rndis_query(struct usbnet *dev, struct usb_interface *intf, void *buf, u32 oid, u32 in_len, void **reply, int *reply_len) rndis_query() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_aux.c | 476 msg->reply = rxbuf[0] >> 4; in intel_dp_aux_transfer() 499 msg->reply = rxbuf[0] >> 4; in intel_dp_aux_transfer() 502 * expected to check msg->reply before touching it. in intel_dp_aux_transfer()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv0900_core.c | 1762 struct dvb_diseqc_slave_reply *reply) in stv0900_recv_slave_reply() 1769 reply->msg_len = 0; in stv0900_recv_slave_reply() 1777 reply->msg_len = stv0900_get_bits(intp, FIFO_BYTENBR); in stv0900_recv_slave_reply() 1779 for (i = 0; i < reply->msg_len; i++) in stv0900_recv_slave_reply() 1780 reply->msg[i] = stv0900_read_reg(intp, DISRXDATA); in stv0900_recv_slave_reply() 1761 stv0900_recv_slave_reply(struct dvb_frontend *fe, struct dvb_diseqc_slave_reply *reply) stv0900_recv_slave_reply() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | main.c | 470 } __packed reply; in wil_disconnect_worker() local 480 memset(&reply, 0, sizeof(reply)); in wil_disconnect_worker() 483 WMI_DISCONNECT_EVENTID, &reply, sizeof(reply), in wil_disconnect_worker()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 538 /* Wait for reply */ in chcr_ktls_dev_add() 560 /* Wait for reply */ in chcr_ktls_dev_add() 639 /* update l2t index and request for tp reply to confirm tcb is in chcr_init_tcb_fields() 649 * chcr_ktls_cpl_act_open_rpl: connection reply received from TP. 719 * chcr_ktls_cpl_set_tcb_rpl: TCB reply received from TP. 754 u64 val, u32 reply) in __chcr_write_cpl_set_tcb_ulp() 778 NO_REPLY_V(!reply)); in __chcr_write_cpl_set_tcb_ulp() 804 * @reply - set 1 if looking for TP response. 810 u64 val, u32 reply) in chcr_write_cpl_set_tcb_ulp() 821 mask, val, reply); in chcr_write_cpl_set_tcb_ulp() 751 __chcr_write_cpl_set_tcb_ulp(struct chcr_ktls_info *tx_info, u32 tid, void *pos, u16 word, struct sge_eth_txq *q, u64 mask, u64 val, u32 reply) __chcr_write_cpl_set_tcb_ulp() argument 807 chcr_write_cpl_set_tcb_ulp(struct chcr_ktls_info *tx_info, struct sge_eth_txq *q, u32 tid, void *pos, u16 word, u64 mask, u64 val, u32 reply) chcr_write_cpl_set_tcb_ulp() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 532 /* Wait for reply */ in chcr_ktls_dev_add() 554 /* Wait for reply */ in chcr_ktls_dev_add() 633 /* update l2t index and request for tp reply to confirm tcb is in chcr_init_tcb_fields() 643 * chcr_ktls_cpl_act_open_rpl: connection reply received from TP. 713 * chcr_ktls_cpl_set_tcb_rpl: TCB reply received from TP. 748 u64 val, u32 reply) in __chcr_write_cpl_set_tcb_ulp() 772 NO_REPLY_V(!reply)); in __chcr_write_cpl_set_tcb_ulp() 798 * @reply - set 1 if looking for TP response. 804 u64 val, u32 reply) in chcr_write_cpl_set_tcb_ulp() 815 mask, val, reply); in chcr_write_cpl_set_tcb_ulp() 745 __chcr_write_cpl_set_tcb_ulp(struct chcr_ktls_info *tx_info, u32 tid, void *pos, u16 word, struct sge_eth_txq *q, u64 mask, u64 val, u32 reply) __chcr_write_cpl_set_tcb_ulp() argument 801 chcr_write_cpl_set_tcb_ulp(struct chcr_ktls_info *tx_info, struct sge_eth_txq *q, u32 tid, void *pos, u16 word, u64 mask, u64 val, u32 reply) chcr_write_cpl_set_tcb_ulp() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv0900_core.c | 1762 struct dvb_diseqc_slave_reply *reply) in stv0900_recv_slave_reply() 1769 reply->msg_len = 0; in stv0900_recv_slave_reply() 1777 reply->msg_len = stv0900_get_bits(intp, FIFO_BYTENBR); in stv0900_recv_slave_reply() 1779 for (i = 0; i < reply->msg_len; i++) in stv0900_recv_slave_reply() 1780 reply->msg[i] = stv0900_read_reg(intp, DISRXDATA); in stv0900_recv_slave_reply() 1761 stv0900_recv_slave_reply(struct dvb_frontend *fe, struct dvb_diseqc_slave_reply *reply) stv0900_recv_slave_reply() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | main.c | 470 } __packed reply; in wil_disconnect_worker() local 480 memset(&reply, 0, sizeof(reply)); in wil_disconnect_worker() 483 WMI_DISCONNECT_EVENTID, &reply, sizeof(reply), in wil_disconnect_worker()
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptbase.c | 161 MPT_FRAME_HDR *reply); 440 * Process turbo (context) reply... 450 dmfprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Got TURBO reply req_idx=%08x\n", in mpt_turbo_reply() 515 /* non-TURBO reply! Hmmm, something may be up... in mpt_reply() 516 * Newest turbo reply mechanism; get address in mpt_reply() 520 /* Map DMA address of reply header to cpu address. in mpt_reply() 533 dmfprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Got non-TURBO reply=%p req_idx=%x cb_idx=%x Function=%x\n", in mpt_reply() 539 ioc_stat = le16_to_cpu(mr->u.reply.IOCStatus); in mpt_reply() 541 u32 log_info = le32_to_cpu(mr->u.reply.IOCLogInfo); in mpt_reply() 565 /* Flush (non-TURBO) reply wit in mpt_reply() 628 mptbase_reply(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply) mptbase_reply() argument 3580 u8 reply[sizeof(FWUploadReply_t)]; mpt_do_upload() local [all...] |
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptbase.c | 161 MPT_FRAME_HDR *reply); 440 * Process turbo (context) reply... 450 dmfprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Got TURBO reply req_idx=%08x\n", in mpt_turbo_reply() 514 /* non-TURBO reply! Hmmm, something may be up... in mpt_reply() 515 * Newest turbo reply mechanism; get address in mpt_reply() 519 /* Map DMA address of reply header to cpu address. in mpt_reply() 532 dmfprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Got non-TURBO reply=%p req_idx=%x cb_idx=%x Function=%x\n", in mpt_reply() 538 ioc_stat = le16_to_cpu(mr->u.reply.IOCStatus); in mpt_reply() 540 u32 log_info = le32_to_cpu(mr->u.reply.IOCLogInfo); in mpt_reply() 564 /* Flush (non-TURBO) reply wit in mpt_reply() 627 mptbase_reply(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply) mptbase_reply() argument 3572 u8 reply[sizeof(FWUploadReply_t)]; mpt_do_upload() local [all...] |
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | macio-adb.c | 246 req->reply[i] = in_8(&adb->data[i].r); in macio_adb_interrupt()
|
H A D | via-macii.c | 118 static unsigned char *reply_ptr; /* next byte in reply_buf or req->reply */ 119 static bool reading_reply; /* store reply in reply_buf else req->reply */ 121 static int reply_len; /* number of bytes received in reply_buf or req->reply */ 238 /* Send an ADB request; if sync, poll out the reply 'till it's done */ 365 * Request with no reply expected (and empty transceiver buffer): 367 * Request with expected reply packet (or with buffered autopoll packet): 406 * read an autopoll reply from the transceiver buffer. in macii_interrupt() 440 * must read an autopoll reply. The first byte was in macii_interrupt() 460 reply_ptr = req->reply; in macii_interrupt() [all...] |