Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dhd.h21 int (*cport_enable)(struct gb_host_device *hd, u16 cport_id, member
Dconnection.c288 if (!hd->driver->cport_enable) in gb_connection_hd_cport_enable()
291 ret = hd->driver->cport_enable(hd, connection->hd_cport_id, in gb_connection_hd_cport_enable()
Des2.c542 static int cport_enable(struct gb_host_device *hd, u16 cport_id, in cport_enable() function
739 .cport_enable = cport_enable,