Home
last modified time | relevance | path

Searched defs:system (Results 1 – 25 of 112) sorted by relevance

12345

/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-property-terrestrial-systems.rst49 .. _dvbt2-params:
93 .. _isdbt:
182 .. _atsc-params:
207 .. _atscmh-params:
260 .. _dtmb-params:
H A Dfrontend-property-satellite-systems.rst47 .. _dvbs2-params:
69 .. _turbo-params:
80 .. _isdbs-params:
H A Dfrontend-property-cable-systems.rst48 .. _dvbc-annex-b-params:
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dsystem_tests.cpp75 System system{std::move(rules), std::move(chassis)}; in TEST() local
113 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
167 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
236 System system{std::move(rules), std::move(chassis)}; in TEST() local
261 System system{std::move(rules), std::move(chassis)}; in TEST() local
351 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
371 System system{std::move(rules), std::move(chassis)}; in TEST() local
404 System system{std::move(rules), std::move(chassis)}; in TEST() local
440 System system{std::move(rules), std::move(chassis)}; in TEST() local
544 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
H A Dconfiguration_tests.cpp136 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
196 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
263 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
331 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
402 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
480 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
H A Drail_tests.cpp137 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
228 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
284 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
365 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
426 System system{std::move(rules), std::move(chassisVec)}; in TEST() local
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dchassis.cpp64 void Chassis::configure(Services& services, System& system) in configure()
77 void Chassis::detectPhaseFaults(Services& services, System& system) in detectPhaseFaults()
86 void Chassis::monitorSensors(Services& services, System& system) in monitorSensors()
H A Ddevice.cpp88 void Device::configure(Services& services, System& system, Chassis& chassis) in configure()
107 void Device::detectPhaseFaults(Services& services, System& system, in detectPhaseFaults()
121 void Device::monitorSensors(Services& services, System& system, in monitorSensors()
H A Dconfiguration.cpp33 void Configuration::execute(Services& services, System& system, in execute()
39 void Configuration::execute(Services& services, System& system, in execute()
45 void Configuration::execute(Services& services, System& system, in execute()
H A Drail.cpp35 void Rail::configure(Services& services, System& system, Chassis& chassis, in configure()
45 void Rail::monitorSensors(Services& services, System& system, Chassis& chassis, in monitorSensors()
H A Dpresence_detection.cpp32 bool PresenceDetection::execute(Services& services, System& system, in execute()
H A Dsensor_monitoring.cpp43 void SensorMonitoring::execute(Services& services, System& system, in execute()
H A Dmanager.hpp251 std::unique_ptr<System> system{}; member in phosphor::power::regulators::Manager
/openbmc/linux/include/trace/
H A Ddefine_custom_trace.h41 # define __TRACE_INCLUDE(system) <trace/events/system.h> argument
44 # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h) argument
47 # define TRACE_INCLUDE(system) __TRACE_INCLUDE(system) argument
H A Ddefine_trace.h84 # define __TRACE_INCLUDE(system) <trace/events/system.h> argument
87 # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h) argument
90 # define TRACE_INCLUDE(system) __TRACE_INCLUDE(system) argument
/openbmc/linux/drivers/media/rc/
H A Dir-rc5-decoder.c114 u8 xdata, command, system; in ir_rc5_decode() local
129 u8 command, system; in ir_rc5_decode() local
143 u8 command, system; in ir_rc5_decode() local
214 unsigned int data, xdata, command, commandx, system, pre_space_data; in ir_rc5_encode() local
/openbmc/phosphor-networkd/test/
H A Dmock_syscall.hpp4 namespace phosphor::network::system namespace
/openbmc/linux/kernel/trace/
H A Dtrace_events.c61 static int system_refcount_inc(struct event_subsystem *system) in system_refcount_inc()
66 static int system_refcount_dec(struct event_subsystem *system) in system_refcount_dec()
1452 struct event_subsystem *system = dir->subsystem; in system_enable_read() local
1498 struct event_subsystem *system = dir->subsystem; in system_enable_write() local
1757 struct event_subsystem *system = NULL; in subsystem_open() local
1848 struct event_subsystem *system = dir->subsystem; in subsystem_filter_read() local
2281 struct event_subsystem *system; in create_new_subsystem() local
2329 struct event_subsystem *system, *iter; in event_subsystem_dir() local
3295 const char *system, in trace_get_event_file()
3553 const char *system; in event_enable_func() local
[all …]
/openbmc/phosphor-networkd/src/
H A Dsystem_queries.hpp9 namespace phosphor::network::system namespace
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dsystem_dump_entry.cpp15 namespace system namespace
H A Ddump_manager_system.hpp15 namespace system namespace
H A Dsystem_dump_entry.hpp13 namespace system namespace
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dscrape-html-report.js2 var system = require('system'); variable
/openbmc/linux/drivers/platform/x86/intel/atomisp2/
H A Dled.c81 const struct dmi_system_id *system; in atomisp2_led_init() local
/openbmc/phosphor-fan-presence/monitor/
H A Dmain.cpp75 System system(mode, bus, event); in main() local

12345