Home
last modified time | relevance | path

Searched refs:bundle_id (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/greybus/
H A Dcontrol.c63 request.bundle_id = bundle->id; in gb_control_get_bundle_version()
215 int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id) in gb_control_bundle_suspend() argument
221 request.bundle_id = bundle_id; in gb_control_bundle_suspend()
227 bundle_id, ret); in gb_control_bundle_suspend()
233 bundle_id, response.status); in gb_control_bundle_suspend()
240 int gb_control_bundle_resume(struct gb_control *control, u8 bundle_id) in gb_control_bundle_resume() argument
246 request.bundle_id = bundle_id; in gb_control_bundle_resume()
252 bundle_id, re in gb_control_bundle_resume()
265 gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id) gb_control_bundle_deactivate() argument
291 gb_control_bundle_activate(struct gb_control *control, u8 bundle_id) gb_control_bundle_activate() argument
[all...]
H A Dbundle.c28 static DEVICE_ATTR_RO(bundle_id);
68 u8 bundle_id) in gb_bundle_find()
73 if (bundle->id == bundle_id) in gb_bundle_find()
180 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id, in gb_bundle_create() argument
185 if (bundle_id == BUNDLE_ID_NONE) { in gb_bundle_create()
186 dev_err(&intf->dev, "can't use bundle id %u\n", bundle_id); in gb_bundle_create()
195 if (gb_bundle_find(intf, bundle_id)) { in gb_bundle_create()
196 dev_err(&intf->dev, "duplicate bundle id %u\n", bundle_id); in gb_bundle_create()
205 bundle->id = bundle_id; in gb_bundle_create()
215 dev_set_name(&bundle->dev, "%s.%d", dev_name(&intf->dev), bundle_id); in gb_bundle_create()
67 gb_bundle_find(struct gb_interface *intf, u8 bundle_id) gb_bundle_find() argument
[all...]
H A Dmanifest.c60 static void release_cport_descriptors(struct list_head *head, u8 bundle_id) in release_cport_descriptors() argument
71 if (desc_cport->bundle == bundle_id) in release_cport_descriptors()
234 u8 bundle_id = bundle->id; in gb_manifest_parse_cports() local
245 if (desc_cport->bundle != bundle_id) in gb_manifest_parse_cports()
297 release_cport_descriptors(&list, bundle_id); in gb_manifest_parse_cports()
302 release_cport_descriptors(&intf->manifest_descs, bundle_id); in gb_manifest_parse_cports()
318 u8 bundle_id; in gb_manifest_parse_bundles() local
326 bundle_id = desc_bundle->id; in gb_manifest_parse_bundles()
333 if (bundle_id == GB_CONTROL_BUNDLE_ID) { in gb_manifest_parse_bundles()
337 bundle_id); in gb_manifest_parse_bundles()
[all...]
H A Dgreybus_trace.h171 __field(u8, bundle_id)
180 __entry->bundle_id = connection->bundle ?
188 TP_printk("hd_bus_id=%d bundle_id=0x%02x name=\"%s\" state=%u flags=0x%lx",
189 __entry->hd_bus_id, __entry->bundle_id, __get_str(name),
/kernel/linux/linux-6.6/drivers/greybus/
H A Dcontrol.c63 request.bundle_id = bundle->id; in gb_control_get_bundle_version()
215 int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id) in gb_control_bundle_suspend() argument
221 request.bundle_id = bundle_id; in gb_control_bundle_suspend()
227 bundle_id, ret); in gb_control_bundle_suspend()
233 bundle_id, response.status); in gb_control_bundle_suspend()
240 int gb_control_bundle_resume(struct gb_control *control, u8 bundle_id) in gb_control_bundle_resume() argument
246 request.bundle_id = bundle_id; in gb_control_bundle_resume()
252 bundle_id, re in gb_control_bundle_resume()
265 gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id) gb_control_bundle_deactivate() argument
291 gb_control_bundle_activate(struct gb_control *control, u8 bundle_id) gb_control_bundle_activate() argument
[all...]
H A Dbundle.c28 static DEVICE_ATTR_RO(bundle_id);
68 u8 bundle_id) in gb_bundle_find()
73 if (bundle->id == bundle_id) in gb_bundle_find()
180 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id, in gb_bundle_create() argument
185 if (bundle_id == BUNDLE_ID_NONE) { in gb_bundle_create()
186 dev_err(&intf->dev, "can't use bundle id %u\n", bundle_id); in gb_bundle_create()
195 if (gb_bundle_find(intf, bundle_id)) { in gb_bundle_create()
196 dev_err(&intf->dev, "duplicate bundle id %u\n", bundle_id); in gb_bundle_create()
205 bundle->id = bundle_id; in gb_bundle_create()
215 dev_set_name(&bundle->dev, "%s.%d", dev_name(&intf->dev), bundle_id); in gb_bundle_create()
67 gb_bundle_find(struct gb_interface *intf, u8 bundle_id) gb_bundle_find() argument
[all...]
H A Dmanifest.c60 static void release_cport_descriptors(struct list_head *head, u8 bundle_id) in release_cport_descriptors() argument
71 if (desc_cport->bundle == bundle_id) in release_cport_descriptors()
234 u8 bundle_id = bundle->id; in gb_manifest_parse_cports() local
245 if (desc_cport->bundle != bundle_id) in gb_manifest_parse_cports()
297 release_cport_descriptors(&list, bundle_id); in gb_manifest_parse_cports()
302 release_cport_descriptors(&intf->manifest_descs, bundle_id); in gb_manifest_parse_cports()
318 u8 bundle_id; in gb_manifest_parse_bundles() local
326 bundle_id = desc_bundle->id; in gb_manifest_parse_bundles()
333 if (bundle_id == GB_CONTROL_BUNDLE_ID) { in gb_manifest_parse_bundles()
337 bundle_id); in gb_manifest_parse_bundles()
[all...]
H A Dgreybus_trace.h171 __field(u8, bundle_id)
180 __entry->bundle_id = connection->bundle ?
188 TP_printk("hd_bus_id=%d bundle_id=0x%02x name=\"%s\" state=%u flags=0x%lx",
189 __entry->hd_bus_id, __entry->bundle_id, __get_str(name),
/kernel/linux/linux-5.10/include/linux/greybus/
H A Dcontrol.h53 int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id);
54 int gb_control_bundle_resume(struct gb_control *control, u8 bundle_id);
55 int gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id);
56 int gb_control_bundle_activate(struct gb_control *control, u8 bundle_id);
H A Dbundle.h40 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id,
H A Dgreybus_protocols.h100 __u8 bundle_id; member
145 __u8 bundle_id; member
/kernel/linux/linux-6.6/include/linux/greybus/
H A Dcontrol.h53 int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id);
54 int gb_control_bundle_resume(struct gb_control *control, u8 bundle_id);
55 int gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id);
56 int gb_control_bundle_activate(struct gb_control *control, u8 bundle_id);
H A Dbundle.h40 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id,
H A Dgreybus_protocols.h100 __u8 bundle_id; member
145 __u8 bundle_id; member

Completed in 16 milliseconds