/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | atmel-tcb.txt | 2 - compatible: Should be "atmel,<chip>-tcb", "simple-mfd", "syscon". 17 - compatible: Should be "atmel,tcb-timer" 19 counter width is 16 bits (at91rm9200-tcb), two consecutive 26 compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon"; 35 compatible = "atmel,tcb-timer"; 40 compatible = "atmel,tcb-timer"; 47 compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon";
|
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 145 bnad_txq_cleanup(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txq_cleanup() argument 147 struct bnad_tx_unmap *unmap_q = tcb->unmap_q; in bnad_txq_cleanup() 151 for (i = 0; i < tcb->q_depth; i++) { in bnad_txq_cleanup() 155 bnad_tx_buff_unmap(bnad, unmap_q, tcb->q_depth, i); in bnad_txq_cleanup() 167 bnad_txcmpl_process(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txcmpl_process() argument 171 struct bnad_tx_unmap *unmap_q = tcb->unmap_q; in bnad_txcmpl_process() 176 if (!test_bit(BNAD_TXQ_TX_STARTED, &tcb->flags)) in bnad_txcmpl_process() 179 hw_cons = *(tcb->hw_consumer_index); in bnad_txcmpl_process() 181 cons = tcb->consumer_index; in bnad_txcmpl_process() 182 q_depth = tcb->q_depth; in bnad_txcmpl_process() [all …]
|
D | bnad_ethtool.c | 765 struct bna_tcb *tcb = NULL; in bnad_per_q_stats_fill() local 834 if (bnad->tx_info[i].tcb[j] && in bnad_per_q_stats_fill() 835 bnad->tx_info[i].tcb[j]->txq) { in bnad_per_q_stats_fill() 836 tcb = bnad->tx_info[i].tcb[j]; in bnad_per_q_stats_fill() 837 buf[bi++] = tcb->txq->tx_packets; in bnad_per_q_stats_fill() 838 buf[bi++] = tcb->txq->tx_bytes; in bnad_per_q_stats_fill() 839 buf[bi++] = tcb->producer_index; in bnad_per_q_stats_fill() 840 buf[bi++] = tcb->consumer_index; in bnad_per_q_stats_fill() 841 buf[bi++] = *(tcb->hw_consumer_index); in bnad_per_q_stats_fill()
|
/Linux-v4.19/drivers/net/ethernet/agere/ |
D | et131x.c | 349 struct tcb { struct 350 struct tcb *next; /* Next entry in ring */ argument 361 struct tcb *tcb_ring; argument 364 struct tcb *tcb_qhead; 365 struct tcb *tcb_qtail; 368 struct tcb *send_head; 369 struct tcb *send_tail; 1757 struct tcb *tcb = tx_ring->tcb_ring; in et131x_init_send() local 1759 tx_ring->tcb_qhead = tcb; in et131x_init_send() 1761 memset(tcb, 0, sizeof(struct tcb) * NUM_TCB); in et131x_init_send() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/pwm/ |
D | atmel-tcb-pwm.txt | 4 - compatible: should be "atmel,tcb-pwm" 13 compatible = "atmel,tcb-pwm";
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | mpa1600.dts | 37 compatible = "atmel,tcb-timer"; 42 compatible = "atmel,tcb-timer";
|
D | at91-linea.dtsi | 32 compatible = "atmel,tcb-timer"; 37 compatible = "atmel,tcb-timer";
|
D | at91-kizbox.dts | 36 compatible = "atmel,tcb-timer"; 41 compatible = "atmel,tcb-timer"; 173 compatible = "atmel,tcb-pwm";
|
D | ge863-pro3.dtsi | 23 compatible = "atmel,tcb-timer"; 28 compatible = "atmel,tcb-timer";
|
D | at91-ariettag25.dts | 51 compatible = "atmel,tcb-timer"; 56 compatible = "atmel,tcb-timer";
|
D | tny_a9260_common.dtsi | 32 compatible = "atmel,tcb-timer"; 37 compatible = "atmel,tcb-timer";
|
D | ethernut5.dts | 41 compatible = "atmel,tcb-timer"; 46 compatible = "atmel,tcb-timer";
|
D | tny_a9263.dts | 41 compatible = "atmel,tcb-timer"; 46 compatible = "atmel,tcb-timer";
|
D | usb_a9260_common.dtsi | 28 compatible = "atmel,tcb-timer"; 33 compatible = "atmel,tcb-timer";
|
D | at91-sam9_l9260.dts | 37 compatible = "atmel,tcb-timer"; 42 compatible = "atmel,tcb-timer";
|
D | at91sam9x5cm.dtsi | 29 compatible = "atmel,tcb-timer"; 34 compatible = "atmel,tcb-timer";
|
D | at91rm9200ek.dts | 37 compatible = "atmel,tcb-timer"; 42 compatible = "atmel,tcb-timer";
|
D | at91-cosino.dtsi | 42 compatible = "atmel,tcb-timer"; 47 compatible = "atmel,tcb-timer";
|
D | at91-foxg20.dts | 39 compatible = "atmel,tcb-timer"; 44 compatible = "atmel,tcb-timer";
|
D | at91-sama5d4_ma5d4.dtsi | 94 compatible = "atmel,tcb-timer"; 99 compatible = "atmel,tcb-timer";
|
D | pm9g45.dts | 57 compatible = "atmel,tcb-timer"; 62 compatible = "atmel,tcb-timer";
|
D | sama5d3xcm.dtsi | 40 compatible = "atmel,tcb-timer"; 45 compatible = "atmel,tcb-timer";
|
D | usb_a9263.dts | 41 compatible = "atmel,tcb-timer"; 46 compatible = "atmel,tcb-timer";
|
D | animeo_ip.dts | 48 compatible = "atmel,tcb-timer"; 53 compatible = "atmel,tcb-timer";
|
/Linux-v4.19/drivers/isdn/gigaset/ |
D | ser-gigaset.c | 107 struct cmdbuf_t *cb, *tcb; in send_cb() local 135 tcb = cb; in send_cb() 146 if (tcb->wake_tasklet) in send_cb() 147 tasklet_schedule(tcb->wake_tasklet); in send_cb() 148 kfree(tcb); in send_cb()
|