Searched defs:top_dev (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
H A Ddt_object.c215 /* this differs from dt_locate by top_dev as parameter
219 struct lu_device *top_dev)
223 lo = lu_object_find_at(env, top_dev, fid, NULL);
217 dt_locate_at(const struct lu_env *env, struct dt_device *dev, const struct lu_fid *fid, struct lu_device *top_dev) argument
/drivers/usb/host/
H A Dxhci-mem.c1074 struct usb_device *top_dev; local
1082 for (top_dev = udev; top_dev->parent && top_dev->parent->parent;
1083 top_dev = top_dev->parent)
1086 return xhci_find_raw_port_number(hcd, top_dev->portnum);
1097 struct usb_device *top_dev; local
1143 for (top_dev = udev; top_dev
[all...]

Completed in 60 milliseconds