Searched refs:module_param_array_named (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | fmc.h | 91 module_param_array_named(busid, _d.busid_val, int, &_d.busid_n, 0444) 93 module_param_array_named(gateware, _d.gw_val, charp, &_d.gw_n, 0444)
|
| D | moduleparam.h | 421 module_param_array_named(name, name, type, nump, perm) 434 #define module_param_array_named(name, array, type, nump, perm) \ macro
|