fw_regs_phys 41 drivers/input/touchscreen/raspberrypi-ts.c dma_addr_t fw_regs_phys; fw_regs_phys 119 drivers/input/touchscreen/raspberrypi-ts.c dma_free_coherent(dev, PAGE_SIZE, ts->fw_regs_va, ts->fw_regs_phys); fw_regs_phys 150 drivers/input/touchscreen/raspberrypi-ts.c ts->fw_regs_va = dma_alloc_coherent(dev, PAGE_SIZE, &ts->fw_regs_phys, fw_regs_phys 164 drivers/input/touchscreen/raspberrypi-ts.c touchbuf = (u32)ts->fw_regs_phys;