Searched refs:_gb_connection_create (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/greybus/ |
H A D | connection.c | 144 _gb_connection_create(struct gb_host_device *hd, int hd_cport_id, in _gb_connection_create() function 231 return _gb_connection_create(hd, hd_cport_id, NULL, NULL, 0, handler, in gb_connection_create_static() 238 return _gb_connection_create(intf->hd, -1, intf, NULL, 0, NULL, in gb_connection_create_control() 249 return _gb_connection_create(intf->hd, -1, intf, bundle, cport_id, in gb_connection_create() 264 return _gb_connection_create(intf->hd, -1, intf, bundle, cport_id, in gb_connection_create_flags()
|