On Wed, Sep 15, 2010 at 08:56:28AM +0530, Bond wrote:
> I am trying my hands at usb driver
> http://www.kroah.com/linux/talks/ols_2005_driver_tutorial/mgp00010.html
> can some one point me where is struct usb_interface defined.

include/linux/usb.h in the kernel source tree.

> I have going through a lot of lines but I could not find it.

I suggest you use a tool like 'grep', 'ack', 'cgvg', 'ctags', or
'cscope' for future questions like this.  They are all good at finding
where things are in large bodies of code.

good luck,

greg k-h

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to