Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 25 of 96) sorted by relevance

1234

/linux-2.4.37.9/arch/arm/mach-sa1100/
Ddma-sa1100.c125 if (!buf || dma->stopped) { in process_dma()
415 } else if (dma->tail && dma->stopped) { in sa1100_dma_get_current()
440 if (dma->stopped) in sa1100_dma_stop()
443 dma->stopped = 1; in sa1100_dma_stop()
479 if (dma->stopped) { in sa1100_dma_resume()
482 dma->stopped = 0; in sa1100_dma_resume()
508 dma->stopped = 0; in sa1100_dma_flush_all()
579 orig_state = dma->stopped; in sa1100_dma_sleep()
582 dma->stopped = orig_state; in sa1100_dma_sleep()
Ddma.h37 int stopped; /* 1 if DMA is stalled */ member
/linux-2.4.37.9/drivers/usb/gadget/
Dnet2280.c173 ep->stopped = 0; in net2280_enable()
861 unsigned stopped = ep->stopped; in done() local
884 ep->stopped = 1; in done()
888 ep->stopped = stopped; in done()
939 if (list_empty (&ep->queue) && !ep->stopped) { in net2280_queue()
1085 if (ep->stopped) in restart_dma()
1162 ep->stopped = 1; in nuke()
1180 int stopped; in net2280_dequeue() local
1187 stopped = ep->stopped; in net2280_dequeue()
1191 ep->stopped = 1; in net2280_dequeue()
[all …]
Dgoku_udc.c181 ep->stopped = 0; in goku_ep_enable()
240 ep->stopped = 1; in ep_reset()
383 unsigned stopped = ep->stopped; in done() local
408 ep->stopped = 1; in done()
412 ep->stopped = stopped; in done()
462 dev->ep[0].stopped = 1; in write_fifo()
568 ep->stopped = 1; in read_fifo()
841 if (list_empty(&ep->queue) && likely(!ep->stopped)) { in goku_queue()
878 ep->stopped = 1; in nuke()
925 if (ep->dma && ep->queue.next == &req->queue && !ep->stopped) { in goku_dequeue()
[all …]
/linux-2.4.37.9/drivers/net/irda/
Dtoshoboe.c290 if (self->stopped) { in toshoboe_hard_xmit()
523 if (self->stopped) in toshoboe_net_open()
579 if (!self->stopped) in toshoboe_net_close()
661 if (!self->stopped) in toshoboe_remove()
723 self->stopped = 0; in toshoboe_probe()
883 if (!self || self->stopped) in toshoboe_suspend()
886 self->stopped = 1; in toshoboe_suspend()
913 if (!self->stopped) in toshoboe_resume()
918 self->stopped = 0; in toshoboe_resume()
Ddonauboe.c1052 if (self->stopped) in toshoboe_hard_xmit()
1418 if (self->stopped) in toshoboe_net_open()
1469 if (!self->stopped) in toshoboe_net_close()
1563 if (!self->stopped) in toshoboe_close()
1788 if (!self || self->stopped) in toshoboe_gotosleep()
1801 self->stopped = 1; in toshoboe_gotosleep()
1816 if (!self || !self->stopped) in toshoboe_wakeup()
1825 self->stopped = 0; in toshoboe_wakeup()
Ddonauboe.h332 int stopped; /*Stopped by some or other APM stuff */ member
/linux-2.4.37.9/drivers/sound/
Dau1550_i2s.c147 unsigned stopped:1; member
317 if (db->stopped) in stop_dac()
335 db->stopped = 1; in stop_dac()
348 if (db->stopped) in stop_adc()
366 db->stopped = 1; in stop_adc()
395 if (!db->stopped) in start_dac()
409 db->stopped = 0; in start_dac()
421 if (!db->stopped) in start_adc()
442 db->stopped = 0; in start_adc()
662 if (s->dma_dac.mapped || !s->dma_dac.ready || s->dma_dac.stopped) in drain_dac()
[all …]
Dite8172.c318 unsigned stopped:1; member
541 if (db->stopped) in stop_adc()
554 db->stopped = 1; in stop_adc()
565 if (db->stopped) in stop_dac()
578 db->stopped = 1; in stop_dac()
590 if (!db->stopped) in start_dac()
613 db->stopped = 0; in start_dac()
625 if (!db->stopped) in start_adc()
648 db->stopped = 0; in start_adc()
1020 if (s->dma_dac.mapped || !s->dma_dac.ready || s->dma_dac.stopped) in drain_dac()
[all …]
Dau1550_psc.c143 unsigned stopped:1; member
473 if (db->stopped) in stop_dac()
490 db->stopped = 1; in stop_dac()
502 if (db->stopped) in stop_adc()
519 db->stopped = 1; in stop_adc()
606 if (!db->stopped) in start_dac()
619 db->stopped = 0; in start_dac()
630 if (!db->stopped) in start_adc()
650 db->stopped = 0; in start_adc()
866 if (s->dma_dac.mapped || !s->dma_dac.ready || s->dma_dac.stopped) in drain_dac()
[all …]
Dau1000.c160 unsigned stopped:1; member
440 if (db->stopped) in stop_dac()
447 db->stopped = 1; in stop_dac()
457 if (db->stopped) in stop_adc()
464 db->stopped = 1; in stop_adc()
509 if (!db->stopped) in start_dac()
543 db->stopped = 0; in start_dac()
554 if (!db->stopped) in start_adc()
588 db->stopped = 0; in start_adc()
928 if (s->dma_dac.mapped || !s->dma_dac.ready || s->dma_dac.stopped) in drain_dac()
[all …]
Dnec_vrc5477.c223 unsigned stopped:1; member
414 if (db->stopped) { in stop_dac()
441 db->stopped = 1; in stop_dac()
455 if (!db->stopped) { in start_dac()
511 db->stopped = 0; in start_dac()
531 if (db->stopped) { in stop_adc()
554 db->stopped = 1; in stop_adc()
568 if (!db->stopped) { in start_adc()
612 db->stopped = 0; in start_adc()
1058 if (db->stopped) in vrc5477_ac97_read()
[all …]
/linux-2.4.37.9/drivers/media/video/
Dsaa5249.c93 unsigned stopped : 1; /* VTXIOCSTOPDAU has been called */ member
201 t->vdau[pgbuf].stopped = TRUE; in saa5249_attach()
415 t->vdau[req.pgbuf].stopped = FALSE; in do_saa5249_ioctl()
432 if (!t->vdau[req.pgbuf].stopped) in do_saa5249_ioctl()
575 t->vdau[req.pgbuf].stopped = TRUE; in do_saa5249_ioctl()
648 t->vdau[pgbuf].stopped = TRUE; in saa5249_open()
/linux-2.4.37.9/drivers/usb/host/
Dehci-q.c294 int stopped; in qh_completions() local
310 stopped = (state == QH_STATE_IDLE); in qh_completions()
347 stopped = 1; in qh_completions()
353 stopped = 1; in qh_completions()
358 } else if (likely (!stopped in qh_completions()
363 stopped = 1; in qh_completions()
403 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions()
426 if (stopped != 0 || qh->hw_qtd_next == EHCI_LIST_END) { in qh_completions()
/linux-2.4.37.9/drivers/net/wan/8253x/
D8253xsyn.c85 if ((Sab8253xCountTransmit(port) <= 0) || tty->stopped || tty->hw_stopped) in sab8253x_flush_charsS()
937 int stopped; in sab8253x_send_xcharS() local
974 stopped = tty->stopped; in sab8253x_send_xcharS()
976 tty->stopped = 0; in sab8253x_send_xcharS()
981 tty->stopped = stopped; in sab8253x_send_xcharS()
/linux-2.4.37.9/arch/ia64/drivers/
Dsimserial.c127 tty->stopped, tty->hw_stopped, tty->flow_stopped); in rs_stop()
136 tty->stopped, tty->hw_stopped, tty->flow_stopped); in rs_start()
255 if (info->xmit.head == info->xmit.tail || info->tty->stopped || info->tty->hw_stopped) { in transmit_chars()
258 info->xmit.head, info->xmit.tail, info->tty->stopped); in transmit_chars()
292 if (info->xmit.head == info->xmit.tail || tty->stopped || tty->hw_stopped || in rs_flush_chars()
361 && !tty->stopped && !tty->hw_stopped) { in rs_write()
/linux-2.4.37.9/drivers/net/
D7990.c608 int stopped; in lance_set_multicast() local
611 stopped = netif_queue_stopped(dev); in lance_set_multicast()
612 if (!stopped) in lance_set_multicast()
631 if (!stopped) in lance_set_multicast()
Dam79c961a.c335 int i, stopped; in am79c961_setmulticastlist() local
354 stopped = read_rreg(dev->base_addr, CSR0) & CSR0_STOP; in am79c961_setmulticastlist()
356 if (!stopped) { in am79c961_setmulticastlist()
383 if (!stopped) { in am79c961_setmulticastlist()
/linux-2.4.37.9/Documentation/networking/
Dnetdevices.txt22 Note2: dev->poll() is guaranteed to be stopped
/linux-2.4.37.9/include/net/irda/
Dtoshoboe.h161 int stopped; /*Stopped by some or other APM stuff*/ member
/linux-2.4.37.9/drivers/char/
Dsb1250_duart.c182 if (us->outp_count <= 0 || tty->stopped || tty->hw_stopped) { in transmit_char_pio()
198 if (!us->outp_count || tty->stopped || in transmit_char_pio()
348 if (us->outp_count && !tty->stopped && in duart_write()
393 if (port->outp_count <= 0 || tty->stopped || tty->hw_stopped) { in duart_flush_chars()
Dgeneric_serial.c167 !tty->stopped && in gs_write()
298 !tty->stopped && in gs_write()
459 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in gs_flush_chars()
929 tty->stopped = 0; in gs_set_termios()
Dsn_serial.c418 (sn_sal_tty && (sn_sal_tty->stopped || sn_sal_tty->hw_stopped))) { in sn_poll_transmit_chars()
467 (sn_sal_tty && (sn_sal_tty->stopped || sn_sal_tty->hw_stopped))) { in sn_intr_transmit_chars()
720 if (xmit.cb_head != xmit.cb_tail && !(tty && (tty->stopped || tty->hw_stopped))) in sn_sal_write()
Dpty.c149 if (!to || tty->stopped) in pty_write()
195 if (!to || tty->stopped) in pty_write_room()
/linux-2.4.37.9/drivers/s390/net/
Dctctty.c303 int stopped = (info->tty->hw_stopped || info->tty->stopped); in ctc_tty_tint() local
329 stopped = 0; in ctc_tty_tint()
334 if (stopped) { in ctc_tty_tint()
669 if (tty->stopped || tty->hw_stopped || (!skb_queue_len(&info->tx_queue))) in ctc_tty_flush_chars()

1234