Lines Matching defs:device_private
435 struct device_private { struct
436 struct platform_device *pdev;
438 struct spu_hw spu;
440 atomic_t session_count; /* number of streams active */
441 atomic_t stream_count; /* monotonic counter for streamID's */
444 u8 bcm_hdr_len;
447 atomic_t next_chan;
449 struct dentry *debugfs_dir;
450 struct dentry *debugfs_stats;
453 atomic64_t bytes_in;
454 atomic64_t bytes_out;
457 atomic_t op_counts[SPU_OP_NUM];
482 extern struct device_private iproc_priv; argument