// Skip function: __VERIFIER_error // Skip function: __VERIFIER_nondet_int // Skip function: __VERIFIER_nondet_ulong // Function: __kfifo_to_user // with type: int __kfifo_to_user(struct __kfifo *, void *, unsigned long, unsigned int *) // with return type: int int __VERIFIER_nondet_int(void); int __kfifo_to_user(struct __kfifo *arg0, void *arg1, unsigned long arg2, unsigned int *arg3) { // Simple type return __VERIFIER_nondet_int(); } // Function: __platform_driver_register // with type: int __platform_driver_register(struct platform_driver *, struct module *) // with return type: int int __VERIFIER_nondet_int(void); int __platform_driver_register(struct platform_driver *arg0, struct module *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: __video_register_device // with type: int __video_register_device(struct video_device *, int, int, int, struct module *) // with return type: int int __VERIFIER_nondet_int(void); int __video_register_device(struct video_device *arg0, int arg1, int arg2, int arg3, struct module *arg4) { // Simple type return __VERIFIER_nondet_int(); } // Skip function: calloc // Function: debugfs_create_dir // with type: struct dentry *debugfs_create_dir(const char *, struct dentry *) // with return type: (struct dentry)* struct dentry *debugfs_create_dir(const char *arg0, struct dentry *arg1) { // Pointer type return ldv_malloc(sizeof(struct dentry)); } // Function: debugfs_create_file // with type: struct dentry *debugfs_create_file(const char *, umode_t , struct dentry *, void *, const struct file_operations *) // with return type: (struct dentry)* struct dentry *debugfs_create_file(const char *arg0, umode_t arg1, struct dentry *arg2, void *arg3, const struct file_operations *arg4) { // Pointer type return ldv_malloc(sizeof(struct dentry)); } // Function: debugfs_remove_recursive // with type: void debugfs_remove_recursive(struct dentry *) // with return type: void void debugfs_remove_recursive(struct dentry *arg0) { // Void type return; } // Function: default_llseek // with type: loff_t default_llseek(struct file *, loff_t , int) // with return type: loff_t long __VERIFIER_nondet_long(void); loff_t default_llseek(struct file *arg0, loff_t arg1, int arg2) { // Typedef type // Real type: __kernel_loff_t // Typedef type // Real type: long long // Simple type return __VERIFIER_nondet_long(); } // Function: dev_err // with type: int dev_err(const struct device *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int dev_err(const struct device *arg0, const char *arg1, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: dev_warn // with type: int dev_warn(const struct device *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int dev_warn(const struct device *arg0, const char *arg1, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: devm_kmalloc // with type: void *devm_kmalloc(struct device *, size_t , gfp_t ) // with return type: (void)* void *devm_kmalloc(struct device *arg0, size_t arg1, gfp_t arg2) { // Pointer type return ldv_malloc(0UL); } // Function: finish_wait // with type: void finish_wait(wait_queue_head_t *, wait_queue_t *) // with return type: void void finish_wait(wait_queue_head_t *arg0, wait_queue_t *arg1) { // Void type return; } // Skip function: free // Function: ldv_after_alloc // with type: void ldv_after_alloc(void *) // with return type: void void ldv_after_alloc(void *arg0) { // Void type return; } // Function: ldv_assert // with type: void ldv_assert(const char *, int) // with return type: void void ldv_assert(const char *arg0, int arg1) { // Void type return; } // Function: ldv_check_alloc_flags // with type: void ldv_check_alloc_flags(gfp_t ) // with return type: void void ldv_check_alloc_flags(gfp_t arg0) { // Void type return; } // Function: ldv_pre_probe // with type: void ldv_pre_probe() // with return type: void void ldv_pre_probe() { // Void type return; } // Skip function: malloc // Skip function: memcpy // Skip function: memset // Function: platform_driver_unregister // with type: void platform_driver_unregister(struct platform_driver *) // with return type: void void platform_driver_unregister(struct platform_driver *arg0) { // Void type return; } // Function: prepare_to_wait_event // with type: long int prepare_to_wait_event(wait_queue_head_t *, wait_queue_t *, int) // with return type: long int long __VERIFIER_nondet_long(void); long int prepare_to_wait_event(wait_queue_head_t *arg0, wait_queue_t *arg1, int arg2) { // Simple type return __VERIFIER_nondet_long(); } // Function: regcache_cache_only // with type: void regcache_cache_only(struct regmap *, bool ) // with return type: void void regcache_cache_only(struct regmap *arg0, bool arg1) { // Void type return; } // Function: regcache_sync_region // with type: int regcache_sync_region(struct regmap *, unsigned int, unsigned int) // with return type: int int __VERIFIER_nondet_int(void); int regcache_sync_region(struct regmap *arg0, unsigned int arg1, unsigned int arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: regmap_read // with type: int regmap_read(struct regmap *, unsigned int, unsigned int *) // with return type: int int __VERIFIER_nondet_int(void); int regmap_read(struct regmap *arg0, unsigned int arg1, unsigned int *arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: regmap_update_bits // with type: int regmap_update_bits(struct regmap *, unsigned int, unsigned int, unsigned int) // with return type: int int __VERIFIER_nondet_int(void); int regmap_update_bits(struct regmap *arg0, unsigned int arg1, unsigned int arg2, unsigned int arg3) { // Simple type return __VERIFIER_nondet_int(); } // Function: regmap_write // with type: int regmap_write(struct regmap *, unsigned int, unsigned int) // with return type: int int __VERIFIER_nondet_int(void); int regmap_write(struct regmap *arg0, unsigned int arg1, unsigned int arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: schedule // with type: void schedule() // with return type: void void schedule() { // Void type return; } // Function: si476x_core_cmd_fm_phase_diversity // with type: int si476x_core_cmd_fm_phase_diversity(struct si476x_core *, enum si476x_phase_diversity_mode ) // with return type: int int __VERIFIER_nondet_int(void); int si476x_core_cmd_fm_phase_diversity(struct si476x_core *arg0, enum si476x_phase_diversity_mode arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: si476x_core_cmd_fm_rds_status // with type: int si476x_core_cmd_fm_rds_status(struct si476x_core *, bool , bool , bool , struct si476x_rds_status_report *) // with return type: int int __VERIFIER_nondet_int(void); int si476x_core_cmd_fm_rds_status(struct si476x_core *arg0, bool arg1, bool arg2, bool arg3, struct si476x_rds_status_report *arg4) { // Simple type return __VERIFIER_nondet_int(); } // Function: si476x_core_has_am // with type: bool si476x_core_has_am(struct si476x_core *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool si476x_core_has_am(struct si476x_core *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: si476x_core_has_diversity // with type: bool si476x_core_has_diversity(struct si476x_core *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool si476x_core_has_diversity(struct si476x_core *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: si476x_core_is_a_primary_tuner // with type: bool si476x_core_is_a_primary_tuner(struct si476x_core *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool si476x_core_is_a_primary_tuner(struct si476x_core *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: si476x_core_is_a_secondary_tuner // with type: bool si476x_core_is_a_secondary_tuner(struct si476x_core *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool si476x_core_is_a_secondary_tuner(struct si476x_core *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: si476x_core_is_in_am_receiver_mode // with type: bool si476x_core_is_in_am_receiver_mode(struct si476x_core *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool si476x_core_is_in_am_receiver_mode(struct si476x_core *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: si476x_core_set_power_state // with type: int si476x_core_set_power_state(struct si476x_core *, enum si476x_power_state ) // with return type: int int __VERIFIER_nondet_int(void); int si476x_core_set_power_state(struct si476x_core *arg0, enum si476x_power_state arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: si476x_core_start // with type: int si476x_core_start(struct si476x_core *, bool ) // with return type: int int __VERIFIER_nondet_int(void); int si476x_core_start(struct si476x_core *arg0, bool arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: si476x_core_stop // with type: int si476x_core_stop(struct si476x_core *, bool ) // with return type: int int __VERIFIER_nondet_int(void); int si476x_core_stop(struct si476x_core *arg0, bool arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: simple_open // with type: int simple_open(struct inode *, struct file *) // with return type: int int __VERIFIER_nondet_int(void); int simple_open(struct inode *arg0, struct file *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: simple_read_from_buffer // with type: ssize_t simple_read_from_buffer(void *, size_t , loff_t *, const void *, size_t ) // with return type: ssize_t long __VERIFIER_nondet_long(void); ssize_t simple_read_from_buffer(void *arg0, size_t arg1, loff_t *arg2, const void *arg3, size_t arg4) { // Typedef type // Real type: __kernel_ssize_t // Typedef type // Real type: __kernel_long_t // Typedef type // Real type: long // Simple type return __VERIFIER_nondet_long(); } // Skip function: snprintf // Function: strlcpy // with type: size_t strlcpy(char *, const char *, size_t ) // with return type: size_t unsigned long __VERIFIER_nondet_ulong(void); size_t strlcpy(char *arg0, const char *arg1, size_t arg2) { // Typedef type // Real type: __kernel_size_t // Typedef type // Real type: __kernel_ulong_t // Typedef type // Real type: unsigned long // Simple type return __VERIFIER_nondet_ulong(); } // Function: v4l2_ctrl_handler_free // with type: void v4l2_ctrl_handler_free(struct v4l2_ctrl_handler *) // with return type: void void v4l2_ctrl_handler_free(struct v4l2_ctrl_handler *arg0) { // Void type return; } // Function: v4l2_ctrl_handler_init_class // with type: int v4l2_ctrl_handler_init_class(struct v4l2_ctrl_handler *, unsigned int, struct lock_class_key *, const char *) // with return type: int int __VERIFIER_nondet_int(void); int v4l2_ctrl_handler_init_class(struct v4l2_ctrl_handler *arg0, unsigned int arg1, struct lock_class_key *arg2, const char *arg3) { // Simple type return __VERIFIER_nondet_int(); } // Function: v4l2_ctrl_handler_setup // with type: int v4l2_ctrl_handler_setup(struct v4l2_ctrl_handler *) // with return type: int int __VERIFIER_nondet_int(void); int v4l2_ctrl_handler_setup(struct v4l2_ctrl_handler *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: v4l2_ctrl_new_custom // with type: struct v4l2_ctrl *v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *, const struct v4l2_ctrl_config *, void *) // with return type: (struct v4l2_ctrl)* struct v4l2_ctrl *v4l2_ctrl_new_custom(struct v4l2_ctrl_handler *arg0, const struct v4l2_ctrl_config *arg1, void *arg2) { // Pointer type return ldv_malloc(sizeof(struct v4l2_ctrl)); } // Function: v4l2_ctrl_new_std // with type: struct v4l2_ctrl *v4l2_ctrl_new_std(struct v4l2_ctrl_handler *, const struct v4l2_ctrl_ops *, u32 , s32 , s32 , u32 , s32 ) // with return type: (struct v4l2_ctrl)* struct v4l2_ctrl *v4l2_ctrl_new_std(struct v4l2_ctrl_handler *arg0, const struct v4l2_ctrl_ops *arg1, u32 arg2, s32 arg3, s32 arg4, u32 arg5, s32 arg6) { // Pointer type return ldv_malloc(sizeof(struct v4l2_ctrl)); } // Function: v4l2_ctrl_new_std_menu // with type: struct v4l2_ctrl *v4l2_ctrl_new_std_menu(struct v4l2_ctrl_handler *, const struct v4l2_ctrl_ops *, u32 , s32 , s32 , s32 ) // with return type: (struct v4l2_ctrl)* struct v4l2_ctrl *v4l2_ctrl_new_std_menu(struct v4l2_ctrl_handler *arg0, const struct v4l2_ctrl_ops *arg1, u32 arg2, s32 arg3, s32 arg4, s32 arg5) { // Pointer type return ldv_malloc(sizeof(struct v4l2_ctrl)); } // Function: v4l2_ctrl_poll // with type: unsigned int v4l2_ctrl_poll(struct file *, struct poll_table_struct *) // with return type: unsigned int unsigned int __VERIFIER_nondet_uint(void); unsigned int v4l2_ctrl_poll(struct file *arg0, struct poll_table_struct *arg1) { // Simple type return __VERIFIER_nondet_uint(); } // Function: v4l2_ctrl_subscribe_event // with type: int v4l2_ctrl_subscribe_event(struct v4l2_fh *, const struct v4l2_event_subscription *) // with return type: int int __VERIFIER_nondet_int(void); int v4l2_ctrl_subscribe_event(struct v4l2_fh *arg0, const struct v4l2_event_subscription *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: v4l2_device_register // with type: int v4l2_device_register(struct device *, struct v4l2_device *) // with return type: int int __VERIFIER_nondet_int(void); int v4l2_device_register(struct device *arg0, struct v4l2_device *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: v4l2_device_set_name // with type: int v4l2_device_set_name(struct v4l2_device *, const char *, atomic_t *) // with return type: int int __VERIFIER_nondet_int(void); int v4l2_device_set_name(struct v4l2_device *arg0, const char *arg1, atomic_t *arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: v4l2_device_unregister // with type: void v4l2_device_unregister(struct v4l2_device *) // with return type: void void v4l2_device_unregister(struct v4l2_device *arg0) { // Void type return; } // Function: v4l2_event_unsubscribe // with type: int v4l2_event_unsubscribe(struct v4l2_fh *, const struct v4l2_event_subscription *) // with return type: int int __VERIFIER_nondet_int(void); int v4l2_event_unsubscribe(struct v4l2_fh *arg0, const struct v4l2_event_subscription *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: v4l2_fh_is_singular // with type: int v4l2_fh_is_singular(struct v4l2_fh *) // with return type: int int __VERIFIER_nondet_int(void); int v4l2_fh_is_singular(struct v4l2_fh *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: v4l2_fh_open // with type: int v4l2_fh_open(struct file *) // with return type: int int __VERIFIER_nondet_int(void); int v4l2_fh_open(struct file *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: v4l2_fh_release // with type: int v4l2_fh_release(struct file *) // with return type: int int __VERIFIER_nondet_int(void); int v4l2_fh_release(struct file *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: video_devdata // with type: struct video_device *video_devdata(struct file *) // with return type: (struct video_device)* struct video_device *video_devdata(struct file *arg0) { // Pointer type return ldv_malloc(sizeof(struct video_device)); } // Function: video_device_release_empty // with type: void video_device_release_empty(struct video_device *) // with return type: void void video_device_release_empty(struct video_device *arg0) { // Void type return; } // Function: video_ioctl2 // with type: long int video_ioctl2(struct file *, unsigned int, unsigned long) // with return type: long int long __VERIFIER_nondet_long(void); long int video_ioctl2(struct file *arg0, unsigned int arg1, unsigned long arg2) { // Simple type return __VERIFIER_nondet_long(); } // Function: video_unregister_device // with type: void video_unregister_device(struct video_device *) // with return type: void void video_unregister_device(struct video_device *arg0) { // Void type return; } // Function: warn_slowpath_fmt // with type: void warn_slowpath_fmt(const char *, const int, const char *, ...) // with return type: void void warn_slowpath_fmt(const char *arg0, const int arg1, const char *arg2, ...) { // Void type return; }