Lines Matching refs:gb_bundle
15 struct gb_bundle *bundle = to_gb_bundle(dev); in bundle_class_show()
24 struct gb_bundle *bundle = to_gb_bundle(dev); in bundle_id_show()
33 struct gb_bundle *bundle = to_gb_bundle(dev); in state_show()
44 struct gb_bundle *bundle = to_gb_bundle(dev); in state_store()
67 static struct gb_bundle *gb_bundle_find(struct gb_interface *intf, in gb_bundle_find()
70 struct gb_bundle *bundle; in gb_bundle_find()
82 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_bundle_release()
92 static void gb_bundle_disable_all_connections(struct gb_bundle *bundle) in gb_bundle_disable_all_connections()
100 static void gb_bundle_enable_all_connections(struct gb_bundle *bundle) in gb_bundle_enable_all_connections()
110 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_bundle_suspend()
137 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_bundle_resume()
180 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id, in gb_bundle_create()
183 struct gb_bundle *bundle; in gb_bundle_create()
224 int gb_bundle_add(struct gb_bundle *bundle) in gb_bundle_add()
242 void gb_bundle_destroy(struct gb_bundle *bundle) in gb_bundle_destroy()