read_mmio          13 drivers/thermal/thermal_mmio.c 	u32 (*read_mmio)(void __iomem *mmio_base);
read_mmio          29 drivers/thermal/thermal_mmio.c 	t = sensor->read_mmio(sensor->mmio_base) & sensor->mask;
read_mmio          96 drivers/thermal/thermal_mmio.c 	sensor->read_mmio = thermal_mmio_readb;