Home
last modified time | relevance | path

Searched refs:num_chars (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/auxdisplay/
H A Dimg-ascii-lcd.c28 unsigned int num_chars; member
85 .num_chars = 8,
98 for (i = 0; i < ctx->cfg->num_chars; i++) { in malta_update()
110 .num_chars = 8,
181 for (i = 0; i < ctx->cfg->num_chars; i++) { in sead3_update()
208 .num_chars = 16,
232 unsigned int num_chars = ctx->cfg->num_chars; in img_ascii_lcd_scroll() local
235 for (i = 0; i < num_chars;) { in img_ascii_lcd_scroll()
237 for (; i < num_chars && ch < ctx->message_len; i++, ch++) in img_ascii_lcd_scroll()
252 if (ctx->message_len > ctx->cfg->num_chars) in img_ascii_lcd_scroll()
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/google/
H A Dmemconsole-x86-legacy.c30 u16 num_chars; member
58 hdr->v1.end, hdr->v1.num_chars); in found_v1_header()
61 memconsole_length = hdr->v1.num_chars; in found_v1_header()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dlto-compress.h32 const char *base, size_t num_chars);
39 const char *base, size_t num_chars);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dlto-compress.h32 const char *base, size_t num_chars);
39 const char *base, size_t num_chars);
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-shape.c23 int num_chars; /* Number of non-space characters output so far */ member
65 data->num_chars++; in shape_hello()
91 *status = data->num_chars; in shape_status()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c653 unsigned int num_chars, num_bs; in __process_echoes() local
657 num_chars = echo_buf(ldata, tail + 2); in __process_echoes()
669 if (!(num_chars & 0x80)) in __process_echoes()
670 num_chars += ldata->canon_column; in __process_echoes()
671 num_bs = 8 - (num_chars & 7); in __process_echoes()
885 static void echo_erase_tab(unsigned int num_chars, int after_tab, in echo_erase_tab() argument
892 num_chars &= 7; in echo_erase_tab()
896 num_chars |= 0x80; in echo_erase_tab()
898 add_echo_byte(num_chars, ldata); in echo_erase_tab()
1047 unsigned int num_chars = 0; in eraser() local
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dmsm_serial.c835 unsigned int num_chars; in msm_handle_tx_pio() local
855 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio()
858 num_chars = 1; in msm_handle_tx_pio()
860 for (i = 0; i < num_chars; i++) { in msm_handle_tx_pio()
866 xmit->tail = (xmit->tail + num_chars) & (UART_XMIT_SIZE - 1); in msm_handle_tx_pio()
867 tf_pointer += num_chars; in msm_handle_tx_pio()
1629 unsigned int num_chars; in __msm_console_write() local
1633 num_chars = min(count - i, (unsigned int)sizeof(buf)); in __msm_console_write()
1635 num_chars = 1; in __msm_console_write()
1637 for (j = 0; j < num_chars; j++) { in __msm_console_write()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h471 int first_char, int num_chars, // characters to bake
557 int num_chars; member
2518 int first_char, int num_chars, // characters to bake in stbtt_BakeFontBitmap() argument
2532 for (i=0; i < num_chars; ++i) { in stbtt_BakeFontBitmap()
2857 for (j=0; j < ranges[i].num_chars; ++j) { in stbtt_PackFontRangesGatherRects()
2895 for (j=0; j < ranges[i].num_chars; ++j) { in stbtt_PackFontRangesRenderIntoRects()
2972 for (j=0; j < ranges[i].num_chars; ++j) in stbtt_PackFontRanges()
2980 n += ranges[i].num_chars; in stbtt_PackFontRanges()
3004 range.num_chars = num_chars_in_range; in stbtt_PackFontRange()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dio_edgeport.c1441 int num_chars; in edge_chars_in_buffer() local
1455 num_chars = edge_port->maxTxCredits - edge_port->txCredits + in edge_chars_in_buffer()
1458 if (num_chars) { in edge_chars_in_buffer()
1459 dev_dbg(&port->dev, "%s - returns %d\n", __func__, num_chars); in edge_chars_in_buffer()
1462 return num_chars; in edge_chars_in_buffer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1165 __le16 num_chars; member
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0005-calloc-Use-calloc-at-most-places.patch462 font->num_chars = sect_length / FONT_CHAR_INDEX_ENTRY_SIZE;
465 - font->char_index = grub_malloc (font->num_chars
467 + font->char_index = grub_calloc (font->num_chars, sizeof (struct char_index_entry));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c753 static int extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value);
10210 extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value) in extract_hex_field() argument
10214 strncpy(field, line + start_pos, num_chars); in extract_hex_field()
10215 field [num_chars] = '\0'; in extract_hex_field()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_sdio.c796 static int extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value);
10533 extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value) argument
10537 strncpy(field, line + start_pos, num_chars);
10538 field [num_chars] = '\0';
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c814 static int extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value);
10579 extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value) argument
10583 strncpy(field, line + start_pos, num_chars);
10584 field [num_chars] = '\0';
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_sdio.c792 static int extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value);
10529 extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value) argument
10533 strncpy(field, line + start_pos, num_chars);
10534 field [num_chars] = '\0';
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c854 static int extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value);
11581 extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value) in extract_hex_field() argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c853 static int extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value);
11566 extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value) in extract_hex_field() argument