// Skip function: __VERIFIER_error // Skip function: __VERIFIER_nondet_int // Skip function: __VERIFIER_nondet_ulong // Function: __alloc_workqueue_key // with type: struct workqueue_struct *__alloc_workqueue_key(const char *, unsigned int, int, struct lock_class_key *, const char *, ...) // with return type: (struct workqueue_struct)* struct workqueue_struct *__alloc_workqueue_key(const char *arg0, unsigned int arg1, int arg2, struct lock_class_key *arg3, const char *arg4, ...) { // Pointer type return ldv_malloc(0UL); } // Function: __const_udelay // with type: void __const_udelay(unsigned long) // with return type: void void __const_udelay(unsigned long arg0) { // Void type return; } // Function: __copy_from_user_overflow // with type: void __copy_from_user_overflow() // with return type: void void __copy_from_user_overflow() { // Void type return; } // 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: __list_del_entry // with type: void __list_del_entry(struct list_head *) // with return type: void void __list_del_entry(struct list_head *arg0) { // Void type return; } // Function: __might_fault // with type: void __might_fault(const char *, int) // with return type: void void __might_fault(const char *arg0, int arg1) { // 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: __phys_addr // with type: unsigned long int __phys_addr(unsigned long) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int __phys_addr(unsigned long arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // 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: __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: _copy_from_user // with type: unsigned long int _copy_from_user(void *, const void *, unsigned int) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int _copy_from_user(void *arg0, const void *arg1, unsigned int arg2) { // Simple type return __VERIFIER_nondet_ulong(); } // 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 // with type: void _raw_spin_lock(raw_spinlock_t *) // with return type: void void _raw_spin_lock(raw_spinlock_t *arg0) { // 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 // with type: void _raw_spin_unlock(raw_spinlock_t *) // with return type: void void _raw_spin_unlock(raw_spinlock_t *arg0) { // Void type return; } // 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_work_sync // with type: bool cancel_work_sync(struct work_struct *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool cancel_work_sync(struct work_struct *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: clk_disable // with type: void clk_disable(struct clk *) // with return type: void void clk_disable(struct clk *arg0) { // Void type return; } // Function: clk_enable // with type: int clk_enable(struct clk *) // with return type: int int __VERIFIER_nondet_int(void); int clk_enable(struct clk *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: clk_prepare // with type: int clk_prepare(struct clk *) // with return type: int int __VERIFIER_nondet_int(void); int clk_prepare(struct clk *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: clk_unprepare // with type: void clk_unprepare(struct clk *) // with return type: void void clk_unprepare(struct clk *arg0) { // Void type return; } // Function: debug_dma_map_page // with type: void debug_dma_map_page(struct device *, struct page *, size_t , size_t , int, dma_addr_t , bool ) // with return type: void void debug_dma_map_page(struct device *arg0, struct page *arg1, size_t arg2, size_t arg3, int arg4, dma_addr_t arg5, bool arg6) { // Void type return; } // Function: debug_dma_mapping_error // with type: void debug_dma_mapping_error(struct device *, dma_addr_t ) // with return type: void void debug_dma_mapping_error(struct device *arg0, dma_addr_t arg1) { // Void type return; } // Function: debug_dma_unmap_page // with type: void debug_dma_unmap_page(struct device *, dma_addr_t , size_t , int, bool ) // with return type: void void debug_dma_unmap_page(struct device *arg0, dma_addr_t arg1, size_t arg2, int arg3, bool arg4) { // Void type return; } // 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_create_regset32 // with type: struct dentry *debugfs_create_regset32(const char *, umode_t , struct dentry *, struct debugfs_regset32 *) // with return type: (struct dentry)* struct dentry *debugfs_create_regset32(const char *arg0, umode_t arg1, struct dentry *arg2, struct debugfs_regset32 *arg3) { // 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: del_timer // with type: int del_timer(struct timer_list *) // with return type: int int __VERIFIER_nondet_int(void); int del_timer(struct timer_list *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: destroy_workqueue // with type: void destroy_workqueue(struct workqueue_struct *) // with return type: void void destroy_workqueue(struct workqueue_struct *arg0) { // Void type return; } // 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: device_wakeup_enable // with type: int device_wakeup_enable(struct device *) // with return type: int int __VERIFIER_nondet_int(void); int device_wakeup_enable(struct device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: devm_clk_get // with type: struct clk *devm_clk_get(struct device *, const char *) // with return type: (struct clk)* struct clk *devm_clk_get(struct device *arg0, const char *arg1) { // Pointer type return ldv_malloc(0UL); } // Function: devm_ioremap_resource // with type: void *devm_ioremap_resource(struct device *, struct resource *) // with return type: (void)* void *devm_ioremap_resource(struct device *arg0, struct resource *arg1) { // Pointer type return ldv_malloc(0UL); } // 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_phy_get // with type: struct phy *devm_phy_get(struct device *, const char *) // with return type: (struct phy)* struct phy *devm_phy_get(struct device *arg0, const char *arg1) { // Pointer type return ldv_malloc(sizeof(struct phy)); } // Function: devm_regulator_bulk_get // with type: int devm_regulator_bulk_get(struct device *, int, struct regulator_bulk_data *) // with return type: int int __VERIFIER_nondet_int(void); int devm_regulator_bulk_get(struct device *arg0, int arg1, struct regulator_bulk_data *arg2) { // Simple type return __VERIFIER_nondet_int(); } // 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: devm_usb_get_phy // with type: struct usb_phy *devm_usb_get_phy(struct device *, enum usb_phy_type ) // with return type: (struct usb_phy)* struct usb_phy *devm_usb_get_phy(struct device *arg0, enum usb_phy_type arg1) { // Pointer type return ldv_malloc(sizeof(struct usb_phy)); } // Function: dma_alloc_attrs // with type: void *dma_alloc_attrs(struct device *, size_t , dma_addr_t *, gfp_t , struct dma_attrs *) // with return type: (void)* void *dma_alloc_attrs(struct device *arg0, size_t arg1, dma_addr_t *arg2, gfp_t arg3, struct dma_attrs *arg4) { // Pointer type return ldv_malloc(0UL); } // Function: dma_free_attrs // with type: void dma_free_attrs(struct device *, size_t , void *, dma_addr_t , struct dma_attrs *) // with return type: void void dma_free_attrs(struct device *arg0, size_t arg1, void *arg2, dma_addr_t arg3, struct dma_attrs *arg4) { // Void type return; } // Function: dma_set_mask // with type: int dma_set_mask(struct device *, u64 ) // with return type: int int __VERIFIER_nondet_int(void); int dma_set_mask(struct device *arg0, u64 arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: dma_supported // with type: int dma_supported(struct device *, u64 ) // with return type: int int __VERIFIER_nondet_int(void); int dma_supported(struct device *arg0, u64 arg1) { // Simple type return __VERIFIER_nondet_int(); } // 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: ioread32_rep // with type: void ioread32_rep(void *, void *, unsigned long) // with return type: void void ioread32_rep(void *arg0, void *arg1, unsigned long arg2) { // Void type return; } // Function: iowrite32_rep // with type: void iowrite32_rep(void *, const void *, unsigned long) // with return type: void void iowrite32_rep(void *arg0, const void *arg1, unsigned long arg2) { // Void type return; } // Skip function: kfree // Function: ldv_complete_13 // with type: int ldv_complete_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_complete_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_freeze_late_13 // with type: int ldv_freeze_late_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_freeze_late_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_freeze_noirq_13 // with type: int ldv_freeze_noirq_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_freeze_noirq_13() { // 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_13 // with type: int ldv_poweroff_late_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_poweroff_late_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_poweroff_noirq_13 // with type: int ldv_poweroff_noirq_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_poweroff_noirq_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_prepare_13 // with type: int ldv_prepare_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_prepare_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_restore_early_13 // with type: int ldv_restore_early_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_restore_early_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_restore_noirq_13 // with type: int ldv_restore_noirq_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_restore_noirq_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_resume_early_13 // with type: int ldv_resume_early_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_resume_early_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_resume_noirq_13 // with type: int ldv_resume_noirq_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_resume_noirq_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_suspend_late_13 // with type: int ldv_suspend_late_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_suspend_late_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_suspend_noirq_13 // with type: int ldv_suspend_noirq_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_suspend_noirq_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_thaw_early_13 // with type: int ldv_thaw_early_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_thaw_early_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_thaw_noirq_13 // with type: int ldv_thaw_noirq_13() // with return type: int int __VERIFIER_nondet_int(void); int ldv_thaw_noirq_13() { // Simple type return __VERIFIER_nondet_int(); } // Function: list_del // with type: void list_del(struct list_head *) // with return type: void void list_del(struct list_head *arg0) { // Void type return; } // 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: memcpy // 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: msleep // with type: void msleep(unsigned int) // with return type: void void msleep(unsigned int arg0) { // Void type return; } // 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_find_property // with type: struct property *of_find_property(const struct device_node *, const char *, int *) // with return type: (struct property)* struct property *of_find_property(const struct device_node *arg0, const char *arg1, int *arg2) { // Pointer type return ldv_malloc(sizeof(struct property)); } // Function: of_match_device // with type: const struct of_device_id *of_match_device(const struct of_device_id *, const struct device *) // with return type: (struct of_device_id)* const struct of_device_id *of_match_device(const struct of_device_id *arg0, const struct device *arg1) { // Pointer type return ldv_malloc(sizeof(struct of_device_id)); } // 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: of_usb_get_dr_mode // with type: enum usb_dr_mode of_usb_get_dr_mode(struct device_node *) // with return type: enum usb_dr_mode int __VERIFIER_nondet_int(void); enum usb_dr_mode of_usb_get_dr_mode(struct device_node *arg0) { // Enum type return __VERIFIER_nondet_int(); } // Function: phy_exit // with type: int phy_exit(struct phy *) // with return type: int int __VERIFIER_nondet_int(void); int phy_exit(struct phy *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: phy_init // with type: int phy_init(struct phy *) // with return type: int int __VERIFIER_nondet_int(void); int phy_init(struct phy *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: phy_power_off // with type: int phy_power_off(struct phy *) // with return type: int int __VERIFIER_nondet_int(void); int phy_power_off(struct phy *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: phy_power_on // with type: int phy_power_on(struct phy *) // with return type: int int __VERIFIER_nondet_int(void); int phy_power_on(struct phy *arg0) { // Simple type return __VERIFIER_nondet_int(); } // 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: platform_get_irq // with type: int platform_get_irq(struct platform_device *, unsigned int) // with return type: int int __VERIFIER_nondet_int(void); int platform_get_irq(struct platform_device *arg0, unsigned int arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: platform_get_resource // with type: struct resource *platform_get_resource(struct platform_device *, unsigned int, unsigned int) // with return type: (struct resource)* struct resource *platform_get_resource(struct platform_device *arg0, unsigned int arg1, unsigned int arg2) { // Pointer type return ldv_malloc(sizeof(struct resource)); } // Function: printk // with type: int printk(const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int printk(const char *arg0, ...) { // 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_bulk_disable // with type: int regulator_bulk_disable(int, struct regulator_bulk_data *) // with return type: int int __VERIFIER_nondet_int(void); int regulator_bulk_disable(int arg0, struct regulator_bulk_data *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: regulator_bulk_enable // with type: int regulator_bulk_enable(int, struct regulator_bulk_data *) // with return type: int int __VERIFIER_nondet_int(void); int regulator_bulk_enable(int arg0, struct regulator_bulk_data *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: seq_lseek // with type: loff_t seq_lseek(struct file *, loff_t , int) // with return type: loff_t long __VERIFIER_nondet_long(void); loff_t seq_lseek(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: seq_printf // with type: int seq_printf(struct seq_file *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int seq_printf(struct seq_file *arg0, const char *arg1, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: seq_puts // with type: int seq_puts(struct seq_file *, const char *) // with return type: int int __VERIFIER_nondet_int(void); int seq_puts(struct seq_file *arg0, const char *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: seq_read // with type: ssize_t seq_read(struct file *, char *, size_t , loff_t *) // with return type: ssize_t long __VERIFIER_nondet_long(void); ssize_t seq_read(struct file *arg0, char *arg1, size_t arg2, loff_t *arg3) { // 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(); } // Function: single_open // with type: int single_open(struct file *, int (*)(struct seq_file *, void *), void *) // with return type: int int __VERIFIER_nondet_int(void); int single_open(struct file *arg0, int (*arg1)(struct seq_file *, void *), void *arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: single_release // with type: int single_release(struct inode *, struct file *) // with return type: int int __VERIFIER_nondet_int(void); int single_release(struct inode *arg0, struct file *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Skip function: snprintf // Skip function: strncmp // Function: trace_hardirqs_off // with type: void trace_hardirqs_off() // with return type: void void trace_hardirqs_off() { // Void type return; } // Function: trace_hardirqs_on // with type: void trace_hardirqs_on() // with return type: void void trace_hardirqs_on() { // Void type return; } // Function: usb_add_gadget_udc // with type: int usb_add_gadget_udc(struct device *, struct usb_gadget *) // with return type: int int __VERIFIER_nondet_int(void); int usb_add_gadget_udc(struct device *arg0, struct usb_gadget *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: usb_add_hcd // with type: int usb_add_hcd(struct usb_hcd *, unsigned int, unsigned long) // with return type: int int __VERIFIER_nondet_int(void); int usb_add_hcd(struct usb_hcd *arg0, unsigned int arg1, unsigned long arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: usb_calc_bus_time // with type: long int usb_calc_bus_time(int, int, int, int) // with return type: long int long __VERIFIER_nondet_long(void); long int usb_calc_bus_time(int arg0, int arg1, int arg2, int arg3) { // Simple type return __VERIFIER_nondet_long(); } // Function: usb_create_hcd // with type: struct usb_hcd *usb_create_hcd(const struct hc_driver *, struct device *, const char *) // with return type: (struct usb_hcd)* struct usb_hcd *usb_create_hcd(const struct hc_driver *arg0, struct device *arg1, const char *arg2) { // Pointer type return ldv_malloc(sizeof(struct usb_hcd)); } // Function: usb_del_gadget_udc // with type: void usb_del_gadget_udc(struct usb_gadget *) // with return type: void void usb_del_gadget_udc(struct usb_gadget *arg0) { // Void type return; } // Function: usb_disabled // with type: int usb_disabled() // with return type: int int __VERIFIER_nondet_int(void); int usb_disabled() { // Simple type return __VERIFIER_nondet_int(); } // Function: usb_gadget_giveback_request // with type: void usb_gadget_giveback_request(struct usb_ep *, struct usb_request *) // with return type: void void usb_gadget_giveback_request(struct usb_ep *arg0, struct usb_request *arg1) { // Void type return; } // Function: usb_gadget_map_request // with type: int usb_gadget_map_request(struct usb_gadget *, struct usb_request *, int) // with return type: int int __VERIFIER_nondet_int(void); int usb_gadget_map_request(struct usb_gadget *arg0, struct usb_request *arg1, int arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: usb_gadget_unmap_request // with type: void usb_gadget_unmap_request(struct usb_gadget *, struct usb_request *, int) // with return type: void void usb_gadget_unmap_request(struct usb_gadget *arg0, struct usb_request *arg1, int arg2) { // Void type return; } // Function: usb_hcd_check_unlink_urb // with type: int usb_hcd_check_unlink_urb(struct usb_hcd *, struct urb *, int) // with return type: int int __VERIFIER_nondet_int(void); int usb_hcd_check_unlink_urb(struct usb_hcd *arg0, struct urb *arg1, int arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: usb_hcd_giveback_urb // with type: void usb_hcd_giveback_urb(struct usb_hcd *, struct urb *, int) // with return type: void void usb_hcd_giveback_urb(struct usb_hcd *arg0, struct urb *arg1, int arg2) { // Void type return; } // Function: usb_hcd_link_urb_to_ep // with type: int usb_hcd_link_urb_to_ep(struct usb_hcd *, struct urb *) // with return type: int int __VERIFIER_nondet_int(void); int usb_hcd_link_urb_to_ep(struct usb_hcd *arg0, struct urb *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: usb_hcd_resume_root_hub // with type: void usb_hcd_resume_root_hub(struct usb_hcd *) // with return type: void void usb_hcd_resume_root_hub(struct usb_hcd *arg0) { // Void type return; } // Function: usb_hcd_unlink_urb_from_ep // with type: void usb_hcd_unlink_urb_from_ep(struct usb_hcd *, struct urb *) // with return type: void void usb_hcd_unlink_urb_from_ep(struct usb_hcd *arg0, struct urb *arg1) { // Void type return; } // Function: usb_hcd_unmap_urb_for_dma // with type: void usb_hcd_unmap_urb_for_dma(struct usb_hcd *, struct urb *) // with return type: void void usb_hcd_unmap_urb_for_dma(struct usb_hcd *arg0, struct urb *arg1) { // Void type return; } // Function: usb_hub_clear_tt_buffer // with type: int usb_hub_clear_tt_buffer(struct urb *) // with return type: int int __VERIFIER_nondet_int(void); int usb_hub_clear_tt_buffer(struct urb *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: usb_put_hcd // with type: void usb_put_hcd(struct usb_hcd *) // with return type: void void usb_put_hcd(struct usb_hcd *arg0) { // Void type return; } // Function: usb_remove_hcd // with type: void usb_remove_hcd(struct usb_hcd *) // with return type: void void usb_remove_hcd(struct usb_hcd *arg0) { // Void type return; } // Function: usb_speed_string // with type: const char *usb_speed_string(enum usb_device_speed ) // with return type: (const char)* const char *usb_speed_string(enum usb_device_speed arg0) { // Pointer type return ldv_malloc(sizeof(char)); } // 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; } // 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; } // Function: warn_slowpath_null // with type: void warn_slowpath_null(const char *, const int) // with return type: void void warn_slowpath_null(const char *arg0, const int arg1) { // Void type return; }