Searched refs:chr (Results 1 - 9 of 9) sorted by relevance

/drivers/tty/serial/
H A Darc_uart.c447 static void arc_serial_poll_putchar(struct uart_port *port, unsigned char chr) argument
452 UART_SET_DATA(port, chr);
457 unsigned char chr; local
462 chr = UART_GET_DATA(port);
463 return chr;
H A Dkgdboc.c240 static void kgdboc_put_char(u8 chr) argument
245 kgdb_tty_line, chr);
H A Dbfin_uart.c984 static void bfin_serial_poll_put_char(struct uart_port *port, unsigned char chr) argument
992 UART_PUT_CHAR(uart, (unsigned char)chr);
998 unsigned char chr; local
1004 chr = UART_GET_CHAR(uart);
1006 return chr;
/drivers/media/platform/vivid/
H A Dvivid-tpg.c1026 u8 chr = font8x16[text[s] * 16 + line]; \
1029 pos[7] = (chr & (0x01 << 7) ? fg : bg); \
1030 pos[6] = (chr & (0x01 << 6) ? fg : bg); \
1031 pos[5] = (chr & (0x01 << 5) ? fg : bg); \
1032 pos[4] = (chr & (0x01 << 4) ? fg : bg); \
1033 pos[3] = (chr & (0x01 << 3) ? fg : bg); \
1034 pos[2] = (chr & (0x01 << 2) ? fg : bg); \
1035 pos[1] = (chr & (0x01 << 1) ? fg : bg); \
1036 pos[0] = (chr & (0x01 << 0) ? fg : bg); \
1038 pos[0] = (chr
[all...]
/drivers/input/misc/
H A Dyealink.c144 static int setChar(struct yealink_dev *yld, int el, int chr) argument
151 if (chr == '\t' || chr == '\n')
154 yld->lcdMap[el] = chr;
159 if (chr != ' ')
166 val = map_to_seg7(&map_seg7, chr);
716 int chr)
732 setChar(yld, i, chr);
715 set_icon(struct device *dev, const char *buf, size_t count, int chr) argument
/drivers/misc/
H A Dkgdbts.c746 static int run_simple_test(int is_get_char, int chr) argument
795 if (put_buf_cnt == 0 && chr != '$')
798 put_buf[put_buf_cnt] = chr;
1126 static void kgdbts_put_char(u8 chr) argument
1129 ts.run_test(0, chr);
/drivers/net/irda/
H A Dbfin_sir.c179 unsigned int chr; local
184 chr = *(self->tx_buff.data);
185 UART_PUT_CHAR(port, chr);
/drivers/usb/early/
H A Dehci-dbgp.c1035 static void kgdbdbgp_write_char(u8 chr) argument
1037 early_dbgp_write(NULL, &chr, 1);
/drivers/video/console/
H A Dfbcon.c1290 unsigned short chr; local
1292 scr_writew(c, &chr);
1293 fbcon_putcs(vc, &chr, 1, ypos, xpos);

Completed in 267 milliseconds