Home
last modified time | relevance | path

Searched defs:kp (Results 1 – 25 of 162) sorted by relevance

1234567

/linux/drivers/input/keyboard/
H A Dpmic8xxx-keypad.c108 static u8 pmic8xxx_col_state(struct pmic8xxx_kp *kp, u8 col) in pmic8xxx_col_state() argument
129 static int pmic8xxx_chk_sync_read(struct pmic8xxx_kp *kp) in pmic8xxx_chk_sync_read() argument
154 static int pmic8xxx_kp_read_data(struct pmic8xxx_kp *kp, u16 *state, in pmic8xxx_kp_read_data() argument
171 pmic8xxx_kp_read_matrix(struct pmic8xxx_kp * kp,u16 * new_state,u16 * old_state) pmic8xxx_kp_read_matrix() argument
219 __pmic8xxx_kp_scan_matrix(struct pmic8xxx_kp * kp,u16 * new_state,u16 * old_state) __pmic8xxx_kp_scan_matrix() argument
250 pmic8xxx_detect_ghost_keys(struct pmic8xxx_kp * kp,u16 * new_state) pmic8xxx_detect_ghost_keys() argument
274 pmic8xxx_kp_scan_matrix(struct pmic8xxx_kp * kp,unsigned int events) pmic8xxx_kp_scan_matrix() argument
332 struct pmic8xxx_kp *kp = data; pmic8xxx_kp_stuck_irq() local
347 struct pmic8xxx_kp *kp = data; pmic8xxx_kp_irq() local
366 pmic8xxx_kpd_init(struct pmic8xxx_kp * kp,struct platform_device * pdev) pmic8xxx_kpd_init() argument
450 pmic8xxx_kp_enable(struct pmic8xxx_kp * kp) pmic8xxx_kp_enable() argument
463 pmic8xxx_kp_disable(struct pmic8xxx_kp * kp) pmic8xxx_kp_disable() argument
478 struct pmic8xxx_kp *kp = input_get_drvdata(dev); pmic8xxx_kp_open() local
485 struct pmic8xxx_kp *kp = input_get_drvdata(dev); pmic8xxx_kp_close() local
506 struct pmic8xxx_kp *kp; pmic8xxx_kp_probe() local
627 struct pmic8xxx_kp *kp = platform_get_drvdata(pdev); pmic8xxx_kp_suspend() local
645 struct pmic8xxx_kp *kp = platform_get_drvdata(pdev); pmic8xxx_kp_resume() local
[all...]
H A Dbcm-keypad.c85 static int bcm_kp_get_keycode(struct bcm_kp *kp, int row, int col) in bcm_kp_get_keycode() argument
93 static void bcm_kp_report_keys(struct bcm_kp *kp, int reg_num, int pull_mode) in bcm_kp_report_keys() argument
121 struct bcm_kp *kp = dev_id; bcm_kp_isr_thread() local
133 bcm_kp_start(struct bcm_kp * kp) bcm_kp_start() argument
164 bcm_kp_stop(const struct bcm_kp * kp) bcm_kp_stop() argument
181 struct bcm_kp *kp = input_get_drvdata(dev); bcm_kp_open() local
188 struct bcm_kp *kp = input_get_drvdata(dev); bcm_kp_close() local
193 bcm_kp_matrix_key_parse_dt(struct bcm_kp * kp) bcm_kp_matrix_key_parse_dt() argument
308 struct bcm_kp *kp; bcm_kp_probe() local
[all...]
H A Dtwl4030_keypad.c125 static int twl4030_kpread(struct twl4030_keypad *kp, in twl4030_kpread() argument
138 static int twl4030_kpwrite_u8(struct twl4030_keypad *kp, u8 data, u32 reg) in twl4030_kpwrite_u8() argument
150 static inline u16 twl4030_col_xlate(struct twl4030_keypad *kp, u8 col) in twl4030_col_xlate() argument
164 static int twl4030_read_kp_matrix_state(struct twl4030_keypad *kp, u16 *state) in twl4030_read_kp_matrix_state() argument
177 twl4030_is_in_ghost_state(struct twl4030_keypad * kp,u16 * key_state) twl4030_is_in_ghost_state() argument
194 twl4030_kp_scan(struct twl4030_keypad * kp,bool release_all) twl4030_kp_scan() argument
246 struct twl4030_keypad *kp = _kp; do_kp_irq() local
265 twl4030_kp_program(struct twl4030_keypad * kp) twl4030_kp_program() argument
327 struct twl4030_keypad *kp; twl4030_kp_probe() local
[all...]
/linux/drivers/power/supply/
H A Dtest_power.c486 static int param_set_ac_online(const char *key, const struct kernel_param *kp) in param_set_ac_online() argument
493 static int param_get_ac_online(char *buffer, const struct kernel_param *kp) in param_get_ac_online() argument
499 static int param_set_usb_online(const char *key, const struct kernel_param *kp) in param_set_usb_online() argument
506 static int param_get_usb_online(char *buffer, const struct kernel_param *kp) in param_get_usb_online() argument
513 const struct kernel_param *kp) in param_set_battery_status() argument
520 static int param_get_battery_status(char *buffer, const struct kernel_param *kp) in param_get_battery_status() argument
527 const struct kernel_param *kp) in param_set_battery_health() argument
534 static int param_get_battery_health(char *buffer, const struct kernel_param *kp) in param_get_battery_health() argument
541 const struct kernel_param *kp) in param_set_battery_present() argument
549 const struct kernel_param *kp) in param_get_battery_present() argument
556 param_set_battery_technology(const char * key,const struct kernel_param * kp) param_set_battery_technology() argument
565 param_get_battery_technology(char * buffer,const struct kernel_param * kp) param_get_battery_technology() argument
573 param_set_battery_capacity(const char * key,const struct kernel_param * kp) param_set_battery_capacity() argument
588 param_set_battery_voltage(const char * key,const struct kernel_param * kp) param_set_battery_voltage() argument
603 param_set_battery_charge_counter(const char * key,const struct kernel_param * kp) param_set_battery_charge_counter() argument
618 param_set_battery_current(const char * key,const struct kernel_param * kp) param_set_battery_current() argument
633 param_set_battery_extension(const char * key,const struct kernel_param * kp) param_set_battery_extension() argument
[all...]
/linux/drivers/pwm/
H A Dpwm-bcm-kona.c71 static void kona_pwmc_prepare_for_settings(struct kona_pwmc *kp, in kona_pwmc_prepare_for_settings() argument
87 static void kona_pwmc_apply_settings(struct kona_pwmc *kp, unsigned int chan) in kona_pwmc_apply_settings() argument
103 struct kona_pwmc *kp = to_kona_pwmc(chip); in kona_pwmc_config() local
159 struct kona_pwmc *kp = to_kona_pwmc(chip); kona_pwmc_set_polarity() local
190 struct kona_pwmc *kp = to_kona_pwmc(chip); kona_pwmc_enable() local
204 struct kona_pwmc *kp = to_kona_pwmc(chip); kona_pwmc_disable() local
228 struct kona_pwmc *kp = to_kona_pwmc(chip); kona_pwmc_apply() local
276 struct kona_pwmc *kp; kona_pwmc_probe() local
[all...]
/linux/arch/s390/lib/
H A Dtest_kprobes.c9 static struct kprobe kp; variable
11 static void setup_kprobe(struct kunit *test, struct kprobe *kp, in setup_kprobe() argument
19 static void test_kprobe_offset(struct kunit *test, struct kprobe *kp, in test_kprobe_offset() argument
[all...]
/linux/drivers/thermal/intel/
H A Dintel_powerclamp.c81 static int duration_set(const char *arg, const struct kernel_param *kp) in duration_set() argument
104 static int duration_get(char *buf, const struct kernel_param *kp) in duration_get() argument
154 static int cpumask_set(const char *arg, const struct kernel_param *kp) in cpumask_set() argument
198 static int cpumask_get(char *buf, const struct kernel_param *kp) in cpumask_get() argument
215 static int max_idle_set(const char *arg, const struct kernel_param *kp) in max_idle_set() argument
281 static int window_size_set(const char *arg, const struct kernel_param *kp) in window_size_set() argument
/linux/drivers/gpu/drm/i915/
H A Di915_mitigations.c30 static int mitigations_set(const char *val, const struct kernel_param *kp) in mitigations_set() argument
98 static int mitigations_get(char *buffer, const struct kernel_param *kp) in mitigations_get() argument
/linux/drivers/acpi/
H A Dsysfs.c92 static int param_get_debug_layer(char *buffer, const struct kernel_param *kp) in param_get_debug_layer() argument
120 static int param_get_debug_level(char *buffer, const struct kernel_param *kp) in param_get_debug_level() argument
157 const struct kernel_param *kp) in param_set_trace_method_name() argument
199 static int param_get_trace_method_name(char *buffer, const struct kernel_param *kp) in param_get_trace_method_name() argument
219 const struct kernel_param *kp) in param_set_trace_state() argument
255 static int param_get_trace_state(char *buffer, const struct kernel_param *kp) in param_get_trace_state() argument
281 const struct kernel_param *kp) in param_get_acpica_version() argument
/linux/drivers/scsi/fcoe/
H A Dfcoe_transport.c598 static int fcoe_transport_show(char *buffer, const struct kernel_param *kp) in fcoe_transport_show() argument
859 const struct kernel_param *kp) in fcoe_transport_create() argument
925 const struct kernel_param *kp) in fcoe_transport_destroy() argument
970 const struct kernel_param *kp) in fcoe_transport_disable() argument
1005 fcoe_transport_enable(const char * buffer,const struct kernel_param * kp) fcoe_transport_enable() argument
[all...]
/linux/kernel/
H A Dfail_function.c17 static void fei_post_handler(struct kprobe *kp, struct pt_regs *regs, in fei_post_handler() argument
28 struct kprobe kp; member
169 fei_kprobe_handler(struct kprobe * kp,struct pt_regs * regs) fei_kprobe_handler() argument
[all...]
/linux/drivers/accessibility/speakup/
H A Dkeyhelp.c51 u_char *kp, counters[MAXFUNCS], ch, ch1; in build_key_data() local
136 u_char func, *kp; spk_handle_help() local
[all...]
/linux/drivers/input/misc/
H A Dati_remote2.c37 const struct kernel_param *kp, in ati_remote2_set_mask() argument
59 const struct kernel_param *kp) in ati_remote2_set_channel_mask() argument
67 const struct kernel_param *kp) in ati_remote2_get_channel_mask() argument
75 const struct kernel_param *kp) in ati_remote2_set_mode_mask() argument
83 const struct kernel_param *kp) in ati_remote2_get_mode_mask() argument
[all...]
/linux/lib/
H A Dtest_dynamic_debug.c16 static int param_set_do_prints(const char *instr, const struct kernel_param *kp) in param_set_do_prints() argument
21 static int param_get_do_prints(char *buffer, const struct kernel_param *kp) in param_get_do_prints() argument
H A Ddhry_run.c58 static int dhry_run_set(const char *val, const struct kernel_param *kp) in dhry_run_set() argument
/linux/drivers/media/pci/tw686x/
H A Dtw686x-core.c72 static int tw686x_dma_mode_get(char *buffer, const struct kernel_param *kp) in tw686x_dma_mode_get() argument
77 static int tw686x_dma_mode_set(const char *val, const struct kernel_param *kp) in tw686x_dma_mode_set() argument
/linux/fs/nfs/
H A Dnamespace.c321 static int param_set_nfs_timeout(const char *val, const struct kernel_param *kp) in param_set_nfs_timeout() argument
346 static int param_get_nfs_timeout(char *buffer, const struct kernel_param *kp) in param_get_nfs_timeout() argument
/linux/crypto/
H A Daes_generic.c1180 const u32 *kp = ctx->key_enc + 4; in crypto_aes_encrypt() local
1251 const u32 *kp = ctx->key_dec + 4; crypto_aes_decrypt() local
[all...]
/linux/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_kprobe.c17 static struct kprobe kp = { variable
/linux/drivers/ufs/core/
H A Dufs-mcq.c35 static int rw_queue_count_set(const char *val, const struct kernel_param *kp) in rw_queue_count_set() argument
51 static int read_queue_count_set(const char *val, const struct kernel_param *kp) in read_queue_count_set() argument
67 static int poll_queue_count_set(const char *val, const struct kernel_param *kp) in poll_queue_count_set() argument
/linux/include/linux/
H A Dkprobes.h147 struct kprobe kp; member
339 struct kprobe kp; member
496 static inline int disable_kprobe(struct kprobe *kp) in disable_kprobe() argument
500 static inline int enable_kprobe(struct kprobe *kp) in enable_kprobe() argument
/linux/arch/x86/platform/uv/
H A Duv_nmi.c114 static int param_get_local64(char *buffer, const struct kernel_param *kp) in param_get_local64() argument
119 static int param_set_local64(const char *val, const struct kernel_param *kp) in param_set_local64() argument
212 static int param_get_action(char *buffer, const struct kernel_param *kp) in param_get_action() argument
217 static int param_set_action(const char *val, const struct kernel_param *kp) in param_set_action() argument
/linux/samples/kprobes/
H A Dkprobe_example.c23 static struct kprobe kp = { variable
/linux/arch/arm64/include/asm/
H A Dkprobes.h27 struct kprobe *kp; member
/linux/arch/riscv/include/asm/
H A Dkprobes.h28 struct kprobe *kp; member

1234567