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

/linux-master/include/linux/greybus/
H A Dhd.h26 int (*cport_disable)(struct gb_host_device *hd, u16 cport_id); member in struct:gb_hd_driver
/linux-master/drivers/greybus/
H A Dconnection.c303 if (!hd->driver->cport_disable)
306 ret = hd->driver->cport_disable(hd, connection->hd_cport_id);

Completed in 168 milliseconds