Searched refs:gb_manifest_parse (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/greybus/ |
H A D | manifest.h | 15 bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);
|
/kernel/linux/linux-6.6/include/linux/greybus/ |
H A D | manifest.h | 15 bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);
|
/kernel/linux/linux-5.10/drivers/greybus/ |
H A D | manifest.c | 452 bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size) in gb_manifest_parse() function
|
H A D | interface.c | 1125 if (!gb_manifest_parse(intf, manifest, size)) { in gb_interface_enable()
|
/kernel/linux/linux-6.6/drivers/greybus/ |
H A D | manifest.c | 452 bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size) in gb_manifest_parse() function
|
H A D | interface.c | 1124 if (!gb_manifest_parse(intf, manifest, size)) { in gb_interface_enable()
|
Completed in 6 milliseconds