Searched refs:disp_status (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
H A D | lcd_mipid.c | 447 u32 disp_status; in panel_enabled() local 450 mipid_read(md, MIPID_CMD_READ_DISP_STATUS, (u8 *)&disp_status, 4); in panel_enabled() 451 disp_status = __be32_to_cpu(disp_status); in panel_enabled() 452 enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); in panel_enabled() 455 enabled ? "" : "not ", disp_status); in panel_enabled()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/ |
H A D | lcd_mipid.c | 449 u32 disp_status; in panel_enabled() local 452 mipid_read(md, MIPID_CMD_READ_DISP_STATUS, (u8 *)&disp_status, 4); in panel_enabled() 453 disp_status = __be32_to_cpu(disp_status); in panel_enabled() 454 enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); in panel_enabled() 457 enabled ? "" : "not ", disp_status); in panel_enabled()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-sony-acx565akm.c | 213 u32 disp_status; in panel_enabled() local 217 (u8 *)&disp_status, 4); in panel_enabled() 218 disp_status = __be32_to_cpu(disp_status); in panel_enabled() 219 enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); in panel_enabled() 222 enabled ? "" : "not ", disp_status); in panel_enabled()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-sony-acx565akm.c | 214 u32 disp_status; in panel_enabled() local 218 (u8 *)&disp_status, 4); in panel_enabled() 219 disp_status = __be32_to_cpu(disp_status); in panel_enabled() 220 enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); in panel_enabled() 223 enabled ? "" : "not ", disp_status); in panel_enabled()
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | main.c | 2583 char *disp_status; in cxlflash_show_port_status() local 2600 disp_status = "online"; in cxlflash_show_port_status() 2602 disp_status = "offline"; in cxlflash_show_port_status() 2604 disp_status = "unknown"; in cxlflash_show_port_status() 2606 return scnprintf(buf, PAGE_SIZE, "%s\n", disp_status); in cxlflash_show_port_status()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | main.c | 2560 char *disp_status; in cxlflash_show_port_status() local 2577 disp_status = "online"; in cxlflash_show_port_status() 2579 disp_status = "offline"; in cxlflash_show_port_status() 2581 disp_status = "unknown"; in cxlflash_show_port_status() 2583 return scnprintf(buf, PAGE_SIZE, "%s\n", disp_status); in cxlflash_show_port_status()
|
Completed in 14 milliseconds