Home
last modified time | relevance | path

Searched refs:_module (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dgen.py266 self._module: Dict[str, Tuple[QAPIGenC, QAPIGenH,
274 return self._module[self._current_module][0]
279 return self._module[self._current_module][1]
285 gent = self._module[self._current_module][2]
323 self._module[name] = (genc, genh, gent)
334 for name, (genc, genh, gent) in self._module.items():
H A Dschema.py80 self._module: Optional[QAPISchemaModule] = None
104 self._module = schema.module_by_fname(fname)
105 self._module.add_entity(self)
/openbmc/linux/samples/rust/
H A Drust_minimal.rs20 fn init(_module: &'static ThisModule) -> Result<Self> { in init()
H A Drust_print.rs43 fn init(_module: &'static ThisModule) -> Result<Self> { in init()
/openbmc/linux/include/linux/
H A Dpwm.h554 _period, _polarity, _module) \ argument
562 .module = _module, \
/openbmc/linux/Documentation/security/
H A Ddigsig.rst95 170323636 --alswrv 0 0 \_ keyring: _module
/openbmc/linux/Documentation/admin-guide/perf/
H A Dhisi-pmu.rst28 name will appear in event listing as hisi_sccl<sccl-id>_module<index-id>.
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.c1704 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument
1706 val = u32_encode_bits(_min_x, B_AX_ ## _module ## _MIN_SIZE_MASK) | \
1707 u32_encode_bits(_max_x, B_AX_ ## _module ## _MAX_SIZE_MASK); \
1709 R_AX_ ## _module ## _QTA ## _idx ## _CFG, \
1712 #define SET_QUOTA(_x, _module, _idx) \ argument
1713 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)