Searched refs:char_buf (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/acpi/acpica/ |
| H A D | exnames.c | 128 char char_buf[5]; in acpi_ex_name_segment() local 136 char_buf[0] = *aml_address; in acpi_ex_name_segment() 138 if ('0' <= char_buf[0] && char_buf[0] <= '9') { in acpi_ex_name_segment() 139 ACPI_ERROR((AE_INFO, "Invalid leading digit: %c", char_buf[0])); in acpi_ex_name_segment() 146 char_buf[index] = *aml_address++; in acpi_ex_name_segment() 155 char_buf[4] = '\0'; in acpi_ex_name_segment() 159 "Appending NameSeg %s\n", char_buf)); in acpi_ex_name_segment() 160 strcat(name_string, char_buf); in acpi_ex_name_segment() 163 "No Name string - %s\n", char_buf)); in acpi_ex_name_segment() 172 char_buf[0])); in acpi_ex_name_segment()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 1128 char *char_buf = (char *)dump_buf; in qed_dump_str_param() local 1132 offset += qed_dump_str(char_buf + offset, dump, param_name); in qed_dump_str_param() 1136 *(char_buf + offset) = 1; in qed_dump_str_param() 1140 offset += qed_dump_str(char_buf + offset, dump, param_val); in qed_dump_str_param() 1143 offset += qed_dump_align(char_buf + offset, dump, offset); in qed_dump_str_param() 1154 char *char_buf = (char *)dump_buf; in qed_dump_num_param() local 1158 offset += qed_dump_str(char_buf + offset, dump, param_name); in qed_dump_num_param() 1162 *(char_buf + offset) = 0; in qed_dump_num_param() 1166 offset += qed_dump_align(char_buf + offset, dump, offset); in qed_dump_num_param() 6385 char *char_buf = (char *)dump_buf; in qed_read_param() local [all …]
|
| /linux/drivers/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 139 struct char_buf { /* used by one_char() routine */ struct 304 static int one_char(struct gpib_board *board, struct char_buf *b) in one_char() 746 struct char_buf b = {NULL, 0}; in usb_gpib_read()
|
| /linux/drivers/s390/char/ |
| H A D | con3270.c | 127 u8 char_buf[TTY3270_CHAR_BUF_SIZE]; member 1820 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_write() 1837 tp->char_buf[tp->char_count++] = ch; in tty3270_put_char() 1853 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_flush_chars()
|