Searched refs:_method (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/include/ |
H A D | spl.h | 256 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument 257 SPL_LOAD_IMAGE(_method ## _priority ## _boot_device) = { \ 260 .load_image = _method, \ 263 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument 264 SPL_LOAD_IMAGE(_method ## _priority ## _boot_device) = { \ 266 .load_image = _method, \
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | cpuidle.h | 45 #define CPUIDLE_METHOD_OF_DECLARE(name, _method, _ops) \ argument 47 __cpuidle_method_section = { .method = _method, .ops = _ops }
|
H A D | smp.h | 109 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument 112 = { .method = _method, .ops = _ops }
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | smp.h | 72 #define CPU_METHOD_OF_DECLARE(name, _method, _ops) \ argument 75 = { .method = _method, .ops = _ops }
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | tach_sensor.cpp | 83 _offset(offset), _method(method), _threshold(threshold), in TachSensor() 142 if (_method == MethodMode::count) in TachSensor() 233 if (_method == MethodMode::timebased) in processState() 241 switch (_method) in resetMethod()
|
H A D | tach_sensor.hpp | 222 return _method; in getMethod() 486 const size_t _method; member in phosphor::fan::monitor::TachSensor
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 5085 …ot 1899 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_method.tmpl
|
H A D | buildhistory_filelist1.txt | 5084 …ot 1899 ./usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_method.tmpl
|