/drivers/staging/media/atomisp/pci/ |
D | atomisp_compat_ioctl32.c | 48 static int get_atomisp_histogram32(struct atomisp_histogram __user *kp, in get_atomisp_histogram32() 62 static int put_atomisp_histogram32(struct atomisp_histogram __user *kp, in put_atomisp_histogram32() 76 static int get_v4l2_framebuffer32(struct v4l2_framebuffer __user *kp, in get_v4l2_framebuffer32() 92 static int get_atomisp_dis_statistics32(struct atomisp_dis_statistics __user *kp, in get_atomisp_dis_statistics32() 144 static int put_atomisp_dis_statistics32(struct atomisp_dis_statistics __user *kp, in put_atomisp_dis_statistics32() 196 static int get_atomisp_dis_coefficients32(struct atomisp_dis_coefficients __user *kp, in get_atomisp_dis_coefficients32() 239 static int get_atomisp_dvs_6axis_config32(struct atomisp_dvs_6axis_config __user *kp, in get_atomisp_dvs_6axis_config32() 266 static int get_atomisp_3a_statistics32(struct atomisp_3a_statistics __user *kp, in get_atomisp_3a_statistics32() 285 static int put_atomisp_3a_statistics32(struct atomisp_3a_statistics __user *kp, in put_atomisp_3a_statistics32() 304 static int get_atomisp_metadata_stat32(struct atomisp_metadata __user *kp, in get_atomisp_metadata_stat32() [all …]
|
/drivers/input/keyboard/ |
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 …]
|
D | bcm-keypad.c | 95 static int bcm_kp_get_keycode(struct bcm_kp *kp, int row, int col) in bcm_kp_get_keycode() 103 static void bcm_kp_report_keys(struct bcm_kp *kp, int reg_num, int pull_mode) in bcm_kp_report_keys() 131 struct bcm_kp *kp = dev_id; in bcm_kp_isr_thread() local 143 static int bcm_kp_start(struct bcm_kp *kp) in bcm_kp_start() 174 static void bcm_kp_stop(const struct bcm_kp *kp) in bcm_kp_stop() 192 struct bcm_kp *kp = input_get_drvdata(dev); in bcm_kp_open() local 199 struct bcm_kp *kp = input_get_drvdata(dev); in bcm_kp_close() local 204 static int bcm_kp_matrix_key_parse_dt(struct bcm_kp *kp) in bcm_kp_matrix_key_parse_dt() 319 struct bcm_kp *kp; in bcm_kp_probe() local
|
D | twl4030_keypad.c | 125 static int twl4030_kpread(struct twl4030_keypad *kp, in twl4030_kpread() 138 static int twl4030_kpwrite_u8(struct twl4030_keypad *kp, u8 data, u32 reg) in twl4030_kpwrite_u8() 150 static inline u16 twl4030_col_xlate(struct twl4030_keypad *kp, u8 col) in twl4030_col_xlate() 164 static int twl4030_read_kp_matrix_state(struct twl4030_keypad *kp, u16 *state) in twl4030_read_kp_matrix_state() 177 static bool twl4030_is_in_ghost_state(struct twl4030_keypad *kp, u16 *key_state) in twl4030_is_in_ghost_state() 194 static void twl4030_kp_scan(struct twl4030_keypad *kp, bool release_all) in twl4030_kp_scan() 246 struct twl4030_keypad *kp = _kp; in do_kp_irq() local 265 static int twl4030_kp_program(struct twl4030_keypad *kp) in twl4030_kp_program() 327 struct twl4030_keypad *kp; in twl4030_kp_probe() local
|
/drivers/power/supply/ |
D | test_power.c | 346 static int param_set_ac_online(const char *key, const struct kernel_param *kp) in param_set_ac_online() 353 static int param_get_ac_online(char *buffer, const struct kernel_param *kp) in param_get_ac_online() 359 static int param_set_usb_online(const char *key, const struct kernel_param *kp) in param_set_usb_online() 366 static int param_get_usb_online(char *buffer, const struct kernel_param *kp) in param_get_usb_online() 373 const struct kernel_param *kp) in param_set_battery_status() 380 static int param_get_battery_status(char *buffer, const struct kernel_param *kp) in param_get_battery_status() 387 const struct kernel_param *kp) in param_set_battery_health() 394 static int param_get_battery_health(char *buffer, const struct kernel_param *kp) in param_get_battery_health() 401 const struct kernel_param *kp) in param_set_battery_present() 409 const struct kernel_param *kp) in param_get_battery_present() [all …]
|
/drivers/pwm/ |
D | pwm-bcm-kona.c | 82 static void kona_pwmc_prepare_for_settings(struct kona_pwmc *kp, in kona_pwmc_prepare_for_settings() 98 static void kona_pwmc_apply_settings(struct kona_pwmc *kp, unsigned int chan) in kona_pwmc_apply_settings() 114 struct kona_pwmc *kp = to_kona_pwmc(chip); in kona_pwmc_config() local 179 struct kona_pwmc *kp = to_kona_pwmc(chip); in kona_pwmc_set_polarity() local 210 struct kona_pwmc *kp = to_kona_pwmc(chip); in kona_pwmc_enable() local 231 struct kona_pwmc *kp = to_kona_pwmc(chip); in kona_pwmc_disable() local 261 struct kona_pwmc *kp; in kona_pwmc_probe() local 315 struct kona_pwmc *kp = platform_get_drvdata(pdev); in kona_pwmc_remove() local
|
/drivers/gpu/drm/ |
D | drm_kms_helper_common.c | 41 static int edid_firmware_set(const char *val, const struct kernel_param *kp) in edid_firmware_set() 48 static int edid_firmware_get(char *buffer, const struct kernel_param *kp) in edid_firmware_get()
|
/drivers/scsi/ufs/ |
D | ufs-fault-injection.c | 35 static int ufs_fault_get(char *buffer, const struct kernel_param *kp) in ufs_fault_get() 42 static int ufs_fault_set(const char *val, const struct kernel_param *kp) in ufs_fault_set()
|
/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 | 602 const struct kernel_param *kp) in param_set_lid_init_state() 615 static int param_get_lid_init_state(char *buf, const struct kernel_param *kp) in param_get_lid_init_state()
|
/drivers/infiniband/sw/rxe/ |
D | rxe_sysfs.c | 29 static int rxe_param_set_add(const char *val, const struct kernel_param *kp) in rxe_param_set_add() 79 static int rxe_param_set_remove(const char *val, const struct kernel_param *kp) in rxe_param_set_remove()
|
/drivers/gpu/drm/i915/ |
D | i915_mitigations.c | 29 static int mitigations_set(const char *val, const struct kernel_param *kp) in mitigations_set() 97 static int mitigations_get(char *buffer, const struct kernel_param *kp) in mitigations_get()
|
/drivers/scsi/fcoe/ |
D | fcoe_transport.c | 597 static int fcoe_transport_show(char *buffer, const struct kernel_param *kp) in fcoe_transport_show() 860 const struct kernel_param *kp) in fcoe_transport_create() 926 const struct kernel_param *kp) in fcoe_transport_destroy() 971 const struct kernel_param *kp) in fcoe_transport_disable() 1006 const struct kernel_param *kp) in fcoe_transport_enable()
|
/drivers/ide/ |
D | ide.c | 180 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, const struct kernel_param *kp) in ide_set_disk_chs() 332 static int ide_set_ignore_cable(const char *s, const struct kernel_param *kp) in ide_set_ignore_cable()
|
/drivers/accessibility/speakup/ |
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
|
/drivers/input/misc/ |
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()
|
/drivers/media/pci/tw686x/ |
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()
|
/drivers/dma/ |
D | dmatest.c | 278 static int dmatest_wait_get(char *val, const struct kernel_param *kp) in dmatest_wait_get() 1160 static int dmatest_run_get(char *val, const struct kernel_param *kp) in dmatest_run_get() 1177 static int dmatest_run_set(const char *val, const struct kernel_param *kp) in dmatest_run_set() 1216 static int dmatest_chan_set(const char *val, const struct kernel_param *kp) in dmatest_chan_set() 1288 static int dmatest_chan_get(char *val, const struct kernel_param *kp) in dmatest_chan_get() 1302 static int dmatest_test_list_get(char *val, const struct kernel_param *kp) in dmatest_test_list_get()
|
/drivers/char/ipmi/ |
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() 249 static int set_param_wdog_ifnum(const char *val, const struct kernel_param *kp) in set_param_wdog_ifnum()
|
D | ipmi_si_hotmod.c | 186 static int hotmod_handler(const char *val, const struct kernel_param *kp) in hotmod_handler()
|
/drivers/edac/ |
D | edac_module.c | 23 const struct kernel_param *kp) in edac_set_debug_level()
|
/drivers/staging/android/ |
D | debug_kinfo.c | 60 static int build_info_set(const char *str, const struct kernel_param *kp) in build_info_set()
|
/drivers/usb/gadget/legacy/ |
D | serial.c | 104 static int enable_set(const char *s, const struct kernel_param *kp) in enable_set()
|
/drivers/thermal/intel/ |
D | intel_powerclamp.c | 97 static int duration_set(const char *arg, const struct kernel_param *kp) in duration_set() 145 static int window_size_set(const char *arg, const struct kernel_param *kp) in window_size_set()
|
/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 1364 static int uvc_v4l2_get_xu_mapping(struct uvc_xu_control_mapping *kp, in uvc_v4l2_get_xu_mapping() 1383 static int uvc_v4l2_put_xu_mapping(const struct uvc_xu_control_mapping *kp, in uvc_v4l2_put_xu_mapping() 1404 static int uvc_v4l2_get_xu_query(struct uvc_xu_control_query *kp, in uvc_v4l2_get_xu_query() 1422 static int uvc_v4l2_put_xu_query(const struct uvc_xu_control_query *kp, in uvc_v4l2_put_xu_query()
|