Home
last modified time | relevance | path

Searched defs:_match (Results 1 – 10 of 10) sorted by relevance

/openbmc/sdbusplus/src/bus/
H A Dmatch.cpp10 static slot_t makeMatch(SdBusInterface* intf, sd_bus* bus, const char* _match, in makeMatch()
22 match::match(sdbusplus::bus_t& bus, const char* _match, in match()
38 match::match(sdbusplus::bus_t& bus, const char* _match, callback_t callback) : in match()
/openbmc/linux/drivers/regulator/
H A Dhi6421-regulator.c129 #define HI6421_LDO(_id, _match, v_table, vreg, vmask, ereg, emask, \ argument
168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ argument
208 #define HI6421_LDO_LINEAR_RANGE(_id, _match, n_volt, volt_ranges, vreg, vmask,\ argument
245 #define HI6421_BUCK012(_id, _match, vreg, vmask, ereg, emask, sleepmask,\ argument
282 #define HI6421_BUCK345(_id, _match, v_table, vreg, vmask, ereg, emask, \ argument
H A Drk808-regulator.c78 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
102 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
125 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
158 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
163 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
168 #define RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \ argument
185 #define RK817_DESC_SWITCH(_id, _match, _supply, _ereg, _emask, \ argument
190 #define RK8XX_DESC_SWITCH(_id, _match, _supply, _ereg, _emask) \ argument
H A Daxp20x-regulator.c345 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
367 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
387 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument
401 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument
415 #define AXP_DESC_RANGES(_family, _id, _match, _supply, _ranges, _n_voltages, \ argument
/openbmc/phosphor-fan-presence/
H A Dpower_state.hpp223 sdbusplus::bus::match_t _match; member in phosphor::fan::PGoodState
380 sdbusplus::bus::match_t _match; member in phosphor::fan::HostPowerState
H A Djson_config.hpp357 std::unique_ptr<sdbusplus::bus::match_t> _match; member in phosphor::fan::JsonConfig
/openbmc/linux/include/linux/mfd/
H A Dcore.h17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ argument
37 #define MFD_CELL_ACPI(_name, _res, _pdata, _pdsize, _id, _match) \ argument
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py822 def _match(event: QMPMessage) -> bool: function
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1662 def _match(self, regex, path): member in ExcludeFilter
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py611 def _match(tag): function