Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dhd.h26 int (*cport_shutdown)(struct gb_host_device *hd, u16 cport_id, member
Dconnection.c572 if (!drv->cport_shutdown) in gb_connection_cport_shutdown()
575 ret = drv->cport_shutdown(hd, connection->hd_cport_id, phase, in gb_connection_cport_shutdown()
Des2.c742 .cport_shutdown = es2_cport_shutdown,