Searched refs:up (Results 276 - 300 of 910) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dudiv.S113 ! %o5 > %o3: went too far: back up 1 step
122 ! division loop will mess up the first time around.
164 tst %o3 ! set up for initial iteration
H A Durem.S111 ! %o5 > %o3: went too far: back up 1 step
120 ! division loop will mess up the first time around.
162 tst %o3 ! set up for initial iteration
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_operr.S93 | kernel handler. Set the operr bits and clean up, leaving
302 | End_operr tests for operr enabled. If not, it cleans up the stack
303 | and does an rte. If enabled, it cleans up the stack and branches
323 | inex2 or inex1 occurred, we must clean up and branch to the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcagg.c1889 //zfTxGetIpTosAndFrag(dev, buf, &up, &fragOff);
1890 //ac = zcUpToAc[up&0x7] & 0x3;
2527 u8_t up; local
2538 zfTxGetIpTosAndFrag(dev, buf, &up, &fragOff);
2655 up = 0;
2662 up = 0;
2668 up = 0;
2673 frag.seq[0] = ((wd->seq[zcUpToAc[up&0x7]]++) << 4);
2691 if (up !=0 ) zm_debug_msg1("up no
2775 zfAggSendAddbaRequest(zdev_t* dev, u16_t *dst, u16_t ac, u16_t up) argument
2846 zfAggSetAddbaFrameBody(zdev_t* dev, zbuf_t* buf, u16_t offset, u16_t ac, u16_t up) argument
3086 u8_t up; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dctlparse.c328 !strncasecmp(ptr, "up", 2)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dndis_0.asm86 mov ax,ss ;; Set up the destination for the move
89 mov ds,bx ;; Set up the source for the move.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dartstd.cpp117 #include "../../art/up.xpm"
176 ART(wxART_GO_UP, up)
243 // scaling it up, paste it into transparent image instead:
249 else // scale (down or mixed, but not up)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Djoyevent.tex67 Returns true if the event was an up event from the specified button (or any button).
110 Returns true if this was a button up or down event ({\it not} 'is any button down?').
H A Dtexcept.tex19 signal about the errors. Moreover, up to (and including) the version 2.4 of
42 in your wxApp-derived class to perform any clean up tasks. Note, however, that
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp.h171 struct mISDNchannel *up; member in struct:dsp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsignal32.c66 put_sigset32(compat_sigset_t __user *up, sigset_t *set, size_t sz) argument
73 return copy_to_user(up, &s, sizeof s);
77 get_sigset32(compat_sigset_t __user *up, sigset_t *set, size_t sz) argument
84 if ((r = copy_from_user(&s, up, sz)) == 0) {
259 * Set up the sigcontext structure for this process.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Ddiv64.S36 add r9,r4,r10 # rounding up (so the estimate cannot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dbuffer.c25 up(&hpfs_sb(s)->hpfs_creation_de);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_dma.c425 up(&mfd->sem);
437 up(&mfd->dma->mutex);
483 up(&mfd->sem);
505 up(&mfd->sem);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dfsm.c95 * fsm_lowerup - The lower layer is up.
168 * fsm_open - Link is allowed to come up.
464 if (f->callbacks->up)
465 (*f->callbacks->up)(f); /* Inform upper layers */
523 if (f->callbacks->up)
524 (*f->callbacks->up)(f); /* Inform upper layers */
769 * Make up the request packet
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dftw.c629 dir_notification_func_t up,
641 upfunc = up;
820 dir_notification_func_t up,
824 return ftw_startup (path, 1, func, up, descriptors, flags);
626 ftw_startup(const char *dir, int is_nftw, void *func, dir_notification_func_t up, int descriptors, int flags) argument
818 NFTW_NAME(const char *path, NFTW_FUNC_T func, dir_notification_func_t up, int descriptors, int flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dgpio_mouse.c42 - (gpio_get_value(gpio->up) ^ gpio->polarity);
H A Dsynaptics.c395 hw->up = ((buf[0] ^ buf[3]) & 0x01) ? 1 : 0;
459 input_report_key(dev, BTN_FORWARD, !hw.up);
461 input_report_key(dev, BTN_FORWARD, hw.up);
521 input_report_key(dev, BTN_FORWARD, hw.up);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dheader.S196 # The current kernel allows up to 4 GB,
256 # pointer if %ss is invalid. Otherwise leave it alone, LOADLIN sets up the
264 # Invalid %ss, make up a new stack
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dportman2x4.c226 * Set up Tx Channel address field for use with PP Cmd Register.
522 int up)
528 if (up)
536 int up)
543 if (up) {
521 snd_portman_midi_input_trigger(struct snd_rawmidi_substream *substream, int up) argument
535 snd_portman_midi_output_trigger(struct snd_rawmidi_substream *substream, int up) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Drawmidi.h54 void (*trigger) (struct snd_rawmidi_substream * substream, int up);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dhead.S144 sll gr20,gr15,gr20 ; shift values up for FR551
400 # set up the runtime environment
444 # set up the exception frame for init
476 # set up the registers and jump into the kernel
567 # - GR8 and GR9 should be rounded up/down to the nearest megabyte before calling
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dhead.S99 ;; c,d used for linear kernel mapping, up to 512 MB
104 ;; c used for linear kernel mapping, up to 256 MB
213 ; Time to boot-up. Get stack location provided by master CPU.
222 /* Set up entry point for secondary CPUs. The boot ROM has set up
269 ;; variables used below are correctly set up by the linker script.
493 ; and for setting up memory in arch/cris/kernel/setup.c .
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/include/mach/
H A Dentry-macro.S162 * routine below will pick up on IPIs.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dfsm.c72 * fsm_lowerup - The lower layer is up.
145 * fsm_open - Link is allowed to come up.
414 if (f->callbacks->up)
415 (*f->callbacks->up)(f); /* Inform upper layers */
472 if (f->callbacks->up)
473 (*f->callbacks->up)(f); /* Inform upper layers */
714 * Make up the request packet

Completed in 309 milliseconds

<<11121314151617181920>>