Lines Matching refs:lcdshadow_state
9814 static int lcdshadow_state; variable
9829 lcdshadow_state = state; in lcdshadow_on_off()
9835 if (lcdshadow_state < 0) in lcdshadow_set()
9836 return lcdshadow_state; in lcdshadow_set()
9837 if (lcdshadow_state == on) in lcdshadow_set()
9848 lcdshadow_state = -ENODEV; in tpacpi_lcdshadow_init()
9853 lcdshadow_state = -EIO; in tpacpi_lcdshadow_init()
9857 lcdshadow_state = -ENODEV; in tpacpi_lcdshadow_init()
9860 lcdshadow_state = output & 0x1; in tpacpi_lcdshadow_init()
9867 if (lcdshadow_state >= 0) in lcdshadow_resume()
9868 lcdshadow_on_off(lcdshadow_state); in lcdshadow_resume()
9873 if (lcdshadow_state < 0) { in lcdshadow_read()
9876 seq_printf(m, "status:\t\t%d\n", lcdshadow_state); in lcdshadow_read()
9888 if (lcdshadow_state < 0) in lcdshadow_write()