disp_status 2588 drivers/scsi/cxlflash/main.c char *disp_status; disp_status 2605 drivers/scsi/cxlflash/main.c disp_status = "online"; disp_status 2607 drivers/scsi/cxlflash/main.c disp_status = "offline"; disp_status 2609 drivers/scsi/cxlflash/main.c disp_status = "unknown"; disp_status 2611 drivers/scsi/cxlflash/main.c return scnprintf(buf, PAGE_SIZE, "%s\n", disp_status); disp_status 447 drivers/video/fbdev/omap/lcd_mipid.c u32 disp_status; disp_status 450 drivers/video/fbdev/omap/lcd_mipid.c mipid_read(md, MIPID_CMD_READ_DISP_STATUS, (u8 *)&disp_status, 4); disp_status 451 drivers/video/fbdev/omap/lcd_mipid.c disp_status = __be32_to_cpu(disp_status); disp_status 452 drivers/video/fbdev/omap/lcd_mipid.c enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); disp_status 455 drivers/video/fbdev/omap/lcd_mipid.c enabled ? "" : "not ", disp_status); disp_status 214 drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c u32 disp_status; disp_status 218 drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c (u8 *)&disp_status, 4); disp_status 219 drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c disp_status = __be32_to_cpu(disp_status); disp_status 220 drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); disp_status 223 drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c enabled ? "" : "not ", disp_status);