Searched refs:cport_allocate (Results 1 – 3 of 3) sorted by relevance
78 if (hd->driver->cport_allocate) in gb_hd_cport_allocate()79 return hd->driver->cport_allocate(hd, cport_id, flags); in gb_hd_cport_allocate()
733 .cport_allocate = es2_cport_allocate,
21 int (*cport_allocate)(struct gb_host_device *hd, int cport_id, member