Searched refs:nump (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| A D | moduleparam.h | 508 #define module_param_array(name, type, nump, perm) \ argument 509 module_param_array_named(name, name, type, nump, perm) 522 #define module_param_array_named(name, array, type, nump, perm) \ argument 525 = { .max = ARRAY_SIZE(array), .num = nump, \ 581 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument 584 = { .max = ARRAY_SIZE(name), .num = nump, \
|
| A D | bpf.h | 3703 const char **linep, int *nump);
|
| /include/sound/ |
| A D | pcm.h | 1075 unsigned int *nump, unsigned int *denp);
|
Completed in 23 milliseconds