Searched refs:_gb_connection_create (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/greybus/ |
D | connection.c | 148 _gb_connection_create(struct gb_host_device *hd, int hd_cport_id, in _gb_connection_create() function 235 return _gb_connection_create(hd, hd_cport_id, NULL, NULL, 0, handler, in gb_connection_create_static() 242 return _gb_connection_create(intf->hd, -1, intf, NULL, 0, NULL, in gb_connection_create_control() 253 return _gb_connection_create(intf->hd, -1, intf, bundle, cport_id, in gb_connection_create() 268 return _gb_connection_create(intf->hd, -1, intf, bundle, cport_id, in gb_connection_create_flags()
|