Searched refs:cons (Results 101 - 125 of 168) sorted by relevance

1234567

/linux-master/drivers/tty/serial/
H A Daltera_uart.c526 .cons = ALTERA_UART_CONSOLE,
H A Dclps711x.c540 clps711x_uart.cons = &clps711x_console;
H A Ddigicolor-usart.c533 digicolor_uart.cons = &digicolor_console;
H A Desp32_uart.c676 .cons = &esp32_uart_console,
H A Dmilbeaut_usio.c492 .cons = USIO_CONSOLE,
H A Dsunplus-uart.c571 .cons = SERIAL_SUNPLUS_CONSOLE,
H A Dsifive.c902 .cons = SIFIVE_SERIAL_CONSOLE,
H A Dowl-uart.c626 .cons = OWL_UART_CONSOLE,
H A Dbcm63xx_uart.c799 .cons = BCM63XX_CONSOLE,
H A Dlpc32xx_hs.c203 .cons = LPC32XX_HSUART_CONSOLE,
H A Dmcf.c566 .cons = MCF_CONSOLE,
H A Dxilinx_uartps.c1675 cdns_uart_uart_driver.cons = &cdns_uart_console;
1825 !console_is_registered(cdns_uart_uart_driver.cons)) {
H A Domap-serial.c486 if (up->port.line == up->port.cons->index) {
1360 .cons = OMAP_CONSOLE,
H A Dip22zilog.c1071 .cons = &ip22zilog_console,
H A Dsb1250-duart.c920 .cons = SERIAL_SB1250_DUART_CONSOLE,
H A Dma35d1_serial.c676 .cons = MA35D1SERIAL_CONSOLE,
H A Duartlite.c614 .cons = &ulite_console,
/linux-master/drivers/tty/serial/8250/
H A D8250_mtk.c417 up->port.cons->cflag = termios->c_cflag;
H A D8250_port.c3286 termios.c_cflag = port->cons->cflag;
3287 termios.c_ispeed = port->cons->ispeed;
3288 termios.c_ospeed = port->cons->ospeed;
3459 ret = uart_set_options(port, port->cons, baud, parity, bits, flow);
/linux-master/drivers/net/fddi/
H A Ddefxx.h1387 PI_UINT8 cons; member in struct:__anon679::__anon680
1452 PI_UINT8 cons; member in struct:__anon687::__anon688
/linux-master/drivers/thunderbolt/
H A Dnhi.c192 static void ring_iowrite_cons(struct tb_ring *ring, u16 cons) argument
199 iowrite32(cons, ring_desc_base(ring) + 8);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c162 u32 wis, unmap_wis, hw_cons, cons, q_depth; local
173 cons = tcb->consumer_index;
176 wis = BNA_Q_INDEX_CHANGE(cons, hw_cons, q_depth);
180 unmap = &unmap_q[cons];
190 cons = bnad_tx_buff_unmap(bnad, unmap_q, q_depth, cons);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c4499 u16 cp_cons, cons; local
4508 cons = rxcmp->rx_cmp_opaque;
4509 rx_buf = &rxr->rx_buf_ring[cons];
4531 u32 cons; local
4536 cons = RING_CMP(raw_cons);
4537 txcmp = &cpr->cp_desc_ring[CP_RING(cons)][CP_IDX(cons)];
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c3607 int cons, index; local
3623 cons = rp->cons;
3626 "%s() pkt_cnt[%u] cons[%d]\n", __func__, pkt_cnt, cons);
3629 cons = release_tx_packet(np, rp, cons);
3631 rp->cons = cons;
4307 rp->cons
[all...]
/linux-master/drivers/usb/early/
H A Dehci-dbgp.c1057 kgdbdbgp_io_ops.cons = &early_dbgp_console;

Completed in 390 milliseconds

1234567