Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/openbmc/sdeventplus/src/sdeventplus/source/
H A Devent.cpp14 void EventBase::set_callback(Callback&& callback) in set_callback()
24 Callback&& callback) : in EventBase()
61 EventBase::Callback&& callback) : in EventBaseData()
68 Defer::Defer(const Event& event, Callback&& callback) : in Defer()
73 Post::Post(const Event& event, Callback&& callback) : in Post()
78 Exit::Exit(const Event& event, Callback&& callback) : in Exit()
H A Dsignal.cpp15 Signal::Signal(const Event& event, int sig, Callback&& callback) : in Signal()
26 void Signal::set_callback(Callback&& callback) in set_callback()
67 SignalData::SignalData(const Signal& base, Signal::Callback&& callback) : in SignalData()
H A Dchild.cpp15 Child::Child(const Event& event, pid_t pid, int options, Callback&& callback) : in Child()
26 void Child::set_callback(Callback&& callback) in set_callback()
71 ChildData::ChildData(const Child& base, Child::Callback&& callback) : in ChildData()
H A Dio.cpp14 IO::IO(const Event& event, int fd, uint32_t events, Callback&& callback) : in IO()
24 void IO::set_callback(Callback&& callback) in set_callback()
96 IOData::IOData(const IO& base, IO::Callback&& callback) : in IOData()
H A Dtime.cpp18 Callback&& callback) : in Time()
31 void Time<Id>::set_callback(Callback&& callback) in set_callback()
118 typename Time<Id>::Callback&& callback) : in TimeData()
/openbmc/bmcweb/include/
H A Ddbus_utility.hpp148 inline void checkDbusPathExists(const std::string& path, Callback&& callback) in checkDbusPathExists()
166 const MapperGetSubTreeResponse&)>&& callback) in getSubTree()
182 const MapperGetSubTreePathsResponse&)>&& callback) in getSubTreePaths()
201 const MapperGetSubTreeResponse&)>&& callback) in getAssociatedSubTree()
218 const MapperGetSubTreePathsResponse&)>&& callback) in getAssociatedSubTreePaths()
236 const MapperGetObject&)>&& callback) in getDbusObject()
251 const MapperEndPoints&)>&& callback) in getAssociationEndPoints()
262 const ManagedObjectType&)>&& callback) in getManagedObjects()
/openbmc/u-boot/include/
H A Denv_callback.h77 int (*callback)(const char *name, const char *value, enum env_op op, member
89 #define U_BOOT_ENV_CALLBACK(name, callback) \ argument
95 #define U_BOOT_ENV_CALLBACK(name, callback) \ argument
/openbmc/linux/drivers/input/serio/
H A Dhp_sdc.c662 int hp_sdc_request_timer_irq(hp_sdc_irqhook *callback) in hp_sdc_request_timer_irq()
686 int hp_sdc_request_hil_irq(hp_sdc_irqhook *callback) in hp_sdc_request_hil_irq()
707 int hp_sdc_request_cooked_irq(hp_sdc_irqhook *callback) in hp_sdc_request_cooked_irq()
729 int hp_sdc_release_timer_irq(hp_sdc_irqhook *callback) in hp_sdc_release_timer_irq()
750 int hp_sdc_release_hil_irq(hp_sdc_irqhook *callback) in hp_sdc_release_hil_irq()
771 int hp_sdc_release_cooked_irq(hp_sdc_irqhook *callback) in hp_sdc_release_cooked_irq()
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_functions.cpp162 auto callback = [&called](const auto&) { called = true; }; in TEST() local
178 auto callback = [&called, &sys](const auto& system) { in TEST() local
198 auto callback = [&called](const auto&) { called = true; }; in TEST() local
238 auto callback = [&called](const auto&) { called = true; }; in TEST() local
263 auto callback = [&called](const auto&, auto&) { called = true; }; in TEST() local
278 auto callback = [&called](const auto&, auto&) { called = true; }; in TEST() local
294 auto callback = [&ec, &callbackPath](const auto& p, auto& _ec) { in TEST() local
316 auto callback = [&ec, &callbackPath](const auto& p, auto& _ec) { in TEST() local
357 auto callback = [&callbackPath, &callbackLink]( in TEST() local
409 auto callback = [&called](const auto&, const auto&, const auto&) { in TEST() local
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dreboot.c536 void cpu_emergency_register_virt_callback(cpu_emergency_virt_cb *callback) in cpu_emergency_register_virt_callback()
545 void cpu_emergency_unregister_virt_callback(cpu_emergency_virt_cb *callback) in cpu_emergency_unregister_virt_callback()
562 cpu_emergency_virt_cb *callback; in cpu_emergency_disable_virtualization() local
891 void nmi_shootdown_cpus(nmi_shootdown_cb callback) in nmi_shootdown_cpus()
967 void nmi_shootdown_cpus(nmi_shootdown_cb callback) in nmi_shootdown_cpus()
/openbmc/phosphor-dbus-monitor/src/
H A Dpathwatchimpl.hpp43 void PathWatch<DBusInterfaceType>::callback(Context ctx) in callback() function in phosphor::dbus::monitoring::PathWatch
49 void PathWatch<DBusInterfaceType>::callback(Context ctx, in callback() function in phosphor::dbus::monitoring::PathWatch
H A Dpropertywatch.hpp43 Callback* callback = nullptr) : in PropertyWatch()
126 PropertyWatchOfType(const PropertyIndex& watchIndex, Callback& callback, in PropertyWatchOfType()
/openbmc/sdeventplus/test/source/
H A Devent.cpp83 EventBase::Callback callback = [&completions](EventBase&) { in TEST_F() local
125 EventBase::Callback callback = [&completions](EventBase&) { in TEST_F() local
163 EventBase::Callback callback = [&completions](EventBase&) { in TEST_F() local
184 EventBase::Callback callback = [&completions](EventBase&) { in TEST_F() local
/openbmc/phosphor-host-ipmid/
H A Dsys_info_param.cpp12 auto& callback = iterator->second; in lookup() local
30 const std::function<std::string()>& callback) in update()
/openbmc/linux/arch/x86/xen/
H A Dmulticalls.c47 struct callback { struct
48 void (*fn)(void *);
49 void *data;
/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.hpp140 sd_event_signal_handler_t callback, in sd_event_add_signal()
147 int options, sd_event_child_handler_t callback, in sd_event_add_child()
H A Dsdevent.cpp32 sd_event_io_handler_t callback, in sd_event_add_io()
41 sd_event_time_handler_t callback, in sd_event_add_time()
49 sd_event_handler_t callback, in sd_event_add_defer()
56 sd_event_handler_t callback, in sd_event_add_post()
63 sd_event_handler_t callback, in sd_event_add_exit()
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp15 Timer<Id>::Timer(const Event& event, Callback&& callback, in Timer()
42 void Timer<Id>::set_callback(Callback&& callback) in set_callback()
190 typename Timer<Id>::Callback&& callback, in TimerData()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp63 CallbackFunc&& callback) in getMainChassisId()
103 CallbackFunc&& callback) in getPortStatusAndPath()
207 void getPortNumber(const std::string& socketPath, CallbackFunc&& callback) in getPortNumber()
H A Dsensors.hpp363 Callback&& callback) in getObjectsWithConnection()
432 Callback&& callback) in getConnections()
527 Callback&& callback) in getChassis()
1549 Callback&& callback) in getInventoryItemsConnections()
1631 Callback&& callback) in getInventoryItemAssociations()
1786 Callback&& callback, size_t ledConnectionsIndex = 0) in getInventoryLedData()
1888 Callback&& callback) in getInventoryLeds()
1970 Callback&& callback) in getPowerSupplyAttributesData()
2053 Callback&& callback) in getPowerSupplyAttributes()
2151 Callback&& callback) in getInventoryItems()
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-sensor-hub.c104 struct hid_sensor_hub_callbacks_list *callback; in sensor_hub_get_callback() local
131 struct hid_sensor_hub_callbacks_list *callback; in sensor_hub_register_callback() local
172 struct hid_sensor_hub_callbacks_list *callback; in sensor_hub_remove_callback() local
429 struct hid_sensor_hub_callbacks_list *callback; in sensor_hub_suspend() local
447 struct hid_sensor_hub_callbacks_list *callback; in sensor_hub_resume() local
479 struct hid_sensor_hub_callbacks *callback = NULL; in sensor_hub_raw_event() local
/openbmc/qemu/include/hw/
H A Dqdev-clock.h118 ClockCallback *callback; member
146 #define QDEV_CLOCK_IN(devstate, field, callback, cbevents) \ argument
/openbmc/linux/drivers/base/power/
H A Druntime.c48 #define RPM_GET_CALLBACK(dev, callback) \ argument
468 int (*callback)(struct device *); in rpm_idle() local
561 int (*callback)(struct device *); in rpm_suspend() local
764 int (*callback)(struct device *); in rpm_resume() local
1874 int (*callback)(struct device *); in pm_runtime_force_suspend() local
1926 int (*callback)(struct device *); in pm_runtime_force_resume() local
H A Dmain.c592 pm_callback_t callback = NULL; in __device_resume_noirq() local
759 pm_callback_t callback = NULL; in __device_resume_early() local
886 pm_callback_t callback = NULL; in __device_resume() local
1045 void (*callback)(struct device *) = NULL; in device_complete() local
1189 pm_callback_t callback = NULL; in __device_suspend_noirq() local
1376 pm_callback_t callback = NULL; in __device_suspend_late() local
1596 pm_callback_t callback = NULL; in __device_suspend() local
1806 int (*callback)(struct device *) = NULL; in device_prepare() local
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py272 def callback(e, **kw): function
596 def find(self, path, callback=None): argument
605 def callback(e, **kw): function
1308 def apply(self, callback, route): argument
1360 def apply(self, callback, route): argument
1405 def apply(self, callback, route): argument
1435 def apply(self, callback, route): argument
1526 def apply(self, callback, route): argument
1567 def apply(self, callback, route): argument
1597 def apply(self, callback, route): argument
[all …]

12345678910>>...14