Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/greybus/
Dhd.h29 int (*cport_shutdown)(struct gb_host_device *hd, u16 cport_id, member
/kernel/linux/linux-5.10/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.c741 .cport_shutdown = es2_cport_shutdown,