Searched refs:flip (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dsimcons.c117 int flip = 0, send_break = 0;
130 flip = 1;
139 flip = 1;
142 if (flip)
114 int flip = 0, send_break = 0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drawdec.c33 int flip; member in struct:RawVideoContext
90 context->flip=1;
95 static void flip(AVCodecContext *avctx, AVPicture * picture){ function
136 if(context->flip)
137 flip(avctx, picture);
H A Dvp56.c474 s->stride[i] = s->flip * s->framep[VP56_FRAME_CURRENT]->linesize[i];
491 if (s->flip < 0)
565 if (s->flip < 0)
570 if (s->flip < 0)
647 av_cold void vp56_init(AVCodecContext *avctx, int flip, int has_alpha) argument
674 if (flip) {
675 s->flip = -1;
679 s->flip = 1;
H A Dvp56.h143 int flip; /* are we flipping ? */ member in struct:vp56_context
171 void vp56_init(AVCodecContext *avctx, int flip, int has_alpha);
H A Dtiffenc.c88 * @param flip =0 - normal copy, >0 - flip
91 int flip)
95 flip ^= ((int[]) {0, 0, 0, 1, 3, 3})[type];
98 *(*p)++ = val[i ^ flip];
90 tnput(uint8_t ** p, int n, const uint8_t * val, enum TiffTypes type, int flip) argument
H A Dvp6.c559 if ((y8 && (offset2-offset1)*s->flip<0) || (!y8 && offset1 > offset2)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dpxa2xx_mainstone.c79 unsigned long status, flip; local
82 flip = (status ^ mst_pcmcia_status[skt->nr]) & MST_PCMCIA_nSTSCHG_BVD1;
84 if (flip) {
H A Di82365.c311 #define flip(v,b,f) (v = ((f)<0) ? v : ((f) ? ((v)|(b)) : ((v)&(~b)))) macro
347 flip(p->misc2, PD67_MC2_IRQ15_RI, has_ring);
348 flip(p->misc2, PD67_MC2_DYNAMIC_MODE, dynamic_mode);
349 flip(p->misc2, PD67_MC2_FREQ_BYPASS, freq_bypass);
417 flip(p->ctl, VG468_CTL_ASYNC, async_clock);
418 flip(p->ema, VG469_MODE_CABLE, cable_mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dsync_serial.c108 unsigned char flip[IN_BUFFER_SIZE] __attribute__ ((aligned(32))); member in struct:sync_port
253 port->readp = port->flip;
254 port->writep = port->flip;
337 avail = port->flip + port->in_buffer_size - start;
936 DEBUGREAD(printk("R%d c %d ri %lu wi %lu /%lu\n", dev, count, port->readp - port->flip, port->writep - port->flip, port->in_buffer_size));
983 avail = port->flip + port->in_buffer_size - start;
991 if (port->readp >= port->flip + port->in_buffer_size) /* Wrap? */
992 port->readp = port->flip;
1075 port->writep = port->flip;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dw100fb.h141 unsigned int flip; member in struct:w100fb_par
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Doss_audio.c61 char *flip = getenv("AUDIO_FLIP_LEFT"); local
72 if (flip && *flip == '1') {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvsi.c420 * it. Accordingly we won't send more than 128 bytes at a time to the flip
465 static int hvsi_load_chunk(struct hvsi_struct *hp, struct tty_struct **flip, argument
471 *flip = NULL;
508 *flip = hvsi_recv_data(hp, packet);
560 struct tty_struct *flip; local
570 again = hvsi_load_chunk(hp, &flip, &hangup, &handshake);
579 if (flip) {
580 /* there was data put in the tty flip buffer */
581 tty_flip_buffer_push(flip);
582 flip
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dcrisv10.c174 * is copied into the TTY's flip buffers when they become available.
391 * * Receive DMA directly into the flip-buffer, eliminating an intermediary
393 * * Error message on debug port if an overrun or flip buffer overrun occurs.
394 * * Just use the first byte in the flag flip buffer for errors.
535 /* Debug flip buffer stuff */
2133 *tty->flip.char_buf_ptr = data;
2134 *tty->flip.flag_buf_ptr = flag;
2135 tty->flip.flag_buf_ptr++;
2136 tty->flip.char_buf_ptr++;
2137 tty->flip
[all...]
H A Dioc3_serial.c1389 int read_count = 0, read_room, flip = 0; local
1408 flip = 1;
1415 if (flip)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan.c347 int flip; local
363 dbg("%s - for port %d (%d chars), flip=%d",
371 flip = p_priv->out_flip;
374 if ((this_urb = p_priv->out_urbs[flip]) == NULL) {
380 dbg("%s - endpoint %d flip %d", __FUNCTION__, usb_pipeendpoint(this_urb->pipe), flip);
383 if (time_before(jiffies, p_priv->tx_start_time[flip] + 10 * HZ))
403 p_priv->tx_start_time[flip] = jiffies;
407 p_priv->out_flip = (flip + 1) & d_details->outdat_endp_flip;
992 int flip; local
[all...]
H A Dftdi_sio.c1583 if(tty->flip.count >= TTY_FLIPBUF_SIZE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dw100fb.c86 return sprintf(buf, "%d\n",par->flip);
91 unsigned int flip; local
95 flip = simple_strtoul(buf, NULL, 10);
97 if (flip > 0)
98 par->flip = 1;
100 par->flip = 0;
111 static DEVICE_ATTR(flip, 0644, flip_show, flip_store);
729 par->flip = 1;
731 par->flip = 0;
1421 if (par->flip) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c428 if (tty->flip.count >= TTY_FLIPBUF_SIZE)
452 *tty->flip.flag_buf_ptr++ = flg;
453 *tty->flip.char_buf_ptr++ = ch;
454 tty->flip.count++;
501 *tty->flip.flag_buf_ptr++ = flg;
502 *tty->flip.char_buf_ptr++ = ch;
503 tty->flip.count++;
504 if (tty->flip.count >= TTY_FLIPBUF_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300_tty.c123 static int cpc_tty_open(struct tty_struct *tty, struct file *flip);
124 static void cpc_tty_close(struct tty_struct *tty, struct file *flip);
292 static int cpc_tty_open(struct tty_struct *tty, struct file *flip) argument
359 static void cpc_tty_close(struct tty_struct *tty, struct file *flip) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcafe_ccic.c100 static int flip = 0; variable
101 module_param(flip, bool, 0444);
102 MODULE_PARM_DESC(flip,
103 "If set, the sensor will be instructed to flip the image "
878 ctrl.value = flip;
895 * OV7670 does weird things if flip is set *before* format...
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dhead.S271 xorl $0x240000,%eax # flip AC and ID bits in EFLAGS
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Diwmmxt.S290 1: eor r1, r1, #3 @ flip Concan access
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm560 xor eax, 40000h ; flip AC bit in EFLAGS
575 xor eax, 200000h ; flip ID bit in EFLAGS
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm560 xor eax, 40000h ; flip AC bit in EFLAGS
575 xor eax, 200000h ; flip ID bit in EFLAGS
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dres_func.S1095 eoriw #0x8000,ETEMP_EX(%a6) |flip sign on result

Completed in 195 milliseconds

12