Home
last modified time | relevance | path

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

12

/drivers/media/video/
Dv4l2-compat-ioctl32.c35 static int get_video_tuner32(struct video_tuner *kp, struct video_tuner32 __user *up) in get_video_tuner32()
49 static int put_video_tuner32(struct video_tuner *kp, struct video_tuner32 __user *up) in put_video_tuner32()
68 static int get_video_buffer32(struct video_buffer *kp, struct video_buffer32 __user *up) in get_video_buffer32()
88 static int put_video_buffer32(struct video_buffer *kp, struct video_buffer32 __user *up) in put_video_buffer32()
113 static int get_video_window32(struct video_window *kp, struct video_window32 __user *up) in get_video_window32()
179 static int put_video_window32(struct video_window *kp, struct video_window32 __user *up) in put_video_window32()
199 static int get_microcode32(struct video_code *kp, struct video_code32 __user *up) in get_microcode32()
255 static int get_v4l2_window32(struct v4l2_window *kp, struct v4l2_window32 __user *up) in get_v4l2_window32()
289 static int put_v4l2_window32(struct v4l2_window *kp, struct v4l2_window32 __user *up) in put_v4l2_window32()
299 static inline int get_v4l2_pix_format(struct v4l2_pix_format *kp, struct v4l2_pix_format __user *up) in get_v4l2_pix_format()
[all …]
/drivers/input/misc/
Dgpio_matrix.c36 static void clear_phantom_key(struct gpio_kp *kp, int out, int in) in clear_phantom_key()
58 static int restore_keys_for_input(struct gpio_kp *kp, int out, int in) in restore_keys_for_input()
75 static void remove_phantom_keys(struct gpio_kp *kp) in remove_phantom_keys()
105 static void report_key(struct gpio_kp *kp, int key_index, int out, int in) in report_key()
136 struct gpio_kp *kp = container_of(timer, struct gpio_kp, timer); in gpio_keypad_timer_func() local
214 struct gpio_kp *kp = dev_id; in gpio_keypad_irq_handler() local
235 static int gpio_keypad_request_irqs(struct gpio_kp *kp) in gpio_keypad_request_irqs()
293 struct gpio_kp *kp; in gpio_event_matrix_func() local
/drivers/acpi/
Ddebug.c101 static int param_get_debug_layer(char *buffer, struct kernel_param *kp) { in param_get_debug_layer()
123 static int param_get_debug_level(char *buffer, struct kernel_param *kp) { in param_get_debug_level()
152 static int param_set_trace_state(const char *val, struct kernel_param *kp) in param_set_trace_state()
186 static int param_get_trace_state(char *buffer, struct kernel_param *kp) in param_get_trace_state()
Dsystem.c49 static int param_get_acpica_version(char *buffer, struct kernel_param *kp) in param_get_acpica_version()
/drivers/ide/
Dide.c335 static int ide_set_dev_param_mask(const char *s, struct kernel_param *kp) in ide_set_dev_param_mask()
392 static int ide_set_disk_chs(const char *str, struct kernel_param *kp) in ide_set_disk_chs()
471 static int ide_set_ignore_cable(const char *s, struct kernel_param *kp) in ide_set_ignore_cable()
/drivers/char/ipmi/
Dipmi_watchdog.c199 static int set_param_int(const char *val, struct kernel_param *kp) in set_param_int()
218 static int get_param_int(char *buffer, struct kernel_param *kp) in get_param_int()
230 static int set_param_str(const char *val, struct kernel_param *kp) in set_param_str()
254 static int get_param_str(char *buffer, struct kernel_param *kp) in get_param_str()
266 static int set_param_wdog_ifnum(const char *val, struct kernel_param *kp) in set_param_wdog_ifnum()
Dipmi_poweroff.c69 static int set_param_ifnum(const char *val, struct kernel_param *kp) in set_param_ifnum()
Dipmi_si_intf.c1577 static int hotmod_handler(const char *val, struct kernel_param *kp) in hotmod_handler()
/drivers/usb/storage/
Dlibusual.c237 static int usu_set_bias(const char *bias_s, struct kernel_param *kp) in usu_set_bias()
262 static int usu_get_bias(char *buffer, struct kernel_param *kp) in usu_get_bias()
/drivers/serial/
Dkgdboc.c109 static int param_set_kgdboc_var(const char *kmessage, struct kernel_param *kp) in param_set_kgdboc_var()
/drivers/scsi/fcoe/
Dlibfcoe.c986 static int fcoe_destroy(const char *buffer, struct kernel_param *kp) in fcoe_destroy()
1024 static int fcoe_create(const char *buffer, struct kernel_param *kp) in fcoe_create()
/drivers/infiniband/hw/ipath/
Dipath_init_chip.c1031 static int ipath_set_kpiobufs(const char *str, struct kernel_param *kp) in ipath_set_kpiobufs()
/drivers/mtd/devices/
Dphram.c234 static int phram_setup(const char *val, struct kernel_param *kp) in phram_setup()
Dblock2mtd.c418 static int block2mtd_setup(const char *val, struct kernel_param *kp) in block2mtd_setup()
/drivers/pci/pcie/
Daspm.c788 static int pcie_aspm_set_policy(const char *val, struct kernel_param *kp) in pcie_aspm_set_policy()
819 static int pcie_aspm_get_policy(char *buffer, struct kernel_param *kp) in pcie_aspm_get_policy()
/drivers/input/mouse/
Dpsmouse-base.c1624 static int psmouse_set_maxproto(const char *val, struct kernel_param *kp) in psmouse_set_maxproto()
1641 static int psmouse_get_maxproto(char *buffer, struct kernel_param *kp) in psmouse_get_maxproto()
/drivers/video/
Duvesafb.c2012 static int param_get_scroll(char *buffer, struct kernel_param *kp) in param_get_scroll()
2017 static int param_set_scroll(const char *val, struct kernel_param *kp) in param_set_scroll()
/drivers/mtd/ubi/
Dbuild.c1149 static int __init ubi_mtd_param_parse(const char *val, struct kernel_param *kp) in ubi_mtd_param_parse()
/drivers/char/
Dsonypi.c777 struct sonypi_keypress kp; in input_keyrelease() local
791 struct sonypi_keypress kp = { NULL }; in sonypi_report_input_event() local
/drivers/misc/
Dkgdbts.c1057 static int param_set_kgdbts_var(const char *kmessage, struct kernel_param *kp) in param_set_kgdbts_var()
/drivers/edac/
Dedac_mc_sysfs.c47 static int edac_set_poll_msec(const char *val, struct kernel_param *kp) in edac_set_poll_msec()
/drivers/platform/x86/
Dsony-laptop.c273 struct sony_laptop_keypress kp; in do_sony_laptop_release_key() local
290 struct sony_laptop_keypress kp = { NULL }; in sony_laptop_report_input_event() local
/drivers/md/
Dmd.c3656 static int add_named_array(const char *val, struct kernel_param *kp) in add_named_array()
6586 static int set_ro(const char *val, struct kernel_param *kp) in set_ro()
/drivers/message/fusion/
Dmptbase.c249 static int mpt_set_debug_level(const char *val, struct kernel_param *kp) in mpt_set_debug_level()
/drivers/staging/android/
Dbinder.c89 const char *val, struct kernel_param *kp) in binder_set_stop_on_user_error()

12