Searched refs:up (Results 476 - 500 of 910) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dround.S55 swap %d1 |set up d1.w for round prec.
81 swap %d1 |set up d1 for round prec.
94 swap %d1 |set up d1 for round prec.
106 swap %d1 |set up d1 for round prec.
116 swap %d1 |set up d1 for round prec.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Ddiv64.S121 @ We still have remainer bits in the low part. Bring them up.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipaddress.c46 int up; member in struct:__anon1158
148 if (filter.up && !(ifi->ifi_flags&IFF_UP))
535 } else if (strcmp(*argv, "up") == 0) {
536 filter.up = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Drgb2rgb_template.c750 const uint8_t *up = src2 + srcStride2 * (y >> 2); local
756 d[8 * x + 1] = up[x];
760 d[8 * x + 5] = up[x];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dl3dss1.c2683 struct l3_process *up; local
2703 up = pc->st->l3.proc;
2704 while (up) {
2706 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up);
2707 else if (up->para.bchannel == chan)
2708 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up);
[all...]
H A Dl3ni1.c2539 struct l3_process *up; local
2559 up = pc->st->l3.proc;
2560 while (up) {
2562 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up);
2563 else if (up->para.bchannel == chan)
2564 up->st->lli.l4l3(up->st, CC_RESTART | REQUEST, up);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmacvtap.c113 * The file owning the queue got closed, give up both
150 * The net_device is going away, give up the reference
644 unsigned int __user *up = argp; local
682 if (put_user(IFF_TAP | IFF_NO_PI | IFF_VNET_HDR, up))
687 if (get_user(u, up))
H A D3c527.c571 * to complete --- we rely on the interrupt handler to tidy up
647 up(&lp->cmd_mutex);
732 * The card sets up the receive ring for us. We are required to use the
811 * This sets up the host transmit data-structures.
901 up(&lp->cmd_mutex);
918 * Ask card to set up on-card descriptors to our spec
1113 * one we finished up at last time around).
1115 * For each completed packet, we will either copy it and pass it up
1117 * another buffer and flip the old one up the stack.
1366 * up oursel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dctkip.c491 void zfCalTxMic(zdev_t *dev, zbuf_t *buf, u8_t *snap, u16_t snapLen, u16_t offset, u16_t *da, u16_t *sa, u8_t up, u8_t *mic) argument
541 if (up != 0)
542 zfMicAppendByte((up&0x7), pMicKey);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dselect.c44 * Consider this comment an open invitation to come up with even
198 * Perform the default wake up operation using a dummy
250 * written before wake up is always visible after wake up.
682 sigset_t __user *up = NULL; local
686 || __get_user(up, (sigset_t __user * __user *)sig)
692 return do_pselect(n, inp, outp, exp, tsp, up, sigsetsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dlm8323.c110 * Take t clock scales (up to 63) per step, for n steps (up to 126).
111 * If u is set, ramp up, else ramp down.
116 * Loop (i.e. jump back to pos) for a given number of iterations (up to 63).
196 * back while it wakes up, so try again, once.
218 * back while it wakes up, so try again, once.
247 * bit indicates the state (1 for down, 0 for up).
285 key, isdown ? "down" : "up");
467 int div512, perstep, steps, hz, up, kill; local
483 up
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-prodikeys.c424 case 0x100000: /* KEY_MESSENGER or octave up */
544 if (pm->ifnum != 1) /* only set up ONCE for interace 1 */
561 return 0; /* only set up ONCE for interace 1 */
588 static void pcmidi_in_trigger(struct snd_rawmidi_substream *substream, int up) argument
592 dbg_hid("pcmidi in trigger %d\n", up);
594 pm->in_triggered = up;
615 return 0; /* only set up midi device ONCE for interace 1 */
647 /* Set up rawmidi */
749 dev_info(&hdev->dev, "fixing up pc-midi keyboard report "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dmts64.c734 int up)
749 int up)
755 if (up)
733 snd_mts64_rawmidi_output_trigger(struct snd_rawmidi_substream *substream, int up) argument
748 snd_mts64_rawmidi_input_trigger(struct snd_rawmidi_substream *substream, int up) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Drgb2rgb_template.c737 const uint8_t* up=src2+srcStride2*(y>>2); local
744 d[8*x+1] = up[x];
748 d[8*x+5] = up[x];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dentry.S109 # set up the kernel stack pointer
147 # set up kernel global registers
185 # - on arriving here, the following registers should already be set up:
200 # set up the stack pointer
212 # set up the exception frame
369 # set up the kernel stack pointer
420 # set up the stack pointer
436 # set up the exception frame
467 # set up the stack pointer
483 # - on arriving here, the following registers should be set up
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c44 int (*up)(struct interface_defn_t *ifd, execfn *e); member in struct:method_t
322 result += execute("ip link set %iface% up", ifd, exec);
343 result += execute("ip link set[[ mtu %mtu%]][[ address %hwaddress%]] %iface% up", ifd, exec);
347 result = execute("ifconfig %iface%[[ media %media%]][[ hw %hwaddress%]][[ mtu %mtu%]] up", ifd, exec);
369 result += execute("ip link set %iface% up", ifd, exec);
402 result += execute("ip link set %iface% up", ifd, exec);
405 return execute("ifconfig %iface% 127.0.0.1 up", ifd, exec);
427 result += execute("ip link set[[ mtu %mtu%]][[ address %hwaddress%]] %iface% up", ifd, exec);
431 /* ifconfig said to set iface up before it processes hw %hwaddress%,
433 result = execute("ifconfig %iface%[[ hw %hwaddress%]][[ media %media%]][[ mtu %mtu%]] up",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dipaddress.c32 int up; member in struct:filter_t
104 if (filter.up && !(ifi->ifi_flags&IFF_UP))
404 static const char option[] ALIGN1 = "to\0""scope\0""up\0""label\0""dev\0";
453 case 2: /* up */
454 filter.up = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp489 menuText->Append(TEXT_LINE_UP, _T("Scroll text one line up"));
491 menuText->Append(TEXT_PAGE_UP, _T("Scroll text one page up"));
695 bool dbl, up; local
700 up = ev.LeftUp();
706 up = ev.MiddleUp();
712 up = ev.RightUp();
722 : up ? _T("released") : _T("clicked"));
889 LogKeyEvent( _T("Key up"), event);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h428 The figure in section 7.1.2 suggests a body size of up to 2312
1419 * These are the data types that can make up management packets
1469 //#define UP2AC(up) ((up<3) ? ((up==0)?1:0) : (up>>1))
1470 #define UP2AC(up) ( \
1471 ((up) < 1) ? WME_AC_BE : \
1472 ((up) < 3) ? WME_AC_BK : \
1473 ((up) <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h405 The figure in section 7.1.2 suggests a body size of up to 2312
1386 * These are the data types that can make up management packets
1436 //#define UP2AC(up) ((up<3) ? ((up==0)?1:0) : (up>>1))
1437 #define UP2AC(up) ( \
1438 ((up) < 1) ? WME_AC_BE : \
1439 ((up) < 3) ? WME_AC_BK : \
1440 ((up) <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h410 The figure in section 7.1.2 suggests a body size of up to 2312
1391 * These are the data types that can make up management packets
1441 //#define UP2AC(up) ((up<3) ? ((up==0)?1:0) : (up>>1))
1442 #define UP2AC(up) ( \
1443 ((up) < 1) ? WME_AC_BE : \
1444 ((up) < 3) ? WME_AC_BK : \
1445 ((up) <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Drawmidi.c149 static inline void snd_rawmidi_output_trigger(struct snd_rawmidi_substream *substream,int up) argument
153 if (up) {
161 static void snd_rawmidi_input_trigger(struct snd_rawmidi_substream *substream, int up) argument
165 substream->ops->trigger(substream, up);
166 if (!up && substream->runtime->event)
482 * to shut the device up
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dhuffyuv.c239 int up[2*256]; local
255 up[h[0].name] = next;
258 up[h[0].name] = next;
266 len[i] = len[up[i]] + 1;
268 dst[i] = len[up[i]] + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl995 veor @XMM[7],@XMM[7],@XMM[15] @ fix up last round key
1045 veor @XMM[7], @XMM[7], @XMM[6] @ fix up round 0 key
1106 @ it is up to the caller to make sure we are called with enc == 0
1129 veor @XMM[7], @XMM[7], @XMM[6] @ fix up round 0 key
1145 veor @XMM[7], @XMM[7], @XMM[6] @ fix up round 0 key
1391 veor @XMM[7],@XMM[7],@XMM[15] @ fix up last round key
1408 veor @XMM[7],@XMM[7],@XMM[15] @ fix up last round key
1640 veor @XMM[7], @XMM[7], @XMM[15] @ fix up last round key
1652 veor @XMM[7], @XMM[7], @XMM[15] @ fix up last round key
2057 veor @XMM[7], @XMM[7], @XMM[6] @ fix up roun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_core.c2300 * short then give up and remain awake
2318 * while setting it, then give up
2436 if (!priv->up) {
2437 DMESG("<----watch_dog_adaptive():driver is not up!\n");
3338 priv->up = 1;
3340 DMESG("Bringing up iface");
3363 up(&priv->wx_sem);
3371 if (priv->up == 1)
3384 up(&priv->wx_sem);
3393 if (priv->up
[all...]

Completed in 171 milliseconds

<<11121314151617181920>>