Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/greybus/
Dhd.h29 int (*cport_shutdown)(struct gb_host_device *hd, u16 cport_id, member
/Linux-v6.6/drivers/greybus/
Dconnection.c565 if (!drv->cport_shutdown) in gb_connection_cport_shutdown()
568 ret = drv->cport_shutdown(hd, connection->hd_cport_id, phase, in gb_connection_cport_shutdown()
Des2.c738 .cport_shutdown = es2_cport_shutdown,