/openbmc/linux/drivers/auxdisplay/ |
H A D | line-display.c | 35 unsigned int num_chars = linedisp->num_chars; in linedisp_scroll() local 38 for (i = 0; i < num_chars;) { in linedisp_scroll() 40 for (; i < num_chars && ch < linedisp->message_len; i++, ch++) in linedisp_scroll() 55 if (linedisp->message_len > num_chars && linedisp->scroll_rate) in linedisp_scroll() 91 memset(linedisp->buf, ' ', linedisp->num_chars); in linedisp_display() 173 if (linedisp->message && linedisp->message_len > linedisp->num_chars) { in scroll_step_ms_store() 206 unsigned int num_chars, char *buf, in linedisp_register() argument 217 linedisp->num_chars = num_chars; in linedisp_register()
|
H A D | img-ascii-lcd.c | 28 unsigned int num_chars; member 77 .num_chars = 8, 92 for (i = 0; i < linedisp->num_chars; i++) { in malta_update() 104 .num_chars = 8, 177 for (i = 0; i < linedisp->num_chars; i++) { in sead3_update() 204 .num_chars = 16, 239 ctx = devm_kzalloc(dev, sizeof(*ctx) + cfg->num_chars, GFP_KERNEL); in img_ascii_lcd_probe() 256 err = linedisp_register(&ctx->linedisp, dev, cfg->num_chars, ctx->curr, in img_ascii_lcd_probe()
|
H A D | line-display.h | 32 unsigned int num_chars; member 39 unsigned int num_chars, char *buf,
|
/openbmc/linux/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()
|
/openbmc/u-boot/drivers/demo/ |
H A D | demo-shape.c | 22 int num_chars; /* Number of non-space characters output so far */ member 64 data->num_chars++; in shape_hello() 90 *status = data->num_chars; in shape_status()
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_websocket.robot | 70 ${num_chars}= Get Length ${line} 71 Run Keyword If ${num_chars} < ${min_number_chars} Fail 92 ${num_chars}= Get Length ${line} 93 Run Keyword If ${num_chars} < ${min_number_chars} Fail
|
/openbmc/linux/drivers/tty/serial/ |
H A D | msm_serial.c | 841 unsigned int num_chars; in msm_handle_tx_pio() local 861 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio() 864 num_chars = 1; in msm_handle_tx_pio() 866 for (i = 0; i < num_chars; i++) in msm_handle_tx_pio() 870 uart_xmit_advance(port, num_chars); in msm_handle_tx_pio() 871 tf_pointer += num_chars; in msm_handle_tx_pio() 1633 unsigned int num_chars; in __msm_console_write() local 1637 num_chars = min(count - i, (unsigned int)sizeof(buf)); in __msm_console_write() 1639 num_chars = 1; in __msm_console_write() 1641 for (j = 0; j < num_chars; j++) { in __msm_console_write() [all …]
|
/openbmc/linux/drivers/tty/ |
H A D | n_tty.c | 606 unsigned int num_chars, num_bs; in n_tty_process_echo_ops() local 611 num_chars = echo_buf(ldata, *tail + 2); in n_tty_process_echo_ops() 620 if (!(num_chars & 0x80)) in n_tty_process_echo_ops() 621 num_chars += ldata->canon_column; in n_tty_process_echo_ops() 622 num_bs = 8 - (num_chars & 7); in n_tty_process_echo_ops() 868 static void echo_erase_tab(unsigned int num_chars, int after_tab, in echo_erase_tab() argument 875 num_chars &= 7; in echo_erase_tab() 879 num_chars |= 0x80; in echo_erase_tab() 881 add_echo_byte(num_chars, ldata); in echo_erase_tab() 1026 unsigned int num_chars = 0; in eraser() local [all …]
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-isa.c | 128 int num_chars) in xtensa_insnbuf_to_chars() argument 135 if (num_chars == 0) { in xtensa_insnbuf_to_chars() 136 num_chars = insn_size; in xtensa_insnbuf_to_chars() 161 if (byte_count > num_chars) { in xtensa_insnbuf_to_chars() 189 int num_chars) in xtensa_insnbuf_from_chars() argument 206 if (num_chars == 0 || num_chars > insn_size) { in xtensa_insnbuf_from_chars() 207 num_chars = insn_size; in xtensa_insnbuf_from_chars() 218 fence_post = start + (num_chars * increment); in xtensa_insnbuf_from_chars()
|
/openbmc/qemu/include/hw/xtensa/ |
H A D | xtensa-isa.h | 215 unsigned char *cp, int num_chars); 218 const unsigned char *cp, int num_chars);
|
/openbmc/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()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | io_edgeport.c | 1350 unsigned int num_chars; in edge_chars_in_buffer() local 1354 num_chars = edge_port->maxTxCredits - edge_port->txCredits + in edge_chars_in_buffer() 1357 if (num_chars) { in edge_chars_in_buffer() 1358 dev_dbg(&port->dev, "%s - returns %u\n", __func__, num_chars); in edge_chars_in_buffer() 1361 return num_chars; in edge_chars_in_buffer()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htt.h | 1162 __le16 num_chars; member
|