Home
last modified time | relevance | path

Searched refs:module_param_array_named (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dfmc.h91 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)
Dmoduleparam.h421 module_param_array_named(name, name, type, nump, perm)
434 #define module_param_array_named(name, array, type, nump, perm) \ macro