Searched refs:gb_bundle (Results 1 – 3 of 3) sorted by relevance
20 struct gb_bundle { struct37 #define to_gb_bundle(d) container_of(d, struct gb_bundle, dev) argument40 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()[all …]
41 struct gb_bundle *bundle;70 struct gb_connection *gb_connection_create(struct gb_bundle *bundle,72 struct gb_connection *gb_connection_create_flags(struct gb_bundle *bundle,75 struct gb_connection *gb_connection_create_offloaded(struct gb_bundle *bundle,
59 int (*probe)(struct gb_bundle *bundle,61 void (*disconnect)(struct gb_bundle *bundle);69 static inline void greybus_set_drvdata(struct gb_bundle *bundle, void *data) in greybus_set_drvdata()74 static inline void *greybus_get_drvdata(struct gb_bundle *bundle) in greybus_get_drvdata()