/linux-4.4.14/drivers/tty/serial/ |
D | bfin_uart.c | 81 struct bfin_serial_port *uart = (struct bfin_serial_port *)port; in bfin_serial_get_mctrl() local 94 struct bfin_serial_port *uart = (struct bfin_serial_port *)port; in bfin_serial_set_mctrl() local 110 struct bfin_serial_port *uart = dev_id; in bfin_serial_mctrl_cts_int() local 147 struct bfin_serial_port *uart = (struct bfin_serial_port *)port; in bfin_serial_stop_tx() local 175 struct bfin_serial_port *uart = (struct bfin_serial_port *)port; in bfin_serial_start_tx() local 199 struct bfin_serial_port *uart = (struct bfin_serial_port *)port; in bfin_serial_stop_rx() local 205 # define UART_GET_ANOMALY_THRESHOLD(uart) ((uart)->anomaly_threshold) argument 206 # define UART_SET_ANOMALY_THRESHOLD(uart, v) ((uart)->anomaly_threshold = (v)) argument 208 # define UART_GET_ANOMALY_THRESHOLD(uart) 0 argument 209 # define UART_SET_ANOMALY_THRESHOLD(uart, v) argument [all …]
|
D | men_z135_uart.c | 139 static inline void men_z135_reg_set(struct men_z135_port *uart, in men_z135_reg_set() 161 static inline void men_z135_reg_clr(struct men_z135_port *uart, in men_z135_reg_clr() 184 static void men_z135_handle_modem_status(struct men_z135_port *uart) in men_z135_handle_modem_status() 198 static void men_z135_handle_lsr(struct men_z135_port *uart) in men_z135_handle_lsr() 223 static u16 get_rx_fifo_content(struct men_z135_port *uart) in get_rx_fifo_content() 246 static void men_z135_handle_rx(struct men_z135_port *uart) in men_z135_handle_rx() 296 static void men_z135_handle_tx(struct men_z135_port *uart) in men_z135_handle_tx() 391 struct men_z135_port *uart = (struct men_z135_port *)data; in men_z135_intr() local 440 static int men_z135_request_irq(struct men_z135_port *uart) in men_z135_request_irq() 553 struct men_z135_port *uart = to_men_z135(port); in men_z135_stop_tx() local [all …]
|
D | arc_uart.c | 83 #define UART_SET_DATA(uart, val) UART_REG_SET(uart, R_DATA, val) argument 84 #define UART_GET_DATA(uart) UART_REG_GET(uart, R_DATA) argument 86 #define UART_SET_BAUDH(uart, val) UART_REG_SET(uart, R_BAUDH, val) argument 87 #define UART_SET_BAUDL(uart, val) UART_REG_SET(uart, R_BAUDL, val) argument 89 #define UART_CLR_STATUS(uart, val) UART_REG_CLR(uart, R_STS, val) argument 90 #define UART_GET_STATUS(uart) UART_REG_GET(uart, R_STS) argument 92 #define UART_ALL_IRQ_DISABLE(uart) UART_REG_CLR(uart, R_STS, RXIENB|TXIENB) argument 93 #define UART_RX_IRQ_DISABLE(uart) UART_REG_CLR(uart, R_STS, RXIENB) argument 94 #define UART_TX_IRQ_DISABLE(uart) UART_REG_CLR(uart, R_STS, TXIENB) argument 96 #define UART_ALL_IRQ_ENABLE(uart) UART_REG_OR(uart, R_STS, RXIENB|TXIENB) argument [all …]
|
D | timbuart.c | 67 struct timbuart_port *uart = in timbuart_start_tx() local 133 struct timbuart_port *uart = in timbuart_handle_tx_port() local 189 struct timbuart_port *uart = (struct timbuart_port *)arg; in timbuart_tasklet() local 254 struct timbuart_port *uart = in timbuart_startup() local 271 struct timbuart_port *uart = in timbuart_shutdown() local 363 struct timbuart_port *uart = (struct timbuart_port *)devid; in timbuart_handleinterrupt() local 428 struct timbuart_port *uart; in timbuart_probe() local 493 struct timbuart_port *uart = platform_get_drvdata(dev); in timbuart_remove() local
|
D | 68328serial.c | 215 m68328_uart *uart = &uart_addr[info->line]; in rs_stop() local 247 m68328_uart *uart = &uart_addr[info->line]; in rs_start() local 266 m68328_uart *uart = &uart_addr[info->line]; in receive_chars() local 313 m68328_uart *uart = &uart_addr[info->line]; in transmit_chars() local 351 m68328_uart *uart; in rs_interrupt() local 375 m68328_uart *uart = &uart_addr[info->line]; in startup() local 429 m68328_uart *uart = &uart_addr[info->line]; in shutdown() local 504 m68328_uart *uart = &uart_addr[info->line]; in change_speed() local 621 m68328_uart *uart = &uart_addr[info->line]; local 669 m68328_uart *uart = &uart_addr[info->line]; local [all …]
|
D | m32r_sio.h | 34 unsigned int uart; member
|
D | tilegx.c | 46 struct uart_port uart; member
|
D | serial_txx9.c | 1023 struct uart_txx9_port *uart; in serial_txx9_register_port() local 1070 struct uart_txx9_port *uart = &serial_txx9_ports[line]; in serial_txx9_unregister_port() local
|
D | msm_serial.c | 69 struct uart_port uart; member 441 struct uart_port *uart = &msm_port->uart; in msm_start_rx_dma() local
|
D | atmel_serial.c | 124 struct uart_port uart; /* uart */ member 198 to_atmel_uart_port(struct uart_port *uart) in to_atmel_uart_port() 1755 int usart, uart; in atmel_get_ip_name() local
|
D | ioc3_serial.c | 314 struct ioc3_uartregs __iomem *uart; in set_baud() local 384 struct ioc3_uartregs __iomem *uart; in port_init() local
|
D | vt8500_serial.c | 109 struct uart_port uart; member
|
D | sccnxp.c | 112 struct uart_driver uart; member
|
D | ioc4_serial.c | 713 struct ioc4_uartregs __iomem *uart; in set_baud() local 831 struct ioc4_uartregs __iomem *uart; in port_init() local
|
D | max310x.c | 268 struct uart_driver uart; member
|
D | sh-sci.c | 126 to_sci_port(struct uart_port *uart) in to_sci_port()
|
/linux-4.4.14/sound/drivers/ |
D | serial-u16550.c | 172 static inline void snd_uart16550_add_timer(struct snd_uart16550 *uart) in snd_uart16550_add_timer() 181 static inline void snd_uart16550_del_timer(struct snd_uart16550 *uart) in snd_uart16550_del_timer() 190 static inline void snd_uart16550_buffer_output(struct snd_uart16550 *uart) in snd_uart16550_buffer_output() 207 static void snd_uart16550_io_loop(struct snd_uart16550 * uart) in snd_uart16550_io_loop() 296 struct snd_uart16550 *uart; in snd_uart16550_interrupt() local 315 struct snd_uart16550 *uart; in snd_uart16550_buffer_timer() local 329 static int snd_uart16550_detect(struct snd_uart16550 *uart) in snd_uart16550_detect() 372 static void snd_uart16550_do_open(struct snd_uart16550 * uart) in snd_uart16550_do_open() 464 static void snd_uart16550_do_close(struct snd_uart16550 * uart) in snd_uart16550_do_close() 518 struct snd_uart16550 *uart = substream->rmidi->private_data; in snd_uart16550_input_open() local [all …]
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | serial.c | 110 struct omap_uart_state *uart) in omap_serial_fill_uart_tx_rx_pads() 126 struct omap_uart_state *uart) in omap_serial_check_wakeup() 164 struct omap_uart_state *uart) in omap_serial_check_wakeup() 184 struct omap_uart_state *uart; in omap_serial_early_init() local 233 struct omap_uart_state *uart; in omap_serial_init_port() local 304 struct omap_uart_state *uart; in omap_serial_board_init() local
|
/linux-4.4.14/drivers/firmware/ |
D | pcdp.c | 23 setup_serial_console(struct pcdp_uart *uart) in setup_serial_console() 90 struct pcdp_uart *uart; in efi_setup_pcdp_console() local
|
D | pcdp.h | 109 struct pcdp_uart uart[0]; /* actual size is num_uarts */ member
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_hp300.c | 160 struct uart_8250_port uart; in hpdca_init_one() local 208 struct uart_8250_port uart; in hp300_8250_init() local
|
D | 8250_gsc.c | 29 struct uart_8250_port uart; in serial_init_chip() local
|
D | 8250_core.c | 800 struct uart_8250_port uart; in serial8250_probe() local 959 struct uart_8250_port *uart; in serial8250_register_8250_port() local 1067 struct uart_8250_port *uart = &serial8250_ports[line]; in serial8250_unregister_port() local
|
D | 8250_acorn.c | 46 struct uart_8250_port uart; in serial_card_probe() local
|
D | 8250_pnp.c | 440 struct uart_8250_port uart, *port; in serial_pnp_probe() local
|
D | 8250_lpc18xx.c | 108 struct uart_8250_port uart; in lpc18xx_serial_probe() local
|
D | serial_cs.c | 107 static void quirk_setup_brainboxes_0104(struct pcmcia_device *link, struct uart_8250_port *uart) in quirk_setup_brainboxes_0104() 345 struct uart_8250_port uart; in setup_serial() local
|
D | 8250_mtk.c | 188 struct uart_8250_port uart = {}; in mtk8250_probe() local
|
D | 8250_ingenic.c | 202 struct uart_8250_port uart = {}; in ingenic_uart_probe() local
|
D | 8250_fintek.c | 185 struct uart_8250_port uart; in fintek_8250_probe() local
|
D | 8250_mid.c | 222 struct uart_8250_port uart; in mid8250_probe() local
|
D | 8250.h | 51 unsigned int uart; member
|
D | 8250_dw.c | 337 struct uart_8250_port uart = {}; in dw8250_probe() local
|
D | 8250_pci.c | 3952 struct uart_8250_port uart; in pciserial_init_ports() local
|
/linux-4.4.14/drivers/misc/ibmasm/ |
D | uart.c | 36 struct uart_8250_port uart; in ibmasm_register_uart() local
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
D | ip27-console.c | 35 struct ioc3_uartregs *uart = console_uart(); in prom_putchar() local
|
/linux-4.4.14/arch/nios2/boot/dts/ |
D | 3c120_devboard.dts | 136 uart: serial@0x4c80 { label
|
/linux-4.4.14/arch/powerpc/boot/ |
D | cuboot-hotfoot.c | 29 u32 uart = mfdcr(DCRN_CPC0_UCR) & 0x7f; in hotfoot_fixups() local
|
/linux-4.4.14/drivers/staging/speakup/ |
D | serialio.h | 15 unsigned int uart; /* unused */ member
|
/linux-4.4.14/arch/arm/mach-davinci/include/mach/ |
D | uncompress.h | 30 u32 *uart; variable
|
/linux-4.4.14/drivers/clk/mxs/ |
D | clk-imx23.c | 91 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator 100 cpu, hbus, xbus, emi, uart, enumerator
|
D | clk-imx28.c | 145 clk32k_div, rtc, lradc, spdif_div, clk32k, pwm, uart, ssp0, enumerator 155 cpu, hbus, xbus, emi, uart, enumerator
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | nspire.dtsi | 138 uart: serial@90020000 { label
|
/linux-4.4.14/arch/arm/plat-samsung/ |
D | init.c | 117 int uart; in s3c24xx_init_uartdevs() local
|
/linux-4.4.14/arch/arm/include/debug/ |
D | tegra.S | 54 #define checkuart(rp, rv, lhu, bit, uart) \ argument
|
/linux-4.4.14/drivers/usb/serial/ |
D | ssu100.c | 89 unsigned short uart, in ssu100_getregister() 101 unsigned short uart, in ssu100_setregister()
|
D | quatech2.c | 199 u8 uart, in qt2_getregister() 210 u8 uart, u8 reg, u16 data) in qt2_setregister()
|
/linux-4.4.14/drivers/char/mwave/ |
D | mwavedd.c | 433 struct uart_8250_port uart; in register_serial_portandirq() local
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
D | fw_dnld.h | 55 struct nfcmrvl_fw_uart_config uart; member
|
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/ |
D | map.h | 38 #define S3C_VA_UARTx(uart) (S3C_VA_UART + ((uart * S3C_UART_OFFSET))) argument
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-ciu-defs.h | 1300 uint64_t uart:2; member 1346 uint64_t uart:2; member 1389 uint64_t uart:2; member 1428 uint64_t uart:2; member 1472 uint64_t uart:2; member 1521 uint64_t uart:2; member 1572 uint64_t uart:2; member 1623 uint64_t uart:2; member 1673 uint64_t uart:2; member 1727 uint64_t uart:2; member [all …]
|
D | cvmx-ciu2-defs.h | 519 uint64_t uart:2; member 572 uint64_t uart:2; member 625 uint64_t uart:2; member 1506 uint64_t uart:2; member 1559 uint64_t uart:2; member 1612 uint64_t uart:2; member 2493 uint64_t uart:2; member 2546 uint64_t uart:2; member 2599 uint64_t uart:2; member 3480 uint64_t uart:2; member [all …]
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-serial.h | 69 struct uart_port uart; member
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | bfin_serial.h | 269 #define port_membase(uart) (((struct bfin_serial_port *)(uart))->port.membase) argument 382 #define get_lsr_cache(uart) (((struct bfin_serial_port *)(uart))->lsr) argument 383 #define put_lsr_cache(uart, v) (((struct bfin_serial_port *)(uart))->lsr = (v)) argument
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 743 int uart; in octeon_prune_device_tree() local
|
D | setup.c | 350 int uart; in octeon_get_boot_uart() local
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
D | setup.c | 262 struct hcdp_uart_desc uart[0]; /* num_type0 of these */ member
|
/linux-4.4.14/drivers/net/hamradio/ |
D | baycom_ser_hdx.c | 433 enum uart { c_uart_unknown, c_uart_8250, enum
|
D | baycom_ser_fdx.c | 374 enum uart { c_uart_unknown, c_uart_8250, enum
|
D | yam.c | 501 enum uart { enum
|
/linux-4.4.14/arch/mips/include/asm/sgi/ |
D | ioc.h | 123 struct sgioc_uart_regs uart; member
|
/linux-4.4.14/arch/ia64/kernel/ |
D | efi.c | 931 int uart = 0; in efi_uart_console_only() local
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | mcdi.c | 1358 int efx_mcdi_log_ctrl(struct efx_nic *efx, bool evq, bool uart, u32 dest_evq) in efx_mcdi_log_ctrl()
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 1145 static void ioc3_8250_register(struct ioc3_uartregs __iomem *uart) in ioc3_8250_register()
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 691 u32 uart:1; member
|