Home
last modified time | relevance | path

Searched refs:usb_stor_suspend (Results 1 – 11 of 11) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dsymbol-namespaces.rst38 要是一个预处理器符号。例如,要把符号 ``usb_stor_suspend`` 导出到命名空间 ``USB_STORAGE``,
41 EXPORT_SYMBOL_NS(usb_stor_suspend, "USB_STORAGE");
78 表示它所使用的命名空间的符号。例如,一个使用usb_stor_suspend符号的
/linux/drivers/usb/storage/
H A Dusb.h174 extern int usb_stor_suspend(struct usb_interface *iface, pm_message_t message);
178 #define usb_stor_suspend NULL macro
H A Dkarma.c224 .suspend = usb_stor_suspend,
H A Dcypress_atacb.c276 .suspend = usb_stor_suspend,
H A Donetouch.c297 .suspend = usb_stor_suspend,
H A Dfreecom.c567 .suspend = usb_stor_suspend,
H A Dsddr55.c1011 .suspend = usb_stor_suspend,
H A Disd200.c1576 .suspend = usb_stor_suspend,
H A Dene_ub6250.c2431 .suspend = usb_stor_suspend,
/linux/Documentation/translations/it_IT/core-api/
H A Dsymbol-namespaces.rst44 simbolo ``usb_stor_suspend`` nello spazio dei nomi ``USB_STORAGE`` usate::
46 EXPORT_SYMBOL_NS(usb_stor_suspend, "USB_STORAGE");
94 usa il simbolo usb_stor_suspend deve importare lo spazio dei nomi
/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst39 E.g. to export the symbol ``usb_stor_suspend`` into the
42 EXPORT_SYMBOL_NS(usb_stor_suspend, "USB_STORAGE");
103 usb_stor_suspend symbol from above, needs to import the namespace USB_STORAGE