Searched refs:rx_payload (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | mci.c | 210 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_cal_msg() argument 369 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_msg() argument 390 major = *(rx_payload + MCI_GPM_COEX_B_MAJOR_VERSION); in ath_mci_msg() 391 minor = *(rx_payload + MCI_GPM_COEX_B_MINOR_VERSION); in ath_mci_msg() 399 (rx_payload + MCI_GPM_COEX_B_PROFILE_TYPE), 10); in ath_mci_msg() 413 profile_status.is_link = *(rx_payload + in ath_mci_msg() 415 profile_status.conn_handle = *(rx_payload + in ath_mci_msg() 417 profile_status.is_critical = *(rx_payload + in ath_mci_msg() 420 seq_num = *((u32 *)(rx_payload + 12)); in ath_mci_msg()
|
/linux-6.12.1/drivers/firmware/ |
D | arm_scpi.c | 239 void __iomem *rx_payload; member 389 ch->rx_payload; in scpi_process_cmd() 397 struct scpi_shared_mem __iomem *mem = ch->rx_payload; in scpi_process_cmd() 415 struct scpi_shared_mem __iomem *mem = ch->rx_payload; in scpi_handle_remote_msg() 953 pchan->rx_payload = devm_ioremap(dev, res.start, size); in scpi_probe() 954 if (!pchan->rx_payload) { in scpi_probe() 958 pchan->tx_payload = pchan->rx_payload + (size >> 1); in scpi_probe()
|
/linux-6.12.1/include/drm/bridge/ |
D | samsung-dsim.h | 48 u8 *rx_payload; member
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | mxl692.c | 447 u8 *rx_payload, in mxl692_i2c_writeread() argument 550 if (!rx_payload) { in mxl692_i2c_writeread() 555 memcpy(rx_payload, rx_buf + MXL_EAGLE_HOST_MSG_HEADER_SIZE, in mxl692_i2c_writeread()
|
/linux-6.12.1/drivers/gpu/drm/bridge/ |
D | samsung-dsim.c | 1153 u8 *payload = xfer->rx_payload + xfer->rx_done; in samsung_dsim_read_from_fifo() 1835 xfer.rx_payload = msg->rx_buf; in samsung_dsim_host_transfer()
|