Home
last modified time | relevance | path

Searched refs:lua (Results 1 – 25 of 224) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-roccat-lua.c31 struct lua_device *lua = hid_get_drvdata(dev_get_drvdata(dev)); in lua_sysfs_read() local
41 mutex_lock(&lua->lua_lock); in lua_sysfs_read()
43 mutex_unlock(&lua->lua_lock); in lua_sysfs_read()
53 struct lua_device *lua = hid_get_drvdata(dev_get_drvdata(dev)); in lua_sysfs_write() local
60 mutex_lock(&lua->lua_lock); in lua_sysfs_write()
62 mutex_unlock(&lua->lua_lock); in lua_sysfs_write()
108 struct lua_device *lua) in lua_init_lua_device_struct() argument
110 mutex_init(&lua->lua_lock); in lua_init_lua_device_struct()
119 struct lua_device *lua; in lua_init_specials() local
122 lua = kzalloc(sizeof(*lua), GFP_KERNEL); in lua_init_specials()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/lua/
H A Dlua_5.4.4.bb5 HOMEPAGE = "http://www.lua.org/"
7 SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \
8 file://lua.pc.in \
11 …${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'http://www.lua.org/tests/lua-${PV_testsuites}-te…
30 sed -i -e s:lib/lua/:${baselib}/lua/:g src/luaconf.h
43 'INSTALL_SHARE=${D}${datadir}/lua' \
45 'INSTALL_CMOD=${D}${libdir}/lua/5.4' \
49 … -e s#@LIBDIR@#${libdir}# -e s#@INCLUDEDIR@#${includedir}# ${WORKDIR}/lua.pc.in > ${WORKDIR}/lua.pc
50 install -m 0644 ${WORKDIR}/lua.pc ${D}${libdir}/pkgconfig/
51 rmdir ${D}${datadir}/lua/5.4
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/
H A Dlua-update-Makefile-to-use-environment-build-setting.patch4 Subject: [PATCH] lua: update Makefile to use environment build settings
20 deps/lua/Makefile | 1 -
21 deps/lua/src/Makefile | 16 ++++++----------
29 # lua's Makefile defines AR="ar rcu", which is unusual, and makes it more
30 # challenging to cross-compile lua (and redis). These defines make it easier
35 lua: .make-prerequisites
36 diff --git a/deps/lua/Makefile b/deps/lua/Makefile
38 --- a/deps/lua/Makefile
39 +++ b/deps/lua/Makefile
48 diff --git a/deps/lua/src/Makefile b/deps/lua/src/Makefile
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dlua-update-Makefile-to-use-environment-build-setting.patch4 Subject: [PATCH] lua: update Makefile to use environment build settings
19 deps/lua/Makefile | 1 -
20 deps/lua/src/Makefile | 16 ++++++----------
28 # lua's Makefile defines AR="ar rcu", which is unusual, and makes it more
29 # challenging to cross-compile lua (and redis). These defines make it easier
34 lua: .make-prerequisites
35 diff --git a/deps/lua/Makefile b/deps/lua/Makefile
37 --- a/deps/lua/Makefile
38 +++ b/deps/lua/Makefile
47 diff --git a/deps/lua/src/Makefile b/deps/lua/src/Makefile
[all …]
/OK3568_Linux_fs/buildroot/package/lua/
H A Dlua.mk14 LUA_SITE = https://www.lua.org/ftp
22 LUA_CPE_ID_VENDOR = lua
82 package/lua/lua.pc.in > $(@D)/lua.pc
93 package/lua/lua.pc.in > $(@D)/lua.pc
98 $(INSTALL) -m 0644 -D $(@D)/lua.pc \
99 $(STAGING_DIR)/usr/lib/pkgconfig/lua.pc
108 $(INSTALL) -m 0644 -D $(@D)/lua.pc \
109 $(HOST_DIR)/lib/pkgconfig/lua.pc
H A Dlua.pc.in1 # lua.pc -- pkg-config data for Lua
11 INSTALL_LMOD= ${prefix}/share/lua/${V}
12 INSTALL_CMOD= ${prefix}/lib/lua/${V}
26 # (end of lua.pc)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/lua/lua/
H A Drun-ptest4 lua -e"_U=true" all.lua > lua-test.tmp
7 cat lua-test.tmp
12 grep "final OK \!\!\!" lua-test.tmp > /dev/null
19 rm -f lua-test.tmp
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0003-fix-luaL-checkint.patch1 * luaL_checkint and luaL_optint were deprecated in lua 5.3
8 --- a/modules/lua/demux.c
9 +++ b/modules/lua/demux.c
28 --- a/modules/lua/libs/net.c
29 +++ b/modules/lua/libs/net.c
101 --- a/modules/lua/libs/osd.c
102 +++ b/modules/lua/libs/osd.c
121 --- a/modules/lua/libs/playlist.c
122 +++ b/modules/lua/libs/playlist.c
141 @@ -138,7 +138,7 @@ static int vlclua_playlist_gotoitem( lua
[all …]
/OK3568_Linux_fs/buildroot/package/luarocks/
H A Dluarocks.mk15 LUAROCKS_CONFIG_FILE_DEFAULT = $(LUAROCKS_CONFIG_DIR)/luarocks/config-$(LUAINTERPRETER_ABIVER).lua
16 LUAROCKS_CONFIG_FILE = $(LUAROCKS_CONFIG_DIR)/luarocks/config.lua
17 HOST_LUAROCKS_CONFIG_FILE = $(LUAROCKS_CONFIG_DIR)/luarocks/host-config.lua
20 $(INSTALL) -D -m 0644 package/luarocks/buildroot.lua $(@D)/src/luarocks/cmd/external/buildroot.lua
27 --with-lua=$(HOST_DIR)
/OK3568_Linux_fs/buildroot/package/ljsyscall/
H A Dljsyscall.mk29 LJSYSCALL_TARGET_DIR = $(TARGET_DIR)/usr/share/lua/$(LUAINTERPRETER_ABIVER)
33 $(INSTALL) -m 0644 -t $(LJSYSCALL_TARGET_DIR)/ $(@D)/syscall.lua
34 $(INSTALL) -m 0644 -t $(LJSYSCALL_TARGET_DIR)/syscall $(@D)/syscall/*.lua
37 $(INSTALL) -m 0644 -t $(LJSYSCALL_TARGET_DIR)/syscall/linux/ $(@D)/syscall/linux/*.lua
38 …$(LJSYSCALL_TARGET_DIR)/syscall/linux/$(LJSYSCALL_ARCH) $(@D)/syscall/linux/$(LJSYSCALL_ARCH)/*.lua
41 $(INSTALL) -m 0644 -t $(LJSYSCALL_TARGET_DIR)/syscall/shared/ $(@D)/syscall/shared/*.lua
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/luaposix/
H A Dluaposix_35.1.bb6 DEPENDS += "lua-native lua virtual/crypt"
23 ${S}/build-aux/luke PREFIX=${D}${prefix} INST_LIBDIR=${D}${libdir}/lua/${LUA_VERSION} install
26 FILES:${PN} = "${datadir}/lua/${LUA_VERSION} \
27 ${libdir}/lua/${LUA_VERSION}"
/OK3568_Linux_fs/buildroot/package/haserl/
H A D0001-add-haserl_lualib.inc.patch1 [HACK] add preprocessed lualib file so host-lua isn't needed
4 host-lua support) to be built to generate it.
6 Re-add .inc file from 0.9.33 so we don't need host-lua.
20 +/* This file was automatically generated from haserl_lualib.lua. DO NOT EDIT */
145 -@USE_LUA_TRUE@haserl_lualib.inc : haserl_lualib.lua lua2c
147 @USE_LUA_TRUE@ if ! ./lua2c haserl_lualib haserl_lualib.lua >$@; then \
/OK3568_Linux_fs/buildroot/package/lua/5.1.5/
H A D0001-root-path.patch5 Index: b/etc/lua.pc
7 --- a/etc/lua.pc
8 +++ b/etc/lua.pc
28 #define LUA_LDIR LUA_ROOT "share/lua/5.1/"
29 #define LUA_CDIR LUA_ROOT "lib/lua/5.1/"
/OK3568_Linux_fs/buildroot/package/lua/5.3.6/
H A D0003-linenoise.patch3 see discussion, http://lua-users.org/lists/lua-l/2010-03/msg00879.html
7 Index: b/src/lua.c
9 --- a/src/lua.c
10 +++ b/src/lua.c
/OK3568_Linux_fs/buildroot/package/copas/
H A D0001-Do-not-load-coxpcall-for-LuaJIT.patch8 use the same logic as in copas.lua.
15 src/copas/limit.lua | 2 +-
28 + <li>Fixed: coxpcall dependency in limit.lua #63 (Francois Perrad)</li>
34 diff --git a/copas-2_0_2/src/copas/limit.lua b/src/copas/limit.lua
36 --- a/copas-2_0_2/src/copas/limit.lua
37 +++ b/copas-2_0_2/src/copas/limit.lua
/OK3568_Linux_fs/buildroot/package/libuwsc/
H A D0002-fix-bad-indentation.patch12 src/lua/uwsc_lua.c | 2 +-
15 diff --git a/src/lua/uwsc_lua.c b/src/lua/uwsc_lua.c
17 --- a/src/lua/uwsc_lua.c
18 +++ b/src/lua/uwsc_lua.c
/OK3568_Linux_fs/buildroot/package/lua/5.4.3/
H A D0011-linenoise.patch3 see discussion, http://lua-users.org/lists/lua-l/2010-03/msg00879.html
7 Index: b/src/lua.c
9 --- a/src/lua.c
10 +++ b/src/lua.c
/OK3568_Linux_fs/buildroot/package/luaexpatutils/
H A Dluaexpatutils.mk13 $(INSTALL) -m 0644 -D $(@D)/lua/doc.lua \
14 $(TARGET_DIR)/usr/share/lua/$(LUAINTERPRETER_ABIVER)/lxp/doc.lua
/OK3568_Linux_fs/buildroot/package/lua-stdlib/
H A DConfig.in2 bool "lua-stdlib"
4 lua-stdlib is a library of modules for common programming
9 https://github.com/lua-stdlib/lua-stdlib/
/OK3568_Linux_fs/buildroot/package/lua-coatpersistent/
H A DConfig.in2 bool "lua-coatpersistent"
7 An ORM for lua-Coat.
9 https://fperrad.frama.io/lua-CoatPersistent/
11 comment "lua-coatpersistent needs lsqlite3 or luasql-sqlite3"
/OK3568_Linux_fs/buildroot/package/lua-http/
H A DConfig.in2 bool "lua-http"
3 depends on BR2_TOOLCHAIN_HAS_THREADS # luaossl & lua-cqueues
16 https://github.com/daurnimator/lua-http
18 comment "lua-http needs a toolchain w/ threads"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/luajit/
H A Dluajit_git.bb29 # The lua makefiles expect the TARGET_SYS to be from uname -s
37 # We don't want the lua buildsystem's compiler optimizations, or its
64 # There's INSTALL_LIB and INSTALL_SHARE also, but the lua binary hardcodes the
75 rmdir ${D}${datadir}/lua/5.* \
76 ${D}${datadir}/lua \
77 ${D}${libdir}/lua/5.* \
78 ${D}${libdir}/lua
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/wireplumber/
H A Dwireplumber_0.4.9.bb10 DEPENDS = "glib-2.0 glib-2.0-native lua pipewire \
16 file://90-OE-disable-session-dbus-dependent-features.lua \
26 # Enable system-lua to let wireplumber use OE's lua.
31 -Dsystem-lua=true \
55 … ${WORKDIR}/90-OE-disable-session-dbus-dependent-features.lua ${D}${datadir}/wireplumber/main.lua.d
128 ${datadir}/wireplumber/*.lua.d/* \
/OK3568_Linux_fs/buildroot/package/prosody/
H A D0001-enable-syslog.patch10 diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
12 --- a/prosody.cfg.lua.dist
13 +++ b/prosody.cfg.lua.dist
H A D0002-add-pidfile.patch10 diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
12 --- a/prosody.cfg.lua.dist
13 +++ b/prosody.cfg.lua.dist

123456789