Showing error 861

User: Jiri Slaby
Error type: Reachable Error Location
Error type description: A specified error location is reachable in some program path
File location: ldv-linux-3.4/43_1a_cilled_safe_ok_nondet_linux-43_1a-drivers--input--touchscreen--cyttsp_spi.ko-ldv_main0_sequence_infinite_withcheck_stateful.cil.out.c
Line in file: 4829
Project: SV-COMP 2013
Project version: 2.6.28
Tools: Manual Work
Entered: 2013-01-17 16:57:54 UTC


Source:

   1/* Generated by CIL v. 1.3.7 */
   2/* print_CIL_Input is true */
   3
   4#line 19 "include/asm-generic/int-ll64.h"
   5typedef signed char __s8;
   6#line 20 "include/asm-generic/int-ll64.h"
   7typedef unsigned char __u8;
   8#line 22 "include/asm-generic/int-ll64.h"
   9typedef short __s16;
  10#line 23 "include/asm-generic/int-ll64.h"
  11typedef unsigned short __u16;
  12#line 25 "include/asm-generic/int-ll64.h"
  13typedef int __s32;
  14#line 26 "include/asm-generic/int-ll64.h"
  15typedef unsigned int __u32;
  16#line 29 "include/asm-generic/int-ll64.h"
  17typedef long long __s64;
  18#line 30 "include/asm-generic/int-ll64.h"
  19typedef unsigned long long __u64;
  20#line 43 "include/asm-generic/int-ll64.h"
  21typedef unsigned char u8;
  22#line 45 "include/asm-generic/int-ll64.h"
  23typedef short s16;
  24#line 46 "include/asm-generic/int-ll64.h"
  25typedef unsigned short u16;
  26#line 48 "include/asm-generic/int-ll64.h"
  27typedef int s32;
  28#line 49 "include/asm-generic/int-ll64.h"
  29typedef unsigned int u32;
  30#line 51 "include/asm-generic/int-ll64.h"
  31typedef long long s64;
  32#line 52 "include/asm-generic/int-ll64.h"
  33typedef unsigned long long u64;
  34#line 14 "include/asm-generic/posix_types.h"
  35typedef long __kernel_long_t;
  36#line 15 "include/asm-generic/posix_types.h"
  37typedef unsigned long __kernel_ulong_t;
  38#line 31 "include/asm-generic/posix_types.h"
  39typedef int __kernel_pid_t;
  40#line 52 "include/asm-generic/posix_types.h"
  41typedef unsigned int __kernel_uid32_t;
  42#line 53 "include/asm-generic/posix_types.h"
  43typedef unsigned int __kernel_gid32_t;
  44#line 75 "include/asm-generic/posix_types.h"
  45typedef __kernel_ulong_t __kernel_size_t;
  46#line 76 "include/asm-generic/posix_types.h"
  47typedef __kernel_long_t __kernel_ssize_t;
  48#line 91 "include/asm-generic/posix_types.h"
  49typedef long long __kernel_loff_t;
  50#line 92 "include/asm-generic/posix_types.h"
  51typedef __kernel_long_t __kernel_time_t;
  52#line 93 "include/asm-generic/posix_types.h"
  53typedef __kernel_long_t __kernel_clock_t;
  54#line 94 "include/asm-generic/posix_types.h"
  55typedef int __kernel_timer_t;
  56#line 95 "include/asm-generic/posix_types.h"
  57typedef int __kernel_clockid_t;
  58#line 21 "include/linux/types.h"
  59typedef __u32 __kernel_dev_t;
  60#line 24 "include/linux/types.h"
  61typedef __kernel_dev_t dev_t;
  62#line 27 "include/linux/types.h"
  63typedef unsigned short umode_t;
  64#line 30 "include/linux/types.h"
  65typedef __kernel_pid_t pid_t;
  66#line 35 "include/linux/types.h"
  67typedef __kernel_clockid_t clockid_t;
  68#line 38 "include/linux/types.h"
  69typedef _Bool bool;
  70#line 40 "include/linux/types.h"
  71typedef __kernel_uid32_t uid_t;
  72#line 41 "include/linux/types.h"
  73typedef __kernel_gid32_t gid_t;
  74#line 54 "include/linux/types.h"
  75typedef __kernel_loff_t loff_t;
  76#line 63 "include/linux/types.h"
  77typedef __kernel_size_t size_t;
  78#line 68 "include/linux/types.h"
  79typedef __kernel_ssize_t ssize_t;
  80#line 78 "include/linux/types.h"
  81typedef __kernel_time_t time_t;
  82#line 111 "include/linux/types.h"
  83typedef __s32 int32_t;
  84#line 117 "include/linux/types.h"
  85typedef __u32 uint32_t;
  86#line 142 "include/linux/types.h"
  87typedef unsigned long sector_t;
  88#line 143 "include/linux/types.h"
  89typedef unsigned long blkcnt_t;
  90#line 155 "include/linux/types.h"
  91typedef u64 dma_addr_t;
  92#line 179 "include/linux/types.h"
  93typedef __u16 __be16;
  94#line 202 "include/linux/types.h"
  95typedef unsigned int gfp_t;
  96#line 203 "include/linux/types.h"
  97typedef unsigned int fmode_t;
  98#line 221 "include/linux/types.h"
  99struct __anonstruct_atomic_t_6 {
 100   int counter ;
 101};
 102#line 221 "include/linux/types.h"
 103typedef struct __anonstruct_atomic_t_6 atomic_t;
 104#line 226 "include/linux/types.h"
 105struct __anonstruct_atomic64_t_7 {
 106   long counter ;
 107};
 108#line 226 "include/linux/types.h"
 109typedef struct __anonstruct_atomic64_t_7 atomic64_t;
 110#line 227 "include/linux/types.h"
 111struct list_head {
 112   struct list_head *next ;
 113   struct list_head *prev ;
 114};
 115#line 232
 116struct hlist_node;
 117#line 232 "include/linux/types.h"
 118struct hlist_head {
 119   struct hlist_node *first ;
 120};
 121#line 236 "include/linux/types.h"
 122struct hlist_node {
 123   struct hlist_node *next ;
 124   struct hlist_node **pprev ;
 125};
 126#line 247 "include/linux/types.h"
 127struct rcu_head {
 128   struct rcu_head *next ;
 129   void (*func)(struct rcu_head * ) ;
 130};
 131#line 55 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/alternative.h"
 132struct module;
 133#line 55
 134struct module;
 135#line 146 "include/linux/init.h"
 136typedef void (*ctor_fn_t)(void);
 137#line 305 "include/linux/printk.h"
 138struct _ddebug {
 139   char const   *modname ;
 140   char const   *function ;
 141   char const   *filename ;
 142   char const   *format ;
 143   unsigned int lineno : 18 ;
 144   unsigned char flags ;
 145};
 146#line 46 "include/linux/dynamic_debug.h"
 147struct device;
 148#line 46
 149struct device;
 150#line 57
 151struct completion;
 152#line 57
 153struct completion;
 154#line 58
 155struct pt_regs;
 156#line 58
 157struct pt_regs;
 158#line 348 "include/linux/kernel.h"
 159struct pid;
 160#line 348
 161struct pid;
 162#line 112 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/stat.h"
 163struct timespec;
 164#line 112
 165struct timespec;
 166#line 58 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/page_types.h"
 167struct page;
 168#line 58
 169struct page;
 170#line 26 "include/asm-generic/getorder.h"
 171struct task_struct;
 172#line 26
 173struct task_struct;
 174#line 28
 175struct mm_struct;
 176#line 28
 177struct mm_struct;
 178#line 268 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/segment.h"
 179struct pt_regs {
 180   unsigned long r15 ;
 181   unsigned long r14 ;
 182   unsigned long r13 ;
 183   unsigned long r12 ;
 184   unsigned long bp ;
 185   unsigned long bx ;
 186   unsigned long r11 ;
 187   unsigned long r10 ;
 188   unsigned long r9 ;
 189   unsigned long r8 ;
 190   unsigned long ax ;
 191   unsigned long cx ;
 192   unsigned long dx ;
 193   unsigned long si ;
 194   unsigned long di ;
 195   unsigned long orig_ax ;
 196   unsigned long ip ;
 197   unsigned long cs ;
 198   unsigned long flags ;
 199   unsigned long sp ;
 200   unsigned long ss ;
 201};
 202#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 203struct __anonstruct_ldv_2180_13 {
 204   unsigned int a ;
 205   unsigned int b ;
 206};
 207#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 208struct __anonstruct_ldv_2195_14 {
 209   u16 limit0 ;
 210   u16 base0 ;
 211   unsigned char base1 ;
 212   unsigned char type : 4 ;
 213   unsigned char s : 1 ;
 214   unsigned char dpl : 2 ;
 215   unsigned char p : 1 ;
 216   unsigned char limit : 4 ;
 217   unsigned char avl : 1 ;
 218   unsigned char l : 1 ;
 219   unsigned char d : 1 ;
 220   unsigned char g : 1 ;
 221   unsigned char base2 ;
 222};
 223#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 224union __anonunion_ldv_2196_12 {
 225   struct __anonstruct_ldv_2180_13 ldv_2180 ;
 226   struct __anonstruct_ldv_2195_14 ldv_2195 ;
 227};
 228#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 229struct desc_struct {
 230   union __anonunion_ldv_2196_12 ldv_2196 ;
 231};
 232#line 13 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 233typedef unsigned long pgdval_t;
 234#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 235typedef unsigned long pgprotval_t;
 236#line 18 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 237struct pgprot {
 238   pgprotval_t pgprot ;
 239};
 240#line 192 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 241typedef struct pgprot pgprot_t;
 242#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 243struct __anonstruct_pgd_t_16 {
 244   pgdval_t pgd ;
 245};
 246#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 247typedef struct __anonstruct_pgd_t_16 pgd_t;
 248#line 282 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 249typedef struct page *pgtable_t;
 250#line 290
 251struct file;
 252#line 290
 253struct file;
 254#line 305
 255struct seq_file;
 256#line 305
 257struct seq_file;
 258#line 337
 259struct thread_struct;
 260#line 337
 261struct thread_struct;
 262#line 339
 263struct cpumask;
 264#line 339
 265struct cpumask;
 266#line 327 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt_types.h"
 267struct arch_spinlock;
 268#line 327
 269struct arch_spinlock;
 270#line 300 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 271struct kernel_vm86_regs {
 272   struct pt_regs pt ;
 273   unsigned short es ;
 274   unsigned short __esh ;
 275   unsigned short ds ;
 276   unsigned short __dsh ;
 277   unsigned short fs ;
 278   unsigned short __fsh ;
 279   unsigned short gs ;
 280   unsigned short __gsh ;
 281};
 282#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
 283union __anonunion_ldv_2824_19 {
 284   struct pt_regs *regs ;
 285   struct kernel_vm86_regs *vm86 ;
 286};
 287#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
 288struct math_emu_info {
 289   long ___orig_eip ;
 290   union __anonunion_ldv_2824_19 ldv_2824 ;
 291};
 292#line 306 "include/linux/bitmap.h"
 293struct bug_entry {
 294   int bug_addr_disp ;
 295   int file_disp ;
 296   unsigned short line ;
 297   unsigned short flags ;
 298};
 299#line 89 "include/linux/bug.h"
 300struct cpumask {
 301   unsigned long bits[64U] ;
 302};
 303#line 14 "include/linux/cpumask.h"
 304typedef struct cpumask cpumask_t;
 305#line 637 "include/linux/cpumask.h"
 306typedef struct cpumask *cpumask_var_t;
 307#line 234 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt.h"
 308struct static_key;
 309#line 234
 310struct static_key;
 311#line 287 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 312struct i387_fsave_struct {
 313   u32 cwd ;
 314   u32 swd ;
 315   u32 twd ;
 316   u32 fip ;
 317   u32 fcs ;
 318   u32 foo ;
 319   u32 fos ;
 320   u32 st_space[20U] ;
 321   u32 status ;
 322};
 323#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 324struct __anonstruct_ldv_5180_24 {
 325   u64 rip ;
 326   u64 rdp ;
 327};
 328#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 329struct __anonstruct_ldv_5186_25 {
 330   u32 fip ;
 331   u32 fcs ;
 332   u32 foo ;
 333   u32 fos ;
 334};
 335#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 336union __anonunion_ldv_5187_23 {
 337   struct __anonstruct_ldv_5180_24 ldv_5180 ;
 338   struct __anonstruct_ldv_5186_25 ldv_5186 ;
 339};
 340#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 341union __anonunion_ldv_5196_26 {
 342   u32 padding1[12U] ;
 343   u32 sw_reserved[12U] ;
 344};
 345#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 346struct i387_fxsave_struct {
 347   u16 cwd ;
 348   u16 swd ;
 349   u16 twd ;
 350   u16 fop ;
 351   union __anonunion_ldv_5187_23 ldv_5187 ;
 352   u32 mxcsr ;
 353   u32 mxcsr_mask ;
 354   u32 st_space[32U] ;
 355   u32 xmm_space[64U] ;
 356   u32 padding[12U] ;
 357   union __anonunion_ldv_5196_26 ldv_5196 ;
 358};
 359#line 339 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 360struct i387_soft_struct {
 361   u32 cwd ;
 362   u32 swd ;
 363   u32 twd ;
 364   u32 fip ;
 365   u32 fcs ;
 366   u32 foo ;
 367   u32 fos ;
 368   u32 st_space[20U] ;
 369   u8 ftop ;
 370   u8 changed ;
 371   u8 lookahead ;
 372   u8 no_update ;
 373   u8 rm ;
 374   u8 alimit ;
 375   struct math_emu_info *info ;
 376   u32 entry_eip ;
 377};
 378#line 360 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 379struct ymmh_struct {
 380   u32 ymmh_space[64U] ;
 381};
 382#line 365 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 383struct xsave_hdr_struct {
 384   u64 xstate_bv ;
 385   u64 reserved1[2U] ;
 386   u64 reserved2[5U] ;
 387};
 388#line 371 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 389struct xsave_struct {
 390   struct i387_fxsave_struct i387 ;
 391   struct xsave_hdr_struct xsave_hdr ;
 392   struct ymmh_struct ymmh ;
 393};
 394#line 377 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 395union thread_xstate {
 396   struct i387_fsave_struct fsave ;
 397   struct i387_fxsave_struct fxsave ;
 398   struct i387_soft_struct soft ;
 399   struct xsave_struct xsave ;
 400};
 401#line 385 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 402struct fpu {
 403   unsigned int last_cpu ;
 404   unsigned int has_fpu ;
 405   union thread_xstate *state ;
 406};
 407#line 433
 408struct kmem_cache;
 409#line 434
 410struct perf_event;
 411#line 434
 412struct perf_event;
 413#line 435 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 414struct thread_struct {
 415   struct desc_struct tls_array[3U] ;
 416   unsigned long sp0 ;
 417   unsigned long sp ;
 418   unsigned long usersp ;
 419   unsigned short es ;
 420   unsigned short ds ;
 421   unsigned short fsindex ;
 422   unsigned short gsindex ;
 423   unsigned long fs ;
 424   unsigned long gs ;
 425   struct perf_event *ptrace_bps[4U] ;
 426   unsigned long debugreg6 ;
 427   unsigned long ptrace_dr7 ;
 428   unsigned long cr2 ;
 429   unsigned long trap_nr ;
 430   unsigned long error_code ;
 431   struct fpu fpu ;
 432   unsigned long *io_bitmap_ptr ;
 433   unsigned long iopl ;
 434   unsigned int io_bitmap_max ;
 435};
 436#line 23 "include/asm-generic/atomic-long.h"
 437typedef atomic64_t atomic_long_t;
 438#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 439typedef u16 __ticket_t;
 440#line 15 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 441typedef u32 __ticketpair_t;
 442#line 16 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 443struct __raw_tickets {
 444   __ticket_t head ;
 445   __ticket_t tail ;
 446};
 447#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 448union __anonunion_ldv_5907_29 {
 449   __ticketpair_t head_tail ;
 450   struct __raw_tickets tickets ;
 451};
 452#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 453struct arch_spinlock {
 454   union __anonunion_ldv_5907_29 ldv_5907 ;
 455};
 456#line 27 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 457typedef struct arch_spinlock arch_spinlock_t;
 458#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
 459struct __anonstruct_ldv_5914_31 {
 460   u32 read ;
 461   s32 write ;
 462};
 463#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
 464union __anonunion_arch_rwlock_t_30 {
 465   s64 lock ;
 466   struct __anonstruct_ldv_5914_31 ldv_5914 ;
 467};
 468#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
 469typedef union __anonunion_arch_rwlock_t_30 arch_rwlock_t;
 470#line 34
 471struct lockdep_map;
 472#line 34
 473struct lockdep_map;
 474#line 55 "include/linux/debug_locks.h"
 475struct stack_trace {
 476   unsigned int nr_entries ;
 477   unsigned int max_entries ;
 478   unsigned long *entries ;
 479   int skip ;
 480};
 481#line 26 "include/linux/stacktrace.h"
 482struct lockdep_subclass_key {
 483   char __one_byte ;
 484};
 485#line 53 "include/linux/lockdep.h"
 486struct lock_class_key {
 487   struct lockdep_subclass_key subkeys[8U] ;
 488};
 489#line 59 "include/linux/lockdep.h"
 490struct lock_class {
 491   struct list_head hash_entry ;
 492   struct list_head lock_entry ;
 493   struct lockdep_subclass_key *key ;
 494   unsigned int subclass ;
 495   unsigned int dep_gen_id ;
 496   unsigned long usage_mask ;
 497   struct stack_trace usage_traces[13U] ;
 498   struct list_head locks_after ;
 499   struct list_head locks_before ;
 500   unsigned int version ;
 501   unsigned long ops ;
 502   char const   *name ;
 503   int name_version ;
 504   unsigned long contention_point[4U] ;
 505   unsigned long contending_point[4U] ;
 506};
 507#line 144 "include/linux/lockdep.h"
 508struct lockdep_map {
 509   struct lock_class_key *key ;
 510   struct lock_class *class_cache[2U] ;
 511   char const   *name ;
 512   int cpu ;
 513   unsigned long ip ;
 514};
 515#line 187 "include/linux/lockdep.h"
 516struct held_lock {
 517   u64 prev_chain_key ;
 518   unsigned long acquire_ip ;
 519   struct lockdep_map *instance ;
 520   struct lockdep_map *nest_lock ;
 521   u64 waittime_stamp ;
 522   u64 holdtime_stamp ;
 523   unsigned short class_idx : 13 ;
 524   unsigned char irq_context : 2 ;
 525   unsigned char trylock : 1 ;
 526   unsigned char read : 2 ;
 527   unsigned char check : 2 ;
 528   unsigned char hardirqs_off : 1 ;
 529   unsigned short references : 11 ;
 530};
 531#line 556 "include/linux/lockdep.h"
 532struct raw_spinlock {
 533   arch_spinlock_t raw_lock ;
 534   unsigned int magic ;
 535   unsigned int owner_cpu ;
 536   void *owner ;
 537   struct lockdep_map dep_map ;
 538};
 539#line 32 "include/linux/spinlock_types.h"
 540typedef struct raw_spinlock raw_spinlock_t;
 541#line 33 "include/linux/spinlock_types.h"
 542struct __anonstruct_ldv_6122_33 {
 543   u8 __padding[24U] ;
 544   struct lockdep_map dep_map ;
 545};
 546#line 33 "include/linux/spinlock_types.h"
 547union __anonunion_ldv_6123_32 {
 548   struct raw_spinlock rlock ;
 549   struct __anonstruct_ldv_6122_33 ldv_6122 ;
 550};
 551#line 33 "include/linux/spinlock_types.h"
 552struct spinlock {
 553   union __anonunion_ldv_6123_32 ldv_6123 ;
 554};
 555#line 76 "include/linux/spinlock_types.h"
 556typedef struct spinlock spinlock_t;
 557#line 23 "include/linux/rwlock_types.h"
 558struct __anonstruct_rwlock_t_34 {
 559   arch_rwlock_t raw_lock ;
 560   unsigned int magic ;
 561   unsigned int owner_cpu ;
 562   void *owner ;
 563   struct lockdep_map dep_map ;
 564};
 565#line 23 "include/linux/rwlock_types.h"
 566typedef struct __anonstruct_rwlock_t_34 rwlock_t;
 567#line 110 "include/linux/seqlock.h"
 568struct seqcount {
 569   unsigned int sequence ;
 570};
 571#line 121 "include/linux/seqlock.h"
 572typedef struct seqcount seqcount_t;
 573#line 254 "include/linux/seqlock.h"
 574struct timespec {
 575   __kernel_time_t tv_sec ;
 576   long tv_nsec ;
 577};
 578#line 286 "include/linux/time.h"
 579struct kstat {
 580   u64 ino ;
 581   dev_t dev ;
 582   umode_t mode ;
 583   unsigned int nlink ;
 584   uid_t uid ;
 585   gid_t gid ;
 586   dev_t rdev ;
 587   loff_t size ;
 588   struct timespec atime ;
 589   struct timespec mtime ;
 590   struct timespec ctime ;
 591   unsigned long blksize ;
 592   unsigned long long blocks ;
 593};
 594#line 48 "include/linux/wait.h"
 595struct __wait_queue_head {
 596   spinlock_t lock ;
 597   struct list_head task_list ;
 598};
 599#line 53 "include/linux/wait.h"
 600typedef struct __wait_queue_head wait_queue_head_t;
 601#line 98 "include/linux/nodemask.h"
 602struct __anonstruct_nodemask_t_36 {
 603   unsigned long bits[16U] ;
 604};
 605#line 98 "include/linux/nodemask.h"
 606typedef struct __anonstruct_nodemask_t_36 nodemask_t;
 607#line 670 "include/linux/mmzone.h"
 608struct mutex {
 609   atomic_t count ;
 610   spinlock_t wait_lock ;
 611   struct list_head wait_list ;
 612   struct task_struct *owner ;
 613   char const   *name ;
 614   void *magic ;
 615   struct lockdep_map dep_map ;
 616};
 617#line 63 "include/linux/mutex.h"
 618struct mutex_waiter {
 619   struct list_head list ;
 620   struct task_struct *task ;
 621   void *magic ;
 622};
 623#line 171
 624struct rw_semaphore;
 625#line 171
 626struct rw_semaphore;
 627#line 172 "include/linux/mutex.h"
 628struct rw_semaphore {
 629   long count ;
 630   raw_spinlock_t wait_lock ;
 631   struct list_head wait_list ;
 632   struct lockdep_map dep_map ;
 633};
 634#line 128 "include/linux/rwsem.h"
 635struct completion {
 636   unsigned int done ;
 637   wait_queue_head_t wait ;
 638};
 639#line 312 "include/linux/jiffies.h"
 640union ktime {
 641   s64 tv64 ;
 642};
 643#line 59 "include/linux/ktime.h"
 644typedef union ktime ktime_t;
 645#line 341
 646struct tvec_base;
 647#line 341
 648struct tvec_base;
 649#line 342 "include/linux/ktime.h"
 650struct timer_list {
 651   struct list_head entry ;
 652   unsigned long expires ;
 653   struct tvec_base *base ;
 654   void (*function)(unsigned long  ) ;
 655   unsigned long data ;
 656   int slack ;
 657   int start_pid ;
 658   void *start_site ;
 659   char start_comm[16U] ;
 660   struct lockdep_map lockdep_map ;
 661};
 662#line 289 "include/linux/timer.h"
 663struct hrtimer;
 664#line 289
 665struct hrtimer;
 666#line 290
 667enum hrtimer_restart;
 668#line 302
 669struct work_struct;
 670#line 302
 671struct work_struct;
 672#line 45 "include/linux/workqueue.h"
 673struct work_struct {
 674   atomic_long_t data ;
 675   struct list_head entry ;
 676   void (*func)(struct work_struct * ) ;
 677   struct lockdep_map lockdep_map ;
 678};
 679#line 86 "include/linux/workqueue.h"
 680struct delayed_work {
 681   struct work_struct work ;
 682   struct timer_list timer ;
 683};
 684#line 46 "include/linux/pm.h"
 685struct pm_message {
 686   int event ;
 687};
 688#line 52 "include/linux/pm.h"
 689typedef struct pm_message pm_message_t;
 690#line 53 "include/linux/pm.h"
 691struct dev_pm_ops {
 692   int (*prepare)(struct device * ) ;
 693   void (*complete)(struct device * ) ;
 694   int (*suspend)(struct device * ) ;
 695   int (*resume)(struct device * ) ;
 696   int (*freeze)(struct device * ) ;
 697   int (*thaw)(struct device * ) ;
 698   int (*poweroff)(struct device * ) ;
 699   int (*restore)(struct device * ) ;
 700   int (*suspend_late)(struct device * ) ;
 701   int (*resume_early)(struct device * ) ;
 702   int (*freeze_late)(struct device * ) ;
 703   int (*thaw_early)(struct device * ) ;
 704   int (*poweroff_late)(struct device * ) ;
 705   int (*restore_early)(struct device * ) ;
 706   int (*suspend_noirq)(struct device * ) ;
 707   int (*resume_noirq)(struct device * ) ;
 708   int (*freeze_noirq)(struct device * ) ;
 709   int (*thaw_noirq)(struct device * ) ;
 710   int (*poweroff_noirq)(struct device * ) ;
 711   int (*restore_noirq)(struct device * ) ;
 712   int (*runtime_suspend)(struct device * ) ;
 713   int (*runtime_resume)(struct device * ) ;
 714   int (*runtime_idle)(struct device * ) ;
 715};
 716#line 289
 717enum rpm_status {
 718    RPM_ACTIVE = 0,
 719    RPM_RESUMING = 1,
 720    RPM_SUSPENDED = 2,
 721    RPM_SUSPENDING = 3
 722} ;
 723#line 296
 724enum rpm_request {
 725    RPM_REQ_NONE = 0,
 726    RPM_REQ_IDLE = 1,
 727    RPM_REQ_SUSPEND = 2,
 728    RPM_REQ_AUTOSUSPEND = 3,
 729    RPM_REQ_RESUME = 4
 730} ;
 731#line 304
 732struct wakeup_source;
 733#line 304
 734struct wakeup_source;
 735#line 494 "include/linux/pm.h"
 736struct pm_subsys_data {
 737   spinlock_t lock ;
 738   unsigned int refcount ;
 739};
 740#line 499
 741struct dev_pm_qos_request;
 742#line 499
 743struct pm_qos_constraints;
 744#line 499 "include/linux/pm.h"
 745struct dev_pm_info {
 746   pm_message_t power_state ;
 747   unsigned char can_wakeup : 1 ;
 748   unsigned char async_suspend : 1 ;
 749   bool is_prepared ;
 750   bool is_suspended ;
 751   bool ignore_children ;
 752   spinlock_t lock ;
 753   struct list_head entry ;
 754   struct completion completion ;
 755   struct wakeup_source *wakeup ;
 756   bool wakeup_path ;
 757   struct timer_list suspend_timer ;
 758   unsigned long timer_expires ;
 759   struct work_struct work ;
 760   wait_queue_head_t wait_queue ;
 761   atomic_t usage_count ;
 762   atomic_t child_count ;
 763   unsigned char disable_depth : 3 ;
 764   unsigned char idle_notification : 1 ;
 765   unsigned char request_pending : 1 ;
 766   unsigned char deferred_resume : 1 ;
 767   unsigned char run_wake : 1 ;
 768   unsigned char runtime_auto : 1 ;
 769   unsigned char no_callbacks : 1 ;
 770   unsigned char irq_safe : 1 ;
 771   unsigned char use_autosuspend : 1 ;
 772   unsigned char timer_autosuspends : 1 ;
 773   enum rpm_request request ;
 774   enum rpm_status runtime_status ;
 775   int runtime_error ;
 776   int autosuspend_delay ;
 777   unsigned long last_busy ;
 778   unsigned long active_jiffies ;
 779   unsigned long suspended_jiffies ;
 780   unsigned long accounting_timestamp ;
 781   ktime_t suspend_time ;
 782   s64 max_time_suspended_ns ;
 783   struct dev_pm_qos_request *pq_req ;
 784   struct pm_subsys_data *subsys_data ;
 785   struct pm_qos_constraints *constraints ;
 786};
 787#line 558 "include/linux/pm.h"
 788struct dev_pm_domain {
 789   struct dev_pm_ops ops ;
 790};
 791#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
 792struct __anonstruct_mm_context_t_101 {
 793   void *ldt ;
 794   int size ;
 795   unsigned short ia32_compat ;
 796   struct mutex lock ;
 797   void *vdso ;
 798};
 799#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
 800typedef struct __anonstruct_mm_context_t_101 mm_context_t;
 801#line 18 "include/asm-generic/pci_iomap.h"
 802struct vm_area_struct;
 803#line 18
 804struct vm_area_struct;
 805#line 835 "include/linux/sysctl.h"
 806struct rb_node {
 807   unsigned long rb_parent_color ;
 808   struct rb_node *rb_right ;
 809   struct rb_node *rb_left ;
 810};
 811#line 108 "include/linux/rbtree.h"
 812struct rb_root {
 813   struct rb_node *rb_node ;
 814};
 815#line 176
 816struct nsproxy;
 817#line 176
 818struct nsproxy;
 819#line 37 "include/linux/kmod.h"
 820struct cred;
 821#line 37
 822struct cred;
 823#line 18 "include/linux/elf.h"
 824typedef __u64 Elf64_Addr;
 825#line 19 "include/linux/elf.h"
 826typedef __u16 Elf64_Half;
 827#line 23 "include/linux/elf.h"
 828typedef __u32 Elf64_Word;
 829#line 24 "include/linux/elf.h"
 830typedef __u64 Elf64_Xword;
 831#line 193 "include/linux/elf.h"
 832struct elf64_sym {
 833   Elf64_Word st_name ;
 834   unsigned char st_info ;
 835   unsigned char st_other ;
 836   Elf64_Half st_shndx ;
 837   Elf64_Addr st_value ;
 838   Elf64_Xword st_size ;
 839};
 840#line 201 "include/linux/elf.h"
 841typedef struct elf64_sym Elf64_Sym;
 842#line 445
 843struct sock;
 844#line 445
 845struct sock;
 846#line 446
 847struct kobject;
 848#line 446
 849struct kobject;
 850#line 447
 851enum kobj_ns_type {
 852    KOBJ_NS_TYPE_NONE = 0,
 853    KOBJ_NS_TYPE_NET = 1,
 854    KOBJ_NS_TYPES = 2
 855} ;
 856#line 453 "include/linux/elf.h"
 857struct kobj_ns_type_operations {
 858   enum kobj_ns_type type ;
 859   void *(*grab_current_ns)(void) ;
 860   void const   *(*netlink_ns)(struct sock * ) ;
 861   void const   *(*initial_ns)(void) ;
 862   void (*drop_ns)(void * ) ;
 863};
 864#line 57 "include/linux/kobject_ns.h"
 865struct attribute {
 866   char const   *name ;
 867   umode_t mode ;
 868   struct lock_class_key *key ;
 869   struct lock_class_key skey ;
 870};
 871#line 33 "include/linux/sysfs.h"
 872struct attribute_group {
 873   char const   *name ;
 874   umode_t (*is_visible)(struct kobject * , struct attribute * , int  ) ;
 875   struct attribute **attrs ;
 876};
 877#line 62 "include/linux/sysfs.h"
 878struct bin_attribute {
 879   struct attribute attr ;
 880   size_t size ;
 881   void *private ;
 882   ssize_t (*read)(struct file * , struct kobject * , struct bin_attribute * , char * ,
 883                   loff_t  , size_t  ) ;
 884   ssize_t (*write)(struct file * , struct kobject * , struct bin_attribute * , char * ,
 885                    loff_t  , size_t  ) ;
 886   int (*mmap)(struct file * , struct kobject * , struct bin_attribute * , struct vm_area_struct * ) ;
 887};
 888#line 98 "include/linux/sysfs.h"
 889struct sysfs_ops {
 890   ssize_t (*show)(struct kobject * , struct attribute * , char * ) ;
 891   ssize_t (*store)(struct kobject * , struct attribute * , char const   * , size_t  ) ;
 892   void const   *(*namespace)(struct kobject * , struct attribute  const  * ) ;
 893};
 894#line 117
 895struct sysfs_dirent;
 896#line 117
 897struct sysfs_dirent;
 898#line 182 "include/linux/sysfs.h"
 899struct kref {
 900   atomic_t refcount ;
 901};
 902#line 49 "include/linux/kobject.h"
 903struct kset;
 904#line 49
 905struct kobj_type;
 906#line 49 "include/linux/kobject.h"
 907struct kobject {
 908   char const   *name ;
 909   struct list_head entry ;
 910   struct kobject *parent ;
 911   struct kset *kset ;
 912   struct kobj_type *ktype ;
 913   struct sysfs_dirent *sd ;
 914   struct kref kref ;
 915   unsigned char state_initialized : 1 ;
 916   unsigned char state_in_sysfs : 1 ;
 917   unsigned char state_add_uevent_sent : 1 ;
 918   unsigned char state_remove_uevent_sent : 1 ;
 919   unsigned char uevent_suppress : 1 ;
 920};
 921#line 107 "include/linux/kobject.h"
 922struct kobj_type {
 923   void (*release)(struct kobject * ) ;
 924   struct sysfs_ops  const  *sysfs_ops ;
 925   struct attribute **default_attrs ;
 926   struct kobj_ns_type_operations  const  *(*child_ns_type)(struct kobject * ) ;
 927   void const   *(*namespace)(struct kobject * ) ;
 928};
 929#line 115 "include/linux/kobject.h"
 930struct kobj_uevent_env {
 931   char *envp[32U] ;
 932   int envp_idx ;
 933   char buf[2048U] ;
 934   int buflen ;
 935};
 936#line 122 "include/linux/kobject.h"
 937struct kset_uevent_ops {
 938   int (* const  filter)(struct kset * , struct kobject * ) ;
 939   char const   *(* const  name)(struct kset * , struct kobject * ) ;
 940   int (* const  uevent)(struct kset * , struct kobject * , struct kobj_uevent_env * ) ;
 941};
 942#line 139 "include/linux/kobject.h"
 943struct kset {
 944   struct list_head list ;
 945   spinlock_t list_lock ;
 946   struct kobject kobj ;
 947   struct kset_uevent_ops  const  *uevent_ops ;
 948};
 949#line 215
 950struct kernel_param;
 951#line 215
 952struct kernel_param;
 953#line 216 "include/linux/kobject.h"
 954struct kernel_param_ops {
 955   int (*set)(char const   * , struct kernel_param  const  * ) ;
 956   int (*get)(char * , struct kernel_param  const  * ) ;
 957   void (*free)(void * ) ;
 958};
 959#line 49 "include/linux/moduleparam.h"
 960struct kparam_string;
 961#line 49
 962struct kparam_array;
 963#line 49 "include/linux/moduleparam.h"
 964union __anonunion_ldv_13363_134 {
 965   void *arg ;
 966   struct kparam_string  const  *str ;
 967   struct kparam_array  const  *arr ;
 968};
 969#line 49 "include/linux/moduleparam.h"
 970struct kernel_param {
 971   char const   *name ;
 972   struct kernel_param_ops  const  *ops ;
 973   u16 perm ;
 974   s16 level ;
 975   union __anonunion_ldv_13363_134 ldv_13363 ;
 976};
 977#line 61 "include/linux/moduleparam.h"
 978struct kparam_string {
 979   unsigned int maxlen ;
 980   char *string ;
 981};
 982#line 67 "include/linux/moduleparam.h"
 983struct kparam_array {
 984   unsigned int max ;
 985   unsigned int elemsize ;
 986   unsigned int *num ;
 987   struct kernel_param_ops  const  *ops ;
 988   void *elem ;
 989};
 990#line 458 "include/linux/moduleparam.h"
 991struct static_key {
 992   atomic_t enabled ;
 993};
 994#line 225 "include/linux/jump_label.h"
 995struct tracepoint;
 996#line 225
 997struct tracepoint;
 998#line 226 "include/linux/jump_label.h"
 999struct tracepoint_func {
1000   void *func ;
1001   void *data ;
1002};
1003#line 29 "include/linux/tracepoint.h"
1004struct tracepoint {
1005   char const   *name ;
1006   struct static_key key ;
1007   void (*regfunc)(void) ;
1008   void (*unregfunc)(void) ;
1009   struct tracepoint_func *funcs ;
1010};
1011#line 86 "include/linux/tracepoint.h"
1012struct kernel_symbol {
1013   unsigned long value ;
1014   char const   *name ;
1015};
1016#line 27 "include/linux/export.h"
1017struct mod_arch_specific {
1018
1019};
1020#line 34 "include/linux/module.h"
1021struct module_param_attrs;
1022#line 34 "include/linux/module.h"
1023struct module_kobject {
1024   struct kobject kobj ;
1025   struct module *mod ;
1026   struct kobject *drivers_dir ;
1027   struct module_param_attrs *mp ;
1028};
1029#line 43 "include/linux/module.h"
1030struct module_attribute {
1031   struct attribute attr ;
1032   ssize_t (*show)(struct module_attribute * , struct module_kobject * , char * ) ;
1033   ssize_t (*store)(struct module_attribute * , struct module_kobject * , char const   * ,
1034                    size_t  ) ;
1035   void (*setup)(struct module * , char const   * ) ;
1036   int (*test)(struct module * ) ;
1037   void (*free)(struct module * ) ;
1038};
1039#line 69
1040struct exception_table_entry;
1041#line 69
1042struct exception_table_entry;
1043#line 198
1044enum module_state {
1045    MODULE_STATE_LIVE = 0,
1046    MODULE_STATE_COMING = 1,
1047    MODULE_STATE_GOING = 2
1048} ;
1049#line 204 "include/linux/module.h"
1050struct module_ref {
1051   unsigned long incs ;
1052   unsigned long decs ;
1053};
1054#line 219
1055struct module_sect_attrs;
1056#line 219
1057struct module_notes_attrs;
1058#line 219
1059struct ftrace_event_call;
1060#line 219 "include/linux/module.h"
1061struct module {
1062   enum module_state state ;
1063   struct list_head list ;
1064   char name[56U] ;
1065   struct module_kobject mkobj ;
1066   struct module_attribute *modinfo_attrs ;
1067   char const   *version ;
1068   char const   *srcversion ;
1069   struct kobject *holders_dir ;
1070   struct kernel_symbol  const  *syms ;
1071   unsigned long const   *crcs ;
1072   unsigned int num_syms ;
1073   struct kernel_param *kp ;
1074   unsigned int num_kp ;
1075   unsigned int num_gpl_syms ;
1076   struct kernel_symbol  const  *gpl_syms ;
1077   unsigned long const   *gpl_crcs ;
1078   struct kernel_symbol  const  *unused_syms ;
1079   unsigned long const   *unused_crcs ;
1080   unsigned int num_unused_syms ;
1081   unsigned int num_unused_gpl_syms ;
1082   struct kernel_symbol  const  *unused_gpl_syms ;
1083   unsigned long const   *unused_gpl_crcs ;
1084   struct kernel_symbol  const  *gpl_future_syms ;
1085   unsigned long const   *gpl_future_crcs ;
1086   unsigned int num_gpl_future_syms ;
1087   unsigned int num_exentries ;
1088   struct exception_table_entry *extable ;
1089   int (*init)(void) ;
1090   void *module_init ;
1091   void *module_core ;
1092   unsigned int init_size ;
1093   unsigned int core_size ;
1094   unsigned int init_text_size ;
1095   unsigned int core_text_size ;
1096   unsigned int init_ro_size ;
1097   unsigned int core_ro_size ;
1098   struct mod_arch_specific arch ;
1099   unsigned int taints ;
1100   unsigned int num_bugs ;
1101   struct list_head bug_list ;
1102   struct bug_entry *bug_table ;
1103   Elf64_Sym *symtab ;
1104   Elf64_Sym *core_symtab ;
1105   unsigned int num_symtab ;
1106   unsigned int core_num_syms ;
1107   char *strtab ;
1108   char *core_strtab ;
1109   struct module_sect_attrs *sect_attrs ;
1110   struct module_notes_attrs *notes_attrs ;
1111   char *args ;
1112   void *percpu ;
1113   unsigned int percpu_size ;
1114   unsigned int num_tracepoints ;
1115   struct tracepoint * const  *tracepoints_ptrs ;
1116   unsigned int num_trace_bprintk_fmt ;
1117   char const   **trace_bprintk_fmt_start ;
1118   struct ftrace_event_call **trace_events ;
1119   unsigned int num_trace_events ;
1120   struct list_head source_list ;
1121   struct list_head target_list ;
1122   struct task_struct *waiter ;
1123   void (*exit)(void) ;
1124   struct module_ref *refptr ;
1125   ctor_fn_t (**ctors)(void) ;
1126   unsigned int num_ctors ;
1127};
1128#line 88 "include/linux/kmemleak.h"
1129struct kmem_cache_cpu {
1130   void **freelist ;
1131   unsigned long tid ;
1132   struct page *page ;
1133   struct page *partial ;
1134   int node ;
1135   unsigned int stat[26U] ;
1136};
1137#line 55 "include/linux/slub_def.h"
1138struct kmem_cache_node {
1139   spinlock_t list_lock ;
1140   unsigned long nr_partial ;
1141   struct list_head partial ;
1142   atomic_long_t nr_slabs ;
1143   atomic_long_t total_objects ;
1144   struct list_head full ;
1145};
1146#line 66 "include/linux/slub_def.h"
1147struct kmem_cache_order_objects {
1148   unsigned long x ;
1149};
1150#line 76 "include/linux/slub_def.h"
1151struct kmem_cache {
1152   struct kmem_cache_cpu *cpu_slab ;
1153   unsigned long flags ;
1154   unsigned long min_partial ;
1155   int size ;
1156   int objsize ;
1157   int offset ;
1158   int cpu_partial ;
1159   struct kmem_cache_order_objects oo ;
1160   struct kmem_cache_order_objects max ;
1161   struct kmem_cache_order_objects min ;
1162   gfp_t allocflags ;
1163   int refcount ;
1164   void (*ctor)(void * ) ;
1165   int inuse ;
1166   int align ;
1167   int reserved ;
1168   char const   *name ;
1169   struct list_head list ;
1170   struct kobject kobj ;
1171   int remote_node_defrag_ratio ;
1172   struct kmem_cache_node *node[1024U] ;
1173};
1174#line 15 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
1175struct klist_node;
1176#line 15
1177struct klist_node;
1178#line 37 "include/linux/klist.h"
1179struct klist_node {
1180   void *n_klist ;
1181   struct list_head n_node ;
1182   struct kref n_ref ;
1183};
1184#line 67
1185struct dma_map_ops;
1186#line 67 "include/linux/klist.h"
1187struct dev_archdata {
1188   void *acpi_handle ;
1189   struct dma_map_ops *dma_ops ;
1190   void *iommu ;
1191};
1192#line 17 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1193struct device_private;
1194#line 17
1195struct device_private;
1196#line 18
1197struct device_driver;
1198#line 18
1199struct device_driver;
1200#line 19
1201struct driver_private;
1202#line 19
1203struct driver_private;
1204#line 20
1205struct class;
1206#line 20
1207struct class;
1208#line 21
1209struct subsys_private;
1210#line 21
1211struct subsys_private;
1212#line 22
1213struct bus_type;
1214#line 22
1215struct bus_type;
1216#line 23
1217struct device_node;
1218#line 23
1219struct device_node;
1220#line 24
1221struct iommu_ops;
1222#line 24
1223struct iommu_ops;
1224#line 25 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1225struct bus_attribute {
1226   struct attribute attr ;
1227   ssize_t (*show)(struct bus_type * , char * ) ;
1228   ssize_t (*store)(struct bus_type * , char const   * , size_t  ) ;
1229};
1230#line 51 "include/linux/device.h"
1231struct device_attribute;
1232#line 51
1233struct driver_attribute;
1234#line 51 "include/linux/device.h"
1235struct bus_type {
1236   char const   *name ;
1237   char const   *dev_name ;
1238   struct device *dev_root ;
1239   struct bus_attribute *bus_attrs ;
1240   struct device_attribute *dev_attrs ;
1241   struct driver_attribute *drv_attrs ;
1242   int (*match)(struct device * , struct device_driver * ) ;
1243   int (*uevent)(struct device * , struct kobj_uevent_env * ) ;
1244   int (*probe)(struct device * ) ;
1245   int (*remove)(struct device * ) ;
1246   void (*shutdown)(struct device * ) ;
1247   int (*suspend)(struct device * , pm_message_t  ) ;
1248   int (*resume)(struct device * ) ;
1249   struct dev_pm_ops  const  *pm ;
1250   struct iommu_ops *iommu_ops ;
1251   struct subsys_private *p ;
1252};
1253#line 125
1254struct device_type;
1255#line 182
1256struct of_device_id;
1257#line 182 "include/linux/device.h"
1258struct device_driver {
1259   char const   *name ;
1260   struct bus_type *bus ;
1261   struct module *owner ;
1262   char const   *mod_name ;
1263   bool suppress_bind_attrs ;
1264   struct of_device_id  const  *of_match_table ;
1265   int (*probe)(struct device * ) ;
1266   int (*remove)(struct device * ) ;
1267   void (*shutdown)(struct device * ) ;
1268   int (*suspend)(struct device * , pm_message_t  ) ;
1269   int (*resume)(struct device * ) ;
1270   struct attribute_group  const  **groups ;
1271   struct dev_pm_ops  const  *pm ;
1272   struct driver_private *p ;
1273};
1274#line 245 "include/linux/device.h"
1275struct driver_attribute {
1276   struct attribute attr ;
1277   ssize_t (*show)(struct device_driver * , char * ) ;
1278   ssize_t (*store)(struct device_driver * , char const   * , size_t  ) ;
1279};
1280#line 299
1281struct class_attribute;
1282#line 299 "include/linux/device.h"
1283struct class {
1284   char const   *name ;
1285   struct module *owner ;
1286   struct class_attribute *class_attrs ;
1287   struct device_attribute *dev_attrs ;
1288   struct bin_attribute *dev_bin_attrs ;
1289   struct kobject *dev_kobj ;
1290   int (*dev_uevent)(struct device * , struct kobj_uevent_env * ) ;
1291   char *(*devnode)(struct device * , umode_t * ) ;
1292   void (*class_release)(struct class * ) ;
1293   void (*dev_release)(struct device * ) ;
1294   int (*suspend)(struct device * , pm_message_t  ) ;
1295   int (*resume)(struct device * ) ;
1296   struct kobj_ns_type_operations  const  *ns_type ;
1297   void const   *(*namespace)(struct device * ) ;
1298   struct dev_pm_ops  const  *pm ;
1299   struct subsys_private *p ;
1300};
1301#line 394 "include/linux/device.h"
1302struct class_attribute {
1303   struct attribute attr ;
1304   ssize_t (*show)(struct class * , struct class_attribute * , char * ) ;
1305   ssize_t (*store)(struct class * , struct class_attribute * , char const   * , size_t  ) ;
1306   void const   *(*namespace)(struct class * , struct class_attribute  const  * ) ;
1307};
1308#line 447 "include/linux/device.h"
1309struct device_type {
1310   char const   *name ;
1311   struct attribute_group  const  **groups ;
1312   int (*uevent)(struct device * , struct kobj_uevent_env * ) ;
1313   char *(*devnode)(struct device * , umode_t * ) ;
1314   void (*release)(struct device * ) ;
1315   struct dev_pm_ops  const  *pm ;
1316};
1317#line 474 "include/linux/device.h"
1318struct device_attribute {
1319   struct attribute attr ;
1320   ssize_t (*show)(struct device * , struct device_attribute * , char * ) ;
1321   ssize_t (*store)(struct device * , struct device_attribute * , char const   * ,
1322                    size_t  ) ;
1323};
1324#line 557 "include/linux/device.h"
1325struct device_dma_parameters {
1326   unsigned int max_segment_size ;
1327   unsigned long segment_boundary_mask ;
1328};
1329#line 567
1330struct dma_coherent_mem;
1331#line 567 "include/linux/device.h"
1332struct device {
1333   struct device *parent ;
1334   struct device_private *p ;
1335   struct kobject kobj ;
1336   char const   *init_name ;
1337   struct device_type  const  *type ;
1338   struct mutex mutex ;
1339   struct bus_type *bus ;
1340   struct device_driver *driver ;
1341   void *platform_data ;
1342   struct dev_pm_info power ;
1343   struct dev_pm_domain *pm_domain ;
1344   int numa_node ;
1345   u64 *dma_mask ;
1346   u64 coherent_dma_mask ;
1347   struct device_dma_parameters *dma_parms ;
1348   struct list_head dma_pools ;
1349   struct dma_coherent_mem *dma_mem ;
1350   struct dev_archdata archdata ;
1351   struct device_node *of_node ;
1352   dev_t devt ;
1353   u32 id ;
1354   spinlock_t devres_lock ;
1355   struct list_head devres_head ;
1356   struct klist_node knode_class ;
1357   struct class *class ;
1358   struct attribute_group  const  **groups ;
1359   void (*release)(struct device * ) ;
1360};
1361#line 681 "include/linux/device.h"
1362struct wakeup_source {
1363   char const   *name ;
1364   struct list_head entry ;
1365   spinlock_t lock ;
1366   struct timer_list timer ;
1367   unsigned long timer_expires ;
1368   ktime_t total_time ;
1369   ktime_t max_time ;
1370   ktime_t last_time ;
1371   unsigned long event_count ;
1372   unsigned long active_count ;
1373   unsigned long relax_count ;
1374   unsigned long hit_count ;
1375   unsigned char active : 1 ;
1376};
1377#line 991 "include/linux/device.h"
1378struct cyttsp_platform_data {
1379   u32 maxx ;
1380   u32 maxy ;
1381   bool use_hndshk ;
1382   u8 act_dist ;
1383   u8 act_intrvl ;
1384   u8 tch_tmout ;
1385   u8 lp_intrvl ;
1386   int (*init)(void) ;
1387   void (*exit)(void) ;
1388   char *name ;
1389   s16 irq_gpio ;
1390   u8 *bl_keys ;
1391};
1392#line 57 "include/linux/input/cyttsp.h"
1393struct cyttsp_tch {
1394   __be16 x ;
1395   __be16 y ;
1396   u8 z ;
1397};
1398#line 47 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/input/touchscreen/cyttsp_core.h"
1399struct cyttsp_xydata {
1400   u8 hst_mode ;
1401   u8 tt_mode ;
1402   u8 tt_stat ;
1403   struct cyttsp_tch tch1 ;
1404   u8 touch12_id ;
1405   struct cyttsp_tch tch2 ;
1406   u8 gest_cnt ;
1407   u8 gest_id ;
1408   struct cyttsp_tch tch3 ;
1409   u8 touch34_id ;
1410   struct cyttsp_tch tch4 ;
1411   u8 tt_undef[3U] ;
1412   u8 act_dist ;
1413   u8 tt_reserved ;
1414};
1415#line 65 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/input/touchscreen/cyttsp_core.h"
1416struct cyttsp_sysinfo_data {
1417   u8 hst_mode ;
1418   u8 mfg_cmd ;
1419   u8 mfg_stat ;
1420   u8 cid[3U] ;
1421   u8 tt_undef1 ;
1422   u8 uid[8U] ;
1423   u8 bl_verh ;
1424   u8 bl_verl ;
1425   u8 tts_verh ;
1426   u8 tts_verl ;
1427   u8 app_idh ;
1428   u8 app_idl ;
1429   u8 app_verh ;
1430   u8 app_verl ;
1431   u8 tt_undef[5U] ;
1432   u8 scn_typ ;
1433   u8 act_intrvl ;
1434   u8 tch_tmout ;
1435   u8 lp_intrvl ;
1436};
1437#line 89 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/input/touchscreen/cyttsp_core.h"
1438struct cyttsp_bootloader_data {
1439   u8 bl_file ;
1440   u8 bl_status ;
1441   u8 bl_error ;
1442   u8 blver_hi ;
1443   u8 blver_lo ;
1444   u8 bld_blver_hi ;
1445   u8 bld_blver_lo ;
1446   u8 ttspver_hi ;
1447   u8 ttspver_lo ;
1448   u8 appid_hi ;
1449   u8 appid_lo ;
1450   u8 appver_hi ;
1451   u8 appver_lo ;
1452   u8 cid_0 ;
1453   u8 cid_1 ;
1454   u8 cid_2 ;
1455};
1456#line 110
1457struct cyttsp;
1458#line 110
1459struct cyttsp;
1460#line 111 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/input/touchscreen/cyttsp_core.h"
1461struct cyttsp_bus_ops {
1462   u16 bustype ;
1463   int (*write)(struct cyttsp * , u8  , u8  , void const   * ) ;
1464   int (*read)(struct cyttsp * , u8  , u8  , void * ) ;
1465};
1466#line 119
1467enum cyttsp_state {
1468    CY_IDLE_STATE = 0,
1469    CY_ACTIVE_STATE = 1,
1470    CY_BL_STATE = 2
1471} ;
1472#line 125
1473struct input_dev;
1474#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/input/touchscreen/cyttsp_core.h"
1475struct cyttsp {
1476   struct device *dev ;
1477   int irq ;
1478   struct input_dev *input ;
1479   char phys[32U] ;
1480   struct cyttsp_platform_data  const  *pdata ;
1481   struct cyttsp_bus_ops  const  *bus_ops ;
1482   struct cyttsp_bootloader_data bl_data ;
1483   struct cyttsp_sysinfo_data sysinfo_data ;
1484   struct cyttsp_xydata xy_data ;
1485   struct completion bl_ready ;
1486   enum cyttsp_state state ;
1487   bool suspended ;
1488   u8 xfer_buf[0U] ;
1489};
1490#line 32 "include/linux/input.h"
1491struct input_id {
1492   __u16 bustype ;
1493   __u16 vendor ;
1494   __u16 product ;
1495   __u16 version ;
1496};
1497#line 49 "include/linux/input.h"
1498struct input_absinfo {
1499   __s32 value ;
1500   __s32 minimum ;
1501   __s32 maximum ;
1502   __s32 fuzz ;
1503   __s32 flat ;
1504   __s32 resolution ;
1505};
1506#line 77 "include/linux/input.h"
1507struct input_keymap_entry {
1508   __u8 flags ;
1509   __u8 len ;
1510   __u16 index ;
1511   __u32 keycode ;
1512   __u8 scancode[32U] ;
1513};
1514#line 101 "include/linux/input.h"
1515struct ff_replay {
1516   __u16 length ;
1517   __u16 delay ;
1518};
1519#line 961 "include/linux/input.h"
1520struct ff_trigger {
1521   __u16 button ;
1522   __u16 interval ;
1523};
1524#line 971 "include/linux/input.h"
1525struct ff_envelope {
1526   __u16 attack_length ;
1527   __u16 attack_level ;
1528   __u16 fade_length ;
1529   __u16 fade_level ;
1530};
1531#line 990 "include/linux/input.h"
1532struct ff_constant_effect {
1533   __s16 level ;
1534   struct ff_envelope envelope ;
1535};
1536#line 1000 "include/linux/input.h"
1537struct ff_ramp_effect {
1538   __s16 start_level ;
1539   __s16 end_level ;
1540   struct ff_envelope envelope ;
1541};
1542#line 1012 "include/linux/input.h"
1543struct ff_condition_effect {
1544   __u16 right_saturation ;
1545   __u16 left_saturation ;
1546   __s16 right_coeff ;
1547   __s16 left_coeff ;
1548   __u16 deadband ;
1549   __s16 center ;
1550};
1551#line 1033 "include/linux/input.h"
1552struct ff_periodic_effect {
1553   __u16 waveform ;
1554   __u16 period ;
1555   __s16 magnitude ;
1556   __s16 offset ;
1557   __u16 phase ;
1558   struct ff_envelope envelope ;
1559   __u32 custom_len ;
1560   __s16 *custom_data ;
1561};
1562#line 1064 "include/linux/input.h"
1563struct ff_rumble_effect {
1564   __u16 strong_magnitude ;
1565   __u16 weak_magnitude ;
1566};
1567#line 1077 "include/linux/input.h"
1568union __anonunion_u_135 {
1569   struct ff_constant_effect constant ;
1570   struct ff_ramp_effect ramp ;
1571   struct ff_periodic_effect periodic ;
1572   struct ff_condition_effect condition[2U] ;
1573   struct ff_rumble_effect rumble ;
1574};
1575#line 1077 "include/linux/input.h"
1576struct ff_effect {
1577   __u16 type ;
1578   __s16 id ;
1579   __u16 direction ;
1580   struct ff_trigger trigger ;
1581   struct ff_replay replay ;
1582   union __anonunion_u_135 u ;
1583};
1584#line 1119
1585struct block_device;
1586#line 1119
1587struct block_device;
1588#line 93 "include/linux/bit_spinlock.h"
1589struct hlist_bl_node;
1590#line 93 "include/linux/bit_spinlock.h"
1591struct hlist_bl_head {
1592   struct hlist_bl_node *first ;
1593};
1594#line 36 "include/linux/list_bl.h"
1595struct hlist_bl_node {
1596   struct hlist_bl_node *next ;
1597   struct hlist_bl_node **pprev ;
1598};
1599#line 114 "include/linux/rculist_bl.h"
1600struct nameidata;
1601#line 114
1602struct nameidata;
1603#line 115
1604struct path;
1605#line 115
1606struct path;
1607#line 116
1608struct vfsmount;
1609#line 116
1610struct vfsmount;
1611#line 117 "include/linux/rculist_bl.h"
1612struct qstr {
1613   unsigned int hash ;
1614   unsigned int len ;
1615   unsigned char const   *name ;
1616};
1617#line 72 "include/linux/dcache.h"
1618struct inode;
1619#line 72
1620struct dentry_operations;
1621#line 72
1622struct super_block;
1623#line 72 "include/linux/dcache.h"
1624union __anonunion_d_u_136 {
1625   struct list_head d_child ;
1626   struct rcu_head d_rcu ;
1627};
1628#line 72 "include/linux/dcache.h"
1629struct dentry {
1630   unsigned int d_flags ;
1631   seqcount_t d_seq ;
1632   struct hlist_bl_node d_hash ;
1633   struct dentry *d_parent ;
1634   struct qstr d_name ;
1635   struct inode *d_inode ;
1636   unsigned char d_iname[32U] ;
1637   unsigned int d_count ;
1638   spinlock_t d_lock ;
1639   struct dentry_operations  const  *d_op ;
1640   struct super_block *d_sb ;
1641   unsigned long d_time ;
1642   void *d_fsdata ;
1643   struct list_head d_lru ;
1644   union __anonunion_d_u_136 d_u ;
1645   struct list_head d_subdirs ;
1646   struct list_head d_alias ;
1647};
1648#line 123 "include/linux/dcache.h"
1649struct dentry_operations {
1650   int (*d_revalidate)(struct dentry * , struct nameidata * ) ;
1651   int (*d_hash)(struct dentry  const  * , struct inode  const  * , struct qstr * ) ;
1652   int (*d_compare)(struct dentry  const  * , struct inode  const  * , struct dentry  const  * ,
1653                    struct inode  const  * , unsigned int  , char const   * , struct qstr  const  * ) ;
1654   int (*d_delete)(struct dentry  const  * ) ;
1655   void (*d_release)(struct dentry * ) ;
1656   void (*d_prune)(struct dentry * ) ;
1657   void (*d_iput)(struct dentry * , struct inode * ) ;
1658   char *(*d_dname)(struct dentry * , char * , int  ) ;
1659   struct vfsmount *(*d_automount)(struct path * ) ;
1660   int (*d_manage)(struct dentry * , bool  ) ;
1661};
1662#line 402 "include/linux/dcache.h"
1663struct path {
1664   struct vfsmount *mnt ;
1665   struct dentry *dentry ;
1666};
1667#line 58 "include/linux/radix-tree.h"
1668struct radix_tree_node;
1669#line 58 "include/linux/radix-tree.h"
1670struct radix_tree_root {
1671   unsigned int height ;
1672   gfp_t gfp_mask ;
1673   struct radix_tree_node *rnode ;
1674};
1675#line 377
1676struct prio_tree_node;
1677#line 377 "include/linux/radix-tree.h"
1678struct raw_prio_tree_node {
1679   struct prio_tree_node *left ;
1680   struct prio_tree_node *right ;
1681   struct prio_tree_node *parent ;
1682};
1683#line 19 "include/linux/prio_tree.h"
1684struct prio_tree_node {
1685   struct prio_tree_node *left ;
1686   struct prio_tree_node *right ;
1687   struct prio_tree_node *parent ;
1688   unsigned long start ;
1689   unsigned long last ;
1690};
1691#line 27 "include/linux/prio_tree.h"
1692struct prio_tree_root {
1693   struct prio_tree_node *prio_tree_node ;
1694   unsigned short index_bits ;
1695   unsigned short raw ;
1696};
1697#line 111
1698enum pid_type {
1699    PIDTYPE_PID = 0,
1700    PIDTYPE_PGID = 1,
1701    PIDTYPE_SID = 2,
1702    PIDTYPE_MAX = 3
1703} ;
1704#line 118
1705struct pid_namespace;
1706#line 118 "include/linux/prio_tree.h"
1707struct upid {
1708   int nr ;
1709   struct pid_namespace *ns ;
1710   struct hlist_node pid_chain ;
1711};
1712#line 56 "include/linux/pid.h"
1713struct pid {
1714   atomic_t count ;
1715   unsigned int level ;
1716   struct hlist_head tasks[3U] ;
1717   struct rcu_head rcu ;
1718   struct upid numbers[1U] ;
1719};
1720#line 68 "include/linux/pid.h"
1721struct pid_link {
1722   struct hlist_node node ;
1723   struct pid *pid ;
1724};
1725#line 93 "include/linux/capability.h"
1726struct kernel_cap_struct {
1727   __u32 cap[2U] ;
1728};
1729#line 96 "include/linux/capability.h"
1730typedef struct kernel_cap_struct kernel_cap_t;
1731#line 104
1732struct user_namespace;
1733#line 104
1734struct user_namespace;
1735#line 45 "include/linux/semaphore.h"
1736struct fiemap_extent {
1737   __u64 fe_logical ;
1738   __u64 fe_physical ;
1739   __u64 fe_length ;
1740   __u64 fe_reserved64[2U] ;
1741   __u32 fe_flags ;
1742   __u32 fe_reserved[3U] ;
1743};
1744#line 38 "include/linux/fiemap.h"
1745struct shrink_control {
1746   gfp_t gfp_mask ;
1747   unsigned long nr_to_scan ;
1748};
1749#line 14 "include/linux/shrinker.h"
1750struct shrinker {
1751   int (*shrink)(struct shrinker * , struct shrink_control * ) ;
1752   int seeks ;
1753   long batch ;
1754   struct list_head list ;
1755   atomic_long_t nr_in_batch ;
1756};
1757#line 43
1758enum migrate_mode {
1759    MIGRATE_ASYNC = 0,
1760    MIGRATE_SYNC_LIGHT = 1,
1761    MIGRATE_SYNC = 2
1762} ;
1763#line 49
1764struct export_operations;
1765#line 49
1766struct export_operations;
1767#line 51
1768struct iovec;
1769#line 51
1770struct iovec;
1771#line 52
1772struct kiocb;
1773#line 52
1774struct kiocb;
1775#line 53
1776struct pipe_inode_info;
1777#line 53
1778struct pipe_inode_info;
1779#line 54
1780struct poll_table_struct;
1781#line 54
1782struct poll_table_struct;
1783#line 55
1784struct kstatfs;
1785#line 55
1786struct kstatfs;
1787#line 435 "include/linux/fs.h"
1788struct iattr {
1789   unsigned int ia_valid ;
1790   umode_t ia_mode ;
1791   uid_t ia_uid ;
1792   gid_t ia_gid ;
1793   loff_t ia_size ;
1794   struct timespec ia_atime ;
1795   struct timespec ia_mtime ;
1796   struct timespec ia_ctime ;
1797   struct file *ia_file ;
1798};
1799#line 119 "include/linux/quota.h"
1800struct if_dqinfo {
1801   __u64 dqi_bgrace ;
1802   __u64 dqi_igrace ;
1803   __u32 dqi_flags ;
1804   __u32 dqi_valid ;
1805};
1806#line 176 "include/linux/percpu_counter.h"
1807struct fs_disk_quota {
1808   __s8 d_version ;
1809   __s8 d_flags ;
1810   __u16 d_fieldmask ;
1811   __u32 d_id ;
1812   __u64 d_blk_hardlimit ;
1813   __u64 d_blk_softlimit ;
1814   __u64 d_ino_hardlimit ;
1815   __u64 d_ino_softlimit ;
1816   __u64 d_bcount ;
1817   __u64 d_icount ;
1818   __s32 d_itimer ;
1819   __s32 d_btimer ;
1820   __u16 d_iwarns ;
1821   __u16 d_bwarns ;
1822   __s32 d_padding2 ;
1823   __u64 d_rtb_hardlimit ;
1824   __u64 d_rtb_softlimit ;
1825   __u64 d_rtbcount ;
1826   __s32 d_rtbtimer ;
1827   __u16 d_rtbwarns ;
1828   __s16 d_padding3 ;
1829   char d_padding4[8U] ;
1830};
1831#line 75 "include/linux/dqblk_xfs.h"
1832struct fs_qfilestat {
1833   __u64 qfs_ino ;
1834   __u64 qfs_nblks ;
1835   __u32 qfs_nextents ;
1836};
1837#line 150 "include/linux/dqblk_xfs.h"
1838typedef struct fs_qfilestat fs_qfilestat_t;
1839#line 151 "include/linux/dqblk_xfs.h"
1840struct fs_quota_stat {
1841   __s8 qs_version ;
1842   __u16 qs_flags ;
1843   __s8 qs_pad ;
1844   fs_qfilestat_t qs_uquota ;
1845   fs_qfilestat_t qs_gquota ;
1846   __u32 qs_incoredqs ;
1847   __s32 qs_btimelimit ;
1848   __s32 qs_itimelimit ;
1849   __s32 qs_rtbtimelimit ;
1850   __u16 qs_bwarnlimit ;
1851   __u16 qs_iwarnlimit ;
1852};
1853#line 165
1854struct dquot;
1855#line 165
1856struct dquot;
1857#line 185 "include/linux/quota.h"
1858typedef __kernel_uid32_t qid_t;
1859#line 186 "include/linux/quota.h"
1860typedef long long qsize_t;
1861#line 189 "include/linux/quota.h"
1862struct mem_dqblk {
1863   qsize_t dqb_bhardlimit ;
1864   qsize_t dqb_bsoftlimit ;
1865   qsize_t dqb_curspace ;
1866   qsize_t dqb_rsvspace ;
1867   qsize_t dqb_ihardlimit ;
1868   qsize_t dqb_isoftlimit ;
1869   qsize_t dqb_curinodes ;
1870   time_t dqb_btime ;
1871   time_t dqb_itime ;
1872};
1873#line 211
1874struct quota_format_type;
1875#line 211
1876struct quota_format_type;
1877#line 212 "include/linux/quota.h"
1878struct mem_dqinfo {
1879   struct quota_format_type *dqi_format ;
1880   int dqi_fmt_id ;
1881   struct list_head dqi_dirty_list ;
1882   unsigned long dqi_flags ;
1883   unsigned int dqi_bgrace ;
1884   unsigned int dqi_igrace ;
1885   qsize_t dqi_maxblimit ;
1886   qsize_t dqi_maxilimit ;
1887   void *dqi_priv ;
1888};
1889#line 275 "include/linux/quota.h"
1890struct dquot {
1891   struct hlist_node dq_hash ;
1892   struct list_head dq_inuse ;
1893   struct list_head dq_free ;
1894   struct list_head dq_dirty ;
1895   struct mutex dq_lock ;
1896   atomic_t dq_count ;
1897   wait_queue_head_t dq_wait_unused ;
1898   struct super_block *dq_sb ;
1899   unsigned int dq_id ;
1900   loff_t dq_off ;
1901   unsigned long dq_flags ;
1902   short dq_type ;
1903   struct mem_dqblk dq_dqb ;
1904};
1905#line 303 "include/linux/quota.h"
1906struct quota_format_ops {
1907   int (*check_quota_file)(struct super_block * , int  ) ;
1908   int (*read_file_info)(struct super_block * , int  ) ;
1909   int (*write_file_info)(struct super_block * , int  ) ;
1910   int (*free_file_info)(struct super_block * , int  ) ;
1911   int (*read_dqblk)(struct dquot * ) ;
1912   int (*commit_dqblk)(struct dquot * ) ;
1913   int (*release_dqblk)(struct dquot * ) ;
1914};
1915#line 314 "include/linux/quota.h"
1916struct dquot_operations {
1917   int (*write_dquot)(struct dquot * ) ;
1918   struct dquot *(*alloc_dquot)(struct super_block * , int  ) ;
1919   void (*destroy_dquot)(struct dquot * ) ;
1920   int (*acquire_dquot)(struct dquot * ) ;
1921   int (*release_dquot)(struct dquot * ) ;
1922   int (*mark_dirty)(struct dquot * ) ;
1923   int (*write_info)(struct super_block * , int  ) ;
1924   qsize_t *(*get_reserved_space)(struct inode * ) ;
1925};
1926#line 328 "include/linux/quota.h"
1927struct quotactl_ops {
1928   int (*quota_on)(struct super_block * , int  , int  , struct path * ) ;
1929   int (*quota_on_meta)(struct super_block * , int  , int  ) ;
1930   int (*quota_off)(struct super_block * , int  ) ;
1931   int (*quota_sync)(struct super_block * , int  , int  ) ;
1932   int (*get_info)(struct super_block * , int  , struct if_dqinfo * ) ;
1933   int (*set_info)(struct super_block * , int  , struct if_dqinfo * ) ;
1934   int (*get_dqblk)(struct super_block * , int  , qid_t  , struct fs_disk_quota * ) ;
1935   int (*set_dqblk)(struct super_block * , int  , qid_t  , struct fs_disk_quota * ) ;
1936   int (*get_xstate)(struct super_block * , struct fs_quota_stat * ) ;
1937   int (*set_xstate)(struct super_block * , unsigned int  , int  ) ;
1938};
1939#line 344 "include/linux/quota.h"
1940struct quota_format_type {
1941   int qf_fmt_id ;
1942   struct quota_format_ops  const  *qf_ops ;
1943   struct module *qf_owner ;
1944   struct quota_format_type *qf_next ;
1945};
1946#line 390 "include/linux/quota.h"
1947struct quota_info {
1948   unsigned int flags ;
1949   struct mutex dqio_mutex ;
1950   struct mutex dqonoff_mutex ;
1951   struct rw_semaphore dqptr_sem ;
1952   struct inode *files[2U] ;
1953   struct mem_dqinfo info[2U] ;
1954   struct quota_format_ops  const  *ops[2U] ;
1955};
1956#line 421
1957struct address_space;
1958#line 421
1959struct address_space;
1960#line 422
1961struct writeback_control;
1962#line 422
1963struct writeback_control;
1964#line 585 "include/linux/fs.h"
1965union __anonunion_arg_139 {
1966   char *buf ;
1967   void *data ;
1968};
1969#line 585 "include/linux/fs.h"
1970struct __anonstruct_read_descriptor_t_138 {
1971   size_t written ;
1972   size_t count ;
1973   union __anonunion_arg_139 arg ;
1974   int error ;
1975};
1976#line 585 "include/linux/fs.h"
1977typedef struct __anonstruct_read_descriptor_t_138 read_descriptor_t;
1978#line 588 "include/linux/fs.h"
1979struct address_space_operations {
1980   int (*writepage)(struct page * , struct writeback_control * ) ;
1981   int (*readpage)(struct file * , struct page * ) ;
1982   int (*writepages)(struct address_space * , struct writeback_control * ) ;
1983   int (*set_page_dirty)(struct page * ) ;
1984   int (*readpages)(struct file * , struct address_space * , struct list_head * ,
1985                    unsigned int  ) ;
1986   int (*write_begin)(struct file * , struct address_space * , loff_t  , unsigned int  ,
1987                      unsigned int  , struct page ** , void ** ) ;
1988   int (*write_end)(struct file * , struct address_space * , loff_t  , unsigned int  ,
1989                    unsigned int  , struct page * , void * ) ;
1990   sector_t (*bmap)(struct address_space * , sector_t  ) ;
1991   void (*invalidatepage)(struct page * , unsigned long  ) ;
1992   int (*releasepage)(struct page * , gfp_t  ) ;
1993   void (*freepage)(struct page * ) ;
1994   ssize_t (*direct_IO)(int  , struct kiocb * , struct iovec  const  * , loff_t  ,
1995                        unsigned long  ) ;
1996   int (*get_xip_mem)(struct address_space * , unsigned long  , int  , void ** , unsigned long * ) ;
1997   int (*migratepage)(struct address_space * , struct page * , struct page * , enum migrate_mode  ) ;
1998   int (*launder_page)(struct page * ) ;
1999   int (*is_partially_uptodate)(struct page * , read_descriptor_t * , unsigned long  ) ;
2000   int (*error_remove_page)(struct address_space * , struct page * ) ;
2001};
2002#line 642
2003struct backing_dev_info;
2004#line 642
2005struct backing_dev_info;
2006#line 643 "include/linux/fs.h"
2007struct address_space {
2008   struct inode *host ;
2009   struct radix_tree_root page_tree ;
2010   spinlock_t tree_lock ;
2011   unsigned int i_mmap_writable ;
2012   struct prio_tree_root i_mmap ;
2013   struct list_head i_mmap_nonlinear ;
2014   struct mutex i_mmap_mutex ;
2015   unsigned long nrpages ;
2016   unsigned long writeback_index ;
2017   struct address_space_operations  const  *a_ops ;
2018   unsigned long flags ;
2019   struct backing_dev_info *backing_dev_info ;
2020   spinlock_t private_lock ;
2021   struct list_head private_list ;
2022   struct address_space *assoc_mapping ;
2023};
2024#line 664
2025struct request_queue;
2026#line 664
2027struct request_queue;
2028#line 665
2029struct hd_struct;
2030#line 665
2031struct gendisk;
2032#line 665 "include/linux/fs.h"
2033struct block_device {
2034   dev_t bd_dev ;
2035   int bd_openers ;
2036   struct inode *bd_inode ;
2037   struct super_block *bd_super ;
2038   struct mutex bd_mutex ;
2039   struct list_head bd_inodes ;
2040   void *bd_claiming ;
2041   void *bd_holder ;
2042   int bd_holders ;
2043   bool bd_write_holder ;
2044   struct list_head bd_holder_disks ;
2045   struct block_device *bd_contains ;
2046   unsigned int bd_block_size ;
2047   struct hd_struct *bd_part ;
2048   unsigned int bd_part_count ;
2049   int bd_invalidated ;
2050   struct gendisk *bd_disk ;
2051   struct request_queue *bd_queue ;
2052   struct list_head bd_list ;
2053   unsigned long bd_private ;
2054   int bd_fsfreeze_count ;
2055   struct mutex bd_fsfreeze_mutex ;
2056};
2057#line 737
2058struct posix_acl;
2059#line 737
2060struct posix_acl;
2061#line 738
2062struct inode_operations;
2063#line 738 "include/linux/fs.h"
2064union __anonunion_ldv_16717_140 {
2065   unsigned int const   i_nlink ;
2066   unsigned int __i_nlink ;
2067};
2068#line 738 "include/linux/fs.h"
2069union __anonunion_ldv_16736_141 {
2070   struct list_head i_dentry ;
2071   struct rcu_head i_rcu ;
2072};
2073#line 738
2074struct file_operations;
2075#line 738
2076struct file_lock;
2077#line 738
2078struct cdev;
2079#line 738 "include/linux/fs.h"
2080union __anonunion_ldv_16754_142 {
2081   struct pipe_inode_info *i_pipe ;
2082   struct block_device *i_bdev ;
2083   struct cdev *i_cdev ;
2084};
2085#line 738 "include/linux/fs.h"
2086struct inode {
2087   umode_t i_mode ;
2088   unsigned short i_opflags ;
2089   uid_t i_uid ;
2090   gid_t i_gid ;
2091   unsigned int i_flags ;
2092   struct posix_acl *i_acl ;
2093   struct posix_acl *i_default_acl ;
2094   struct inode_operations  const  *i_op ;
2095   struct super_block *i_sb ;
2096   struct address_space *i_mapping ;
2097   void *i_security ;
2098   unsigned long i_ino ;
2099   union __anonunion_ldv_16717_140 ldv_16717 ;
2100   dev_t i_rdev ;
2101   struct timespec i_atime ;
2102   struct timespec i_mtime ;
2103   struct timespec i_ctime ;
2104   spinlock_t i_lock ;
2105   unsigned short i_bytes ;
2106   blkcnt_t i_blocks ;
2107   loff_t i_size ;
2108   unsigned long i_state ;
2109   struct mutex i_mutex ;
2110   unsigned long dirtied_when ;
2111   struct hlist_node i_hash ;
2112   struct list_head i_wb_list ;
2113   struct list_head i_lru ;
2114   struct list_head i_sb_list ;
2115   union __anonunion_ldv_16736_141 ldv_16736 ;
2116   atomic_t i_count ;
2117   unsigned int i_blkbits ;
2118   u64 i_version ;
2119   atomic_t i_dio_count ;
2120   atomic_t i_writecount ;
2121   struct file_operations  const  *i_fop ;
2122   struct file_lock *i_flock ;
2123   struct address_space i_data ;
2124   struct dquot *i_dquot[2U] ;
2125   struct list_head i_devices ;
2126   union __anonunion_ldv_16754_142 ldv_16754 ;
2127   __u32 i_generation ;
2128   __u32 i_fsnotify_mask ;
2129   struct hlist_head i_fsnotify_marks ;
2130   atomic_t i_readcount ;
2131   void *i_private ;
2132};
2133#line 941 "include/linux/fs.h"
2134struct fown_struct {
2135   rwlock_t lock ;
2136   struct pid *pid ;
2137   enum pid_type pid_type ;
2138   uid_t uid ;
2139   uid_t euid ;
2140   int signum ;
2141};
2142#line 949 "include/linux/fs.h"
2143struct file_ra_state {
2144   unsigned long start ;
2145   unsigned int size ;
2146   unsigned int async_size ;
2147   unsigned int ra_pages ;
2148   unsigned int mmap_miss ;
2149   loff_t prev_pos ;
2150};
2151#line 972 "include/linux/fs.h"
2152union __anonunion_f_u_143 {
2153   struct list_head fu_list ;
2154   struct rcu_head fu_rcuhead ;
2155};
2156#line 972 "include/linux/fs.h"
2157struct file {
2158   union __anonunion_f_u_143 f_u ;
2159   struct path f_path ;
2160   struct file_operations  const  *f_op ;
2161   spinlock_t f_lock ;
2162   int f_sb_list_cpu ;
2163   atomic_long_t f_count ;
2164   unsigned int f_flags ;
2165   fmode_t f_mode ;
2166   loff_t f_pos ;
2167   struct fown_struct f_owner ;
2168   struct cred  const  *f_cred ;
2169   struct file_ra_state f_ra ;
2170   u64 f_version ;
2171   void *f_security ;
2172   void *private_data ;
2173   struct list_head f_ep_links ;
2174   struct list_head f_tfile_llink ;
2175   struct address_space *f_mapping ;
2176   unsigned long f_mnt_write_state ;
2177};
2178#line 1111
2179struct files_struct;
2180#line 1111 "include/linux/fs.h"
2181typedef struct files_struct *fl_owner_t;
2182#line 1112 "include/linux/fs.h"
2183struct file_lock_operations {
2184   void (*fl_copy_lock)(struct file_lock * , struct file_lock * ) ;
2185   void (*fl_release_private)(struct file_lock * ) ;
2186};
2187#line 1117 "include/linux/fs.h"
2188struct lock_manager_operations {
2189   int (*lm_compare_owner)(struct file_lock * , struct file_lock * ) ;
2190   void (*lm_notify)(struct file_lock * ) ;
2191   int (*lm_grant)(struct file_lock * , struct file_lock * , int  ) ;
2192   void (*lm_release_private)(struct file_lock * ) ;
2193   void (*lm_break)(struct file_lock * ) ;
2194   int (*lm_change)(struct file_lock ** , int  ) ;
2195};
2196#line 1134
2197struct nlm_lockowner;
2198#line 1134
2199struct nlm_lockowner;
2200#line 1135 "include/linux/fs.h"
2201struct nfs_lock_info {
2202   u32 state ;
2203   struct nlm_lockowner *owner ;
2204   struct list_head list ;
2205};
2206#line 14 "include/linux/nfs_fs_i.h"
2207struct nfs4_lock_state;
2208#line 14
2209struct nfs4_lock_state;
2210#line 15 "include/linux/nfs_fs_i.h"
2211struct nfs4_lock_info {
2212   struct nfs4_lock_state *owner ;
2213};
2214#line 19
2215struct fasync_struct;
2216#line 19 "include/linux/nfs_fs_i.h"
2217struct __anonstruct_afs_145 {
2218   struct list_head link ;
2219   int state ;
2220};
2221#line 19 "include/linux/nfs_fs_i.h"
2222union __anonunion_fl_u_144 {
2223   struct nfs_lock_info nfs_fl ;
2224   struct nfs4_lock_info nfs4_fl ;
2225   struct __anonstruct_afs_145 afs ;
2226};
2227#line 19 "include/linux/nfs_fs_i.h"
2228struct file_lock {
2229   struct file_lock *fl_next ;
2230   struct list_head fl_link ;
2231   struct list_head fl_block ;
2232   fl_owner_t fl_owner ;
2233   unsigned int fl_flags ;
2234   unsigned char fl_type ;
2235   unsigned int fl_pid ;
2236   struct pid *fl_nspid ;
2237   wait_queue_head_t fl_wait ;
2238   struct file *fl_file ;
2239   loff_t fl_start ;
2240   loff_t fl_end ;
2241   struct fasync_struct *fl_fasync ;
2242   unsigned long fl_break_time ;
2243   unsigned long fl_downgrade_time ;
2244   struct file_lock_operations  const  *fl_ops ;
2245   struct lock_manager_operations  const  *fl_lmops ;
2246   union __anonunion_fl_u_144 fl_u ;
2247};
2248#line 1221 "include/linux/fs.h"
2249struct fasync_struct {
2250   spinlock_t fa_lock ;
2251   int magic ;
2252   int fa_fd ;
2253   struct fasync_struct *fa_next ;
2254   struct file *fa_file ;
2255   struct rcu_head fa_rcu ;
2256};
2257#line 1417
2258struct file_system_type;
2259#line 1417
2260struct super_operations;
2261#line 1417
2262struct xattr_handler;
2263#line 1417
2264struct mtd_info;
2265#line 1417 "include/linux/fs.h"
2266struct super_block {
2267   struct list_head s_list ;
2268   dev_t s_dev ;
2269   unsigned char s_dirt ;
2270   unsigned char s_blocksize_bits ;
2271   unsigned long s_blocksize ;
2272   loff_t s_maxbytes ;
2273   struct file_system_type *s_type ;
2274   struct super_operations  const  *s_op ;
2275   struct dquot_operations  const  *dq_op ;
2276   struct quotactl_ops  const  *s_qcop ;
2277   struct export_operations  const  *s_export_op ;
2278   unsigned long s_flags ;
2279   unsigned long s_magic ;
2280   struct dentry *s_root ;
2281   struct rw_semaphore s_umount ;
2282   struct mutex s_lock ;
2283   int s_count ;
2284   atomic_t s_active ;
2285   void *s_security ;
2286   struct xattr_handler  const  **s_xattr ;
2287   struct list_head s_inodes ;
2288   struct hlist_bl_head s_anon ;
2289   struct list_head *s_files ;
2290   struct list_head s_mounts ;
2291   struct list_head s_dentry_lru ;
2292   int s_nr_dentry_unused ;
2293   spinlock_t s_inode_lru_lock ;
2294   struct list_head s_inode_lru ;
2295   int s_nr_inodes_unused ;
2296   struct block_device *s_bdev ;
2297   struct backing_dev_info *s_bdi ;
2298   struct mtd_info *s_mtd ;
2299   struct hlist_node s_instances ;
2300   struct quota_info s_dquot ;
2301   int s_frozen ;
2302   wait_queue_head_t s_wait_unfrozen ;
2303   char s_id[32U] ;
2304   u8 s_uuid[16U] ;
2305   void *s_fs_info ;
2306   unsigned int s_max_links ;
2307   fmode_t s_mode ;
2308   u32 s_time_gran ;
2309   struct mutex s_vfs_rename_mutex ;
2310   char *s_subtype ;
2311   char *s_options ;
2312   struct dentry_operations  const  *s_d_op ;
2313   int cleancache_poolid ;
2314   struct shrinker s_shrink ;
2315   atomic_long_t s_remove_count ;
2316   int s_readonly_remount ;
2317};
2318#line 1563 "include/linux/fs.h"
2319struct fiemap_extent_info {
2320   unsigned int fi_flags ;
2321   unsigned int fi_extents_mapped ;
2322   unsigned int fi_extents_max ;
2323   struct fiemap_extent *fi_extents_start ;
2324};
2325#line 1602 "include/linux/fs.h"
2326struct file_operations {
2327   struct module *owner ;
2328   loff_t (*llseek)(struct file * , loff_t  , int  ) ;
2329   ssize_t (*read)(struct file * , char * , size_t  , loff_t * ) ;
2330   ssize_t (*write)(struct file * , char const   * , size_t  , loff_t * ) ;
2331   ssize_t (*aio_read)(struct kiocb * , struct iovec  const  * , unsigned long  ,
2332                       loff_t  ) ;
2333   ssize_t (*aio_write)(struct kiocb * , struct iovec  const  * , unsigned long  ,
2334                        loff_t  ) ;
2335   int (*readdir)(struct file * , void * , int (*)(void * , char const   * , int  ,
2336                                                   loff_t  , u64  , unsigned int  ) ) ;
2337   unsigned int (*poll)(struct file * , struct poll_table_struct * ) ;
2338   long (*unlocked_ioctl)(struct file * , unsigned int  , unsigned long  ) ;
2339   long (*compat_ioctl)(struct file * , unsigned int  , unsigned long  ) ;
2340   int (*mmap)(struct file * , struct vm_area_struct * ) ;
2341   int (*open)(struct inode * , struct file * ) ;
2342   int (*flush)(struct file * , fl_owner_t  ) ;
2343   int (*release)(struct inode * , struct file * ) ;
2344   int (*fsync)(struct file * , loff_t  , loff_t  , int  ) ;
2345   int (*aio_fsync)(struct kiocb * , int  ) ;
2346   int (*fasync)(int  , struct file * , int  ) ;
2347   int (*lock)(struct file * , int  , struct file_lock * ) ;
2348   ssize_t (*sendpage)(struct file * , struct page * , int  , size_t  , loff_t * ,
2349                       int  ) ;
2350   unsigned long (*get_unmapped_area)(struct file * , unsigned long  , unsigned long  ,
2351                                      unsigned long  , unsigned long  ) ;
2352   int (*check_flags)(int  ) ;
2353   int (*flock)(struct file * , int  , struct file_lock * ) ;
2354   ssize_t (*splice_write)(struct pipe_inode_info * , struct file * , loff_t * , size_t  ,
2355                           unsigned int  ) ;
2356   ssize_t (*splice_read)(struct file * , loff_t * , struct pipe_inode_info * , size_t  ,
2357                          unsigned int  ) ;
2358   int (*setlease)(struct file * , long  , struct file_lock ** ) ;
2359   long (*fallocate)(struct file * , int  , loff_t  , loff_t  ) ;
2360};
2361#line 1637 "include/linux/fs.h"
2362struct inode_operations {
2363   struct dentry *(*lookup)(struct inode * , struct dentry * , struct nameidata * ) ;
2364   void *(*follow_link)(struct dentry * , struct nameidata * ) ;
2365   int (*permission)(struct inode * , int  ) ;
2366   struct posix_acl *(*get_acl)(struct inode * , int  ) ;
2367   int (*readlink)(struct dentry * , char * , int  ) ;
2368   void (*put_link)(struct dentry * , struct nameidata * , void * ) ;
2369   int (*create)(struct inode * , struct dentry * , umode_t  , struct nameidata * ) ;
2370   int (*link)(struct dentry * , struct inode * , struct dentry * ) ;
2371   int (*unlink)(struct inode * , struct dentry * ) ;
2372   int (*symlink)(struct inode * , struct dentry * , char const   * ) ;
2373   int (*mkdir)(struct inode * , struct dentry * , umode_t  ) ;
2374   int (*rmdir)(struct inode * , struct dentry * ) ;
2375   int (*mknod)(struct inode * , struct dentry * , umode_t  , dev_t  ) ;
2376   int (*rename)(struct inode * , struct dentry * , struct inode * , struct dentry * ) ;
2377   void (*truncate)(struct inode * ) ;
2378   int (*setattr)(struct dentry * , struct iattr * ) ;
2379   int (*getattr)(struct vfsmount * , struct dentry * , struct kstat * ) ;
2380   int (*setxattr)(struct dentry * , char const   * , void const   * , size_t  , int  ) ;
2381   ssize_t (*getxattr)(struct dentry * , char const   * , void * , size_t  ) ;
2382   ssize_t (*listxattr)(struct dentry * , char * , size_t  ) ;
2383   int (*removexattr)(struct dentry * , char const   * ) ;
2384   void (*truncate_range)(struct inode * , loff_t  , loff_t  ) ;
2385   int (*fiemap)(struct inode * , struct fiemap_extent_info * , u64  , u64  ) ;
2386};
2387#line 1682 "include/linux/fs.h"
2388struct super_operations {
2389   struct inode *(*alloc_inode)(struct super_block * ) ;
2390   void (*destroy_inode)(struct inode * ) ;
2391   void (*dirty_inode)(struct inode * , int  ) ;
2392   int (*write_inode)(struct inode * , struct writeback_control * ) ;
2393   int (*drop_inode)(struct inode * ) ;
2394   void (*evict_inode)(struct inode * ) ;
2395   void (*put_super)(struct super_block * ) ;
2396   void (*write_super)(struct super_block * ) ;
2397   int (*sync_fs)(struct super_block * , int  ) ;
2398   int (*freeze_fs)(struct super_block * ) ;
2399   int (*unfreeze_fs)(struct super_block * ) ;
2400   int (*statfs)(struct dentry * , struct kstatfs * ) ;
2401   int (*remount_fs)(struct super_block * , int * , char * ) ;
2402   void (*umount_begin)(struct super_block * ) ;
2403   int (*show_options)(struct seq_file * , struct dentry * ) ;
2404   int (*show_devname)(struct seq_file * , struct dentry * ) ;
2405   int (*show_path)(struct seq_file * , struct dentry * ) ;
2406   int (*show_stats)(struct seq_file * , struct dentry * ) ;
2407   ssize_t (*quota_read)(struct super_block * , int  , char * , size_t  , loff_t  ) ;
2408   ssize_t (*quota_write)(struct super_block * , int  , char const   * , size_t  ,
2409                          loff_t  ) ;
2410   int (*bdev_try_to_free_page)(struct super_block * , struct page * , gfp_t  ) ;
2411   int (*nr_cached_objects)(struct super_block * ) ;
2412   void (*free_cached_objects)(struct super_block * , int  ) ;
2413};
2414#line 1834 "include/linux/fs.h"
2415struct file_system_type {
2416   char const   *name ;
2417   int fs_flags ;
2418   struct dentry *(*mount)(struct file_system_type * , int  , char const   * , void * ) ;
2419   void (*kill_sb)(struct super_block * ) ;
2420   struct module *owner ;
2421   struct file_system_type *next ;
2422   struct hlist_head fs_supers ;
2423   struct lock_class_key s_lock_key ;
2424   struct lock_class_key s_umount_key ;
2425   struct lock_class_key s_vfs_rename_key ;
2426   struct lock_class_key i_lock_key ;
2427   struct lock_class_key i_mutex_key ;
2428   struct lock_class_key i_mutex_dir_key ;
2429};
2430#line 12 "include/linux/mod_devicetable.h"
2431typedef unsigned long kernel_ulong_t;
2432#line 215 "include/linux/mod_devicetable.h"
2433struct of_device_id {
2434   char name[32U] ;
2435   char type[32U] ;
2436   char compatible[128U] ;
2437   void *data ;
2438};
2439#line 269 "include/linux/mod_devicetable.h"
2440struct input_device_id {
2441   kernel_ulong_t flags ;
2442   __u16 bustype ;
2443   __u16 vendor ;
2444   __u16 product ;
2445   __u16 version ;
2446   kernel_ulong_t evbit[1U] ;
2447   kernel_ulong_t keybit[12U] ;
2448   kernel_ulong_t relbit[1U] ;
2449   kernel_ulong_t absbit[1U] ;
2450   kernel_ulong_t mscbit[1U] ;
2451   kernel_ulong_t ledbit[1U] ;
2452   kernel_ulong_t sndbit[1U] ;
2453   kernel_ulong_t ffbit[2U] ;
2454   kernel_ulong_t swbit[1U] ;
2455   kernel_ulong_t driver_info ;
2456};
2457#line 584
2458struct ff_device;
2459#line 584
2460struct input_mt_slot;
2461#line 584
2462struct input_handle;
2463#line 584 "include/linux/mod_devicetable.h"
2464struct input_dev {
2465   char const   *name ;
2466   char const   *phys ;
2467   char const   *uniq ;
2468   struct input_id id ;
2469   unsigned long propbit[1U] ;
2470   unsigned long evbit[1U] ;
2471   unsigned long keybit[12U] ;
2472   unsigned long relbit[1U] ;
2473   unsigned long absbit[1U] ;
2474   unsigned long mscbit[1U] ;
2475   unsigned long ledbit[1U] ;
2476   unsigned long sndbit[1U] ;
2477   unsigned long ffbit[2U] ;
2478   unsigned long swbit[1U] ;
2479   unsigned int hint_events_per_packet ;
2480   unsigned int keycodemax ;
2481   unsigned int keycodesize ;
2482   void *keycode ;
2483   int (*setkeycode)(struct input_dev * , struct input_keymap_entry  const  * , unsigned int * ) ;
2484   int (*getkeycode)(struct input_dev * , struct input_keymap_entry * ) ;
2485   struct ff_device *ff ;
2486   unsigned int repeat_key ;
2487   struct timer_list timer ;
2488   int rep[2U] ;
2489   struct input_mt_slot *mt ;
2490   int mtsize ;
2491   int slot ;
2492   int trkid ;
2493   struct input_absinfo *absinfo ;
2494   unsigned long key[12U] ;
2495   unsigned long led[1U] ;
2496   unsigned long snd[1U] ;
2497   unsigned long sw[1U] ;
2498   int (*open)(struct input_dev * ) ;
2499   void (*close)(struct input_dev * ) ;
2500   int (*flush)(struct input_dev * , struct file * ) ;
2501   int (*event)(struct input_dev * , unsigned int  , unsigned int  , int  ) ;
2502   struct input_handle *grab ;
2503   spinlock_t event_lock ;
2504   struct mutex mutex ;
2505   unsigned int users ;
2506   bool going_away ;
2507   bool sync ;
2508   struct device dev ;
2509   struct list_head h_list ;
2510   struct list_head node ;
2511};
2512#line 1319 "include/linux/input.h"
2513struct input_handler {
2514   void *private ;
2515   void (*event)(struct input_handle * , unsigned int  , unsigned int  , int  ) ;
2516   bool (*filter)(struct input_handle * , unsigned int  , unsigned int  , int  ) ;
2517   bool (*match)(struct input_handler * , struct input_dev * ) ;
2518   int (*connect)(struct input_handler * , struct input_dev * , struct input_device_id  const  * ) ;
2519   void (*disconnect)(struct input_handle * ) ;
2520   void (*start)(struct input_handle * ) ;
2521   struct file_operations  const  *fops ;
2522   int minor ;
2523   char const   *name ;
2524   struct input_device_id  const  *id_table ;
2525   struct list_head h_list ;
2526   struct list_head node ;
2527};
2528#line 1429 "include/linux/input.h"
2529struct input_handle {
2530   void *private ;
2531   int open ;
2532   char const   *name ;
2533   struct input_dev *dev ;
2534   struct input_handler *handler ;
2535   struct list_head d_node ;
2536   struct list_head h_node ;
2537};
2538#line 1591 "include/linux/input.h"
2539struct ff_device {
2540   int (*upload)(struct input_dev * , struct ff_effect * , struct ff_effect * ) ;
2541   int (*erase)(struct input_dev * , int  ) ;
2542   int (*playback)(struct input_dev * , int  , int  ) ;
2543   void (*set_gain)(struct input_dev * , u16  ) ;
2544   void (*set_autocenter)(struct input_dev * , u16  ) ;
2545   void (*destroy)(struct ff_device * ) ;
2546   void *private ;
2547   unsigned long ffbit[2U] ;
2548   struct mutex mutex ;
2549   int max_effects ;
2550   struct ff_effect *effects ;
2551   struct file *effect_owners[0U] ;
2552};
2553#line 55 "include/linux/sched.h"
2554union __anonunion_ldv_19169_148 {
2555   unsigned long index ;
2556   void *freelist ;
2557};
2558#line 55 "include/linux/sched.h"
2559struct __anonstruct_ldv_19179_152 {
2560   unsigned short inuse ;
2561   unsigned short objects : 15 ;
2562   unsigned char frozen : 1 ;
2563};
2564#line 55 "include/linux/sched.h"
2565union __anonunion_ldv_19180_151 {
2566   atomic_t _mapcount ;
2567   struct __anonstruct_ldv_19179_152 ldv_19179 ;
2568};
2569#line 55 "include/linux/sched.h"
2570struct __anonstruct_ldv_19182_150 {
2571   union __anonunion_ldv_19180_151 ldv_19180 ;
2572   atomic_t _count ;
2573};
2574#line 55 "include/linux/sched.h"
2575union __anonunion_ldv_19183_149 {
2576   unsigned long counters ;
2577   struct __anonstruct_ldv_19182_150 ldv_19182 ;
2578};
2579#line 55 "include/linux/sched.h"
2580struct __anonstruct_ldv_19184_147 {
2581   union __anonunion_ldv_19169_148 ldv_19169 ;
2582   union __anonunion_ldv_19183_149 ldv_19183 ;
2583};
2584#line 55 "include/linux/sched.h"
2585struct __anonstruct_ldv_19191_154 {
2586   struct page *next ;
2587   int pages ;
2588   int pobjects ;
2589};
2590#line 55 "include/linux/sched.h"
2591union __anonunion_ldv_19192_153 {
2592   struct list_head lru ;
2593   struct __anonstruct_ldv_19191_154 ldv_19191 ;
2594};
2595#line 55 "include/linux/sched.h"
2596union __anonunion_ldv_19197_155 {
2597   unsigned long private ;
2598   struct kmem_cache *slab ;
2599   struct page *first_page ;
2600};
2601#line 55 "include/linux/sched.h"
2602struct page {
2603   unsigned long flags ;
2604   struct address_space *mapping ;
2605   struct __anonstruct_ldv_19184_147 ldv_19184 ;
2606   union __anonunion_ldv_19192_153 ldv_19192 ;
2607   union __anonunion_ldv_19197_155 ldv_19197 ;
2608   unsigned long debug_flags ;
2609};
2610#line 192 "include/linux/mm_types.h"
2611struct __anonstruct_vm_set_157 {
2612   struct list_head list ;
2613   void *parent ;
2614   struct vm_area_struct *head ;
2615};
2616#line 192 "include/linux/mm_types.h"
2617union __anonunion_shared_156 {
2618   struct __anonstruct_vm_set_157 vm_set ;
2619   struct raw_prio_tree_node prio_tree_node ;
2620};
2621#line 192
2622struct anon_vma;
2623#line 192
2624struct vm_operations_struct;
2625#line 192
2626struct mempolicy;
2627#line 192 "include/linux/mm_types.h"
2628struct vm_area_struct {
2629   struct mm_struct *vm_mm ;
2630   unsigned long vm_start ;
2631   unsigned long vm_end ;
2632   struct vm_area_struct *vm_next ;
2633   struct vm_area_struct *vm_prev ;
2634   pgprot_t vm_page_prot ;
2635   unsigned long vm_flags ;
2636   struct rb_node vm_rb ;
2637   union __anonunion_shared_156 shared ;
2638   struct list_head anon_vma_chain ;
2639   struct anon_vma *anon_vma ;
2640   struct vm_operations_struct  const  *vm_ops ;
2641   unsigned long vm_pgoff ;
2642   struct file *vm_file ;
2643   void *vm_private_data ;
2644   struct mempolicy *vm_policy ;
2645};
2646#line 255 "include/linux/mm_types.h"
2647struct core_thread {
2648   struct task_struct *task ;
2649   struct core_thread *next ;
2650};
2651#line 261 "include/linux/mm_types.h"
2652struct core_state {
2653   atomic_t nr_threads ;
2654   struct core_thread dumper ;
2655   struct completion startup ;
2656};
2657#line 274 "include/linux/mm_types.h"
2658struct mm_rss_stat {
2659   atomic_long_t count[3U] ;
2660};
2661#line 287
2662struct linux_binfmt;
2663#line 287
2664struct mmu_notifier_mm;
2665#line 287 "include/linux/mm_types.h"
2666struct mm_struct {
2667   struct vm_area_struct *mmap ;
2668   struct rb_root mm_rb ;
2669   struct vm_area_struct *mmap_cache ;
2670   unsigned long (*get_unmapped_area)(struct file * , unsigned long  , unsigned long  ,
2671                                      unsigned long  , unsigned long  ) ;
2672   void (*unmap_area)(struct mm_struct * , unsigned long  ) ;
2673   unsigned long mmap_base ;
2674   unsigned long task_size ;
2675   unsigned long cached_hole_size ;
2676   unsigned long free_area_cache ;
2677   pgd_t *pgd ;
2678   atomic_t mm_users ;
2679   atomic_t mm_count ;
2680   int map_count ;
2681   spinlock_t page_table_lock ;
2682   struct rw_semaphore mmap_sem ;
2683   struct list_head mmlist ;
2684   unsigned long hiwater_rss ;
2685   unsigned long hiwater_vm ;
2686   unsigned long total_vm ;
2687   unsigned long locked_vm ;
2688   unsigned long pinned_vm ;
2689   unsigned long shared_vm ;
2690   unsigned long exec_vm ;
2691   unsigned long stack_vm ;
2692   unsigned long reserved_vm ;
2693   unsigned long def_flags ;
2694   unsigned long nr_ptes ;
2695   unsigned long start_code ;
2696   unsigned long end_code ;
2697   unsigned long start_data ;
2698   unsigned long end_data ;
2699   unsigned long start_brk ;
2700   unsigned long brk ;
2701   unsigned long start_stack ;
2702   unsigned long arg_start ;
2703   unsigned long arg_end ;
2704   unsigned long env_start ;
2705   unsigned long env_end ;
2706   unsigned long saved_auxv[44U] ;
2707   struct mm_rss_stat rss_stat ;
2708   struct linux_binfmt *binfmt ;
2709   cpumask_var_t cpu_vm_mask_var ;
2710   mm_context_t context ;
2711   unsigned int faultstamp ;
2712   unsigned int token_priority ;
2713   unsigned int last_interval ;
2714   unsigned long flags ;
2715   struct core_state *core_state ;
2716   spinlock_t ioctx_lock ;
2717   struct hlist_head ioctx_list ;
2718   struct task_struct *owner ;
2719   struct file *exe_file ;
2720   unsigned long num_exe_file_vmas ;
2721   struct mmu_notifier_mm *mmu_notifier_mm ;
2722   pgtable_t pmd_huge_pte ;
2723   struct cpumask cpumask_allocation ;
2724};
2725#line 7 "include/asm-generic/cputime.h"
2726typedef unsigned long cputime_t;
2727#line 98 "include/linux/sem.h"
2728struct sem_undo_list;
2729#line 98 "include/linux/sem.h"
2730struct sysv_sem {
2731   struct sem_undo_list *undo_list ;
2732};
2733#line 107
2734struct siginfo;
2735#line 107
2736struct siginfo;
2737#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2738struct __anonstruct_sigset_t_158 {
2739   unsigned long sig[1U] ;
2740};
2741#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2742typedef struct __anonstruct_sigset_t_158 sigset_t;
2743#line 17 "include/asm-generic/signal-defs.h"
2744typedef void __signalfn_t(int  );
2745#line 18 "include/asm-generic/signal-defs.h"
2746typedef __signalfn_t *__sighandler_t;
2747#line 20 "include/asm-generic/signal-defs.h"
2748typedef void __restorefn_t(void);
2749#line 21 "include/asm-generic/signal-defs.h"
2750typedef __restorefn_t *__sigrestore_t;
2751#line 126 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2752struct sigaction {
2753   __sighandler_t sa_handler ;
2754   unsigned long sa_flags ;
2755   __sigrestore_t sa_restorer ;
2756   sigset_t sa_mask ;
2757};
2758#line 173 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2759struct k_sigaction {
2760   struct sigaction sa ;
2761};
2762#line 185 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2763union sigval {
2764   int sival_int ;
2765   void *sival_ptr ;
2766};
2767#line 10 "include/asm-generic/siginfo.h"
2768typedef union sigval sigval_t;
2769#line 11 "include/asm-generic/siginfo.h"
2770struct __anonstruct__kill_160 {
2771   __kernel_pid_t _pid ;
2772   __kernel_uid32_t _uid ;
2773};
2774#line 11 "include/asm-generic/siginfo.h"
2775struct __anonstruct__timer_161 {
2776   __kernel_timer_t _tid ;
2777   int _overrun ;
2778   char _pad[0U] ;
2779   sigval_t _sigval ;
2780   int _sys_private ;
2781};
2782#line 11 "include/asm-generic/siginfo.h"
2783struct __anonstruct__rt_162 {
2784   __kernel_pid_t _pid ;
2785   __kernel_uid32_t _uid ;
2786   sigval_t _sigval ;
2787};
2788#line 11 "include/asm-generic/siginfo.h"
2789struct __anonstruct__sigchld_163 {
2790   __kernel_pid_t _pid ;
2791   __kernel_uid32_t _uid ;
2792   int _status ;
2793   __kernel_clock_t _utime ;
2794   __kernel_clock_t _stime ;
2795};
2796#line 11 "include/asm-generic/siginfo.h"
2797struct __anonstruct__sigfault_164 {
2798   void *_addr ;
2799   short _addr_lsb ;
2800};
2801#line 11 "include/asm-generic/siginfo.h"
2802struct __anonstruct__sigpoll_165 {
2803   long _band ;
2804   int _fd ;
2805};
2806#line 11 "include/asm-generic/siginfo.h"
2807union __anonunion__sifields_159 {
2808   int _pad[28U] ;
2809   struct __anonstruct__kill_160 _kill ;
2810   struct __anonstruct__timer_161 _timer ;
2811   struct __anonstruct__rt_162 _rt ;
2812   struct __anonstruct__sigchld_163 _sigchld ;
2813   struct __anonstruct__sigfault_164 _sigfault ;
2814   struct __anonstruct__sigpoll_165 _sigpoll ;
2815};
2816#line 11 "include/asm-generic/siginfo.h"
2817struct siginfo {
2818   int si_signo ;
2819   int si_errno ;
2820   int si_code ;
2821   union __anonunion__sifields_159 _sifields ;
2822};
2823#line 102 "include/asm-generic/siginfo.h"
2824typedef struct siginfo siginfo_t;
2825#line 14 "include/linux/signal.h"
2826struct user_struct;
2827#line 24 "include/linux/signal.h"
2828struct sigpending {
2829   struct list_head list ;
2830   sigset_t signal ;
2831};
2832#line 10 "include/linux/seccomp.h"
2833struct __anonstruct_seccomp_t_168 {
2834   int mode ;
2835};
2836#line 10 "include/linux/seccomp.h"
2837typedef struct __anonstruct_seccomp_t_168 seccomp_t;
2838#line 26 "include/linux/seccomp.h"
2839struct plist_head {
2840   struct list_head node_list ;
2841};
2842#line 84 "include/linux/plist.h"
2843struct plist_node {
2844   int prio ;
2845   struct list_head prio_list ;
2846   struct list_head node_list ;
2847};
2848#line 38 "include/linux/rtmutex.h"
2849struct rt_mutex_waiter;
2850#line 38
2851struct rt_mutex_waiter;
2852#line 41 "include/linux/resource.h"
2853struct rlimit {
2854   unsigned long rlim_cur ;
2855   unsigned long rlim_max ;
2856};
2857#line 85 "include/linux/resource.h"
2858struct timerqueue_node {
2859   struct rb_node node ;
2860   ktime_t expires ;
2861};
2862#line 12 "include/linux/timerqueue.h"
2863struct timerqueue_head {
2864   struct rb_root head ;
2865   struct timerqueue_node *next ;
2866};
2867#line 50
2868struct hrtimer_clock_base;
2869#line 50
2870struct hrtimer_clock_base;
2871#line 51
2872struct hrtimer_cpu_base;
2873#line 51
2874struct hrtimer_cpu_base;
2875#line 60
2876enum hrtimer_restart {
2877    HRTIMER_NORESTART = 0,
2878    HRTIMER_RESTART = 1
2879} ;
2880#line 65 "include/linux/timerqueue.h"
2881struct hrtimer {
2882   struct timerqueue_node node ;
2883   ktime_t _softexpires ;
2884   enum hrtimer_restart (*function)(struct hrtimer * ) ;
2885   struct hrtimer_clock_base *base ;
2886   unsigned long state ;
2887   int start_pid ;
2888   void *start_site ;
2889   char start_comm[16U] ;
2890};
2891#line 132 "include/linux/hrtimer.h"
2892struct hrtimer_clock_base {
2893   struct hrtimer_cpu_base *cpu_base ;
2894   int index ;
2895   clockid_t clockid ;
2896   struct timerqueue_head active ;
2897   ktime_t resolution ;
2898   ktime_t (*get_time)(void) ;
2899   ktime_t softirq_time ;
2900   ktime_t offset ;
2901};
2902#line 162 "include/linux/hrtimer.h"
2903struct hrtimer_cpu_base {
2904   raw_spinlock_t lock ;
2905   unsigned long active_bases ;
2906   ktime_t expires_next ;
2907   int hres_active ;
2908   int hang_detected ;
2909   unsigned long nr_events ;
2910   unsigned long nr_retries ;
2911   unsigned long nr_hangs ;
2912   ktime_t max_hang_time ;
2913   struct hrtimer_clock_base clock_base[3U] ;
2914};
2915#line 452 "include/linux/hrtimer.h"
2916struct task_io_accounting {
2917   u64 rchar ;
2918   u64 wchar ;
2919   u64 syscr ;
2920   u64 syscw ;
2921   u64 read_bytes ;
2922   u64 write_bytes ;
2923   u64 cancelled_write_bytes ;
2924};
2925#line 45 "include/linux/task_io_accounting.h"
2926struct latency_record {
2927   unsigned long backtrace[12U] ;
2928   unsigned int count ;
2929   unsigned long time ;
2930   unsigned long max ;
2931};
2932#line 29 "include/linux/key.h"
2933typedef int32_t key_serial_t;
2934#line 32 "include/linux/key.h"
2935typedef uint32_t key_perm_t;
2936#line 33
2937struct key;
2938#line 33
2939struct key;
2940#line 34
2941struct signal_struct;
2942#line 34
2943struct signal_struct;
2944#line 35
2945struct key_type;
2946#line 35
2947struct key_type;
2948#line 37
2949struct keyring_list;
2950#line 37
2951struct keyring_list;
2952#line 115
2953struct key_user;
2954#line 115 "include/linux/key.h"
2955union __anonunion_ldv_20236_169 {
2956   time_t expiry ;
2957   time_t revoked_at ;
2958};
2959#line 115 "include/linux/key.h"
2960union __anonunion_type_data_170 {
2961   struct list_head link ;
2962   unsigned long x[2U] ;
2963   void *p[2U] ;
2964   int reject_error ;
2965};
2966#line 115 "include/linux/key.h"
2967union __anonunion_payload_171 {
2968   unsigned long value ;
2969   void *rcudata ;
2970   void *data ;
2971   struct keyring_list *subscriptions ;
2972};
2973#line 115 "include/linux/key.h"
2974struct key {
2975   atomic_t usage ;
2976   key_serial_t serial ;
2977   struct rb_node serial_node ;
2978   struct key_type *type ;
2979   struct rw_semaphore sem ;
2980   struct key_user *user ;
2981   void *security ;
2982   union __anonunion_ldv_20236_169 ldv_20236 ;
2983   uid_t uid ;
2984   gid_t gid ;
2985   key_perm_t perm ;
2986   unsigned short quotalen ;
2987   unsigned short datalen ;
2988   unsigned long flags ;
2989   char *description ;
2990   union __anonunion_type_data_170 type_data ;
2991   union __anonunion_payload_171 payload ;
2992};
2993#line 316
2994struct audit_context;
2995#line 316
2996struct audit_context;
2997#line 27 "include/linux/selinux.h"
2998struct group_info {
2999   atomic_t usage ;
3000   int ngroups ;
3001   int nblocks ;
3002   gid_t small_block[32U] ;
3003   gid_t *blocks[0U] ;
3004};
3005#line 77 "include/linux/cred.h"
3006struct thread_group_cred {
3007   atomic_t usage ;
3008   pid_t tgid ;
3009   spinlock_t lock ;
3010   struct key *session_keyring ;
3011   struct key *process_keyring ;
3012   struct rcu_head rcu ;
3013};
3014#line 91 "include/linux/cred.h"
3015struct cred {
3016   atomic_t usage ;
3017   atomic_t subscribers ;
3018   void *put_addr ;
3019   unsigned int magic ;
3020   uid_t uid ;
3021   gid_t gid ;
3022   uid_t suid ;
3023   gid_t sgid ;
3024   uid_t euid ;
3025   gid_t egid ;
3026   uid_t fsuid ;
3027   gid_t fsgid ;
3028   unsigned int securebits ;
3029   kernel_cap_t cap_inheritable ;
3030   kernel_cap_t cap_permitted ;
3031   kernel_cap_t cap_effective ;
3032   kernel_cap_t cap_bset ;
3033   unsigned char jit_keyring ;
3034   struct key *thread_keyring ;
3035   struct key *request_key_auth ;
3036   struct thread_group_cred *tgcred ;
3037   void *security ;
3038   struct user_struct *user ;
3039   struct user_namespace *user_ns ;
3040   struct group_info *group_info ;
3041   struct rcu_head rcu ;
3042};
3043#line 264
3044struct llist_node;
3045#line 64 "include/linux/llist.h"
3046struct llist_node {
3047   struct llist_node *next ;
3048};
3049#line 185
3050struct futex_pi_state;
3051#line 185
3052struct futex_pi_state;
3053#line 186
3054struct robust_list_head;
3055#line 186
3056struct robust_list_head;
3057#line 187
3058struct bio_list;
3059#line 187
3060struct bio_list;
3061#line 188
3062struct fs_struct;
3063#line 188
3064struct fs_struct;
3065#line 189
3066struct perf_event_context;
3067#line 189
3068struct perf_event_context;
3069#line 190
3070struct blk_plug;
3071#line 190
3072struct blk_plug;
3073#line 149 "include/linux/sched.h"
3074struct cfs_rq;
3075#line 149
3076struct cfs_rq;
3077#line 44 "include/linux/aio_abi.h"
3078struct io_event {
3079   __u64 data ;
3080   __u64 obj ;
3081   __s64 res ;
3082   __s64 res2 ;
3083};
3084#line 106 "include/linux/aio_abi.h"
3085struct iovec {
3086   void *iov_base ;
3087   __kernel_size_t iov_len ;
3088};
3089#line 54 "include/linux/uio.h"
3090struct kioctx;
3091#line 54
3092struct kioctx;
3093#line 55 "include/linux/uio.h"
3094union __anonunion_ki_obj_172 {
3095   void *user ;
3096   struct task_struct *tsk ;
3097};
3098#line 55
3099struct eventfd_ctx;
3100#line 55 "include/linux/uio.h"
3101struct kiocb {
3102   struct list_head ki_run_list ;
3103   unsigned long ki_flags ;
3104   int ki_users ;
3105   unsigned int ki_key ;
3106   struct file *ki_filp ;
3107   struct kioctx *ki_ctx ;
3108   int (*ki_cancel)(struct kiocb * , struct io_event * ) ;
3109   ssize_t (*ki_retry)(struct kiocb * ) ;
3110   void (*ki_dtor)(struct kiocb * ) ;
3111   union __anonunion_ki_obj_172 ki_obj ;
3112   __u64 ki_user_data ;
3113   loff_t ki_pos ;
3114   void *private ;
3115   unsigned short ki_opcode ;
3116   size_t ki_nbytes ;
3117   char *ki_buf ;
3118   size_t ki_left ;
3119   struct iovec ki_inline_vec ;
3120   struct iovec *ki_iovec ;
3121   unsigned long ki_nr_segs ;
3122   unsigned long ki_cur_seg ;
3123   struct list_head ki_list ;
3124   struct list_head ki_batch ;
3125   struct eventfd_ctx *ki_eventfd ;
3126};
3127#line 162 "include/linux/aio.h"
3128struct aio_ring_info {
3129   unsigned long mmap_base ;
3130   unsigned long mmap_size ;
3131   struct page **ring_pages ;
3132   spinlock_t ring_lock ;
3133   long nr_pages ;
3134   unsigned int nr ;
3135   unsigned int tail ;
3136   struct page *internal_pages[8U] ;
3137};
3138#line 178 "include/linux/aio.h"
3139struct kioctx {
3140   atomic_t users ;
3141   int dead ;
3142   struct mm_struct *mm ;
3143   unsigned long user_id ;
3144   struct hlist_node list ;
3145   wait_queue_head_t wait ;
3146   spinlock_t ctx_lock ;
3147   int reqs_active ;
3148   struct list_head active_reqs ;
3149   struct list_head run_list ;
3150   unsigned int max_reqs ;
3151   struct aio_ring_info ring_info ;
3152   struct delayed_work wq ;
3153   struct rcu_head rcu_head ;
3154};
3155#line 406 "include/linux/sched.h"
3156struct sighand_struct {
3157   atomic_t count ;
3158   struct k_sigaction action[64U] ;
3159   spinlock_t siglock ;
3160   wait_queue_head_t signalfd_wqh ;
3161};
3162#line 449 "include/linux/sched.h"
3163struct pacct_struct {
3164   int ac_flag ;
3165   long ac_exitcode ;
3166   unsigned long ac_mem ;
3167   cputime_t ac_utime ;
3168   cputime_t ac_stime ;
3169   unsigned long ac_minflt ;
3170   unsigned long ac_majflt ;
3171};
3172#line 457 "include/linux/sched.h"
3173struct cpu_itimer {
3174   cputime_t expires ;
3175   cputime_t incr ;
3176   u32 error ;
3177   u32 incr_error ;
3178};
3179#line 464 "include/linux/sched.h"
3180struct task_cputime {
3181   cputime_t utime ;
3182   cputime_t stime ;
3183   unsigned long long sum_exec_runtime ;
3184};
3185#line 481 "include/linux/sched.h"
3186struct thread_group_cputimer {
3187   struct task_cputime cputime ;
3188   int running ;
3189   raw_spinlock_t lock ;
3190};
3191#line 517
3192struct autogroup;
3193#line 517
3194struct autogroup;
3195#line 518
3196struct tty_struct;
3197#line 518
3198struct taskstats;
3199#line 518
3200struct tty_audit_buf;
3201#line 518 "include/linux/sched.h"
3202struct signal_struct {
3203   atomic_t sigcnt ;
3204   atomic_t live ;
3205   int nr_threads ;
3206   wait_queue_head_t wait_chldexit ;
3207   struct task_struct *curr_target ;
3208   struct sigpending shared_pending ;
3209   int group_exit_code ;
3210   int notify_count ;
3211   struct task_struct *group_exit_task ;
3212   int group_stop_count ;
3213   unsigned int flags ;
3214   unsigned char is_child_subreaper : 1 ;
3215   unsigned char has_child_subreaper : 1 ;
3216   struct list_head posix_timers ;
3217   struct hrtimer real_timer ;
3218   struct pid *leader_pid ;
3219   ktime_t it_real_incr ;
3220   struct cpu_itimer it[2U] ;
3221   struct thread_group_cputimer cputimer ;
3222   struct task_cputime cputime_expires ;
3223   struct list_head cpu_timers[3U] ;
3224   struct pid *tty_old_pgrp ;
3225   int leader ;
3226   struct tty_struct *tty ;
3227   struct autogroup *autogroup ;
3228   cputime_t utime ;
3229   cputime_t stime ;
3230   cputime_t cutime ;
3231   cputime_t cstime ;
3232   cputime_t gtime ;
3233   cputime_t cgtime ;
3234   cputime_t prev_utime ;
3235   cputime_t prev_stime ;
3236   unsigned long nvcsw ;
3237   unsigned long nivcsw ;
3238   unsigned long cnvcsw ;
3239   unsigned long cnivcsw ;
3240   unsigned long min_flt ;
3241   unsigned long maj_flt ;
3242   unsigned long cmin_flt ;
3243   unsigned long cmaj_flt ;
3244   unsigned long inblock ;
3245   unsigned long oublock ;
3246   unsigned long cinblock ;
3247   unsigned long coublock ;
3248   unsigned long maxrss ;
3249   unsigned long cmaxrss ;
3250   struct task_io_accounting ioac ;
3251   unsigned long long sum_sched_runtime ;
3252   struct rlimit rlim[16U] ;
3253   struct pacct_struct pacct ;
3254   struct taskstats *stats ;
3255   unsigned int audit_tty ;
3256   struct tty_audit_buf *tty_audit_buf ;
3257   struct rw_semaphore group_rwsem ;
3258   int oom_adj ;
3259   int oom_score_adj ;
3260   int oom_score_adj_min ;
3261   struct mutex cred_guard_mutex ;
3262};
3263#line 699 "include/linux/sched.h"
3264struct user_struct {
3265   atomic_t __count ;
3266   atomic_t processes ;
3267   atomic_t files ;
3268   atomic_t sigpending ;
3269   atomic_t inotify_watches ;
3270   atomic_t inotify_devs ;
3271   atomic_t fanotify_listeners ;
3272   atomic_long_t epoll_watches ;
3273   unsigned long mq_bytes ;
3274   unsigned long locked_shm ;
3275   struct key *uid_keyring ;
3276   struct key *session_keyring ;
3277   struct hlist_node uidhash_node ;
3278   uid_t uid ;
3279   struct user_namespace *user_ns ;
3280   atomic_long_t locked_vm ;
3281};
3282#line 744
3283struct reclaim_state;
3284#line 744
3285struct reclaim_state;
3286#line 745 "include/linux/sched.h"
3287struct sched_info {
3288   unsigned long pcount ;
3289   unsigned long long run_delay ;
3290   unsigned long long last_arrival ;
3291   unsigned long long last_queued ;
3292};
3293#line 760 "include/linux/sched.h"
3294struct task_delay_info {
3295   spinlock_t lock ;
3296   unsigned int flags ;
3297   struct timespec blkio_start ;
3298   struct timespec blkio_end ;
3299   u64 blkio_delay ;
3300   u64 swapin_delay ;
3301   u32 blkio_count ;
3302   u32 swapin_count ;
3303   struct timespec freepages_start ;
3304   struct timespec freepages_end ;
3305   u64 freepages_delay ;
3306   u32 freepages_count ;
3307};
3308#line 1069
3309struct io_context;
3310#line 1069
3311struct io_context;
3312#line 1098
3313struct rq;
3314#line 1098
3315struct rq;
3316#line 1099 "include/linux/sched.h"
3317struct sched_class {
3318   struct sched_class  const  *next ;
3319   void (*enqueue_task)(struct rq * , struct task_struct * , int  ) ;
3320   void (*dequeue_task)(struct rq * , struct task_struct * , int  ) ;
3321   void (*yield_task)(struct rq * ) ;
3322   bool (*yield_to_task)(struct rq * , struct task_struct * , bool  ) ;
3323   void (*check_preempt_curr)(struct rq * , struct task_struct * , int  ) ;
3324   struct task_struct *(*pick_next_task)(struct rq * ) ;
3325   void (*put_prev_task)(struct rq * , struct task_struct * ) ;
3326   int (*select_task_rq)(struct task_struct * , int  , int  ) ;
3327   void (*pre_schedule)(struct rq * , struct task_struct * ) ;
3328   void (*post_schedule)(struct rq * ) ;
3329   void (*task_waking)(struct task_struct * ) ;
3330   void (*task_woken)(struct rq * , struct task_struct * ) ;
3331   void (*set_cpus_allowed)(struct task_struct * , struct cpumask  const  * ) ;
3332   void (*rq_online)(struct rq * ) ;
3333   void (*rq_offline)(struct rq * ) ;
3334   void (*set_curr_task)(struct rq * ) ;
3335   void (*task_tick)(struct rq * , struct task_struct * , int  ) ;
3336   void (*task_fork)(struct task_struct * ) ;
3337   void (*switched_from)(struct rq * , struct task_struct * ) ;
3338   void (*switched_to)(struct rq * , struct task_struct * ) ;
3339   void (*prio_changed)(struct rq * , struct task_struct * , int  ) ;
3340   unsigned int (*get_rr_interval)(struct rq * , struct task_struct * ) ;
3341   void (*task_move_group)(struct task_struct * , int  ) ;
3342};
3343#line 1165 "include/linux/sched.h"
3344struct load_weight {
3345   unsigned long weight ;
3346   unsigned long inv_weight ;
3347};
3348#line 1170 "include/linux/sched.h"
3349struct sched_statistics {
3350   u64 wait_start ;
3351   u64 wait_max ;
3352   u64 wait_count ;
3353   u64 wait_sum ;
3354   u64 iowait_count ;
3355   u64 iowait_sum ;
3356   u64 sleep_start ;
3357   u64 sleep_max ;
3358   s64 sum_sleep_runtime ;
3359   u64 block_start ;
3360   u64 block_max ;
3361   u64 exec_max ;
3362   u64 slice_max ;
3363   u64 nr_migrations_cold ;
3364   u64 nr_failed_migrations_affine ;
3365   u64 nr_failed_migrations_running ;
3366   u64 nr_failed_migrations_hot ;
3367   u64 nr_forced_migrations ;
3368   u64 nr_wakeups ;
3369   u64 nr_wakeups_sync ;
3370   u64 nr_wakeups_migrate ;
3371   u64 nr_wakeups_local ;
3372   u64 nr_wakeups_remote ;
3373   u64 nr_wakeups_affine ;
3374   u64 nr_wakeups_affine_attempts ;
3375   u64 nr_wakeups_passive ;
3376   u64 nr_wakeups_idle ;
3377};
3378#line 1205 "include/linux/sched.h"
3379struct sched_entity {
3380   struct load_weight load ;
3381   struct rb_node run_node ;
3382   struct list_head group_node ;
3383   unsigned int on_rq ;
3384   u64 exec_start ;
3385   u64 sum_exec_runtime ;
3386   u64 vruntime ;
3387   u64 prev_sum_exec_runtime ;
3388   u64 nr_migrations ;
3389   struct sched_statistics statistics ;
3390   struct sched_entity *parent ;
3391   struct cfs_rq *cfs_rq ;
3392   struct cfs_rq *my_q ;
3393};
3394#line 1231
3395struct rt_rq;
3396#line 1231 "include/linux/sched.h"
3397struct sched_rt_entity {
3398   struct list_head run_list ;
3399   unsigned long timeout ;
3400   unsigned int time_slice ;
3401   int nr_cpus_allowed ;
3402   struct sched_rt_entity *back ;
3403   struct sched_rt_entity *parent ;
3404   struct rt_rq *rt_rq ;
3405   struct rt_rq *my_q ;
3406};
3407#line 1255
3408struct mem_cgroup;
3409#line 1255 "include/linux/sched.h"
3410struct memcg_batch_info {
3411   int do_batch ;
3412   struct mem_cgroup *memcg ;
3413   unsigned long nr_pages ;
3414   unsigned long memsw_nr_pages ;
3415};
3416#line 1616
3417struct css_set;
3418#line 1616
3419struct compat_robust_list_head;
3420#line 1616 "include/linux/sched.h"
3421struct task_struct {
3422   long volatile   state ;
3423   void *stack ;
3424   atomic_t usage ;
3425   unsigned int flags ;
3426   unsigned int ptrace ;
3427   struct llist_node wake_entry ;
3428   int on_cpu ;
3429   int on_rq ;
3430   int prio ;
3431   int static_prio ;
3432   int normal_prio ;
3433   unsigned int rt_priority ;
3434   struct sched_class  const  *sched_class ;
3435   struct sched_entity se ;
3436   struct sched_rt_entity rt ;
3437   struct hlist_head preempt_notifiers ;
3438   unsigned char fpu_counter ;
3439   unsigned int policy ;
3440   cpumask_t cpus_allowed ;
3441   struct sched_info sched_info ;
3442   struct list_head tasks ;
3443   struct plist_node pushable_tasks ;
3444   struct mm_struct *mm ;
3445   struct mm_struct *active_mm ;
3446   unsigned char brk_randomized : 1 ;
3447   int exit_state ;
3448   int exit_code ;
3449   int exit_signal ;
3450   int pdeath_signal ;
3451   unsigned int jobctl ;
3452   unsigned int personality ;
3453   unsigned char did_exec : 1 ;
3454   unsigned char in_execve : 1 ;
3455   unsigned char in_iowait : 1 ;
3456   unsigned char sched_reset_on_fork : 1 ;
3457   unsigned char sched_contributes_to_load : 1 ;
3458   unsigned char irq_thread : 1 ;
3459   pid_t pid ;
3460   pid_t tgid ;
3461   unsigned long stack_canary ;
3462   struct task_struct *real_parent ;
3463   struct task_struct *parent ;
3464   struct list_head children ;
3465   struct list_head sibling ;
3466   struct task_struct *group_leader ;
3467   struct list_head ptraced ;
3468   struct list_head ptrace_entry ;
3469   struct pid_link pids[3U] ;
3470   struct list_head thread_group ;
3471   struct completion *vfork_done ;
3472   int *set_child_tid ;
3473   int *clear_child_tid ;
3474   cputime_t utime ;
3475   cputime_t stime ;
3476   cputime_t utimescaled ;
3477   cputime_t stimescaled ;
3478   cputime_t gtime ;
3479   cputime_t prev_utime ;
3480   cputime_t prev_stime ;
3481   unsigned long nvcsw ;
3482   unsigned long nivcsw ;
3483   struct timespec start_time ;
3484   struct timespec real_start_time ;
3485   unsigned long min_flt ;
3486   unsigned long maj_flt ;
3487   struct task_cputime cputime_expires ;
3488   struct list_head cpu_timers[3U] ;
3489   struct cred  const  *real_cred ;
3490   struct cred  const  *cred ;
3491   struct cred *replacement_session_keyring ;
3492   char comm[16U] ;
3493   int link_count ;
3494   int total_link_count ;
3495   struct sysv_sem sysvsem ;
3496   unsigned long last_switch_count ;
3497   struct thread_struct thread ;
3498   struct fs_struct *fs ;
3499   struct files_struct *files ;
3500   struct nsproxy *nsproxy ;
3501   struct signal_struct *signal ;
3502   struct sighand_struct *sighand ;
3503   sigset_t blocked ;
3504   sigset_t real_blocked ;
3505   sigset_t saved_sigmask ;
3506   struct sigpending pending ;
3507   unsigned long sas_ss_sp ;
3508   size_t sas_ss_size ;
3509   int (*notifier)(void * ) ;
3510   void *notifier_data ;
3511   sigset_t *notifier_mask ;
3512   struct audit_context *audit_context ;
3513   uid_t loginuid ;
3514   unsigned int sessionid ;
3515   seccomp_t seccomp ;
3516   u32 parent_exec_id ;
3517   u32 self_exec_id ;
3518   spinlock_t alloc_lock ;
3519   raw_spinlock_t pi_lock ;
3520   struct plist_head pi_waiters ;
3521   struct rt_mutex_waiter *pi_blocked_on ;
3522   struct mutex_waiter *blocked_on ;
3523   unsigned int irq_events ;
3524   unsigned long hardirq_enable_ip ;
3525   unsigned long hardirq_disable_ip ;
3526   unsigned int hardirq_enable_event ;
3527   unsigned int hardirq_disable_event ;
3528   int hardirqs_enabled ;
3529   int hardirq_context ;
3530   unsigned long softirq_disable_ip ;
3531   unsigned long softirq_enable_ip ;
3532   unsigned int softirq_disable_event ;
3533   unsigned int softirq_enable_event ;
3534   int softirqs_enabled ;
3535   int softirq_context ;
3536   u64 curr_chain_key ;
3537   int lockdep_depth ;
3538   unsigned int lockdep_recursion ;
3539   struct held_lock held_locks[48U] ;
3540   gfp_t lockdep_reclaim_gfp ;
3541   void *journal_info ;
3542   struct bio_list *bio_list ;
3543   struct blk_plug *plug ;
3544   struct reclaim_state *reclaim_state ;
3545   struct backing_dev_info *backing_dev_info ;
3546   struct io_context *io_context ;
3547   unsigned long ptrace_message ;
3548   siginfo_t *last_siginfo ;
3549   struct task_io_accounting ioac ;
3550   u64 acct_rss_mem1 ;
3551   u64 acct_vm_mem1 ;
3552   cputime_t acct_timexpd ;
3553   nodemask_t mems_allowed ;
3554   seqcount_t mems_allowed_seq ;
3555   int cpuset_mem_spread_rotor ;
3556   int cpuset_slab_spread_rotor ;
3557   struct css_set *cgroups ;
3558   struct list_head cg_list ;
3559   struct robust_list_head *robust_list ;
3560   struct compat_robust_list_head *compat_robust_list ;
3561   struct list_head pi_state_list ;
3562   struct futex_pi_state *pi_state_cache ;
3563   struct perf_event_context *perf_event_ctxp[2U] ;
3564   struct mutex perf_event_mutex ;
3565   struct list_head perf_event_list ;
3566   struct mempolicy *mempolicy ;
3567   short il_next ;
3568   short pref_node_fork ;
3569   struct rcu_head rcu ;
3570   struct pipe_inode_info *splice_pipe ;
3571   struct task_delay_info *delays ;
3572   int make_it_fail ;
3573   int nr_dirtied ;
3574   int nr_dirtied_pause ;
3575   unsigned long dirty_paused_when ;
3576   int latency_record_count ;
3577   struct latency_record latency_record[32U] ;
3578   unsigned long timer_slack_ns ;
3579   unsigned long default_timer_slack_ns ;
3580   struct list_head *scm_work_list ;
3581   unsigned long trace ;
3582   unsigned long trace_recursion ;
3583   struct memcg_batch_info memcg_batch ;
3584   atomic_t ptrace_bp_refcnt ;
3585};
3586#line 44 "include/linux/kthread.h"
3587struct kthread_work;
3588#line 44
3589struct kthread_work;
3590#line 57 "include/linux/kthread.h"
3591struct kthread_worker {
3592   spinlock_t lock ;
3593   struct list_head work_list ;
3594   struct task_struct *task ;
3595};
3596#line 63 "include/linux/kthread.h"
3597struct kthread_work {
3598   struct list_head node ;
3599   void (*func)(struct kthread_work * ) ;
3600   wait_queue_head_t done ;
3601   atomic_t flushing ;
3602   int queue_seq ;
3603   int done_seq ;
3604};
3605#line 32 "include/linux/spi/spi.h"
3606struct spi_master;
3607#line 32 "include/linux/spi/spi.h"
3608struct spi_device {
3609   struct device dev ;
3610   struct spi_master *master ;
3611   u32 max_speed_hz ;
3612   u8 chip_select ;
3613   u8 mode ;
3614   u8 bits_per_word ;
3615   int irq ;
3616   void *controller_state ;
3617   void *controller_data ;
3618   char modalias[32U] ;
3619};
3620#line 144
3621struct spi_message;
3622#line 144
3623struct spi_message;
3624#line 203 "include/linux/spi/spi.h"
3625struct spi_master {
3626   struct device dev ;
3627   struct list_head list ;
3628   s16 bus_num ;
3629   u16 num_chipselect ;
3630   u16 dma_alignment ;
3631   u16 mode_bits ;
3632   u16 flags ;
3633   spinlock_t bus_lock_spinlock ;
3634   struct mutex bus_lock_mutex ;
3635   bool bus_lock_flag ;
3636   int (*setup)(struct spi_device * ) ;
3637   int (*transfer)(struct spi_device * , struct spi_message * ) ;
3638   void (*cleanup)(struct spi_device * ) ;
3639   bool queued ;
3640   struct kthread_worker kworker ;
3641   struct task_struct *kworker_task ;
3642   struct kthread_work pump_messages ;
3643   spinlock_t queue_lock ;
3644   struct list_head queue ;
3645   struct spi_message *cur_msg ;
3646   bool busy ;
3647   bool running ;
3648   bool rt ;
3649   int (*prepare_transfer_hardware)(struct spi_master * ) ;
3650   int (*transfer_one_message)(struct spi_master * , struct spi_message * ) ;
3651   int (*unprepare_transfer_hardware)(struct spi_master * ) ;
3652};
3653#line 406 "include/linux/spi/spi.h"
3654struct spi_transfer {
3655   void const   *tx_buf ;
3656   void *rx_buf ;
3657   unsigned int len ;
3658   dma_addr_t tx_dma ;
3659   dma_addr_t rx_dma ;
3660   unsigned char cs_change : 1 ;
3661   u8 bits_per_word ;
3662   u16 delay_usecs ;
3663   u32 speed_hz ;
3664   struct list_head transfer_list ;
3665};
3666#line 512 "include/linux/spi/spi.h"
3667struct spi_message {
3668   struct list_head transfers ;
3669   struct spi_device *spi ;
3670   unsigned char is_dma_mapped : 1 ;
3671   void (*complete)(void * ) ;
3672   void *context ;
3673   unsigned int actual_length ;
3674   int status ;
3675   struct list_head queue ;
3676   void *state ;
3677};
3678#line 1 "<compiler builtins>"
3679
3680#line 1
3681long __builtin_expect(long  , long  ) ;
3682#line 2 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
3683void ldv_spin_lock(void) ;
3684#line 3
3685void ldv_spin_unlock(void) ;
3686#line 4
3687int ldv_spin_trylock(void) ;
3688#line 50 "include/linux/dynamic_debug.h"
3689extern int __dynamic_dev_dbg(struct _ddebug * , struct device  const  * , char const   * 
3690                             , ...) ;
3691#line 24 "include/linux/list.h"
3692__inline static void INIT_LIST_HEAD(struct list_head *list ) 
3693{ unsigned long __cil_tmp2 ;
3694  unsigned long __cil_tmp3 ;
3695
3696  {
3697#line 26
3698  *((struct list_head **)list) = list;
3699#line 27
3700  __cil_tmp2 = (unsigned long )list;
3701#line 27
3702  __cil_tmp3 = __cil_tmp2 + 8;
3703#line 27
3704  *((struct list_head **)__cil_tmp3) = list;
3705#line 28
3706  return;
3707}
3708}
3709#line 47
3710extern void __list_add(struct list_head * , struct list_head * , struct list_head * ) ;
3711#line 74 "include/linux/list.h"
3712__inline static void list_add_tail(struct list_head *new , struct list_head *head ) 
3713{ unsigned long __cil_tmp3 ;
3714  unsigned long __cil_tmp4 ;
3715  struct list_head *__cil_tmp5 ;
3716
3717  {
3718  {
3719#line 76
3720  __cil_tmp3 = (unsigned long )head;
3721#line 76
3722  __cil_tmp4 = __cil_tmp3 + 8;
3723#line 76
3724  __cil_tmp5 = *((struct list_head **)__cil_tmp4);
3725#line 76
3726  __list_add(new, __cil_tmp5, head);
3727  }
3728#line 77
3729  return;
3730}
3731}
3732#line 55 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/string_64.h"
3733extern void *memset(void * , int  , size_t  ) ;
3734#line 27 "include/linux/err.h"
3735__inline static long PTR_ERR(void const   *ptr ) 
3736{ 
3737
3738  {
3739#line 29
3740  return ((long )ptr);
3741}
3742}
3743#line 32 "include/linux/err.h"
3744__inline static long IS_ERR(void const   *ptr ) 
3745{ long tmp ;
3746  unsigned long __cil_tmp3 ;
3747  int __cil_tmp4 ;
3748  long __cil_tmp5 ;
3749
3750  {
3751  {
3752#line 34
3753  __cil_tmp3 = (unsigned long )ptr;
3754#line 34
3755  __cil_tmp4 = __cil_tmp3 > 0xfffffffffffff000UL;
3756#line 34
3757  __cil_tmp5 = (long )__cil_tmp4;
3758#line 34
3759  tmp = __builtin_expect(__cil_tmp5, 0L);
3760  }
3761#line 34
3762  return (tmp);
3763}
3764}
3765#line 220 "include/linux/slub_def.h"
3766extern void *kmem_cache_alloc(struct kmem_cache * , gfp_t  ) ;
3767#line 223
3768void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) ;
3769#line 11 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
3770void ldv_check_alloc_flags(gfp_t flags ) ;
3771#line 12
3772void ldv_check_alloc_nonatomic(void) ;
3773#line 14
3774struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) ;
3775#line 793 "include/linux/device.h"
3776extern int dev_set_drvdata(struct device * , void * ) ;
3777#line 892
3778extern int dev_err(struct device  const  * , char const   *  , ...) ;
3779#line 143 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/input/touchscreen/cyttsp_core.h"
3780extern struct cyttsp *cyttsp_probe(struct cyttsp_bus_ops  const  * , struct device * ,
3781                                   int  , size_t  ) ;
3782#line 105 "include/linux/spi/spi.h"
3783__inline static struct spi_device *to_spi_device(struct device *dev ) 
3784{ struct device  const  *__mptr ;
3785  struct spi_device *tmp ;
3786  struct device *__cil_tmp4 ;
3787  unsigned long __cil_tmp5 ;
3788  unsigned long __cil_tmp6 ;
3789
3790  {
3791  {
3792#line 107
3793  __cil_tmp4 = (struct device *)0;
3794#line 107
3795  __cil_tmp5 = (unsigned long )__cil_tmp4;
3796#line 107
3797  __cil_tmp6 = (unsigned long )dev;
3798#line 107
3799  if (__cil_tmp6 != __cil_tmp5) {
3800#line 107
3801    __mptr = (struct device  const  *)dev;
3802#line 107
3803    tmp = (struct spi_device *)__mptr;
3804  } else {
3805#line 107
3806    tmp = (struct spi_device *)0;
3807  }
3808  }
3809#line 107
3810  return (tmp);
3811}
3812}
3813#line 135 "include/linux/spi/spi.h"
3814__inline static void spi_set_drvdata(struct spi_device *spi , void *data ) 
3815{ struct device *__cil_tmp3 ;
3816
3817  {
3818  {
3819#line 137
3820  __cil_tmp3 = (struct device *)spi;
3821#line 137
3822  dev_set_drvdata(__cil_tmp3, data);
3823  }
3824#line 138
3825  return;
3826}
3827}
3828#line 573 "include/linux/spi/spi.h"
3829__inline static void spi_message_init(struct spi_message *m ) 
3830{ void *__cil_tmp2 ;
3831  struct list_head *__cil_tmp3 ;
3832
3833  {
3834  {
3835#line 575
3836  __cil_tmp2 = (void *)m;
3837#line 575
3838  memset(__cil_tmp2, 0, 80UL);
3839#line 576
3840  __cil_tmp3 = (struct list_head *)m;
3841#line 576
3842  INIT_LIST_HEAD(__cil_tmp3);
3843  }
3844#line 577
3845  return;
3846}
3847}
3848#line 580 "include/linux/spi/spi.h"
3849__inline static void spi_message_add_tail(struct spi_transfer *t , struct spi_message *m ) 
3850{ unsigned long __cil_tmp3 ;
3851  unsigned long __cil_tmp4 ;
3852  struct list_head *__cil_tmp5 ;
3853  struct list_head *__cil_tmp6 ;
3854
3855  {
3856  {
3857#line 582
3858  __cil_tmp3 = (unsigned long )t;
3859#line 582
3860  __cil_tmp4 = __cil_tmp3 + 48;
3861#line 582
3862  __cil_tmp5 = (struct list_head *)__cil_tmp4;
3863#line 582
3864  __cil_tmp6 = (struct list_head *)m;
3865#line 582
3866  list_add_tail(__cil_tmp5, __cil_tmp6);
3867  }
3868#line 583
3869  return;
3870}
3871}
3872#line 618
3873extern int spi_setup(struct spi_device * ) ;
3874#line 630
3875extern int spi_sync(struct spi_device * , struct spi_message * ) ;
3876#line 61 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
3877static int cyttsp_spi_xfer(struct cyttsp *ts , u8 op , u8 reg , u8 *buf , int length ) 
3878{ struct spi_device *spi ;
3879  struct spi_device *tmp ;
3880  struct spi_message msg ;
3881  struct spi_transfer xfer[2U] ;
3882  u8 *wr_buf ;
3883  u8 *rd_buf ;
3884  int retval ;
3885  int i ;
3886  size_t __len ;
3887  void *__ret ;
3888  struct _ddebug descriptor ;
3889  long tmp___0 ;
3890  struct _ddebug descriptor___0 ;
3891  long tmp___1 ;
3892  struct _ddebug descriptor___1 ;
3893  long tmp___2 ;
3894  struct _ddebug descriptor___2 ;
3895  long tmp___3 ;
3896  struct device *__cil_tmp24 ;
3897  unsigned long __cil_tmp25 ;
3898  unsigned long __cil_tmp26 ;
3899  u8 (*__cil_tmp27)[0U] ;
3900  unsigned long __cil_tmp28 ;
3901  unsigned long __cil_tmp29 ;
3902  u8 (*__cil_tmp30)[0U] ;
3903  u8 *__cil_tmp31 ;
3904  struct device *__cil_tmp32 ;
3905  struct device  const  *__cil_tmp33 ;
3906  void *__cil_tmp34 ;
3907  void *__cil_tmp35 ;
3908  u8 *__cil_tmp36 ;
3909  u8 *__cil_tmp37 ;
3910  u8 *__cil_tmp38 ;
3911  unsigned int __cil_tmp39 ;
3912  void *__cil_tmp40 ;
3913  void *__cil_tmp41 ;
3914  void const   *__cil_tmp42 ;
3915  void *__cil_tmp43 ;
3916  unsigned long __cil_tmp44 ;
3917  unsigned long __cil_tmp45 ;
3918  unsigned long __cil_tmp46 ;
3919  unsigned long __cil_tmp47 ;
3920  unsigned long __cil_tmp48 ;
3921  unsigned long __cil_tmp49 ;
3922  unsigned long __cil_tmp50 ;
3923  unsigned long __cil_tmp51 ;
3924  int __cil_tmp52 ;
3925  struct spi_transfer *__cil_tmp53 ;
3926  unsigned long __cil_tmp54 ;
3927  unsigned long __cil_tmp55 ;
3928  unsigned long __cil_tmp56 ;
3929  struct spi_transfer *__cil_tmp57 ;
3930  unsigned long __cil_tmp58 ;
3931  unsigned long __cil_tmp59 ;
3932  unsigned long __cil_tmp60 ;
3933  unsigned long __cil_tmp61 ;
3934  unsigned long __cil_tmp62 ;
3935  unsigned long __cil_tmp63 ;
3936  struct spi_transfer *__cil_tmp64 ;
3937  struct spi_transfer *__cil_tmp65 ;
3938  struct device *__cil_tmp66 ;
3939  struct device  const  *__cil_tmp67 ;
3940  int __cil_tmp68 ;
3941  struct _ddebug *__cil_tmp69 ;
3942  unsigned long __cil_tmp70 ;
3943  unsigned long __cil_tmp71 ;
3944  unsigned long __cil_tmp72 ;
3945  unsigned long __cil_tmp73 ;
3946  unsigned long __cil_tmp74 ;
3947  unsigned long __cil_tmp75 ;
3948  unsigned char __cil_tmp76 ;
3949  long __cil_tmp77 ;
3950  long __cil_tmp78 ;
3951  struct device *__cil_tmp79 ;
3952  struct device  const  *__cil_tmp80 ;
3953  unsigned long __cil_tmp81 ;
3954  unsigned long __cil_tmp82 ;
3955  unsigned long __cil_tmp83 ;
3956  unsigned int __cil_tmp84 ;
3957  int __cil_tmp85 ;
3958  u8 *__cil_tmp86 ;
3959  u8 __cil_tmp87 ;
3960  unsigned int __cil_tmp88 ;
3961  u8 *__cil_tmp89 ;
3962  u8 __cil_tmp90 ;
3963  unsigned int __cil_tmp91 ;
3964  struct _ddebug *__cil_tmp92 ;
3965  unsigned long __cil_tmp93 ;
3966  unsigned long __cil_tmp94 ;
3967  unsigned long __cil_tmp95 ;
3968  unsigned long __cil_tmp96 ;
3969  unsigned long __cil_tmp97 ;
3970  unsigned long __cil_tmp98 ;
3971  unsigned char __cil_tmp99 ;
3972  long __cil_tmp100 ;
3973  long __cil_tmp101 ;
3974  struct device *__cil_tmp102 ;
3975  struct device  const  *__cil_tmp103 ;
3976  int __cil_tmp104 ;
3977  struct _ddebug *__cil_tmp105 ;
3978  unsigned long __cil_tmp106 ;
3979  unsigned long __cil_tmp107 ;
3980  unsigned long __cil_tmp108 ;
3981  unsigned long __cil_tmp109 ;
3982  unsigned long __cil_tmp110 ;
3983  unsigned long __cil_tmp111 ;
3984  unsigned char __cil_tmp112 ;
3985  long __cil_tmp113 ;
3986  long __cil_tmp114 ;
3987  struct device *__cil_tmp115 ;
3988  struct device  const  *__cil_tmp116 ;
3989  unsigned long __cil_tmp117 ;
3990  u8 *__cil_tmp118 ;
3991  u8 __cil_tmp119 ;
3992  int __cil_tmp120 ;
3993  struct _ddebug *__cil_tmp121 ;
3994  unsigned long __cil_tmp122 ;
3995  unsigned long __cil_tmp123 ;
3996  unsigned long __cil_tmp124 ;
3997  unsigned long __cil_tmp125 ;
3998  unsigned long __cil_tmp126 ;
3999  unsigned long __cil_tmp127 ;
4000  unsigned char __cil_tmp128 ;
4001  long __cil_tmp129 ;
4002  long __cil_tmp130 ;
4003  struct device *__cil_tmp131 ;
4004  struct device  const  *__cil_tmp132 ;
4005  unsigned long __cil_tmp133 ;
4006  u8 *__cil_tmp134 ;
4007  u8 __cil_tmp135 ;
4008  int __cil_tmp136 ;
4009
4010  {
4011  {
4012#line 64
4013  __cil_tmp24 = *((struct device **)ts);
4014#line 64
4015  tmp = to_spi_device(__cil_tmp24);
4016#line 64
4017  spi = tmp;
4018#line 67
4019  __cil_tmp25 = (unsigned long )ts;
4020#line 67
4021  __cil_tmp26 = __cil_tmp25 + 261;
4022#line 67
4023  __cil_tmp27 = (u8 (*)[0U])__cil_tmp26;
4024#line 67
4025  wr_buf = (u8 *)__cil_tmp27;
4026#line 68
4027  __cil_tmp28 = (unsigned long )ts;
4028#line 68
4029  __cil_tmp29 = __cil_tmp28 + 261;
4030#line 68
4031  __cil_tmp30 = (u8 (*)[0U])__cil_tmp29;
4032#line 68
4033  __cil_tmp31 = (u8 *)__cil_tmp30;
4034#line 68
4035  rd_buf = __cil_tmp31 + 132UL;
4036  }
4037#line 72
4038  if (length > 128) {
4039    {
4040#line 73
4041    __cil_tmp32 = *((struct device **)ts);
4042#line 73
4043    __cil_tmp33 = (struct device  const  *)__cil_tmp32;
4044#line 73
4045    dev_err(__cil_tmp33, "%s: length %d is too big.\n", "cyttsp_spi_xfer", length);
4046    }
4047#line 75
4048    return (-22);
4049  } else {
4050
4051  }
4052  {
4053#line 78
4054  __cil_tmp34 = (void *)wr_buf;
4055#line 78
4056  memset(__cil_tmp34, 0, 132UL);
4057#line 79
4058  __cil_tmp35 = (void *)rd_buf;
4059#line 79
4060  memset(__cil_tmp35, 0, 132UL);
4061#line 81
4062  *wr_buf = (u8 )0U;
4063#line 82
4064  __cil_tmp36 = wr_buf + 1UL;
4065#line 82
4066  *__cil_tmp36 = (u8 )255U;
4067#line 83
4068  __cil_tmp37 = wr_buf + 2UL;
4069#line 83
4070  *__cil_tmp37 = reg;
4071#line 84
4072  __cil_tmp38 = wr_buf + 3UL;
4073#line 84
4074  *__cil_tmp38 = op;
4075  }
4076  {
4077#line 85
4078  __cil_tmp39 = (unsigned int )op;
4079#line 85
4080  if (__cil_tmp39 == 0U) {
4081    {
4082#line 86
4083    __len = (size_t )length;
4084#line 86
4085    __cil_tmp40 = (void *)wr_buf;
4086#line 86
4087    __cil_tmp41 = __cil_tmp40 + 4U;
4088#line 86
4089    __cil_tmp42 = (void const   *)buf;
4090#line 86
4091    __ret = __builtin_memcpy(__cil_tmp41, __cil_tmp42, __len);
4092    }
4093  } else {
4094
4095  }
4096  }
4097  {
4098#line 88
4099  __cil_tmp43 = (void *)(& xfer);
4100#line 88
4101  memset(__cil_tmp43, 0, 128UL);
4102#line 89
4103  spi_message_init(& msg);
4104#line 95
4105  __cil_tmp44 = 0 * 64UL;
4106#line 95
4107  __cil_tmp45 = (unsigned long )(xfer) + __cil_tmp44;
4108#line 95
4109  *((void const   **)__cil_tmp45) = (void const   *)wr_buf;
4110#line 96
4111  __cil_tmp46 = 0 * 64UL;
4112#line 96
4113  __cil_tmp47 = __cil_tmp46 + 8;
4114#line 96
4115  __cil_tmp48 = (unsigned long )(xfer) + __cil_tmp47;
4116#line 96
4117  *((void **)__cil_tmp48) = (void *)rd_buf;
4118  }
4119#line 98
4120  if ((int )op == 0) {
4121#line 98
4122    goto case_0;
4123  } else
4124#line 103
4125  if ((int )op == 1) {
4126#line 103
4127    goto case_1;
4128  } else {
4129    {
4130#line 112
4131    goto switch_default;
4132#line 97
4133    if (0) {
4134      case_0: /* CIL Label */ 
4135      {
4136#line 99
4137      __cil_tmp49 = 0 * 64UL;
4138#line 99
4139      __cil_tmp50 = __cil_tmp49 + 16;
4140#line 99
4141      __cil_tmp51 = (unsigned long )(xfer) + __cil_tmp50;
4142#line 99
4143      __cil_tmp52 = length + 4;
4144#line 99
4145      *((unsigned int *)__cil_tmp51) = (unsigned int )__cil_tmp52;
4146#line 100
4147      __cil_tmp53 = (struct spi_transfer *)(& xfer);
4148#line 100
4149      spi_message_add_tail(__cil_tmp53, & msg);
4150      }
4151#line 101
4152      goto ldv_22382;
4153      case_1: /* CIL Label */ 
4154      {
4155#line 104
4156      __cil_tmp54 = 0 * 64UL;
4157#line 104
4158      __cil_tmp55 = __cil_tmp54 + 16;
4159#line 104
4160      __cil_tmp56 = (unsigned long )(xfer) + __cil_tmp55;
4161#line 104
4162      *((unsigned int *)__cil_tmp56) = 4U;
4163#line 105
4164      __cil_tmp57 = (struct spi_transfer *)(& xfer);
4165#line 105
4166      spi_message_add_tail(__cil_tmp57, & msg);
4167#line 107
4168      __cil_tmp58 = 1 * 64UL;
4169#line 107
4170      __cil_tmp59 = __cil_tmp58 + 8;
4171#line 107
4172      __cil_tmp60 = (unsigned long )(xfer) + __cil_tmp59;
4173#line 107
4174      *((void **)__cil_tmp60) = (void *)buf;
4175#line 108
4176      __cil_tmp61 = 1 * 64UL;
4177#line 108
4178      __cil_tmp62 = __cil_tmp61 + 16;
4179#line 108
4180      __cil_tmp63 = (unsigned long )(xfer) + __cil_tmp62;
4181#line 108
4182      *((unsigned int *)__cil_tmp63) = (unsigned int )length;
4183#line 109
4184      __cil_tmp64 = (struct spi_transfer *)(& xfer);
4185#line 109
4186      __cil_tmp65 = __cil_tmp64 + 1UL;
4187#line 109
4188      spi_message_add_tail(__cil_tmp65, & msg);
4189      }
4190#line 110
4191      goto ldv_22382;
4192      switch_default: /* CIL Label */ 
4193      {
4194#line 113
4195      __cil_tmp66 = *((struct device **)ts);
4196#line 113
4197      __cil_tmp67 = (struct device  const  *)__cil_tmp66;
4198#line 113
4199      __cil_tmp68 = (int )op;
4200#line 113
4201      dev_err(__cil_tmp67, "%s: bad operation code=%d\n", "cyttsp_spi_xfer", __cil_tmp68);
4202      }
4203#line 114
4204      return (-22);
4205    } else {
4206      switch_break: /* CIL Label */ ;
4207    }
4208    }
4209  }
4210  ldv_22382: 
4211  {
4212#line 117
4213  retval = spi_sync(spi, & msg);
4214  }
4215#line 118
4216  if (retval < 0) {
4217    {
4218#line 119
4219    __cil_tmp69 = & descriptor;
4220#line 119
4221    *((char const   **)__cil_tmp69) = "cyttsp_spi";
4222#line 119
4223    __cil_tmp70 = (unsigned long )(& descriptor) + 8;
4224#line 119
4225    *((char const   **)__cil_tmp70) = "cyttsp_spi_xfer";
4226#line 119
4227    __cil_tmp71 = (unsigned long )(& descriptor) + 16;
4228#line 119
4229    *((char const   **)__cil_tmp71) = "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p";
4230#line 119
4231    __cil_tmp72 = (unsigned long )(& descriptor) + 24;
4232#line 119
4233    *((char const   **)__cil_tmp72) = "%s: spi_sync() error %d, len=%d, op=%d\n";
4234#line 119
4235    __cil_tmp73 = (unsigned long )(& descriptor) + 32;
4236#line 119
4237    *((unsigned int *)__cil_tmp73) = 120U;
4238#line 119
4239    __cil_tmp74 = (unsigned long )(& descriptor) + 35;
4240#line 119
4241    *((unsigned char *)__cil_tmp74) = (unsigned char)0;
4242#line 119
4243    __cil_tmp75 = (unsigned long )(& descriptor) + 35;
4244#line 119
4245    __cil_tmp76 = *((unsigned char *)__cil_tmp75);
4246#line 119
4247    __cil_tmp77 = (long )__cil_tmp76;
4248#line 119
4249    __cil_tmp78 = __cil_tmp77 & 1L;
4250#line 119
4251    tmp___0 = __builtin_expect(__cil_tmp78, 0L);
4252    }
4253#line 119
4254    if (tmp___0 != 0L) {
4255      {
4256#line 119
4257      __cil_tmp79 = *((struct device **)ts);
4258#line 119
4259      __cil_tmp80 = (struct device  const  *)__cil_tmp79;
4260#line 119
4261      __cil_tmp81 = 1 * 64UL;
4262#line 119
4263      __cil_tmp82 = __cil_tmp81 + 16;
4264#line 119
4265      __cil_tmp83 = (unsigned long )(xfer) + __cil_tmp82;
4266#line 119
4267      __cil_tmp84 = *((unsigned int *)__cil_tmp83);
4268#line 119
4269      __cil_tmp85 = (int )op;
4270#line 119
4271      __dynamic_dev_dbg(& descriptor, __cil_tmp80, "%s: spi_sync() error %d, len=%d, op=%d\n",
4272                        "cyttsp_spi_xfer", retval, __cil_tmp84, __cil_tmp85);
4273      }
4274    } else {
4275
4276    }
4277  } else {
4278
4279  }
4280  {
4281#line 129
4282  __cil_tmp86 = rd_buf + 2UL;
4283#line 129
4284  __cil_tmp87 = *__cil_tmp86;
4285#line 129
4286  __cil_tmp88 = (unsigned int )__cil_tmp87;
4287#line 129
4288  if (__cil_tmp88 != 98U) {
4289#line 129
4290    goto _L;
4291  } else {
4292    {
4293#line 129
4294    __cil_tmp89 = rd_buf + 3UL;
4295#line 129
4296    __cil_tmp90 = *__cil_tmp89;
4297#line 129
4298    __cil_tmp91 = (unsigned int )__cil_tmp90;
4299#line 129
4300    if (__cil_tmp91 != 157U) {
4301      _L: /* CIL Label */ 
4302      {
4303#line 132
4304      __cil_tmp92 = & descriptor___0;
4305#line 132
4306      *((char const   **)__cil_tmp92) = "cyttsp_spi";
4307#line 132
4308      __cil_tmp93 = (unsigned long )(& descriptor___0) + 8;
4309#line 132
4310      *((char const   **)__cil_tmp93) = "cyttsp_spi_xfer";
4311#line 132
4312      __cil_tmp94 = (unsigned long )(& descriptor___0) + 16;
4313#line 132
4314      *((char const   **)__cil_tmp94) = "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p";
4315#line 132
4316      __cil_tmp95 = (unsigned long )(& descriptor___0) + 24;
4317#line 132
4318      *((char const   **)__cil_tmp95) = "%s: operation %d failed\n";
4319#line 132
4320      __cil_tmp96 = (unsigned long )(& descriptor___0) + 32;
4321#line 132
4322      *((unsigned int *)__cil_tmp96) = 132U;
4323#line 132
4324      __cil_tmp97 = (unsigned long )(& descriptor___0) + 35;
4325#line 132
4326      *((unsigned char *)__cil_tmp97) = (unsigned char)0;
4327#line 132
4328      __cil_tmp98 = (unsigned long )(& descriptor___0) + 35;
4329#line 132
4330      __cil_tmp99 = *((unsigned char *)__cil_tmp98);
4331#line 132
4332      __cil_tmp100 = (long )__cil_tmp99;
4333#line 132
4334      __cil_tmp101 = __cil_tmp100 & 1L;
4335#line 132
4336      tmp___1 = __builtin_expect(__cil_tmp101, 0L);
4337      }
4338#line 132
4339      if (tmp___1 != 0L) {
4340        {
4341#line 132
4342        __cil_tmp102 = *((struct device **)ts);
4343#line 132
4344        __cil_tmp103 = (struct device  const  *)__cil_tmp102;
4345#line 132
4346        __cil_tmp104 = (int )op;
4347#line 132
4348        __dynamic_dev_dbg(& descriptor___0, __cil_tmp103, "%s: operation %d failed\n",
4349                          "cyttsp_spi_xfer", __cil_tmp104);
4350        }
4351      } else {
4352
4353      }
4354#line 134
4355      i = 0;
4356#line 134
4357      goto ldv_22389;
4358      ldv_22388: 
4359      {
4360#line 135
4361      __cil_tmp105 = & descriptor___1;
4362#line 135
4363      *((char const   **)__cil_tmp105) = "cyttsp_spi";
4364#line 135
4365      __cil_tmp106 = (unsigned long )(& descriptor___1) + 8;
4366#line 135
4367      *((char const   **)__cil_tmp106) = "cyttsp_spi_xfer";
4368#line 135
4369      __cil_tmp107 = (unsigned long )(& descriptor___1) + 16;
4370#line 135
4371      *((char const   **)__cil_tmp107) = "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p";
4372#line 135
4373      __cil_tmp108 = (unsigned long )(& descriptor___1) + 24;
4374#line 135
4375      *((char const   **)__cil_tmp108) = "%s: test rd_buf[%d]:0x%02x\n";
4376#line 135
4377      __cil_tmp109 = (unsigned long )(& descriptor___1) + 32;
4378#line 135
4379      *((unsigned int *)__cil_tmp109) = 136U;
4380#line 135
4381      __cil_tmp110 = (unsigned long )(& descriptor___1) + 35;
4382#line 135
4383      *((unsigned char *)__cil_tmp110) = (unsigned char)0;
4384#line 135
4385      __cil_tmp111 = (unsigned long )(& descriptor___1) + 35;
4386#line 135
4387      __cil_tmp112 = *((unsigned char *)__cil_tmp111);
4388#line 135
4389      __cil_tmp113 = (long )__cil_tmp112;
4390#line 135
4391      __cil_tmp114 = __cil_tmp113 & 1L;
4392#line 135
4393      tmp___2 = __builtin_expect(__cil_tmp114, 0L);
4394      }
4395#line 135
4396      if (tmp___2 != 0L) {
4397        {
4398#line 135
4399        __cil_tmp115 = *((struct device **)ts);
4400#line 135
4401        __cil_tmp116 = (struct device  const  *)__cil_tmp115;
4402#line 135
4403        __cil_tmp117 = (unsigned long )i;
4404#line 135
4405        __cil_tmp118 = rd_buf + __cil_tmp117;
4406#line 135
4407        __cil_tmp119 = *__cil_tmp118;
4408#line 135
4409        __cil_tmp120 = (int )__cil_tmp119;
4410#line 135
4411        __dynamic_dev_dbg(& descriptor___1, __cil_tmp116, "%s: test rd_buf[%d]:0x%02x\n",
4412                          "cyttsp_spi_xfer", i, __cil_tmp120);
4413        }
4414      } else {
4415
4416      }
4417#line 134
4418      i = i + 1;
4419      ldv_22389: ;
4420#line 134
4421      if (i <= 3) {
4422#line 135
4423        goto ldv_22388;
4424      } else {
4425#line 137
4426        goto ldv_22390;
4427      }
4428      ldv_22390: 
4429#line 137
4430      i = 0;
4431#line 137
4432      goto ldv_22393;
4433      ldv_22392: 
4434      {
4435#line 138
4436      __cil_tmp121 = & descriptor___2;
4437#line 138
4438      *((char const   **)__cil_tmp121) = "cyttsp_spi";
4439#line 138
4440      __cil_tmp122 = (unsigned long )(& descriptor___2) + 8;
4441#line 138
4442      *((char const   **)__cil_tmp122) = "cyttsp_spi_xfer";
4443#line 138
4444      __cil_tmp123 = (unsigned long )(& descriptor___2) + 16;
4445#line 138
4446      *((char const   **)__cil_tmp123) = "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p";
4447#line 138
4448      __cil_tmp124 = (unsigned long )(& descriptor___2) + 24;
4449#line 138
4450      *((char const   **)__cil_tmp124) = "%s: test buf[%d]:0x%02x\n";
4451#line 138
4452      __cil_tmp125 = (unsigned long )(& descriptor___2) + 32;
4453#line 138
4454      *((unsigned int *)__cil_tmp125) = 139U;
4455#line 138
4456      __cil_tmp126 = (unsigned long )(& descriptor___2) + 35;
4457#line 138
4458      *((unsigned char *)__cil_tmp126) = (unsigned char)0;
4459#line 138
4460      __cil_tmp127 = (unsigned long )(& descriptor___2) + 35;
4461#line 138
4462      __cil_tmp128 = *((unsigned char *)__cil_tmp127);
4463#line 138
4464      __cil_tmp129 = (long )__cil_tmp128;
4465#line 138
4466      __cil_tmp130 = __cil_tmp129 & 1L;
4467#line 138
4468      tmp___3 = __builtin_expect(__cil_tmp130, 0L);
4469      }
4470#line 138
4471      if (tmp___3 != 0L) {
4472        {
4473#line 138
4474        __cil_tmp131 = *((struct device **)ts);
4475#line 138
4476        __cil_tmp132 = (struct device  const  *)__cil_tmp131;
4477#line 138
4478        __cil_tmp133 = (unsigned long )i;
4479#line 138
4480        __cil_tmp134 = buf + __cil_tmp133;
4481#line 138
4482        __cil_tmp135 = *__cil_tmp134;
4483#line 138
4484        __cil_tmp136 = (int )__cil_tmp135;
4485#line 138
4486        __dynamic_dev_dbg(& descriptor___2, __cil_tmp132, "%s: test buf[%d]:0x%02x\n",
4487                          "cyttsp_spi_xfer", i, __cil_tmp136);
4488        }
4489      } else {
4490
4491      }
4492#line 137
4493      i = i + 1;
4494      ldv_22393: ;
4495#line 137
4496      if (i < length) {
4497#line 138
4498        goto ldv_22392;
4499      } else {
4500#line 140
4501        goto ldv_22394;
4502      }
4503      ldv_22394: ;
4504#line 141
4505      return (-5);
4506    } else {
4507
4508    }
4509    }
4510  }
4511  }
4512#line 144
4513  return (0);
4514}
4515}
4516#line 147 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4517static int cyttsp_spi_read_block_data(struct cyttsp *ts , u8 addr , u8 length , void *data ) 
4518{ int tmp ;
4519  u8 __cil_tmp6 ;
4520  int __cil_tmp7 ;
4521  u8 __cil_tmp8 ;
4522  u8 *__cil_tmp9 ;
4523  int __cil_tmp10 ;
4524
4525  {
4526  {
4527#line 150
4528  __cil_tmp6 = (u8 )1;
4529#line 150
4530  __cil_tmp7 = (int )addr;
4531#line 150
4532  __cil_tmp8 = (u8 )__cil_tmp7;
4533#line 150
4534  __cil_tmp9 = (u8 *)data;
4535#line 150
4536  __cil_tmp10 = (int )length;
4537#line 150
4538  tmp = cyttsp_spi_xfer(ts, __cil_tmp6, __cil_tmp8, __cil_tmp9, __cil_tmp10);
4539  }
4540#line 150
4541  return (tmp);
4542}
4543}
4544#line 153 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4545static int cyttsp_spi_write_block_data(struct cyttsp *ts , u8 addr , u8 length , void const   *data ) 
4546{ int tmp ;
4547  u8 __cil_tmp6 ;
4548  int __cil_tmp7 ;
4549  u8 __cil_tmp8 ;
4550  u8 *__cil_tmp9 ;
4551  int __cil_tmp10 ;
4552
4553  {
4554  {
4555#line 156
4556  __cil_tmp6 = (u8 )0;
4557#line 156
4558  __cil_tmp7 = (int )addr;
4559#line 156
4560  __cil_tmp8 = (u8 )__cil_tmp7;
4561#line 156
4562  __cil_tmp9 = (u8 *)data;
4563#line 156
4564  __cil_tmp10 = (int )length;
4565#line 156
4566  tmp = cyttsp_spi_xfer(ts, __cil_tmp6, __cil_tmp8, __cil_tmp9, __cil_tmp10);
4567  }
4568#line 156
4569  return (tmp);
4570}
4571}
4572#line 159 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4573static struct cyttsp_bus_ops  const  cyttsp_spi_bus_ops  =    {(u16 )28U, & cyttsp_spi_write_block_data, & cyttsp_spi_read_block_data};
4574#line 165 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4575static int cyttsp_spi_probe(struct spi_device *spi ) 
4576{ struct cyttsp *ts ;
4577  int error ;
4578  long tmp ;
4579  long tmp___0 ;
4580  unsigned long __cil_tmp6 ;
4581  unsigned long __cil_tmp7 ;
4582  unsigned long __cil_tmp8 ;
4583  unsigned long __cil_tmp9 ;
4584  struct device *__cil_tmp10 ;
4585  struct device  const  *__cil_tmp11 ;
4586  struct device *__cil_tmp12 ;
4587  unsigned long __cil_tmp13 ;
4588  unsigned long __cil_tmp14 ;
4589  int __cil_tmp15 ;
4590  void const   *__cil_tmp16 ;
4591  void const   *__cil_tmp17 ;
4592  void *__cil_tmp18 ;
4593
4594  {
4595  {
4596#line 171
4597  __cil_tmp6 = (unsigned long )spi;
4598#line 171
4599  __cil_tmp7 = __cil_tmp6 + 1166;
4600#line 171
4601  *((u8 *)__cil_tmp7) = (u8 )8U;
4602#line 172
4603  __cil_tmp8 = (unsigned long )spi;
4604#line 172
4605  __cil_tmp9 = __cil_tmp8 + 1165;
4606#line 172
4607  *((u8 *)__cil_tmp9) = (u8 )0U;
4608#line 173
4609  error = spi_setup(spi);
4610  }
4611#line 174
4612  if (error < 0) {
4613    {
4614#line 175
4615    __cil_tmp10 = (struct device *)spi;
4616#line 175
4617    __cil_tmp11 = (struct device  const  *)__cil_tmp10;
4618#line 175
4619    dev_err(__cil_tmp11, "%s: SPI setup error %d\n", "cyttsp_spi_probe", error);
4620    }
4621#line 177
4622    return (error);
4623  } else {
4624
4625  }
4626  {
4627#line 180
4628  __cil_tmp12 = (struct device *)spi;
4629#line 180
4630  __cil_tmp13 = (unsigned long )spi;
4631#line 180
4632  __cil_tmp14 = __cil_tmp13 + 1168;
4633#line 180
4634  __cil_tmp15 = *((int *)__cil_tmp14);
4635#line 180
4636  ts = cyttsp_probe(& cyttsp_spi_bus_ops, __cil_tmp12, __cil_tmp15, 264UL);
4637#line 182
4638  __cil_tmp16 = (void const   *)ts;
4639#line 182
4640  tmp___0 = IS_ERR(__cil_tmp16);
4641  }
4642#line 182
4643  if (tmp___0 != 0L) {
4644    {
4645#line 183
4646    __cil_tmp17 = (void const   *)ts;
4647#line 183
4648    tmp = PTR_ERR(__cil_tmp17);
4649    }
4650#line 183
4651    return ((int )tmp);
4652  } else {
4653
4654  }
4655  {
4656#line 185
4657  __cil_tmp18 = (void *)ts;
4658#line 185
4659  spi_set_drvdata(spi, __cil_tmp18);
4660  }
4661#line 187
4662  return (0);
4663}
4664}
4665#line 233
4666extern void ldv_check_final_state(void) ;
4667#line 236
4668extern void ldv_check_return_value(int  ) ;
4669#line 239
4670extern void ldv_initialize(void) ;
4671#line 242
4672extern int __VERIFIER_nondet_int(void) ;
4673#line 245 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4674int LDV_IN_INTERRUPT  ;
4675#line 248 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4676void main(void) 
4677{ struct cyttsp *var_group1 ;
4678  u8 var_cyttsp_spi_write_block_data_2_p1 ;
4679  u8 var_cyttsp_spi_write_block_data_2_p2 ;
4680  void const   *var_cyttsp_spi_write_block_data_2_p3 ;
4681  u8 var_cyttsp_spi_read_block_data_1_p1 ;
4682  u8 var_cyttsp_spi_read_block_data_1_p2 ;
4683  void *var_cyttsp_spi_read_block_data_1_p3 ;
4684  struct spi_device *var_group2 ;
4685  int res_cyttsp_spi_probe_3 ;
4686  int ldv_s_cyttsp_spi_driver_spi_driver ;
4687  int tmp ;
4688  int tmp___0 ;
4689  int __cil_tmp13 ;
4690  u8 __cil_tmp14 ;
4691  int __cil_tmp15 ;
4692  u8 __cil_tmp16 ;
4693  int __cil_tmp17 ;
4694  u8 __cil_tmp18 ;
4695  int __cil_tmp19 ;
4696  u8 __cil_tmp20 ;
4697
4698  {
4699  {
4700#line 330
4701  ldv_s_cyttsp_spi_driver_spi_driver = 0;
4702#line 318
4703  LDV_IN_INTERRUPT = 1;
4704#line 327
4705  ldv_initialize();
4706  }
4707#line 333
4708  goto ldv_22469;
4709  ldv_22468: 
4710  {
4711#line 337
4712  tmp = __VERIFIER_nondet_int();
4713  }
4714#line 339
4715  if (tmp == 0) {
4716#line 339
4717    goto case_0;
4718  } else
4719#line 365
4720  if (tmp == 1) {
4721#line 365
4722    goto case_1;
4723  } else
4724#line 391
4725  if (tmp == 2) {
4726#line 391
4727    goto case_2;
4728  } else {
4729    {
4730#line 420
4731    goto switch_default;
4732#line 337
4733    if (0) {
4734      case_0: /* CIL Label */ 
4735      {
4736#line 357
4737      __cil_tmp13 = (int )var_cyttsp_spi_write_block_data_2_p1;
4738#line 357
4739      __cil_tmp14 = (u8 )__cil_tmp13;
4740#line 357
4741      __cil_tmp15 = (int )var_cyttsp_spi_write_block_data_2_p2;
4742#line 357
4743      __cil_tmp16 = (u8 )__cil_tmp15;
4744#line 357
4745      cyttsp_spi_write_block_data(var_group1, __cil_tmp14, __cil_tmp16, var_cyttsp_spi_write_block_data_2_p3);
4746      }
4747#line 364
4748      goto ldv_22463;
4749      case_1: /* CIL Label */ 
4750      {
4751#line 383
4752      __cil_tmp17 = (int )var_cyttsp_spi_read_block_data_1_p1;
4753#line 383
4754      __cil_tmp18 = (u8 )__cil_tmp17;
4755#line 383
4756      __cil_tmp19 = (int )var_cyttsp_spi_read_block_data_1_p2;
4757#line 383
4758      __cil_tmp20 = (u8 )__cil_tmp19;
4759#line 383
4760      cyttsp_spi_read_block_data(var_group1, __cil_tmp18, __cil_tmp20, var_cyttsp_spi_read_block_data_1_p3);
4761      }
4762#line 390
4763      goto ldv_22463;
4764      case_2: /* CIL Label */ ;
4765#line 394
4766      if (ldv_s_cyttsp_spi_driver_spi_driver == 0) {
4767        {
4768#line 409
4769        res_cyttsp_spi_probe_3 = cyttsp_spi_probe(var_group2);
4770#line 410
4771        ldv_check_return_value(res_cyttsp_spi_probe_3);
4772        }
4773#line 411
4774        if (res_cyttsp_spi_probe_3 != 0) {
4775#line 412
4776          goto ldv_module_exit;
4777        } else {
4778
4779        }
4780#line 413
4781        ldv_s_cyttsp_spi_driver_spi_driver = 0;
4782      } else {
4783
4784      }
4785#line 419
4786      goto ldv_22463;
4787      switch_default: /* CIL Label */ ;
4788#line 420
4789      goto ldv_22463;
4790    } else {
4791      switch_break: /* CIL Label */ ;
4792    }
4793    }
4794  }
4795  ldv_22463: ;
4796  ldv_22469: 
4797  {
4798#line 333
4799  tmp___0 = __VERIFIER_nondet_int();
4800  }
4801#line 333
4802  if (tmp___0 != 0) {
4803#line 335
4804    goto ldv_22468;
4805  } else
4806#line 333
4807  if (ldv_s_cyttsp_spi_driver_spi_driver != 0) {
4808#line 335
4809    goto ldv_22468;
4810  } else {
4811#line 337
4812    goto ldv_22470;
4813  }
4814  ldv_22470: ;
4815  ldv_module_exit: ;
4816  {
4817#line 429
4818  ldv_check_final_state();
4819  }
4820#line 432
4821  return;
4822}
4823}
4824#line 5 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast-assert.h"
4825void ldv_blast_assert(void) 
4826{ 
4827
4828  {
4829  ERROR: ;
4830#line 6
4831  goto ERROR;
4832}
4833}
4834#line 6 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast.h"
4835extern int __VERIFIER_nondet_int(void) ;
4836#line 453 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4837int ldv_spin  =    0;
4838#line 457 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4839void ldv_check_alloc_flags(gfp_t flags ) 
4840{ 
4841
4842  {
4843#line 460
4844  if (ldv_spin != 0) {
4845#line 460
4846    if (flags != 32U) {
4847      {
4848#line 460
4849      ldv_blast_assert();
4850      }
4851    } else {
4852
4853    }
4854  } else {
4855
4856  }
4857#line 463
4858  return;
4859}
4860}
4861#line 463
4862extern struct page *ldv_some_page(void) ;
4863#line 466 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4864struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) 
4865{ struct page *tmp ;
4866
4867  {
4868#line 469
4869  if (ldv_spin != 0) {
4870#line 469
4871    if (flags != 32U) {
4872      {
4873#line 469
4874      ldv_blast_assert();
4875      }
4876    } else {
4877
4878    }
4879  } else {
4880
4881  }
4882  {
4883#line 471
4884  tmp = ldv_some_page();
4885  }
4886#line 471
4887  return (tmp);
4888}
4889}
4890#line 475 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4891void ldv_check_alloc_nonatomic(void) 
4892{ 
4893
4894  {
4895#line 478
4896  if (ldv_spin != 0) {
4897    {
4898#line 478
4899    ldv_blast_assert();
4900    }
4901  } else {
4902
4903  }
4904#line 481
4905  return;
4906}
4907}
4908#line 482 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4909void ldv_spin_lock(void) 
4910{ 
4911
4912  {
4913#line 485
4914  ldv_spin = 1;
4915#line 486
4916  return;
4917}
4918}
4919#line 489 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4920void ldv_spin_unlock(void) 
4921{ 
4922
4923  {
4924#line 492
4925  ldv_spin = 0;
4926#line 493
4927  return;
4928}
4929}
4930#line 496 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4931int ldv_spin_trylock(void) 
4932{ int is_lock ;
4933
4934  {
4935  {
4936#line 501
4937  is_lock = __VERIFIER_nondet_int();
4938  }
4939#line 503
4940  if (is_lock != 0) {
4941#line 506
4942    return (0);
4943  } else {
4944#line 511
4945    ldv_spin = 1;
4946#line 513
4947    return (1);
4948  }
4949}
4950}
4951#line 680 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3100/dscv_tempdir/dscv/ri/43_1a/drivers/input/touchscreen/cyttsp_spi.c.p"
4952void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) 
4953{ 
4954
4955  {
4956  {
4957#line 686
4958  ldv_check_alloc_flags(ldv_func_arg2);
4959#line 688
4960  kmem_cache_alloc(ldv_func_arg1, ldv_func_arg2);
4961  }
4962#line 689
4963  return ((void *)0);
4964}
4965}