/openbmc/u-boot/board/freescale/s32v234evb/ |
H A D | lpddr2.c | 14 void lpddr2_config_iomux(uint8_t module) in lpddr2_config_iomux() 65 void config_mmdc(uint8_t module) in config_mmdc()
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | dcgu.c | 14 int dcgu_set_clk_switch(enum dcgu_hw_module module, enum dcgu_switch setup) in dcgu_set_clk_switch() 129 int dcgu_set_reset_switch(enum dcgu_hw_module module, enum dcgu_switch setup) in dcgu_set_reset_switch()
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gitsm.py | 170 def need_update_submodule(ud, url, module, modpath, workdir, d): argument 191 def download_submodule(ud, url, module, modpath, workdir, d): argument 208 def unpack_submodules(ud, url, module, modpath, workdir, d): argument 254 def clean_submodule(ud, url, module, modpath, workdir, d): argument 271 def add_submodule(ud, url, module, modpath, workdir, d): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | loader.py | 292 def _filterModule(self, module): argument 328 def loadTestsFromModule(self, module, *args, pattern=None, **kws): argument 340 def loadTestsFromModule(self, module, use_load_tests=True): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | selftest.py | 45 def search_method(module, method): argument
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pmic_tps65910.c | 79 int tps65910_voltage_update(unsigned int module, unsigned char vddx_op_vol_sel) in tps65910_voltage_update()
|
/openbmc/libcper/ |
H A D | pycper.c | 109 static struct PyModuleDef module = { variable
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 8 QUnit.isLocal=location.protocol==="file:";QUnit.version="1.18.0";}());extend(QUnit,{module:function… method in AnonymousClass8e2981370501 77 config.current=this;this.testEnvironment=extend({},this.module.testEnvironment);delete this.testEnv… property in Test.before.AnonymousClass8e2981371501 88 runLoggingCallbacks("testDone",{name:this.testName,module:this.module.name,skipped:!!this.skip,fail… property in Test.finish.AnonymousClass8e2981371601 90 bad=QUnit.config.reorder&&defined.sessionStorage&&+sessionStorage.getItem("qunit-test-"+this.module… property in Test.push.details 93 var details={module:this.module.name,name:this.testName,result:false,message:message||"error",actua… property in Test.pushFailure.details 104 …entTest.pushFailure.apply(currentTest,arguments);};function generateHash(module,testName){var hex,… argument 287 …ions[modulesList.selectedIndex].value):undefined;window.location=setUrl({module:(selectedModule===… property in AnonymousClass8e2981372801 302 setUrl({filter:undefined,module:undefined,testId:undefined})+ property in AnonymousClass8e2981372b01 322 if(config.scrolltop&&window.scrollTo){window.scrollTo(0,0);}});function getNameHtml(name,module){va… argument
|
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_pwm-test.c | 114 const PWMModule *module; member 202 static int pwm_module_index(const PWMModule *module) in pwm_module_index() 559 int module = pwm_module_index(td->module); in test_init() local 573 int module = pwm_module_index(td->module); in test_oneshot() local 604 int module = pwm_module_index(td->module); in test_toggle() local
|
H A D | npcm_gmac-test.c | 36 const GMACModule *module; member
|
/openbmc/openbmc/poky/scripts/ |
H A D | crosstap | 31 def __init__(self, script, module, remote): argument
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_arg.py | 56 module = sys.modules["__main__"] variable
|
/openbmc/qemu/include/hw/misc/ |
H A D | npcm7xx_pwm.h | 57 NPCM7xxPWMState *module; member
|
/openbmc/phosphor-webui/ |
H A D | webpack.config.js | 78 config.module = { class in config
|
/openbmc/u-boot/arch/arm/mach-bcm283x/ |
H A D | msg.c | 43 int bcm2835_power_on_module(u32 module) in bcm2835_power_on_module()
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | lib.rs | 26 pub mod module; module
|
/openbmc/u-boot/board/siemens/pxm2/ |
H A D | board.c | 91 int voltage_update(unsigned int module, unsigned char vddx_op_vol_sel) in voltage_update()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | user_data_json.cpp | 262 std::string module = getNumberString("%c", tolower(creatorID)) + in getPythonJSON() local
|
H A D | src.cpp | 130 std::string module = getNumberString("%c", tolower(creatorID)) + "src"; in getPythonJSON() local
|
/openbmc/libcper/specification/json/sections/ |
H A D | cper-memory2.json | 82 "module": { object
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | __init__.py | 594 def register_treebuilders_from(module): argument
|
/openbmc/openbmc/poky/bitbake/lib/ply/ |
H A D | lex.py | 861 def lex(module=None,object=None,debug=0,optimize=0,lextab="lextab",reflags=0,nowarn=0,outputdir="",… argument
|
H A D | yacc.py | 1822 def read_table(self,module): argument 3041 def yacc(method='LALR', debug=yaccdebug, module=None, tabmodule=tab_module, start=None, argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | oetest.py | 446 def _getJsonFile(self, module): argument
|
/openbmc/qemu/qga/ |
H A D | commands-win32.c | 1616 HMODULE module = GetModuleHandle("iphlpapi"); in guest_get_network_stats() local 1886 HMODULE module = NULL; in get_net_error_message() local 2131 HMODULE module = GetModuleHandle("ntdll"); in ga_get_win_version() local
|