Searched refs:up (Results 376 - 400 of 910) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_core.c1101 if((priv->bHwRadioOff == true)||(!priv->up))
1144 if((priv->bHwRadioOff == true)||(!priv->up))
2269 printk("rtl8192_hw_wakeup(): RF Change in progress! schedule wake up task again\n");
2275 //RT_TRACE(COMP_PS, "%s()============>come to wake up\n", __FUNCTION__);
2308 // short then give up and remain awake
3416 // Set up security related. 070106, by rcnjko:
4145 if(priv->up == 0)
4147 RT_TRACE(COMP_ERR,"%s():the driver is not up! return\n",__FUNCTION__);
4148 up(&priv->wx_sem);
4151 priv->up
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dres_func.S145 movel ETEMP_EX(%a6),FPTEMP_EX(%a6) |set up fptemp sign for
206 movel #2,%d0 |set up the size for denorm
448 movel ETEMP_EX(%a6),FPTEMP_EX(%a6) |set up fptemp sign for
850 fmovel %d0,%fpcr |set up users rmode and X
862 orl %d0,%d1 |set up for round call
878 fmovel %d0,%fpcr |set up users rmode and X
890 orl %d0,%d1 |set up for round call
914 orl %d0,%d1 |set up for round call
940 orl %d0,%d1 |set up for round call
1025 fmovel %d0,%fpcr |set up user
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dlinux_osl.c856 * In the process, packettag is zeroed out before sending up
1133 up(&bcm_static_skb->osl_pkt_sem);
1151 up(&bcm_static_skb->osl_pkt_sem);
1164 up(&bcm_static_skb->osl_pkt_sem);
1169 up(&bcm_static_skb->osl_pkt_sem);
1187 up(&bcm_static_skb->osl_pkt_sem);
1195 up(&bcm_static_skb->osl_pkt_sem);
1202 up(&bcm_static_skb->osl_pkt_sem);
1206 up(&bcm_static_skb->osl_pkt_sem);
1357 up(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_user.c1301 struct xfrm_user_tmpl *up = &vec[i]; local
1304 memcpy(&up->id, &kp->id, sizeof(up->id));
1305 up->family = kp->encap_family;
1306 memcpy(&up->saddr, &kp->saddr, sizeof(up->saddr));
1307 up->reqid = kp->reqid;
1308 up->mode = kp->mode;
1309 up->share = kp->share;
1310 up
1727 struct xfrm_user_polexpire *up = nlmsg_data(nlh); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dairo.c217 (no spaces) list of rates (up to 8). */
496 * this all the patches from the big-endian guys end up doing that.
1331 up(&ai->sem);
1758 up(&ai->sem);
1888 * is open (to pipeline changes and speed-up card setup). If
2072 * Other errors means that *we* screwed up. - Jean II */
2110 up(&priv->sem);
2177 up(&priv->sem);
2248 up(&ai->sem);
2252 up(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/MacOSX/
H A Dfull_build.sh66 svn up >> $STDOUT_FILE
95 svn up >> $STDOUT_FILE 2>> $ERROR_FILE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdelwin.tex41 The advantage of using Close instead of Destroy is that it will call any clean-up code
57 \wxheading{What should I do when the user calls up Exit from a menu?}
H A Dview.tex136 may wish to do some cleaning up operations in this function, {\it if} a
146 Override this to clean up the view when the document is being
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A D3c574_cs.c988 u8 rx, tx, up; local
1005 up = inb(ioaddr + 9);
1006 dev->stats.tx_packets += (up&0x30) << 4;
1014 up = inb(ioaddr + 13);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_spi.c60 /* Used to wake up the spi_thread */
364 /* We have to start up in timed delay mode so that we can safely
781 /* Wait to be woken up by one of two things. First, our ISR
789 up(&card->spi_thread_terminated);
833 up(&card->spi_ready);
873 * don't try to talk on the SPI bus, just wake up the SPI thread.
879 up(&card->spi_ready);
1022 up(&card->spi_ready);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A DMakefile58 obj-$(CONFIG_SMP_UP) += smp-up.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Dmemmove.S25 # fall back to memcpy if dst < src to work bottom up
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dbfind.c35 up(&fd->tree->tree_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dbfind.c35 up(&fd->tree->tree_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010-i2c.c254 up(&solo_dev->i2c_sem);
H A Dsolo6010-p2m.c81 up(&p2m_dev->sem);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcapability.h253 /* Allow mount() and umount(), setting up new smb connection */
277 /* Allow setting up serial ports */
398 # error Fix up hand-coded capability macro initializers
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dconfigure.pl6 # This script can help you setting up the smbldap_conf.pl file. It will get all the defaults value
8 # file. You will also need the SID for your samba domain: set up the controler domain before using
44 . if your samba controller is up and running.
51 # we first check if Samba is up and running
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/RHEL/
H A Dsamba.spec184 # Clean up in case there is trash left from a previous build
301 /bin/cp -up $file /var/lib/samba/`basename $file`
305 /bin/cp -up $file /var/lib/samba/eventlog/`basename $file`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davio.h70 int url_open_protocol (URLContext **puc, struct URLProtocol *up,
329 * @param flags URL_RDONLY to set up the buffer for reading, or URL_WRONLY
330 * to set up the buffer for writing. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Ddiscover.c45 #define TIPC_LINK_REQ_INIT 125 /* min delay during bearer start up */
78 void tipc_disc_link_event(u32 addr, char *name, int up) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/echoaudio/
H A Dechoaudio.h476 struct snd_rawmidi_substream *substream, int up);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A DMakefile48 obj-y += up.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dindex.c89 /// unpadded_sum: The previous value is rounded up to the next
260 // up in the tree to find the rotation root.
261 uint32_t up = tree->count ^ (UINT32_C(1) << bsr32(tree->count)); local
262 if (up != 0) {
264 up = ctz32(tree->count) + 2;
267 } while (--up > 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dcmode.S90 # Set up addresses in regs for later steps.

Completed in 159 milliseconds

<<11121314151617181920>>