Home
last modified time | relevance | path

Searched refs:rx_payload (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dmci.c210 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_cal_msg() argument
367 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_msg() argument
388 major = *(rx_payload + MCI_GPM_COEX_B_MAJOR_VERSION); in ath_mci_msg()
389 minor = *(rx_payload + MCI_GPM_COEX_B_MINOR_VERSION); in ath_mci_msg()
397 (rx_payload + MCI_GPM_COEX_B_PROFILE_TYPE), 10); in ath_mci_msg()
411 profile_status.is_link = *(rx_payload + in ath_mci_msg()
413 profile_status.conn_handle = *(rx_payload + in ath_mci_msg()
415 profile_status.is_critical = *(rx_payload + in ath_mci_msg()
418 seq_num = *((u32 *)(rx_payload + 12)); in ath_mci_msg()
/Linux-v4.19/drivers/firmware/
Darm_scpi.c247 void __iomem *rx_payload; member
397 ch->rx_payload; in scpi_process_cmd()
405 struct scpi_shared_mem __iomem *mem = ch->rx_payload; in scpi_process_cmd()
423 struct scpi_shared_mem __iomem *mem = ch->rx_payload; in scpi_handle_remote_msg()
955 pchan->rx_payload = devm_ioremap(dev, res.start, size); in scpi_probe()
956 if (!pchan->rx_payload) { in scpi_probe()
960 pchan->tx_payload = pchan->rx_payload + (size >> 1); in scpi_probe()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c231 u8 *rx_payload; member
1022 u8 *payload = xfer->rx_payload + xfer->rx_done; in exynos_dsi_read_from_fifo()
1587 xfer.rx_payload = msg->rx_buf; in exynos_dsi_host_transfer()