Searched refs:gb_interface (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/drivers/staging/greybus/ |
D | interface.h | 28 struct gb_interface { struct 66 #define to_gb_interface(d) container_of(d, struct gb_interface, dev) argument 68 struct gb_interface *gb_interface_create(struct gb_module *module, 70 int gb_interface_activate(struct gb_interface *intf); 71 void gb_interface_deactivate(struct gb_interface *intf); 72 int gb_interface_enable(struct gb_interface *intf); 73 void gb_interface_disable(struct gb_interface *intf); 74 int gb_interface_add(struct gb_interface *intf); 75 void gb_interface_del(struct gb_interface *intf); 76 void gb_interface_put(struct gb_interface *intf); [all …]
|
D | interface.c | 45 static int gb_interface_hibernate_link(struct gb_interface *intf); 46 static int gb_interface_refclk_set(struct gb_interface *intf, bool enable); 48 static int gb_interface_dme_attr_get(struct gb_interface *intf, in gb_interface_dme_attr_get() 55 static int gb_interface_read_ara_dme(struct gb_interface *intf) in gb_interface_read_ara_dme() 93 static int gb_interface_read_dme(struct gb_interface *intf) in gb_interface_read_dme() 126 static int gb_interface_route_create(struct gb_interface *intf) in gb_interface_route_create() 173 static void gb_interface_route_destroy(struct gb_interface *intf) in gb_interface_route_destroy() 186 static int gb_interface_legacy_mode_switch(struct gb_interface *intf) in gb_interface_legacy_mode_switch() 206 void gb_interface_mailbox_event(struct gb_interface *intf, u16 result, in gb_interface_mailbox_event() 253 struct gb_interface *intf; in gb_interface_mode_switch_work() [all …]
|
D | control.h | 14 struct gb_interface *intf; 29 struct gb_control *gb_control_create(struct gb_interface *intf); 47 int gb_control_get_manifest_size_operation(struct gb_interface *intf); 48 int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest,
|
D | manifest.c | 51 static void release_manifest_descriptors(struct gb_interface *intf) in release_manifest_descriptors() 76 static struct manifest_desc *get_next_bundle_desc(struct gb_interface *intf) in get_next_bundle_desc() 98 static int identify_descriptor(struct gb_interface *intf, in identify_descriptor() 185 static char *gb_string_get(struct gb_interface *intf, u8 string_id) in gb_string_get() 230 struct gb_interface *intf = bundle->intf; in gb_manifest_parse_cports() 313 static u32 gb_manifest_parse_bundles(struct gb_interface *intf) in gb_manifest_parse_bundles() 389 static bool gb_manifest_parse_interface(struct gb_interface *intf, in gb_manifest_parse_interface() 453 bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size) in gb_manifest_parse()
|
D | manifest.h | 12 struct gb_interface; 13 bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);
|
D | module.c | 18 struct gb_interface *intf; in eject_store() 93 struct gb_interface *intf; in gb_module_create() 140 static void gb_module_register_interface(struct gb_interface *intf) in gb_module_register_interface() 181 static void gb_module_deregister_interface(struct gb_interface *intf) in gb_module_deregister_interface()
|
D | bundle.h | 19 struct gb_interface *intf; 37 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id,
|
D | control.c | 21 struct gb_interface *intf = control->connection->intf; in gb_control_get_version() 59 struct gb_interface *intf = control->connection->intf; in gb_control_get_bundle_version() 88 struct gb_interface *intf = control->connection->intf; in gb_control_get_bundle_versions() 105 int gb_control_get_manifest_size_operation(struct gb_interface *intf) in gb_control_get_manifest_size_operation() 123 int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest, in gb_control_get_manifest_operation() 444 struct gb_control *gb_control_create(struct gb_interface *intf) in gb_control_create()
|
D | greybus_trace.h | 292 DECLARE_EVENT_CLASS(gb_interface, 294 TP_PROTO(struct gb_interface *intf), 327 DEFINE_EVENT(gb_interface, name, \ 328 TP_PROTO(struct gb_interface *intf), \
|
D | connection.h | 37 struct gb_interface *intf; 66 struct gb_connection *gb_connection_create_control(struct gb_interface *intf);
|
D | connection.c | 26 static bool gb_connection_cport_in_use(struct gb_interface *intf, u16 cport_id) in gb_connection_cport_in_use() 149 struct gb_interface *intf, in _gb_connection_create() 240 gb_connection_create_control(struct gb_interface *intf) in gb_connection_create_control() 251 struct gb_interface *intf = bundle->intf; in gb_connection_create() 263 struct gb_interface *intf = bundle->intf; in gb_connection_create_flags() 409 struct gb_interface *intf; in gb_connection_svc_connection_create()
|
D | module.h | 23 struct gb_interface *interfaces[0];
|
D | bundle.c | 67 static struct gb_bundle *gb_bundle_find(struct gb_interface *intf, in gb_bundle_find() 180 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id, in gb_bundle_create()
|
D | bootrom.c | 114 struct gb_interface *intf = connection->bundle->intf; in bootrom_es2_fixup_vid_pid() 146 struct gb_interface *intf = connection->bundle->intf; in find_firmware()
|
D | core.c | 85 struct gb_interface *intf = NULL; in greybus_uevent()
|
D | gbphy.c | 79 struct gb_interface *intf = bundle->intf; in gbphy_dev_uevent()
|
D | svc.c | 879 static struct gb_interface *gb_svc_interface_lookup(struct gb_svc *svc, in gb_svc_interface_lookup() 1026 struct gb_interface *intf; in gb_svc_process_intf_oops() 1057 struct gb_interface *intf; in gb_svc_process_intf_mailbox_event()
|
D | fw-download.c | 165 struct gb_interface *intf = fw_download->connection->bundle->intf; in find_firmware()
|
D | camera.c | 338 struct gb_interface *intf = gcam->connection->intf; in gb_camera_set_power_mode()
|