Home
last modified time | relevance | path

Searched refs:get_gadget_data (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/usb/gadget/
Dcomposite.c800 struct usb_composite_dev *cdev = get_gadget_data(gadget); in composite_setup()
979 struct usb_composite_dev *cdev = get_gadget_data(gadget); in composite_disconnect()
1000 struct usb_composite_dev *cdev = get_gadget_data(gadget); in composite_show_suspended()
1010 struct usb_composite_dev *cdev = get_gadget_data(gadget); in composite_unbind()
1175 struct usb_composite_dev *cdev = get_gadget_data(gadget); in composite_suspend()
1199 struct usb_composite_dev *cdev = get_gadget_data(gadget); in composite_resume()
Dgmidi.c676 struct gmidi_device *dev = get_gadget_data(gadget); in gmidi_setup()
814 struct gmidi_device *dev = get_gadget_data(gadget); in gmidi_disconnect()
833 struct gmidi_device *dev = get_gadget_data(gadget); in gmidi_unbind()
1275 struct gmidi_device *dev = get_gadget_data(gadget); in gmidi_suspend()
1286 struct gmidi_device *dev = get_gadget_data(gadget); in gmidi_resume()
Dprinter.c1126 struct printer_dev *dev = get_gadget_data(gadget); in printer_setup()
1287 struct printer_dev *dev = get_gadget_data(gadget); in printer_disconnect()
1302 struct printer_dev *dev = get_gadget_data(gadget); in printer_unbind()
Dinode.c1384 struct dev_data *dev = get_gadget_data (gadget); in gadgetfs_setup()
1674 struct dev_data *dev = get_gadget_data (gadget); in gadgetfs_unbind()
1738 struct dev_data *dev = get_gadget_data (gadget); in gadgetfs_disconnect()
1755 struct dev_data *dev = get_gadget_data (gadget); in gadgetfs_suspend()
Dfile_storage.c664 struct fsg_dev *fsg = get_gadget_data(gadget); in fsg_disconnect()
1033 struct fsg_dev *fsg = get_gadget_data(gadget); in fsg_setup()
3166 struct fsg_dev *fsg = get_gadget_data(gadget); in fsg_unbind()
3570 struct fsg_dev *fsg = get_gadget_data(gadget); in fsg_suspend()
3578 struct fsg_dev *fsg = get_gadget_data(gadget); in fsg_resume()
/linux-2.6.39/include/linux/usb/
Dgadget.h495 static inline void *get_gadget_data(struct usb_gadget *gadget) in get_gadget_data() function