Searched refs:loading (Results 1 - 25 of 58) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/firmware_class/
H A Dhotplug-script11 echo 1 > /sys/$DEVPATH/loading
13 echo 0 > /sys/$DEVPATH/loading
15 echo -1 > /sys/$DEVPATH/loading
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/firmware/
H A Dfirmware.sh12 if [ ! -e /sys$DEVPATH/loading ]; then
19 echo 1 > /sys$DEVPATH/loading
21 echo 0 > /sys$DEVPATH/loading
25 echo -1 > /sys$DEVPATH/loading
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c501.h33 int loading; /* Spot buffer load collisions */ member in struct:net_local
H A D3c501.c406 * lock while loading 1500 bytes onto the controller we would drop a lot of
456 lp->loading = 1;
461 * afternoon loading bytes into the board
479 if (lp->loading != 2) {
482 lp->loading = 0;
542 if (lp->loading == 1 && !lp->txing)
543 pr_warning("%s: Inconsistent state loading while not in tx\n",
548 * Board in transmit mode. May be loading. If we are
549 * loading we shouldn't have got this.
553 if (lp->loading
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextfilehandler.tex3 This is the base class for file handlers, for loading and/or saving content
71 Returns flags that change the behaviour of loading or saving. See the documentation for each
98 Loads content from a stream or file. Not all handlers will implement file loading.
124 Sets flags that change the behaviour of loading or saving. See the documentation for each
H A Drichtextxmlhandler.tex3 A handler for loading and saving content in an XML format specific
17 \twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_INCLUDE\_STYLESHEET}}{Include the style sheet in loading and saving operations.}
H A Dhteasypr.tex87 file). It is used to determine path for loading images, for example.}
114 file). It is used to determine path for loading images, for example.}
H A Dhtprint.tex92 file). It is used to determine path for loading images, for example.}
H A Dtbitmap.tex159 To provide extensibility, the functionality for loading and saving bitmap formats
170 to be implemented since wxImage can be used for loading most formats, as noted earlier.
H A Dimage.tex53 \twocolitem{\indexit{wxBMPHandler}}{For loading and saving, always installed.}
54 \twocolitem{\indexit{wxPNGHandler}}{For loading (including alpha support) and saving.}
55 \twocolitem{\indexit{wxJPEGHandler}}{For loading and saving.}
56 \twocolitem{\indexit{wxGIFHandler}}{Only for loading, due to legal issues.}
57 \twocolitem{\indexit{wxPCXHandler}}{For loading and saving (see below).}
58 \twocolitem{\indexit{wxPNMHandler}}{For loading and saving (see below).}
59 \twocolitem{\indexit{wxTIFFHandler}}{For loading and saving.}
60 \twocolitem{\indexit{wxTGAHandler}}{For loading only.}
61 \twocolitem{\indexit{wxIFFHandler}}{For loading only.}
62 \twocolitem{\indexit{wxXPMHandler}}{For loading an
[all...]
H A Dbmphand.tex5 This is the base class for implementing bitmap file loading/saving, and bitmap creation from data.
H A Ddllload.tex21 loading of shared libraries and the resolving of symbols in them. There are no
H A Dhtdcrend.tex67 file). It is used to determine path for loading images, for example.}
H A Dsysopt.tex16 This can cut down loading time when loading an XRC file at startup, for example.}
H A Dmediactrl.tex309 Loads the file that \tt{fileName} refers to. Returns false if loading fails.
316 Loads the location that \tt{uri} refers to. Note that this is very implementation-dependant, although HTTP URI/URLs are generally supported, for example. Returns false if loading fails.
323 Loads the location that \tt{uri} refers to with the proxy \tt{proxy}. Not implemented on most backends so it should be called with caution. Returns false if loading fails.
H A Dxmldocument.tex188 If {\tt flags} does not contain {\tt wxXMLDOC\_KEEP\_WHITESPACE\_NODES}, then, while loading, all nodes of
H A Dtxrc.tex113 of loading an external file (e.g. when your app is small and consists only of one
432 all XRC loading is done and all class members representing widgets are initialized.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dfirmware_class.c2 * firmware_class.c - Multi purpose firmware loading support
27 MODULE_DESCRIPTION("Multi purpose firmware loading support");
188 int loading = test_bit(FW_STATUS_LOADING, &fw_priv->status); local
190 return sprintf(buf, "%d\n", loading);
209 * firmware_loading_store - set value in the 'loading' control file
212 * @buf: buffer to scan for loading control value
226 int loading = simple_strtol(buf, NULL, 10); local
229 switch (loading) {
270 dev_err(dev, "%s: unexpected value (%d)\n", __func__, loading);
281 static DEVICE_ATTR(loading, 064
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dtlb-mn10300.S3 # TLB loading functions
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dcmode.S106 # (6) Execute loading the dummy for SDRAM.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dhead.S62 # subroutine for loading from tape
184 # subroutine for loading cards from the reader
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dmemcopy.S230 _beqz a4, .Ldone # avoid loading anything for zero-length copies
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-stxncpy.S165 beq t0, stxncpy_aligned # U : avoid loading dest word if not needed
H A Dstrncpy_from_user.S123 beq t0, $aligned # avoid loading dest word if not needed
H A Dstxncpy.S133 beq t0, stxncpy_aligned # avoid loading dest word if not needed

Completed in 72 milliseconds

123