fw_regs_va 40 drivers/input/touchscreen/raspberrypi-ts.c void __iomem *fw_regs_va; fw_regs_va 72 drivers/input/touchscreen/raspberrypi-ts.c memcpy_fromio(®s, ts->fw_regs_va, sizeof(regs)); fw_regs_va 80 drivers/input/touchscreen/raspberrypi-ts.c ts->fw_regs_va + offsetof(struct rpi_ts_regs, num_points)); fw_regs_va 119 drivers/input/touchscreen/raspberrypi-ts.c dma_free_coherent(dev, PAGE_SIZE, ts->fw_regs_va, ts->fw_regs_phys); fw_regs_va 150 drivers/input/touchscreen/raspberrypi-ts.c ts->fw_regs_va = dma_alloc_coherent(dev, PAGE_SIZE, &ts->fw_regs_phys, fw_regs_va 152 drivers/input/touchscreen/raspberrypi-ts.c if (!ts->fw_regs_va) {