Home
last modified time | relevance | path

Searched refs:_handler (Results 1 – 14 of 14) sorted by relevance

/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp92 _path(""), _intf(""), _prop(""), _handler(std::forward<U>(handler)) in Properties()
97 _handler(std::forward<U>(handler)) in Properties()
131 _handler(zone, _path, _intf, _prop, std::forward<T>(value)); in operator ()()
138 _handler(zone, _path, _intf, _prop, std::forward<T>(val)); in operator ()()
162 [&zone, handler = std::move(_handler)](const auto& member) { in operator ()()
186 U _handler; member
240 _handler(std::forward<U>(handler)) in InterfacesAdded()
282 _handler(zone, _path, _intf, _prop, std::forward<T>(value)); in operator ()()
290 U _handler; member
327 _path(path), _intf(intf), _handler(std::forward<U>(handler)) in InterfacesRemoved()
[all …]
/openbmc/linux/arch/arm/probes/
H A Ddecode.h335 #define DECODE_SIMULATEX(_mask, _value, _handler, _regs) \ argument
337 {.action = (_handler)}
339 #define DECODE_SIMULATE(_mask, _value, _handler) \ argument
340 DECODE_SIMULATEX(_mask, _value, _handler, 0)
348 #define DECODE_EMULATEX(_mask, _value, _handler, _regs) \ argument
350 {.action = (_handler)}
352 #define DECODE_EMULATE(_mask, _value, _handler) \ argument
353 DECODE_EMULATEX(_mask, _value, _handler, 0)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0007-RH-warn-on-invalid-regex-instead-of-failing.patch64 @@ -1854,7 +1882,7 @@ ble_ ## option ## _handler (struct config *conf, vector strvec, \
73 @@ -1874,7 +1902,7 @@ ble_ ## option ## _ ## name ## _handler (struct config *conf, vector strvec, \
/openbmc/u-boot/include/
H A Dimage.h1418 #define U_BOOT_FIT_LOADABLE_HANDLER(_type, _handler) \ argument
1421 .handler = _handler, \
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dmain.c928 #define SAP_MSG_HANDLER(_cmd, _handler, _sz) \ in iwl_mei_handle_sap_msg() argument
939 _handler(cldev, (const void *)hdr); \ in iwl_mei_handle_sap_msg()
943 #define SAP_MSG_HANDLER_NO_LOCK(_cmd, _handler, _sz) \ in iwl_mei_handle_sap_msg() argument
953 _handler(cldev, (const void *)hdr); \ in iwl_mei_handle_sap_msg()
/openbmc/linux/arch/arm64/kernel/
H A Dentry-common.c302 asmlinkage void noinstr el##_##regsize##_##vector##_handler(struct pt_regs *regs) \
H A Dentry.S577 bl el\el\ht\()_\regsize\()_\label\()_handler
/openbmc/linux/drivers/power/supply/
H A Drt9471.c566 .handler = rt9471_##_name##_handler, \
H A Dmt6370-charger.c833 .handler = mt6370_##_name##_handler, \
H A Drt9467-charger.c991 .handler = rt9467_##_handler_func##_handler, \
/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c480 static ssize_t vfu_object_bar##BAR_NO##_handler(vfu_ctx_t *vfu_ctx, \
/openbmc/linux/include/rdma/
H A Dib_verbs.h771 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
774 (_ptr)->handler = _handler; \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/
H A D0001-Update-to-C-17-560.patch593 void reschedule_availability_handler(const std::shared_ptr<sync_handler> &_handler);
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1783 SET_TABLE_HANDLER_(name, name ## _handler, name ## _table)