// Skip function: __VERIFIER_error // Skip function: __VERIFIER_nondet_int // Skip function: __VERIFIER_nondet_loff_t // Skip function: __VERIFIER_nondet_size_t // Skip function: __VERIFIER_nondet_ulong // 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: int __dynamic_dev_dbg(struct _ddebug *, const struct device *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int __dynamic_dev_dbg(struct _ddebug *arg0, const struct device *arg1, const char *arg2, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: __dynamic_pr_debug // with type: int __dynamic_pr_debug(struct _ddebug *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int __dynamic_pr_debug(struct _ddebug *arg0, const char *arg1, ...) { // Simple type return __VERIFIER_nondet_int(); } // 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: __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: __pm_runtime_disable // with type: void __pm_runtime_disable(struct device *, bool ) // with return type: void void __pm_runtime_disable(struct device *arg0, bool arg1) { // Void type return; } // Function: __pm_runtime_idle // with type: int __pm_runtime_idle(struct device *, int) // with return type: int int __VERIFIER_nondet_int(void); int __pm_runtime_idle(struct device *arg0, int arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: __pm_runtime_resume // with type: int __pm_runtime_resume(struct device *, int) // with return type: int int __VERIFIER_nondet_int(void); int __pm_runtime_resume(struct device *arg0, int arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: __pm_runtime_set_status // with type: int __pm_runtime_set_status(struct device *, unsigned int) // with return type: int int __VERIFIER_nondet_int(void); int __pm_runtime_set_status(struct device *arg0, unsigned int 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: _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_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: debug_dma_alloc_coherent // with type: void debug_dma_alloc_coherent(struct device *, size_t , dma_addr_t , void *) // with return type: void void debug_dma_alloc_coherent(struct device *arg0, size_t arg1, dma_addr_t arg2, void *arg3) { // Void type return; } // Function: debug_dma_free_coherent // with type: void debug_dma_free_coherent(struct device *, size_t , void *, dma_addr_t ) // with return type: void void debug_dma_free_coherent(struct device *arg0, size_t arg1, void *arg2, dma_addr_t arg3) { // 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(0UL); } // 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(0UL); } // 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(0UL); } // 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: dev_driver_string // with type: const char *dev_driver_string(const struct device *) // with return type: (const char)* const char *dev_driver_string(const struct device *arg0) { // Pointer type return ldv_malloc(sizeof(char)); } // 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: 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(0UL); } // 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(0UL); } // Function: devm_usb_get_phy_by_phandle // with type: struct usb_phy *devm_usb_get_phy_by_phandle(struct device *, const char *, u8 ) // with return type: (struct usb_phy)* struct usb_phy *devm_usb_get_phy_by_phandle(struct device *arg0, const char *arg1, u8 arg2) { // Pointer type return ldv_malloc(0UL); } // 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: free_irq // with type: void free_irq(unsigned int, void *) // with return type: void void free_irq(unsigned int arg0, void *arg1) { // Void type return; } // Skip function: kfree // Function: kmem_cache_alloc // with type: void *kmem_cache_alloc(struct kmem_cache *, gfp_t ) // with return type: (void)* void *kmem_cache_alloc(struct kmem_cache *arg0, gfp_t arg1) { // Pointer type return ldv_malloc(0UL); } // Function: ldv_check_final_state // with type: void ldv_check_final_state() // with return type: void void ldv_check_final_state() { // Void type return; } // Function: ldv_freeze_late_10 // with type: int ldv_freeze_late_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_freeze_late_10() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_freeze_noirq_10 // with type: int ldv_freeze_noirq_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_freeze_noirq_10() { // 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_10 // with type: int ldv_poweroff_late_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_poweroff_late_10() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_poweroff_noirq_10 // with type: int ldv_poweroff_noirq_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_poweroff_noirq_10() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_restore_early_10 // with type: int ldv_restore_early_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_restore_early_10() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_restore_noirq_10 // with type: int ldv_restore_noirq_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_restore_noirq_10() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_resume_early_10 // with type: int ldv_resume_early_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_resume_early_10() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_resume_noirq_10 // with type: int ldv_resume_noirq_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_resume_noirq_10() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_some_page // with type: struct page___0 *ldv_some_page() // with return type: (struct page___0)* struct page___0 *ldv_some_page() { // Pointer type return ldv_malloc(0UL); } // Function: ldv_suspend_late_10 // with type: int ldv_suspend_late_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_suspend_late_10() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_suspend_noirq_10 // with type: int ldv_suspend_noirq_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_suspend_noirq_10() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_thaw_early_10 // with type: int ldv_thaw_early_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_thaw_early_10() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_thaw_noirq_10 // with type: int ldv_thaw_noirq_10() // with return type: int int __VERIFIER_nondet_int(void); int ldv_thaw_noirq_10() { // 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; } // Skip function: malloc // Skip function: memcpy // Skip function: memset // Function: might_fault // with type: void might_fault() // with return type: void void might_fault() { // 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: 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_device_add // with type: int platform_device_add(struct platform_device *) // with return type: int int __VERIFIER_nondet_int(void); int platform_device_add(struct platform_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: platform_device_add_resources // with type: int platform_device_add_resources(struct platform_device *, const struct resource *, unsigned int) // with return type: int int __VERIFIER_nondet_int(void); int platform_device_add_resources(struct platform_device *arg0, const struct resource *arg1, unsigned int arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: platform_device_alloc // with type: struct platform_device *platform_device_alloc(const char *, int) // with return type: (struct platform_device)* struct platform_device *platform_device_alloc(const char *arg0, int arg1) { // Pointer type return ldv_malloc(0UL); } // Function: platform_device_put // with type: void platform_device_put(struct platform_device *) // with return type: void void platform_device_put(struct platform_device *arg0) { // Void type return; } // Function: platform_device_unregister // with type: void platform_device_unregister(struct platform_device *) // with return type: void void platform_device_unregister(struct platform_device *arg0) { // Void type return; } // 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(0UL); } // Function: pm_runtime_allow // with type: void pm_runtime_allow(struct device *) // with return type: void void pm_runtime_allow(struct device *arg0) { // Void type return; } // Function: pm_runtime_enable // with type: void pm_runtime_enable(struct device *) // with return type: void void pm_runtime_enable(struct device *arg0) { // Void type return; } // Function: pm_runtime_forbid // with type: void pm_runtime_forbid(struct device *) // with return type: void void pm_runtime_forbid(struct device *arg0) { // Void type return; } // Function: request_threaded_irq // with type: int request_threaded_irq(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 request_threaded_irq(unsigned int arg0, irqreturn_t (*arg1)(int, void *), irqreturn_t (*arg2)(int, void *), unsigned long arg3, const char *arg4, void *arg5) { // 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_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: sg_next // with type: struct scatterlist *sg_next(struct scatterlist *) // with return type: (struct scatterlist)* struct scatterlist *sg_next(struct scatterlist *arg0) { // Pointer type return ldv_malloc(0UL); } // 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 // Function: strlcat // with type: size_t strlcat(char *, const char *, __kernel_size_t ) // with return type: size_t unsigned long __VERIFIER_nondet_ulong(void); size_t strlcat(char *arg0, const char *arg1, __kernel_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(); } // Skip function: strncmp // 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_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_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_set_state // with type: void usb_gadget_set_state(struct usb_gadget *, enum usb_device_state ) // with return type: void void usb_gadget_set_state(struct usb_gadget *arg0, enum usb_device_state arg1) { // Void type return; } // 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: 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; }