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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/firmware_class/
H A Dhotplug-script9 echo 1 > /sys/$DEVPATH/loading
11 echo 0 > /sys/$DEVPATH/loading
15 # echo -1 > /sys/$DEVPATH/loading
H A Dfirmware_sample_firmware_class.c41 s32 loading:2; member in struct:firmware_priv
50 return sprintf(buf, "%d\n", fw_priv->loading);
56 int prev_loading = fw_priv->loading;
58 fw_priv->loading = simple_strtol(buf, NULL, 10);
60 switch(fw_priv->loading){
77 static CLASS_DEVICE_ATTR(loading, 0644,
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/base/
H A Dfirmware_class.c2 * firmware_class.c - Multi purpose firmware loading support
27 MODULE_DESCRIPTION("Multi purpose firmware loading support");
118 int loading = test_bit(FW_STATUS_LOADING, &fw_priv->status); local
119 return sprintf(buf, "%d\n", loading);
123 * firmware_loading_store - set value in the 'loading' control file
126 * @buf: buffer to scan for loading control value
140 int loading = simple_strtol(buf, NULL, 10); local
142 switch (loading) {
165 loading);
175 static DEVICE_ATTR(loading, 064
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A D3c501.h35 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
457 lp->loading = 1;
462 * loading bytes into the board
476 if(lp->loading != 2)
479 lp->loading=0;
542 if(lp->loading==1 && !lp->txing)
543 printk(KERN_WARNING "%s: Inconsistent state loading while not in tx\n",
550 * Board in transmit mode. May be loading. If we are
551 * loading we shouldn't have got this.
556 if(lp->loading
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dcmode.S106 # (6) Execute loading the dummy for SDRAM.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead.S64 # subroutine for loading from tape
186 # subroutine for loading cards from the reader
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/lib/
H A Dmemcopy.S230 _beqz a4, .Ldone # avoid loading anything for zero-length copies
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s57 ; the branch mechanism may prevent dynamic loading; I still need to examine
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s59 # the branch mechanism may prevent dynamic loading; I still need to examine
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex575 driver has implemented the code for loading and ejecting \cdrom's, and
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex2236 % \scriptscriptfont (which would also require loading a lot more fonts).
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex2274 % \scriptscriptfont (which would also require loading a lot more fonts).

Completed in 566 milliseconds