| /Linux-v4.19/include/linux/ |
| D | moduleparam.h | 38 struct kernel_param; 53 int (*set)(const char *val, const struct kernel_param *kp); 55 int (*get)(char *buffer, const struct kernel_param *kp); 71 struct kernel_param { struct 85 extern const struct kernel_param __start___param[], __stop___param[]; argument 224 static struct kernel_param __moduleparam_const __param_##name \ 317 const struct kernel_param *params, 327 extern void destroy_params(const struct kernel_param *params, unsigned num); 329 static inline void destroy_params(const struct kernel_param *params, in destroy_params() 342 extern int param_set_byte(const char *val, const struct kernel_param *kp); [all …]
|
| /Linux-v4.19/kernel/ |
| D | params.c | 111 static void param_check_unsafe(const struct kernel_param *kp) in param_check_unsafe() 123 const struct kernel_param *params, in parse_one() 166 const struct kernel_param *params, in parse_args() 221 int param_set_##name(const char *val, const struct kernel_param *kp) \ 225 int param_get_##name(char *buffer, const struct kernel_param *kp) \ 248 int param_set_charp(const char *val, const struct kernel_param *kp) in param_set_charp() 271 int param_get_charp(char *buffer, const struct kernel_param *kp) in param_get_charp() 291 int param_set_bool(const char *val, const struct kernel_param *kp) in param_set_bool() 301 int param_get_bool(char *buffer, const struct kernel_param *kp) in param_get_bool() 315 int param_set_bool_enable_only(const char *val, const struct kernel_param *kp) in param_set_bool_enable_only() [all …]
|
| /Linux-v4.19/drivers/power/supply/ |
| D | test_power.c | 337 static int param_set_ac_online(const char *key, const struct kernel_param *kp) in param_set_ac_online() 344 static int param_get_ac_online(char *buffer, const struct kernel_param *kp) in param_get_ac_online() 350 static int param_set_usb_online(const char *key, const struct kernel_param *kp) in param_set_usb_online() 357 static int param_get_usb_online(char *buffer, const struct kernel_param *kp) in param_get_usb_online() 364 const struct kernel_param *kp) in param_set_battery_status() 371 static int param_get_battery_status(char *buffer, const struct kernel_param *kp) in param_get_battery_status() 378 const struct kernel_param *kp) in param_set_battery_health() 385 static int param_get_battery_health(char *buffer, const struct kernel_param *kp) in param_get_battery_health() 392 const struct kernel_param *kp) in param_set_battery_present() 400 const struct kernel_param *kp) in param_get_battery_present() [all …]
|
| /Linux-v4.19/security/apparmor/ |
| D | lsm.c | 1218 static int param_set_aabool(const char *val, const struct kernel_param *kp); 1219 static int param_get_aabool(char *buffer, const struct kernel_param *kp); 1227 static int param_set_aauint(const char *val, const struct kernel_param *kp); 1228 static int param_get_aauint(char *buffer, const struct kernel_param *kp); 1235 static int param_set_aalockpolicy(const char *val, const struct kernel_param *kp); 1236 static int param_get_aalockpolicy(char *buffer, const struct kernel_param *kp); 1244 static int param_set_audit(const char *val, const struct kernel_param *kp); 1245 static int param_get_audit(char *buffer, const struct kernel_param *kp); 1247 static int param_set_mode(const char *val, const struct kernel_param *kp); 1248 static int param_get_mode(char *buffer, const struct kernel_param *kp); [all …]
|
| /Linux-v4.19/drivers/gpu/drm/ |
| D | drm_kms_helper_common.c | 40 static int edid_firmware_set(const char *val, const struct kernel_param *kp) in edid_firmware_set() 47 static int edid_firmware_get(char *buffer, const struct kernel_param *kp) in edid_firmware_get()
|
| /Linux-v4.19/drivers/scsi/fcoe/ |
| D | fcoe_transport.c | 35 static int fcoe_transport_create(const char *, const struct kernel_param *); 36 static int fcoe_transport_destroy(const char *, const struct kernel_param *); 37 static int fcoe_transport_show(char *buffer, const struct kernel_param *kp); 40 static int fcoe_transport_enable(const char *, const struct kernel_param *); 41 static int fcoe_transport_disable(const char *, const struct kernel_param *); 608 static int fcoe_transport_show(char *buffer, const struct kernel_param *kp) in fcoe_transport_show() 871 const struct kernel_param *kp) in fcoe_transport_create() 937 const struct kernel_param *kp) in fcoe_transport_destroy() 982 const struct kernel_param *kp) in fcoe_transport_disable() 1017 const struct kernel_param *kp) in fcoe_transport_enable()
|
| /Linux-v4.19/drivers/infiniband/sw/rxe/ |
| D | rxe_sysfs.c | 72 static int rxe_param_set_add(const char *val, const struct kernel_param *kp) in rxe_param_set_add() 115 static int rxe_param_set_remove(const char *val, const struct kernel_param *kp) in rxe_param_set_remove()
|
| /Linux-v4.19/drivers/ide/ |
| D | ide.c | 179 static int ide_set_dev_param_mask(const char *s, const struct kernel_param *kp) in ide_set_dev_param_mask() 247 static int ide_set_disk_chs(const char *str, const struct kernel_param *kp) in ide_set_disk_chs() 331 static int ide_set_ignore_cable(const char *s, const struct kernel_param *kp) in ide_set_ignore_cable()
|
| /Linux-v4.19/mm/ |
| D | zswap.c | 86 const struct kernel_param *); 97 const struct kernel_param *); 109 static int zswap_zpool_param_set(const char *, const struct kernel_param *); 675 static int __zswap_param_set(const char *val, const struct kernel_param *kp, in __zswap_param_set() 771 const struct kernel_param *kp) in zswap_compressor_param_set() 777 const struct kernel_param *kp) in zswap_zpool_param_set() 783 const struct kernel_param *kp) in zswap_enabled_param_set()
|
| /Linux-v4.19/drivers/acpi/ |
| D | sysfs.c | 108 static int param_get_debug_layer(char *buffer, const struct kernel_param *kp) in param_get_debug_layer() 136 static int param_get_debug_level(char *buffer, const struct kernel_param *kp) in param_get_debug_level() 173 const struct kernel_param *kp) in param_set_trace_method_name() 215 static int param_get_trace_method_name(char *buffer, const struct kernel_param *kp) in param_get_trace_method_name() 235 const struct kernel_param *kp) in param_set_trace_state() 271 static int param_get_trace_state(char *buffer, const struct kernel_param *kp) in param_get_trace_state() 301 const struct kernel_param *kp) in param_get_acpica_version()
|
| D | button.c | 589 const struct kernel_param *kp) in param_set_lid_init_state() 608 const struct kernel_param *kp) in param_get_lid_init_state()
|
| /Linux-v4.19/drivers/char/ipmi/ |
| D | ipmi_si_hotmod.c | 14 static int hotmod_handler(const char *val, const struct kernel_param *kp); 101 static int hotmod_handler(const char *val, const struct kernel_param *kp) in hotmod_handler()
|
| D | ipmi_watchdog.c | 176 static int set_param_timeout(const char *val, const struct kernel_param *kp) in set_param_timeout() 208 static int set_param_str(const char *val, const struct kernel_param *kp) in set_param_str() 232 static int get_param_str(char *buffer, const struct kernel_param *kp) in get_param_str() 244 static int set_param_wdog_ifnum(const char *val, const struct kernel_param *kp) in set_param_wdog_ifnum()
|
| /Linux-v4.19/include/net/netfilter/ |
| D | nf_conntrack.h | 284 struct kernel_param; 286 int nf_conntrack_set_hashsize(const char *val, const struct kernel_param *kp);
|
| /Linux-v4.19/drivers/edac/ |
| D | edac_module.c | 23 const struct kernel_param *kp) in edac_set_debug_level()
|
| /Linux-v4.19/arch/x86/platform/uv/ |
| D | uv_nmi.c | 109 static int param_get_local64(char *buffer, const struct kernel_param *kp) in param_get_local64() 114 static int param_set_local64(const char *val, const struct kernel_param *kp) in param_set_local64() 192 static int param_get_action(char *buffer, const struct kernel_param *kp) in param_get_action() 197 static int param_set_action(const char *val, const struct kernel_param *kp) in param_set_action()
|
| /Linux-v4.19/net/netfilter/ |
| D | nf_nat_irc.c | 111 static int warn_set(const char *val, const struct kernel_param *kp) in warn_set()
|
| D | nf_nat_ftp.c | 139 static int warn_set(const char *val, const struct kernel_param *kp) in warn_set()
|
| /Linux-v4.19/drivers/input/misc/ |
| D | ati_remote2.c | 40 const struct kernel_param *kp, in ati_remote2_set_mask() 62 const struct kernel_param *kp) in ati_remote2_set_channel_mask() 70 const struct kernel_param *kp) in ati_remote2_get_channel_mask() 78 const struct kernel_param *kp) in ati_remote2_set_mode_mask() 86 const struct kernel_param *kp) in ati_remote2_get_mode_mask()
|
| /Linux-v4.19/drivers/media/pci/tw686x/ |
| D | tw686x-core.c | 75 static int tw686x_dma_mode_get(char *buffer, const struct kernel_param *kp) in tw686x_dma_mode_get() 80 static int tw686x_dma_mode_set(const char *val, const struct kernel_param *kp) in tw686x_dma_mode_set()
|
| /Linux-v4.19/drivers/dma/ |
| D | dmatest.c | 132 static int dmatest_run_set(const char *val, const struct kernel_param *kp); 133 static int dmatest_run_get(char *val, const struct kernel_param *kp); 209 static int dmatest_wait_get(char *val, const struct kernel_param *kp) in dmatest_wait_get() 1034 static int dmatest_run_get(char *val, const struct kernel_param *kp) in dmatest_run_get() 1050 static int dmatest_run_set(const char *val, const struct kernel_param *kp) in dmatest_run_set()
|
| /Linux-v4.19/net/batman-adv/ |
| D | bat_algo.c | 148 static int batadv_param_set_ra(const char *val, const struct kernel_param *kp) in batadv_param_set_ra()
|
| /Linux-v4.19/drivers/tty/serial/ |
| D | kgdboc.c | 246 const struct kernel_param *kp) in param_set_kgdboc_var()
|
| /Linux-v4.19/drivers/thermal/ |
| D | intel_powerclamp.c | 114 static int duration_set(const char *arg, const struct kernel_param *kp) in duration_set() 162 static int window_size_set(const char *arg, const struct kernel_param *kp) in window_size_set()
|
| /Linux-v4.19/fs/ocfs2/dlmfs/ |
| D | dlmfs.c | 91 const struct kernel_param *kp) in param_set_dlmfs_capabilities() 97 const struct kernel_param *kp) in param_get_dlmfs_capabilities()
|