| /linux/drivers/input/keyboard/ |
| H A D | pmic8xxx-keypad.c | 108 static u8 pmic8xxx_col_state(struct pmic8xxx_kp *kp, u8 col) in pmic8xxx_col_state() 129 static int pmic8xxx_chk_sync_read(struct pmic8xxx_kp *kp) in pmic8xxx_chk_sync_read() 154 static int pmic8xxx_kp_read_data(struct pmic8xxx_kp *kp, u16 *state, in pmic8xxx_kp_read_data() 171 static int pmic8xxx_kp_read_matrix(struct pmic8xxx_kp *kp, u16 *new_state, in pmic8xxx_kp_read_matrix() 219 static void __pmic8xxx_kp_scan_matrix(struct pmic8xxx_kp *kp, u16 *new_state, in __pmic8xxx_kp_scan_matrix() 250 static bool pmic8xxx_detect_ghost_keys(struct pmic8xxx_kp *kp, u16 *new_state) in pmic8xxx_detect_ghost_keys() 274 static int pmic8xxx_kp_scan_matrix(struct pmic8xxx_kp *kp, unsigned int events) in pmic8xxx_kp_scan_matrix() 332 struct pmic8xxx_kp *kp = data; in pmic8xxx_kp_stuck_irq() local 347 struct pmic8xxx_kp *kp = data; in pmic8xxx_kp_irq() local 366 static int pmic8xxx_kpd_init(struct pmic8xxx_kp *kp, in pmic8xxx_kpd_init() [all …]
|
| H A D | bcm-keypad.c | 85 static int bcm_kp_get_keycode(struct bcm_kp *kp, int row, int col) in bcm_kp_get_keycode() 93 static void bcm_kp_report_keys(struct bcm_kp *kp, int reg_num, int pull_mode) in bcm_kp_report_keys() 121 struct bcm_kp *kp = dev_id; in bcm_kp_isr_thread() local 133 static int bcm_kp_start(struct bcm_kp *kp) in bcm_kp_start() 164 static void bcm_kp_stop(const struct bcm_kp *kp) in bcm_kp_stop() 181 struct bcm_kp *kp = input_get_drvdata(dev); in bcm_kp_open() local 188 struct bcm_kp *kp = input_get_drvdata(dev); in bcm_kp_close() local 193 static int bcm_kp_matrix_key_parse_dt(struct bcm_kp *kp) in bcm_kp_matrix_key_parse_dt() 308 struct bcm_kp *kp; in bcm_kp_probe() local
|
| /linux/drivers/power/supply/ |
| H A D | test_power.c | 486 static int param_set_ac_online(const char *key, const struct kernel_param *kp) in param_set_ac_online() 493 static int param_get_ac_online(char *buffer, const struct kernel_param *kp) in param_get_ac_online() 499 static int param_set_usb_online(const char *key, const struct kernel_param *kp) in param_set_usb_online() 506 static int param_get_usb_online(char *buffer, const struct kernel_param *kp) in param_get_usb_online() 513 const struct kernel_param *kp) in param_set_battery_status() 520 static int param_get_battery_status(char *buffer, const struct kernel_param *kp) in param_get_battery_status() 527 const struct kernel_param *kp) in param_set_battery_health() 534 static int param_get_battery_health(char *buffer, const struct kernel_param *kp) in param_get_battery_health() 541 const struct kernel_param *kp) in param_set_battery_present() 549 const struct kernel_param *kp) in param_get_battery_present() [all …]
|
| /linux/drivers/pwm/ |
| H A D | pwm-bcm-kona.c | 71 static void kona_pwmc_prepare_for_settings(struct kona_pwmc *kp, in kona_pwmc_prepare_for_settings() 87 static void kona_pwmc_apply_settings(struct kona_pwmc *kp, unsigned int chan) in kona_pwmc_apply_settings() 103 struct kona_pwmc *kp = to_kona_pwmc(chip); in kona_pwmc_config() local 159 struct kona_pwmc *kp = to_kona_pwmc(chip); in kona_pwmc_set_polarity() local 190 struct kona_pwmc *kp = to_kona_pwmc(chip); in kona_pwmc_enable() local 204 struct kona_pwmc *kp = to_kona_pwmc(chip); in kona_pwmc_disable() local 228 struct kona_pwmc *kp = to_kona_pwmc(chip); in kona_pwmc_apply() local 276 struct kona_pwmc *kp; in kona_pwmc_probe() local
|
| /linux/arch/s390/lib/ |
| H A D | test_kprobes.c | 9 static struct kprobe kp; variable 11 static void setup_kprobe(struct kunit *test, struct kprobe *kp, in setup_kprobe() 19 static void test_kprobe_offset(struct kunit *test, struct kprobe *kp, in test_kprobe_offset()
|
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | processor_thermal_soc_slider.c | 61 static int slider_def_balance_set(const char *arg, const struct kernel_param *kp) in slider_def_balance_set() 80 static int slider_def_balance_get(char *buf, const struct kernel_param *kp) in slider_def_balance_get() 96 static int slider_def_offset_set(const char *arg, const struct kernel_param *kp) in slider_def_offset_set() 114 static int slider_def_offset_get(char *buf, const struct kernel_param *kp) in slider_def_offset_get()
|
| /linux/arch/riscv/kernel/tests/kprobes/ |
| H A D | test-kprobes.c | 8 static int kprobe_dummy_handler(struct kprobe *kp, struct pt_regs *regs) in kprobe_dummy_handler() 17 struct kprobe *kp; in test_kprobe_riscv() local
|
| /linux/drivers/ufs/core/ |
| H A D | ufs-fault-injection.c | 37 static int ufs_fault_get(char *buffer, const struct kernel_param *kp) in ufs_fault_get() 44 static int ufs_fault_set(const char *val, const struct kernel_param *kp) in ufs_fault_set()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_mitigations.c | 30 static int mitigations_set(const char *val, const struct kernel_param *kp) in mitigations_set() 98 static int mitigations_get(char *buffer, const struct kernel_param *kp) in mitigations_get()
|
| /linux/security/apparmor/ |
| H A D | lsm.c | 1902 param_set_aalockpolicy(const char * val,const struct kernel_param * kp) param_set_aalockpolicy() argument 1911 param_get_aalockpolicy(char * buffer,const struct kernel_param * kp) param_get_aalockpolicy() argument 1920 param_set_aabool(const char * val,const struct kernel_param * kp) param_set_aabool() argument 1929 param_get_aabool(char * buffer,const struct kernel_param * kp) param_get_aabool() argument 1938 param_set_aauint(const char * val,const struct kernel_param * kp) param_set_aauint() argument 1955 param_get_aauint(char * buffer,const struct kernel_param * kp) param_get_aauint() argument 1965 param_set_aaintbool(const char * val,const struct kernel_param * kp) param_set_aaintbool() argument 1991 param_get_aaintbool(char * buffer,const struct kernel_param * kp) param_get_aaintbool() argument 2005 param_set_aacompressionlevel(const char * val,const struct kernel_param * kp) param_set_aacompressionlevel() argument 2025 param_get_aacompressionlevel(char * buffer,const struct kernel_param * kp) param_get_aacompressionlevel() argument 2034 param_get_debug(char * buffer,const struct kernel_param * kp) param_get_debug() argument 2043 param_set_debug(const char * val,const struct kernel_param * kp) param_set_debug() argument 2062 param_get_audit(char * buffer,const struct kernel_param * kp) param_get_audit() argument 2071 param_set_audit(const char * val,const struct kernel_param * kp) param_set_audit() argument 2090 param_get_mode(char * buffer,const struct kernel_param * kp) param_get_mode() argument 2099 param_set_mode(const char * val,const struct kernel_param * kp) param_set_mode() argument [all...] |
| /linux/kernel/ |
| H A D | fail_function.c | 17 static void fei_post_handler(struct kprobe *kp, struct pt_regs *regs, in fei_post_handler() 28 struct kprobe kp; member 169 static int fei_kprobe_handler(struct kprobe *kp, struct pt_regs *regs) in fei_kprobe_handler()
|
| H A D | kprobes.c | 364 static inline void set_kprobe_instance(struct kprobe *kp) in set_kprobe_instance() 428 struct kprobe *kp; in opt_pre_handler() local 1234 static int arm_kprobe(struct kprobe *kp) in arm_kprobe() 1245 static int disarm_kprobe(struct kprobe *kp, bool reopt) in disarm_kprobe() 1262 struct kprobe *kp; in aggr_pre_handler() local 1279 struct kprobe *kp; in aggr_post_handler() local 1294 struct kprobe *kp; in kprobes_inc_nmissed_count() local 1748 struct kprobe *kp; in aggr_kprobe_disabled() local 2412 struct kprobe *kp; in kill_kprobe() local 2443 int disable_kprobe(struct kprobe *kp) in disable_kprobe() [all …]
|
| /linux/drivers/accessibility/speakup/ |
| H A D | keyhelp.c | 51 u_char *kp, counters[MAXFUNCS], ch, ch1; in build_key_data() local 136 u_char func, *kp; in spk_handle_help() local
|
| /linux/drivers/input/misc/ |
| H A D | ati_remote2.c | 37 const struct kernel_param *kp, in ati_remote2_set_mask() 59 const struct kernel_param *kp) in ati_remote2_set_channel_mask() 67 const struct kernel_param *kp) in ati_remote2_get_channel_mask() 75 const struct kernel_param *kp) in ati_remote2_set_mode_mask() 83 const struct kernel_param *kp) in ati_remote2_get_mode_mask()
|
| /linux/lib/ |
| H A D | test_dynamic_debug.c | 16 static int param_set_do_prints(const char *instr, const struct kernel_param *kp) in param_set_do_prints() 21 static int param_get_do_prints(char *buffer, const struct kernel_param *kp) in param_get_do_prints()
|
| H A D | dhry_run.c | 58 static int dhry_run_set(const char *val, const struct kernel_param *kp) in dhry_run_set()
|
| /linux/drivers/media/pci/tw686x/ |
| H A D | tw686x-core.c | 72 static int tw686x_dma_mode_get(char *buffer, const struct kernel_param *kp) in tw686x_dma_mode_get() 77 static int tw686x_dma_mode_set(const char *val, const struct kernel_param *kp) in tw686x_dma_mode_set()
|
| /linux/include/linux/ |
| H A D | kprobes.h | 147 struct kprobe kp; member 339 struct kprobe kp; member 496 static inline int disable_kprobe(struct kprobe *kp) in disable_kprobe() 500 static inline int enable_kprobe(struct kprobe *kp) in enable_kprobe()
|
| /linux/samples/kprobes/ |
| H A D | kprobe_example.c | 23 static struct kprobe kp = { variable
|
| /linux/arch/arm64/include/asm/ |
| H A D | kprobes.h | 27 struct kprobe *kp; member
|
| /linux/drivers/edac/ |
| H A D | edac_module.c | 23 const struct kernel_param *kp) in edac_set_debug_level()
|
| /linux/arch/riscv/include/asm/ |
| H A D | kprobes.h | 28 struct kprobe *kp; member
|
| /linux/net/netfilter/ |
| H A D | nf_nat_irc.c | 102 static int warn_set(const char *val, const struct kernel_param *kp) in warn_set()
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_watchdog.c | 177 static int set_param_timeout(const char *val, const struct kernel_param *kp) in set_param_timeout() 209 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() 249 static int set_param_wdog_ifnum(const char *val, const struct kernel_param *kp) in set_param_wdog_ifnum()
|
| /linux/arch/sh/include/asm/ |
| H A D | kprobes.h | 38 struct kprobe *kp; member
|