Home
last modified time | relevance | path

Searched refs:_gb_connection_create (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/greybus/
H A Dconnection.c121 * _gb_connection_create() - create a Greybus connection
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()
/kernel/linux/linux-6.6/drivers/greybus/
H A Dconnection.c121 * _gb_connection_create() - create a Greybus connection
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()

Completed in 3 milliseconds