Home
last modified time | relevance | path

Searched defs:device_private (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/
Dbase.h88 struct device_private { struct
101 container_of(obj, struct device_private, knode_parent) argument
/kernel/linux/linux-4.19/drivers/base/
Dbase.h75 struct device_private { struct
85 container_of(obj, struct device_private, knode_parent) argument
/kernel/linux/linux-4.19/drivers/crypto/bcm/
Dcipher.h434 struct device_private { struct
435 struct platform_device *pdev;
437 struct spu_hw spu;
439 atomic_t session_count; /* number of streams active */
440 atomic_t stream_count; /* monotonic counter for streamID's */
443 u8 bcm_hdr_len;
446 atomic_t next_chan;
448 struct dentry *debugfs_dir;
449 struct dentry *debugfs_stats;
452 atomic64_t bytes_in;
[all …]