Home
last modified time | relevance | path

Searched refs:ozhcd (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozhcd.c112 struct oz_hcd *ozhcd; member
182 static void oz_process_ep0_urb(struct oz_hcd *ozhcd, struct urb *urb,
186 static void oz_hcd_clear_orphanage(struct oz_hcd *ozhcd, int status);
246 static int oz_get_port_from_addr(struct oz_hcd *ozhcd, u8 bus_addr) in oz_get_port_from_addr() argument
251 if (ozhcd->ports[i].bus_addr == bus_addr) in oz_get_port_from_addr()
254 return ozhcd->conn_port; in oz_get_port_from_addr()
305 static struct oz_urb_link *oz_uncancel_urb(struct oz_hcd *ozhcd, in oz_uncancel_urb() argument
310 list_for_each_entry(urbl, &ozhcd->urb_cancel_list, link) { in oz_uncancel_urb()
327 struct oz_hcd *ozhcd = oz_hcd_private(hcd); in oz_complete_urb() local
341 cancel_urbl = oz_uncancel_urb(ozhcd, urb); in oz_complete_urb()
[all …]
DMakefile12 ozhcd.o \