Lines Matching refs:gb_bundle
20 struct gb_bundle { struct
37 #define to_gb_bundle(d) container_of(d, struct gb_bundle, dev) argument
40 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id,
42 int gb_bundle_add(struct gb_bundle *bundle);
43 void gb_bundle_destroy(struct gb_bundle *bundle);
47 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync()
62 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend()
72 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) in gb_pm_runtime_get_noresume()
77 static inline void gb_pm_runtime_put_noidle(struct gb_bundle *bundle) in gb_pm_runtime_put_noidle()
83 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync()
85 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend()
88 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) {} in gb_pm_runtime_get_noresume()
89 static inline void gb_pm_runtime_put_noidle(struct gb_bundle *bundle) {} in gb_pm_runtime_put_noidle()