Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_driver_faux.rs24 fn init(_module: &'static ThisModule) -> Result<Self> { in init()
H A Drust_minimal.rs30 fn init(_module: &'static ThisModule) -> Result<Self> { in init()
H A Drust_print_main.rs62 fn init(_module: &'static ThisModule) -> Result<Self> { in init()
H A Drust_debugfs_scoped.rs140 fn init(_module: &'static kernel::ThisModule) -> Result<Self> {
/linux/Documentation/security/
H A Ddigsig.rst95 170323636 --alswrv 0 0 \_ keyring: _module
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c315 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument
317 val = u32_encode_bits(_min_x, B_BE_ ## _module ## _Q ## _idx ## _MIN_SIZE_MASK) | \
318 u32_encode_bits(_max_x, B_BE_ ## _module ## _Q ## _idx ## _MAX_SIZE_MASK); \
320 R_BE_ ## _module ## _QTA ## _idx ## _CFG, \
323 #define SET_QUOTA(_x, _module, _idx) \ argument
324 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)
H A Dmac.c2167 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument
2169 val = u32_encode_bits(_min_x, B_AX_ ## _module ## _MIN_SIZE_MASK) | \
2170 u32_encode_bits(_max_x, B_AX_ ## _module ## _MAX_SIZE_MASK); \
2172 R_AX_ ## _module ## _QTA ## _idx ## _CFG, \
2175 #define SET_QUOTA(_x, _module, _idx) \ argument
2176 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)
/linux/Documentation/admin-guide/perf/
H A Dhisi-pmu.rst28 name will appear in event listing as hisi_sccl<sccl-id>_module<index-id>.
/linux/scripts/
H A DMakefile.build349 $(objtree)/rust/helpers/helpers$(if $(part-of-module),_module).bc -o $(patsubst %.o,%.m.bc,$@); \