Home
last modified time | relevance | path

Searched refs:start_char (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Duart.c592 unsigned char start_char; in gb_tty_unthrottle() local
596 start_char = START_CHAR(tty); in gb_tty_unthrottle()
597 retval = gb_tty_write(tty, &start_char, 1); in gb_tty_unthrottle()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_hal.c477 unsigned char start_char = START_CHAR(tty); in xr_usb_serial_set_flow_mode() local
483 xr_usb_serial_set_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_xon_char_addr, start_char); in xr_usb_serial_set_flow_mode()
H A Dio_edgeport.c1525 unsigned char start_char = START_CHAR(tty); in edge_unthrottle() local
1526 status = edge_write(tty, port, &start_char, 1); in edge_unthrottle()
2533 unsigned char start_char = START_CHAR(tty); in change_port_settings() local
2538 IOSP_CMD_SET_XON_CHAR, start_char); in change_port_settings()
2547 __func__, start_char, stop_char); in change_port_settings()
2556 __func__, start_char, stop_char); in change_port_settings()
H A Dmos7840.c978 unsigned char start_char = START_CHAR(tty); in mos7840_unthrottle() local
979 status = mos7840_write(tty, port, &start_char, 1); in mos7840_unthrottle()
H A Dmos7720.c1335 unsigned char start_char = START_CHAR(tty); in mos7720_unthrottle() local
1336 status = mos7720_write(tty, port, &start_char, 1); in mos7720_unthrottle()
H A Dio_ti.c2177 unsigned char start_char = START_CHAR(tty); in edge_unthrottle() local
2178 status = edge_write(tty, port, &start_char, 1); in edge_unthrottle()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1150 stbtt_uint32 start_char = ttULONG(data+index_map+16+mid*12); in stbtt_FindGlyphIndex() local
1152 if ((stbtt_uint32) unicode_codepoint < start_char) in stbtt_FindGlyphIndex()
1159 return start_glyph + unicode_codepoint-start_char; in stbtt_FindGlyphIndex()