Home
last modified time | relevance | path

Searched refs:usb_usual_set_present (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dusb_usual.h90 extern void usb_usual_set_present(int type);
95 #define usb_usual_set_present(t) do { } while(0) macro
/linux-2.6.39/drivers/usb/storage/
Dlibusual.c43 void usb_usual_set_present(int type) in usb_usual_set_present() function
55 EXPORT_SYMBOL_GPL(usb_usual_set_present);
Dusb.c1060 usb_usual_set_present(USB_US_TYPE_STOR); in usb_stor_init()
/linux-2.6.39/drivers/block/
Dub.c2490 usb_usual_set_present(USB_US_TYPE_UB); in ub_init()