// Skip function: __VERIFIER_error // Skip function: __VERIFIER_nondet_int // Skip function: __VERIFIER_nondet_ulong // Function: __dynamic_dev_dbg // with type: void __dynamic_dev_dbg(struct _ddebug *, const struct device *, const char *, ...) // with return type: void void __dynamic_dev_dbg(struct _ddebug *arg0, const struct device *arg1, const char *arg2, ...) { // Void type return; } // Function: __init_work // with type: void __init_work(struct work_struct *, int) // with return type: void void __init_work(struct work_struct *arg0, int arg1) { // Void type return; } // Function: __list_add // with type: void __list_add(struct list_head *, struct list_head *, struct list_head *) // with return type: void void __list_add(struct list_head *arg0, struct list_head *arg1, struct list_head *arg2) { // Void type return; } // Function: __msecs_to_jiffies // with type: unsigned long int __msecs_to_jiffies(const unsigned int) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int __msecs_to_jiffies(const unsigned int arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // Function: __mutex_init // with type: void __mutex_init(struct mutex *, const char *, struct lock_class_key *) // with return type: void void __mutex_init(struct mutex *arg0, const char *arg1, struct lock_class_key *arg2) { // Void type return; } // Function: __raw_spin_lock_init // with type: void __raw_spin_lock_init(raw_spinlock_t *, const char *, struct lock_class_key *) // with return type: void void __raw_spin_lock_init(raw_spinlock_t *arg0, const char *arg1, struct lock_class_key *arg2) { // Void type return; } // Function: _dev_info // with type: void _dev_info(const struct device *, const char *, ...) // with return type: void void _dev_info(const struct device *arg0, const char *arg1, ...) { // Void type return; } // Function: _raw_spin_lock_irqsave // with type: unsigned long int _raw_spin_lock_irqsave(raw_spinlock_t *) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int _raw_spin_lock_irqsave(raw_spinlock_t *arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // Function: _raw_spin_unlock_irqrestore // with type: void _raw_spin_unlock_irqrestore(raw_spinlock_t *, unsigned long) // with return type: void void _raw_spin_unlock_irqrestore(raw_spinlock_t *arg0, unsigned long arg1) { // Void type return; } // Skip function: calloc // Function: cancel_delayed_work_sync // with type: bool cancel_delayed_work_sync(struct delayed_work *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool cancel_delayed_work_sync(struct delayed_work *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: del_timer_sync // with type: int del_timer_sync(struct timer_list *) // with return type: int int __VERIFIER_nondet_int(void); int del_timer_sync(struct timer_list *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: dev_err // with type: void dev_err(const struct device *, const char *, ...) // with return type: void void dev_err(const struct device *arg0, const char *arg1, ...) { // Void type return; } // Function: dev_warn // with type: void dev_warn(const struct device *, const char *, ...) // with return type: void void dev_warn(const struct device *arg0, const char *arg1, ...) { // Void type return; } // Function: devm_gpio_request_one // with type: int devm_gpio_request_one(struct device *, unsigned int, unsigned long, const char *) // with return type: int int __VERIFIER_nondet_int(void); int devm_gpio_request_one(struct device *arg0, unsigned int arg1, unsigned long arg2, const char *arg3) { // Simple type return __VERIFIER_nondet_int(); } // Function: devm_input_allocate_device // with type: struct input_dev *devm_input_allocate_device(struct device *) // with return type: (struct input_dev)* struct input_dev *devm_input_allocate_device(struct device *arg0) { // Pointer type return ldv_malloc(sizeof(struct input_dev)); } // 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: devm_regulator_get // with type: struct regulator *devm_regulator_get(struct device *, const char *) // with return type: (struct regulator)* struct regulator *devm_regulator_get(struct device *arg0, const char *arg1) { // Pointer type return ldv_malloc(0UL); } // Function: devm_request_threaded_irq // with type: int devm_request_threaded_irq(struct device *, unsigned int, irqreturn_t (*)(int, void *), irqreturn_t (*)(int, void *), unsigned long, const char *, void *) // with return type: int int __VERIFIER_nondet_int(void); int devm_request_threaded_irq(struct device *arg0, unsigned int arg1, irqreturn_t (*arg2)(int, void *), irqreturn_t (*arg3)(int, void *), unsigned long arg4, const char *arg5, void *arg6) { // Simple type return __VERIFIER_nondet_int(); } // Function: disable_irq // with type: void disable_irq(unsigned int) // with return type: void void disable_irq(unsigned int arg0) { // Void type return; } // Function: driver_unregister // with type: void driver_unregister(struct device_driver *) // with return type: void void driver_unregister(struct device_driver *arg0) { // Void type return; } // Function: enable_irq // with type: void enable_irq(unsigned int) // with return type: void void enable_irq(unsigned int arg0) { // Void type return; } // Function: flush_workqueue // with type: void flush_workqueue(struct workqueue_struct *) // with return type: void void flush_workqueue(struct workqueue_struct *arg0) { // Void type return; } // Function: init_timer_key // with type: void init_timer_key(struct timer_list *, unsigned int, const char *, struct lock_class_key *) // with return type: void void init_timer_key(struct timer_list *arg0, unsigned int arg1, const char *arg2, struct lock_class_key *arg3) { // Void type return; } // Function: input_event // with type: void input_event(struct input_dev *, unsigned int, unsigned int, int) // with return type: void void input_event(struct input_dev *arg0, unsigned int arg1, unsigned int arg2, int arg3) { // Void type return; } // Function: input_register_device // with type: int input_register_device(struct input_dev *) // with return type: int int __VERIFIER_nondet_int(void); int input_register_device(struct input_dev *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: input_set_abs_params // with type: void input_set_abs_params(struct input_dev *, unsigned int, int, int, int, int) // with return type: void void input_set_abs_params(struct input_dev *arg0, unsigned int arg1, int arg2, int arg3, int arg4, int arg5) { // Void type return; } // Function: irq_set_irq_wake // with type: int irq_set_irq_wake(unsigned int, unsigned int) // with return type: int int __VERIFIER_nondet_int(void); int irq_set_irq_wake(unsigned int arg0, unsigned int arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_complete_6 // with type: int ldv_complete_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_complete_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_freeze_late_6 // with type: int ldv_freeze_late_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_freeze_late_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_freeze_noirq_6 // with type: int ldv_freeze_noirq_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_freeze_noirq_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_initialize // with type: void ldv_initialize() // with return type: void void ldv_initialize() { // Void type return; } // Function: ldv_poweroff_late_6 // with type: int ldv_poweroff_late_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_poweroff_late_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_poweroff_noirq_6 // with type: int ldv_poweroff_noirq_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_poweroff_noirq_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_prepare_6 // with type: int ldv_prepare_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_prepare_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_restore_early_6 // with type: int ldv_restore_early_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_restore_early_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_restore_noirq_6 // with type: int ldv_restore_noirq_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_restore_noirq_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_resume_early_6 // with type: int ldv_resume_early_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_resume_early_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_resume_noirq_6 // with type: int ldv_resume_noirq_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_resume_noirq_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_suspend_late_6 // with type: int ldv_suspend_late_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_suspend_late_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_suspend_noirq_6 // with type: int ldv_suspend_noirq_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_suspend_noirq_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_thaw_early_6 // with type: int ldv_thaw_early_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_thaw_early_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_thaw_noirq_6 // with type: int ldv_thaw_noirq_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_thaw_noirq_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: lockdep_init_map // with type: void lockdep_init_map(struct lockdep_map *, const char *, struct lock_class_key *, int) // with return type: void void lockdep_init_map(struct lockdep_map *arg0, const char *arg1, struct lock_class_key *arg2, int arg3) { // Void type return; } // Skip function: malloc // Skip function: memset // Function: mod_timer // with type: int mod_timer(struct timer_list *, unsigned long) // with return type: int int __VERIFIER_nondet_int(void); int mod_timer(struct timer_list *arg0, unsigned long arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: mutex_lock // with type: void mutex_lock(struct mutex *) // with return type: void void mutex_lock(struct mutex *arg0) { // Void type return; } // Function: mutex_trylock // with type: int mutex_trylock(struct mutex *) // with return type: int int __VERIFIER_nondet_int(void); int mutex_trylock(struct mutex *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: mutex_unlock // with type: void mutex_unlock(struct mutex *) // with return type: void void mutex_unlock(struct mutex *arg0) { // Void type return; } // Function: of_get_named_gpio_flags // with type: int of_get_named_gpio_flags(struct device_node *, const char *, int, enum of_gpio_flags *) // with return type: int int __VERIFIER_nondet_int(void); int of_get_named_gpio_flags(struct device_node *arg0, const char *arg1, int arg2, enum of_gpio_flags *arg3) { // Simple type return __VERIFIER_nondet_int(); } // Function: of_property_read_u32_array // with type: int of_property_read_u32_array(const struct device_node *, const char *, u32 *, size_t ) // with return type: int int __VERIFIER_nondet_int(void); int of_property_read_u32_array(const struct device_node *arg0, const char *arg1, u32 *arg2, size_t arg3) { // Simple type return __VERIFIER_nondet_int(); } // Function: queue_delayed_work_on // with type: bool queue_delayed_work_on(int, struct workqueue_struct *, struct delayed_work *, unsigned long) // with return type: bool bool __VERIFIER_nondet_bool(void); bool queue_delayed_work_on(int arg0, struct workqueue_struct *arg1, struct delayed_work *arg2, unsigned long arg3) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: queue_work_on // with type: bool queue_work_on(int, struct workqueue_struct *, struct work_struct *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool queue_work_on(int arg0, struct workqueue_struct *arg1, struct work_struct *arg2) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: regulator_disable // with type: int regulator_disable(struct regulator *) // with return type: int int __VERIFIER_nondet_int(void); int regulator_disable(struct regulator *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: regulator_enable // with type: int regulator_enable(struct regulator *) // with return type: int int __VERIFIER_nondet_int(void); int regulator_enable(struct regulator *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: round_jiffies_relative // with type: unsigned long int round_jiffies_relative(unsigned long) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int round_jiffies_relative(unsigned long arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // Skip function: snprintf // Function: spi_register_driver // with type: int spi_register_driver(struct spi_driver *) // with return type: int int __VERIFIER_nondet_int(void); int spi_register_driver(struct spi_driver *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: spi_setup // with type: int spi_setup(struct spi_device *) // with return type: int int __VERIFIER_nondet_int(void); int spi_setup(struct spi_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: spi_sync // with type: int spi_sync(struct spi_device *, struct spi_message *) // with return type: int int __VERIFIER_nondet_int(void); int spi_sync(struct spi_device *arg0, struct spi_message *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Skip function: sprintf // Function: sysfs_create_group // with type: int sysfs_create_group(struct kobject *, const struct attribute_group *) // with return type: int int __VERIFIER_nondet_int(void); int sysfs_create_group(struct kobject *arg0, const struct attribute_group *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: sysfs_remove_group // with type: void sysfs_remove_group(struct kobject *, const struct attribute_group *) // with return type: void void sysfs_remove_group(struct kobject *arg0, const struct attribute_group *arg1) { // Void type return; } // Function: touchscreen_parse_of_params // with type: void touchscreen_parse_of_params(struct input_dev *, bool ) // with return type: void void touchscreen_parse_of_params(struct input_dev *arg0, bool arg1) { // Void type return; } // Function: usleep_range // with type: void usleep_range(unsigned long, unsigned long) // with return type: void void usleep_range(unsigned long arg0, unsigned long arg1) { // Void type return; }