/linux-2.4.37.9/arch/arm/mach-sa1100/ |
D | dma-sa1100.c | 125 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()
|
D | dma.h | 37 int stopped; /* 1 if DMA is stalled */ member
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | net2280.c | 173 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 …]
|
D | goku_udc.c | 181 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/ |
D | toshoboe.c | 290 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()
|
D | donauboe.c | 1052 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()
|
D | donauboe.h | 332 int stopped; /*Stopped by some or other APM stuff */ member
|
/linux-2.4.37.9/drivers/sound/ |
D | au1550_i2s.c | 147 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 …]
|
D | ite8172.c | 318 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 …]
|
D | au1550_psc.c | 143 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 …]
|
D | au1000.c | 160 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 …]
|
D | nec_vrc5477.c | 223 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/ |
D | saa5249.c | 93 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/ |
D | ehci-q.c | 294 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/ |
D | 8253xsyn.c | 85 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/ |
D | simserial.c | 127 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/ |
D | 7990.c | 608 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()
|
D | am79c961a.c | 335 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/ |
D | netdevices.txt | 22 Note2: dev->poll() is guaranteed to be stopped
|
/linux-2.4.37.9/include/net/irda/ |
D | toshoboe.h | 161 int stopped; /*Stopped by some or other APM stuff*/ member
|
/linux-2.4.37.9/drivers/char/ |
D | sb1250_duart.c | 182 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()
|
D | generic_serial.c | 167 !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()
|
D | sn_serial.c | 418 (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()
|
D | pty.c | 149 if (!to || tty->stopped) in pty_write() 195 if (!to || tty->stopped) in pty_write_room()
|
/linux-2.4.37.9/drivers/s390/net/ |
D | ctctty.c | 303 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()
|