Searched refs:tbstream_dev (Results 1 – 1 of 1) sorted by relevance
99 struct tbstream_dev *sdev;140 struct tbstream_dev { struct277 static inline struct tb_xdomain *tbstream_dev_xdomain(struct tbstream_dev *sdev) in tbstream_dev_xdomain()286 struct tbstream_dev *sdev = container_of(kref, struct tbstream_dev, kref); in tbstream_dev_release()303 static inline void tbstream_dev_put(struct tbstream_dev *sdev) in tbstream_dev_put()309 static inline struct tbstream_dev *tbstream_dev_get(struct tbstream_dev *sdev) in tbstream_dev_get()316 static inline struct tbstream_dev *to_tbstream_dev(struct miscdevice *misc) in to_tbstream_dev()318 return container_of(misc, struct tbstream_dev, misc); in to_tbstream_dev()321 static inline int tbstream_dev_valid(const struct tbstream_dev *sdev) in tbstream_dev_valid()332 static inline bool tbstream_dev_removed(const struct tbstream_dev *sdev) in tbstream_dev_removed()[all …]