Searched refs:tx_msg (Results 1 – 15 of 15) sorted by relevance
| /drivers/acpi/ |
| A D | acpi_ipmi.c | 218 kfree(tx_msg); in ipmi_msg_release() 231 kref_get(&tx_msg->kref); in acpi_ipmi_msg_get() 233 return tx_msg; in acpi_ipmi_msg_get() 290 device = tx_msg->device; in acpi_format_ipmi_request() 365 tx_msg = iter; in ipmi_cancel_tx_msg() 372 if (tx_msg) in ipmi_cancel_tx_msg() 393 tx_msg = iter; in ipmi_msg_handler() 400 if (!tx_msg) { in ipmi_msg_handler() 427 memcpy(tx_msg->data, msg->msg.data, tx_msg->rx_len); in ipmi_msg_handler() 544 if (!tx_msg) in acpi_ipmi_space_handler() [all …]
|
| /drivers/i2c/busses/ |
| A D | i2c-xiic.c | 88 struct i2c_msg *tx_msg; member 721 i2c->tx_msg = NULL; in xiic_wakeup() 781 if (i2c->tx_msg) { in xiic_process() 817 i2c->tx_msg++; in xiic_process() 830 if (!i2c->tx_msg) { in xiic_process() 848 i2c->tx_msg++; in xiic_process() 873 if (!i2c->tx_msg) in xiic_process() 948 i2c->tx_msg++; in xiic_recv_atomic() 1117 i2c->tx_msg++; in xiic_send_rem_atomic() 1216 if (!i2c->tx_msg) in __xiic_start_xfer() [all …]
|
| /drivers/media/cec/core/ |
| A D | cec-pin.c | 440 pin->tx_msg.len = 0; in cec_pin_tx_states() 468 pin->tx_msg.len = 0; in cec_pin_tx_states() 481 pin->tx_msg.len = 0; in cec_pin_tx_states() 499 pin->tx_msg.len = 0; in cec_pin_tx_states() 510 pin->tx_msg.len = 0; in cec_pin_tx_states() 530 if (idx < pin->tx_msg.len) in cec_pin_tx_states() 605 pin->tx_msg.len = 0; in cec_pin_tx_states() 982 if (pin->tx_msg.len) { in cec_pin_timer() 1165 pin->tx_msg.len = 0; in cec_pin_adap_enable() 1229 pin->tx_msg = *msg; in cec_pin_adap_transmit() [all …]
|
| A D | cec-pin-error-inj.c | 67 pin->tx_msg.len > 1) in cec_pin_tx_error_inj() 68 cmd = pin->tx_msg.msg[1]; in cec_pin_tx_error_inj()
|
| A D | cec-pin-priv.h | 192 struct cec_msg tx_msg; member
|
| A D | cec-adap.c | 1993 struct cec_msg tx_msg = { }; in cec_feature_abort_reason() local 2004 cec_msg_set_reply_to(&tx_msg, msg); in cec_feature_abort_reason() 2005 cec_msg_feature_abort(&tx_msg, msg->msg[1], reason); in cec_feature_abort_reason() 2006 return cec_transmit_msg(adap, &tx_msg, false); in cec_feature_abort_reason()
|
| /drivers/media/cec/platform/stm32/ |
| A D | stm32-cec.c | 75 struct cec_msg tx_msg; member 111 if (cec->tx_cnt < cec->tx_msg.len) in stm32_tx_done() 113 cec->tx_msg.msg[cec->tx_cnt++]); in stm32_tx_done() 116 if (cec->tx_cnt == cec->tx_msg.len) in stm32_tx_done() 220 cec->tx_msg = *msg; in stm32_cec_adap_transmit() 227 if (cec->tx_msg.len == 1) in stm32_cec_adap_transmit() 234 regmap_write(cec->regmap, CEC_TXDR, cec->tx_msg.msg[0]); in stm32_cec_adap_transmit()
|
| /drivers/net/can/usb/peak_usb/ |
| A D | pcan_usb_fd.c | 798 struct pucan_tx_msg *tx_msg = (struct pucan_tx_msg *)obuf; in pcan_usb_fd_encode_msg() local 807 tx_msg->size = cpu_to_le16(tx_msg_size); in pcan_usb_fd_encode_msg() 808 tx_msg->type = cpu_to_le16(PUCAN_MSG_CAN_TX); in pcan_usb_fd_encode_msg() 813 tx_msg->can_id = cpu_to_le32(cfd->can_id & CAN_EFF_MASK); in pcan_usb_fd_encode_msg() 815 tx_msg->can_id = cpu_to_le32(cfd->can_id & CAN_SFF_MASK); in pcan_usb_fd_encode_msg() 842 tx_msg->flags = cpu_to_le16(tx_msg_flags); in pcan_usb_fd_encode_msg() 843 tx_msg->channel_dlc = PUCAN_MSG_CHANNEL_DLC(dev->ctrl_idx, dlc); in pcan_usb_fd_encode_msg() 844 memcpy(tx_msg->d, cfd->data, cfd->len); in pcan_usb_fd_encode_msg() 848 tx_msg = (struct pucan_tx_msg *)(obuf + tx_msg_size); in pcan_usb_fd_encode_msg() 850 tx_msg->size = 0; in pcan_usb_fd_encode_msg()
|
| A D | pcan_usb_pro.h | 183 struct pcan_usb_pro_txmsg tx_msg; member
|
| /drivers/net/ethernet/intel/idpf/ |
| A D | idpf_controlq.c | 162 cq->bi.tx_msg = kcalloc(qinfo->len, in idpf_ctlq_add() 165 if (!cq->bi.tx_msg) { in idpf_ctlq_add() 319 cq->bi.tx_msg[cq->next_to_use] = msg; in idpf_ctlq_send() 384 msg_status[i] = cq->bi.tx_msg[ntc]; in idpf_ctlq_clean_sq() 387 cq->bi.tx_msg[ntc] = NULL; in idpf_ctlq_clean_sq()
|
| A D | idpf_controlq_api.h | 115 struct idpf_ctlq_msg **tx_msg; member
|
| A D | idpf_controlq_setup.c | 121 bi = (void *)cq->bi.tx_msg; in idpf_ctlq_free_bufs()
|
| /drivers/net/ieee802154/ |
| A D | mrf24j40.c | 205 struct spi_message tx_msg; member 585 ret = spi_async(devrec->spi, &devrec->tx_msg); in write_tx_buf() 1183 spi_message_init(&devrec->tx_msg); in mrf24j40_setup_tx_spi_messages() 1184 devrec->tx_msg.context = devrec; in mrf24j40_setup_tx_spi_messages() 1185 devrec->tx_msg.complete = write_tx_buf_complete; in mrf24j40_setup_tx_spi_messages() 1188 spi_message_add_tail(&devrec->tx_hdr_trx, &devrec->tx_msg); in mrf24j40_setup_tx_spi_messages() 1191 spi_message_add_tail(&devrec->tx_len_trx, &devrec->tx_msg); in mrf24j40_setup_tx_spi_messages() 1192 spi_message_add_tail(&devrec->tx_buf_trx, &devrec->tx_msg); in mrf24j40_setup_tx_spi_messages()
|
| /drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| A D | cec-splitter.c | 18 struct cec_msg tx_msg = { }; in cec_feature_abort_reason() local 29 cec_msg_set_reply_to(&tx_msg, msg); in cec_feature_abort_reason() 30 cec_msg_feature_abort(&tx_msg, msg->msg[1], reason); in cec_feature_abort_reason() 31 return cec_transmit_msg(adap, &tx_msg, false); in cec_feature_abort_reason()
|
| /drivers/media/cec/usb/pulse8/ |
| A D | pulse8-cec.c | 192 struct cec_msg tx_msg; member 287 struct cec_msg *msg = &pulse8->tx_msg; in pulse8_tx_work_handler() 628 pulse8->tx_msg = *msg; in pulse8_cec_adap_transmit()
|
Completed in 40 milliseconds