/openbmc/phosphor-fan-presence/control/ |
H A D | functor.hpp | 92 _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 D | decode.h | 335 #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 D | 0007-RH-warn-on-invalid-regex-instead-of-failing.patch | 64 @@ -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 D | image.h | 1418 #define U_BOOT_FIT_LOADABLE_HANDLER(_type, _handler) \ argument 1421 .handler = _handler, \
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | main.c | 928 #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 D | entry-common.c | 302 asmlinkage void noinstr el##_##regsize##_##vector##_handler(struct pt_regs *regs) \
|
H A D | entry.S | 577 bl el\el\ht\()_\regsize\()_\label\()_handler
|
/openbmc/linux/drivers/power/supply/ |
H A D | rt9471.c | 566 .handler = rt9471_##_name##_handler, \
|
H A D | mt6370-charger.c | 833 .handler = mt6370_##_name##_handler, \
|
H A D | rt9467-charger.c | 991 .handler = rt9467_##_handler_func##_handler, \
|
/openbmc/qemu/hw/remote/ |
H A D | vfio-user-obj.c | 480 static ssize_t vfu_object_bar##BAR_NO##_handler(vfu_ctx_t *vfu_ctx, \
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 771 #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 D | 0001-Update-to-C-17-560.patch | 593 void reschedule_availability_handler(const std::shared_ptr<sync_handler> &_handler);
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1783 SET_TABLE_HANDLER_(name, name ## _handler, name ## _table)
|