| /OK3568_Linux_fs/kernel/drivers/auxdisplay/ |
| H A D | img-ascii-lcd.c | 28 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 D | memconsole-x86-legacy.c | 30 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 D | lto-compress.h | 32 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 D | lto-compress.h | 32 const char *base, size_t num_chars); 39 const char *base, size_t num_chars);
|
| /OK3568_Linux_fs/u-boot/drivers/demo/ |
| H A D | demo-shape.c | 23 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 D | n_tty.c | 653 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 D | msm_serial.c | 835 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 D | stb_truetype.h | 471 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 D | io_edgeport.c | 1441 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 D | htt.h | 1165 __le16 num_chars; member
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0005-calloc-Use-calloc-at-most-places.patch | 462 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 D | dhd_sdio.c | 753 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 D | dhd_sdio.c | 796 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 D | dhd_sdio.c | 814 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 D | dhd_sdio.c | 792 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 D | dhd_sdio.c | 854 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 D | dhd_sdio.c | 853 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
|