| /OK3568_Linux_fs/buildroot/support/testing/tests/boot/ |
| H A D | test_atf.py | 5 config = \ variable in TestATFVexpress 30 config = \ variable in TestATFAllwinner
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | test_lua_http.py | 5 config = TestLuaBase.config + \ variable in TestLuaHttp 23 config = TestLuaBase.config + \ variable in TestLuajitHttp
|
| H A D | test_lua_gd.py | 5 config = TestLuaBase.config + \ variable in TestLuaLuaGD 20 config = TestLuaBase.config + \ variable in TestLuajitLuaGD
|
| H A D | test_lua_cqueues.py | 5 config = TestLuaBase.config + \ variable in TestLuaLuaCqueues 34 config = TestLuaBase.config + \ variable in TestLuajitLuaCqueues
|
| H A D | test_python_pexpect.py | 6 config = TestPythonPackageBase.config + \ variable in TestPythonPy2Pexpect 16 config = TestPythonPackageBase.config + \ variable in TestPythonPy3Pexpect
|
| H A D | test_python_django.py | 5 config = TestPythonPackageBase.config variable in TestPythonDjango 30 config = TestPythonDjango.config + \ variable in TestPythonPy3Django
|
| H A D | test_luaposix.py | 5 config = TestLuaBase.config + \ variable in TestLuaLuaPosix 46 config = TestLuaBase.config + \ variable in TestLuajitLuaPosix
|
| H A D | test_lua_sdl2.py | 5 config = TestLuaBase.config + \ variable in TestLuaLuaSDL2 25 config = TestLuaBase.config + \ variable in TestLuajitLuaSDL2
|
| H A D | test_lua_lyaml.py | 5 config = TestLuaBase.config + \ variable in TestLuaLuaLyaml 18 config = TestLuaBase.config + \ variable in TestLuajitLuaLyaml
|
| H A D | test_lua_utf8.py | 5 config = TestLuaBase.config + \ variable in TestLuaUtf8 17 config = TestLuaBase.config + \ variable in TestLuajitUtf8
|
| H A D | test_lua_augeas.py | 5 config = TestLuaBase.config + \ variable in TestLuaLuaAugeas 18 config = TestLuaBase.config + \ variable in TestLuajitLuaAugeas
|
| H A D | test_lpeg.py | 5 config = TestLuaBase.config + \ variable in TestLuaLPeg 18 config = TestLuaBase.config + \ variable in TestLuajitLPeg
|
| H A D | test_lua_zlib.py | 5 config = TestLuaBase.config + \ variable in TestLuaLuazlib 17 config = TestLuaBase.config + \ variable in TestLuajitLuazlib
|
| H A D | test_python_ubjson.py | 6 config = TestPythonPackageBase.config + \ variable in TestPythonPy2Ubjson 17 config = TestPythonPackageBase.config + \ variable in TestPythonPy3Ubjson
|
| H A D | test_lsqlite3.py | 5 config = TestLuaBase.config + \ variable in TestLuaLsqlite3 17 config = TestLuaBase.config + \ variable in TestLuajitLsqlite3
|
| H A D | test_lua_lunix.py | 5 config = TestLuaBase.config + \ variable in TestLuaLunix 17 config = TestLuaBase.config + \ variable in TestLuajitLunix
|
| H A D | test_luaossl.py | 5 config = TestLuaBase.config + \ variable in TestLuaLuaossl 18 config = TestLuaBase.config + \ variable in TestLuajitLuaossl
|
| H A D | test_luafilesystem.py | 5 config = TestLuaBase.config + \ variable in TestLuaLuaFileSystem 17 config = TestLuaBase.config + \ variable in TestLuajitLuaFileSystem
|
| H A D | test_python.py | 7 config = infra.basetest.BASIC_TOOLCHAIN_CONFIG + \ variable in TestPythonBase 43 config = TestPythonBase.config + \ variable in TestPython2 57 config = TestPythonBase.config + \ variable in TestPython3
|
| H A D | test_python_incremental.py | 6 config = TestPythonPackageBase.config + \ variable in TestPythonPy2Incremental 17 config = TestPythonPackageBase.config + \ variable in TestPythonPy3Incremental
|
| H A D | test_python_click.py | 31 config = TestPythonClick.config + \ variable in TestPythonPy2Click 40 config = TestPythonClick.config + \ variable in TestPythonPy3Click
|
| H A D | test_python_can.py | 6 config = TestPythonPackageBase.config + \ variable in TestPythonPy2Can 17 config = TestPythonPackageBase.config + \ variable in TestPythonPy3Can
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_tuner.c | 115 struct vidtv_tuner_config config; member 128 struct vidtv_tuner_config config = tuner_dev->config; in vidtv_tuner_check_frequency_shift() local 257 struct vidtv_tuner_config config = tuner_dev->config; in vidtv_tuner_init() local 294 struct vidtv_tuner_config config = tuner_dev->config; in vidtv_tuner_set_params() local 396 struct vidtv_tuner_config *config = client->dev.platform_data; in vidtv_tuner_i2c_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | types.h | 133 #define CONF_HAS(config, val) ((config) & (1 << (val))) argument 134 #define CONF_MSK(config, mask) ((config) & (mask)) argument 136 #define CONF_RANGE(config, low, hi) (CONF_MSK(config, MSK_RANGE(low, high))) argument 138 #define CONF_IS(config, val) ((config) == (1 << (val))) argument 139 #define CONF_GE(config, val) ((config) & (0-(1 << (val)))) argument 140 #define CONF_GT(config, val) ((config) & (0-2*(1 << (val)))) argument 141 #define CONF_LT(config, val) ((config) & ((1 << (val))-1)) argument 142 #define CONF_LE(config, val) ((config) & (2*(1 << (val))-1)) argument
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-mvebu.c | 59 unsigned int pid, unsigned long *config) in mvebu_mmio_mpp_ctrl_get() 70 unsigned int pid, unsigned long config) in mvebu_mmio_mpp_ctrl_set() 108 unsigned long config) in mvebu_pinctrl_find_setting_by_val() 163 unsigned gid, unsigned long *config) in mvebu_pinconf_group_get() 200 unsigned long config; in mvebu_pinconf_group_dbg_show() local 292 unsigned long config; in mvebu_pinmux_set() local 320 unsigned long config; in mvebu_pinmux_gpio_request_enable() local 783 unsigned int pid, unsigned long *config) in mvebu_regmap_mpp_ctrl_get() 800 unsigned int pid, unsigned long config) in mvebu_regmap_mpp_ctrl_set()
|