Lines Matching refs:lua_pushinteger
97 lua_pushinteger(L, PMFE_DISPLAY_ON); in luaopen_pmf()
99 lua_pushinteger(L, PMFE_DISPLAY_REDUCED); in luaopen_pmf()
101 lua_pushinteger(L, PMFE_DISPLAY_STANDBY); in luaopen_pmf()
103 lua_pushinteger(L, PMFE_DISPLAY_SUSPEND); in luaopen_pmf()
105 lua_pushinteger(L, PMFE_DISPLAY_OFF); in luaopen_pmf()
107 lua_pushinteger(L, PMFE_DISPLAY_BRIGHTNESS_UP); in luaopen_pmf()
109 lua_pushinteger(L, PMFE_DISPLAY_BRIGHTNESS_DOWN); in luaopen_pmf()
111 lua_pushinteger(L, PMFE_AUDIO_VOLUME_UP); in luaopen_pmf()
113 lua_pushinteger(L, PMFE_AUDIO_VOLUME_DOWN); in luaopen_pmf()
115 lua_pushinteger(L, PMFE_AUDIO_VOLUME_TOGGLE); in luaopen_pmf()
117 lua_pushinteger(L, PMFE_CHASSIS_LID_CLOSE); in luaopen_pmf()
119 lua_pushinteger(L, PMFE_CHASSIS_LID_OPEN); in luaopen_pmf()
123 lua_pushinteger(L, RB_AUTOBOOT); in luaopen_pmf()
125 lua_pushinteger(L, RB_ASKNAME); in luaopen_pmf()
127 lua_pushinteger(L, RB_DUMP); in luaopen_pmf()
129 lua_pushinteger(L, RB_HALT); in luaopen_pmf()
131 lua_pushinteger(L, RB_POWERDOWN); in luaopen_pmf()
133 lua_pushinteger(L, RB_KDB); in luaopen_pmf()
135 lua_pushinteger(L, RB_NOSYNC); in luaopen_pmf()
137 lua_pushinteger(L, RB_RDONLY); in luaopen_pmf()
139 lua_pushinteger(L, RB_SINGLE); in luaopen_pmf()
141 lua_pushinteger(L, RB_USERCONF); in luaopen_pmf()