Home
last modified time | relevance | path

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

1234

/linux-3.3/drivers/input/keyboard/
Dpmic8xxx-keypad.c113 static int pmic8xxx_kp_write_u8(struct pmic8xxx_kp *kp, in pmic8xxx_kp_write_u8()
122 static int pmic8xxx_kp_read(struct pmic8xxx_kp *kp, in pmic8xxx_kp_read()
131 static int pmic8xxx_kp_read_u8(struct pmic8xxx_kp *kp, in pmic8xxx_kp_read_u8()
140 static u8 pmic8xxx_col_state(struct pmic8xxx_kp *kp, u8 col) in pmic8xxx_col_state()
161 static int pmic8xxx_chk_sync_read(struct pmic8xxx_kp *kp) in pmic8xxx_chk_sync_read()
186 static int pmic8xxx_kp_read_data(struct pmic8xxx_kp *kp, u16 *state, in pmic8xxx_kp_read_data()
205 static int pmic8xxx_kp_read_matrix(struct pmic8xxx_kp *kp, u16 *new_state, in pmic8xxx_kp_read_matrix()
253 static void __pmic8xxx_kp_scan_matrix(struct pmic8xxx_kp *kp, u16 *new_state, in __pmic8xxx_kp_scan_matrix()
284 static bool pmic8xxx_detect_ghost_keys(struct pmic8xxx_kp *kp, u16 *new_state) in pmic8xxx_detect_ghost_keys()
308 static int pmic8xxx_kp_scan_matrix(struct pmic8xxx_kp *kp, unsigned int events) in pmic8xxx_kp_scan_matrix()
[all …]
Dtwl4030_keypad.c137 static int twl4030_kpread(struct twl4030_keypad *kp, in twl4030_kpread()
150 static int twl4030_kpwrite_u8(struct twl4030_keypad *kp, u8 data, u32 reg) in twl4030_kpwrite_u8()
162 static inline u16 twl4030_col_xlate(struct twl4030_keypad *kp, u8 col) in twl4030_col_xlate()
175 static int twl4030_read_kp_matrix_state(struct twl4030_keypad *kp, u16 *state) in twl4030_read_kp_matrix_state()
188 static bool twl4030_is_in_ghost_state(struct twl4030_keypad *kp, u16 *key_state) in twl4030_is_in_ghost_state()
205 static void twl4030_kp_scan(struct twl4030_keypad *kp, bool release_all) in twl4030_kp_scan()
257 struct twl4030_keypad *kp = _kp; in do_kp_irq() local
274 static int __devinit twl4030_kp_program(struct twl4030_keypad *kp) in twl4030_kp_program()
335 struct twl4030_keypad *kp; in twl4030_kp_probe() local
438 struct twl4030_keypad *kp = platform_get_drvdata(pdev); in twl4030_kp_remove() local
Dtnetv107x-keypad.c53 #define keypad_read(kp, reg) __raw_readl(&(kp)->regs->reg) argument
54 #define keypad_write(kp, reg, val) __raw_writel(val, &(kp)->regs->reg) argument
73 struct keypad_data *kp = data; in keypad_irq() local
116 struct keypad_data *kp = input_get_drvdata(dev); in keypad_start() local
149 struct keypad_data *kp = input_get_drvdata(dev); in keypad_stop() local
161 struct keypad_data *kp; in keypad_probe() local
305 struct keypad_data *kp = platform_get_drvdata(pdev); in keypad_remove() local
/linux-3.3/drivers/media/video/
Dv4l2-compat-ioctl32.c48 static int get_v4l2_window32(struct v4l2_window *kp, struct v4l2_window32 __user *up) in get_v4l2_window32()
82 static int put_v4l2_window32(struct v4l2_window *kp, struct v4l2_window32 __user *up) in put_v4l2_window32()
92 static inline int get_v4l2_pix_format(struct v4l2_pix_format *kp, struct v4l2_pix_format __user *up) in get_v4l2_pix_format()
99 static inline int get_v4l2_pix_format_mplane(struct v4l2_pix_format_mplane *kp, in get_v4l2_pix_format_mplane()
107 static inline int put_v4l2_pix_format(struct v4l2_pix_format *kp, struct v4l2_pix_format __user *up) in put_v4l2_pix_format()
114 static inline int put_v4l2_pix_format_mplane(struct v4l2_pix_format_mplane *kp, in put_v4l2_pix_format_mplane()
122 static inline int get_v4l2_vbi_format(struct v4l2_vbi_format *kp, struct v4l2_vbi_format __user *up) in get_v4l2_vbi_format()
129 static inline int put_v4l2_vbi_format(struct v4l2_vbi_format *kp, struct v4l2_vbi_format __user *up) in put_v4l2_vbi_format()
136 static inline int get_v4l2_sliced_vbi_format(struct v4l2_sliced_vbi_format *kp, struct v4l2_sliced_… in get_v4l2_sliced_vbi_format()
143 static inline int put_v4l2_sliced_vbi_format(struct v4l2_sliced_vbi_format *kp, struct v4l2_sliced_… in put_v4l2_sliced_vbi_format()
[all …]
/linux-3.3/drivers/power/
Dtest_power.c265 static int param_set_ac_online(const char *key, const struct kernel_param *kp) in param_set_ac_online()
272 static int param_get_ac_online(char *buffer, const struct kernel_param *kp) in param_get_ac_online()
279 const struct kernel_param *kp) in param_set_battery_status()
286 static int param_get_battery_status(char *buffer, const struct kernel_param *kp) in param_get_battery_status()
293 const struct kernel_param *kp) in param_set_battery_health()
300 static int param_get_battery_health(char *buffer, const struct kernel_param *kp) in param_get_battery_health()
307 const struct kernel_param *kp) in param_set_battery_present()
315 const struct kernel_param *kp) in param_get_battery_present()
322 const struct kernel_param *kp) in param_set_battery_technology()
331 const struct kernel_param *kp) in param_get_battery_technology()
[all …]
/linux-3.3/kernel/
Dparams.c256 int param_set_charp(const char *val, const struct kernel_param *kp) in param_set_charp()
280 int param_get_charp(char *buffer, const struct kernel_param *kp) in param_get_charp()
299 int param_set_bool(const char *val, const struct kernel_param *kp) in param_set_bool()
320 int param_get_bool(char *buffer, const struct kernel_param *kp) in param_get_bool()
340 int param_set_invbool(const char *val, const struct kernel_param *kp) in param_set_invbool()
355 int param_get_invbool(char *buffer, const struct kernel_param *kp) in param_get_invbool()
367 int param_set_bint(const char *val, const struct kernel_param *kp) in param_set_bint()
396 int (*set)(const char *, const struct kernel_param *kp), in param_array()
401 struct kernel_param kp; in param_array() local
442 static int param_array_set(const char *val, const struct kernel_param *kp) in param_array_set()
[all …]
Dkprobes.c318 static inline void set_kprobe_instance(struct kprobe *kp) in set_kprobe_instance()
383 struct kprobe *kp; in opt_pre_handler() local
911 static void __kprobes arm_kprobe(struct kprobe *kp) in arm_kprobe()
924 static void __kprobes disarm_kprobe(struct kprobe *kp) in disarm_kprobe()
938 struct kprobe *kp; in aggr_pre_handler() local
954 struct kprobe *kp; in aggr_post_handler() local
997 struct kprobe *kp; in kprobes_inc_nmissed_count() local
1424 struct kprobe *kp; in aggr_kprobe_disabled() local
1832 struct kprobe *kp; in kill_kprobe() local
1854 int __kprobes disable_kprobe(struct kprobe *kp) in disable_kprobe()
[all …]
/linux-3.3/security/apparmor/
Dlsm.c765 static int param_set_aalockpolicy(const char *val, const struct kernel_param *kp) in param_set_aalockpolicy()
774 static int param_get_aalockpolicy(char *buffer, const struct kernel_param *kp) in param_get_aalockpolicy()
781 static int param_set_aabool(const char *val, const struct kernel_param *kp) in param_set_aabool()
788 static int param_get_aabool(char *buffer, const struct kernel_param *kp) in param_get_aabool()
795 static int param_set_aauint(const char *val, const struct kernel_param *kp) in param_set_aauint()
802 static int param_get_aauint(char *buffer, const struct kernel_param *kp) in param_get_aauint()
809 static int param_get_audit(char *buffer, struct kernel_param *kp) in param_get_audit()
820 static int param_set_audit(const char *val, struct kernel_param *kp) in param_set_audit()
842 static int param_get_mode(char *buffer, struct kernel_param *kp) in param_get_mode()
853 static int param_set_mode(const char *val, struct kernel_param *kp) in param_set_mode()
/linux-3.3/crypto/
Dvmac.c111 #define nh_16(mp, kp, nw, rh, rl) \ argument
122 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument
137 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument
157 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument
216 #define nh_16(mp, kp, nw, rh, rl) \ argument
303 #define nh_16_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument
310 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument
314 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument
Daes_generic.c1335 const u32 *kp = ctx->key_enc + 4; in aes_encrypt() local
1408 const u32 *kp = ctx->key_dec + 4; in aes_decrypt() local
/linux-3.3/drivers/scsi/fcoe/
Dfcoe_transport.c482 static int fcoe_transport_show(char *buffer, const struct kernel_param *kp) in fcoe_transport_show()
642 static int fcoe_transport_create(const char *buffer, struct kernel_param *kp) in fcoe_transport_create()
707 static int fcoe_transport_destroy(const char *buffer, struct kernel_param *kp) in fcoe_transport_destroy()
751 static int fcoe_transport_disable(const char *buffer, struct kernel_param *kp) in fcoe_transport_disable()
789 static int fcoe_transport_enable(const char *buffer, struct kernel_param *kp) in fcoe_transport_enable()
/linux-3.3/drivers/acpi/
Dsysfs.c103 static int param_get_debug_layer(char *buffer, const struct kernel_param *kp) in param_get_debug_layer()
131 static int param_get_debug_level(char *buffer, const struct kernel_param *kp) in param_get_debug_level()
172 static int param_set_trace_state(const char *val, struct kernel_param *kp) in param_set_trace_state()
206 static int param_get_trace_state(char *buffer, struct kernel_param *kp) in param_get_trace_state()
232 static int param_get_acpica_version(char *buffer, struct kernel_param *kp) in param_get_acpica_version()
/linux-3.3/drivers/staging/speakup/
Dkeyhelp.c64 u_char *kp, counters[MAXFUNCS], ch, ch1; in build_key_data() local
144 u_char func, *kp; in handle_help() local
/linux-3.3/drivers/ide/
Dide.c180 static int ide_set_dev_param_mask(const char *s, const struct kernel_param *kp) in ide_set_dev_param_mask()
248 static int ide_set_disk_chs(const char *str, struct kernel_param *kp) in ide_set_disk_chs()
332 static int ide_set_ignore_cable(const char *s, struct kernel_param *kp) in ide_set_ignore_cable()
/linux-3.3/include/linux/
Dkprobes.h159 struct kprobe kp; member
177 struct kprobe kp; member
268 struct kprobe kp; member
413 static inline int disable_kprobe(struct kprobe *kp) in disable_kprobe()
417 static inline int enable_kprobe(struct kprobe *kp) in enable_kprobe()
/linux-3.3/drivers/usb/storage/
Dlibusual.c206 static int usu_set_bias(const char *bias_s, struct kernel_param *kp) in usu_set_bias()
231 static int usu_get_bias(char *buffer, struct kernel_param *kp) in usu_get_bias()
/linux-3.3/drivers/input/misc/
Dati_remote2.c42 const struct kernel_param *kp, in ati_remote2_set_mask()
64 const struct kernel_param *kp) in ati_remote2_set_channel_mask()
72 const struct kernel_param *kp) in ati_remote2_get_channel_mask()
80 const struct kernel_param *kp) in ati_remote2_set_mode_mask()
88 const struct kernel_param *kp) in ati_remote2_get_mode_mask()
/linux-3.3/samples/kprobes/
Dkprobe_example.c18 static struct kprobe kp = { variable
/linux-3.3/net/ipv4/netfilter/
Dnf_nat_irc.c90 static int warn_set(const char *val, struct kernel_param *kp) in warn_set()
Dnf_nat_ftp.c128 static int warn_set(const char *val, struct kernel_param *kp) in warn_set()
/linux-3.3/security/smack/
Dsmack_access.c506 struct smack_known *kp; in smack_from_cipso() local
539 struct smack_known *kp; in smack_to_cipso() local
/linux-3.3/arch/sh/include/asm/
Dkprobes.h35 struct kprobe *kp; member
/linux-3.3/arch/sparc/include/asm/
Dkprobes.h31 struct kprobe *kp; member
/linux-3.3/drivers/char/ipmi/
Dipmi_watchdog.c203 static int set_param_timeout(const char *val, const struct kernel_param *kp) in set_param_timeout()
235 static int set_param_str(const char *val, const struct kernel_param *kp) in set_param_str()
259 static int get_param_str(char *buffer, const struct kernel_param *kp) in get_param_str()
271 static int set_param_wdog_ifnum(const char *val, const struct kernel_param *kp) in set_param_wdog_ifnum()
/linux-3.3/arch/s390/include/asm/
Dkprobes.h64 struct kprobe *kp; member

1234