Home
last modified time | relevance | path

Searched refs:gb_svc_create (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/greybus/
H A Dsvc.h62 struct gb_svc *gb_svc_create(struct gb_host_device *hd);
/openbmc/linux/drivers/greybus/
H A Dhd.c189 hd->svc = gb_svc_create(hd); in gb_hd_create()
H A Dsvc.c1313 struct gb_svc *gb_svc_create(struct gb_host_device *hd) in gb_svc_create() function