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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dmci.c210 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) ath_mci_cal_msg() argument
367 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) ath_mci_msg() argument
388 major = *(rx_payload + MCI_GPM_COEX_B_MAJOR_VERSION); ath_mci_msg()
389 minor = *(rx_payload + MCI_GPM_COEX_B_MINOR_VERSION); ath_mci_msg()
397 (rx_payload + MCI_GPM_COEX_B_PROFILE_TYPE), 10); ath_mci_msg()
411 profile_status.is_link = *(rx_payload + ath_mci_msg()
413 profile_status.conn_handle = *(rx_payload + ath_mci_msg()
415 profile_status.is_critical = *(rx_payload + ath_mci_msg()
418 seq_num = *((u32 *)(rx_payload + 12)); ath_mci_msg()
/linux-4.4.14/drivers/firmware/
H A Darm_scpi.c151 void __iomem *rx_payload; member in struct:scpi_chan
282 struct scpi_shared_mem *mem = ch->rx_payload; scpi_process_cmd()
297 struct scpi_shared_mem *mem = ch->rx_payload; scpi_handle_remote_msg()
612 devm_iounmap(dev, pchan->rx_payload); scpi_free_channels()
690 pchan->rx_payload = devm_ioremap(dev, res.start, size); scpi_probe()
691 if (!pchan->rx_payload) { scpi_probe()
696 pchan->tx_payload = pchan->rx_payload + (size >> 1); scpi_probe()
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c239 u8 *rx_payload; member in struct:exynos_dsi_transfer
1013 u8 *payload = xfer->rx_payload + xfer->rx_done; exynos_dsi_read_from_fifo()
1448 xfer.rx_payload = msg->rx_buf; exynos_dsi_host_transfer()

Completed in 148 milliseconds