Lines Matching defs:device_private
422 struct device_private { struct
423 struct platform_device *pdev;
425 struct spu_hw spu;
427 atomic_t session_count; /* number of streams active */
428 atomic_t stream_count; /* monotonic counter for streamID's */
431 u8 bcm_hdr_len;
434 atomic_t next_chan;
436 struct dentry *debugfs_dir;
437 struct dentry *debugfs_stats;
440 atomic64_t bytes_in;
441 atomic64_t bytes_out;
444 atomic_t op_counts[SPU_OP_NUM];
469 extern struct device_private iproc_priv; argument