Searched refs:stat_buf (Results 1 – 5 of 5) sorted by relevance
| /drivers/tty/ |
| A D | amiserial.c | 1367 char stat_buf[30], control, status; in line_info() local 1377 stat_buf[0] = 0; in line_info() 1378 stat_buf[1] = 0; in line_info() 1380 strcat(stat_buf, "|RTS"); in line_info() 1382 strcat(stat_buf, "|CTS"); in line_info() 1384 strcat(stat_buf, "|DTR"); in line_info() 1386 strcat(stat_buf, "|DSR"); in line_info() 1388 strcat(stat_buf, "|CD"); in line_info() 1410 seq_printf(m, " %s\n", stat_buf+1); in line_info()
|
| A D | synclink_gt.c | 1168 char stat_buf[30]; in line_info() local 1180 stat_buf[0] = 0; in line_info() 1181 stat_buf[1] = 0; in line_info() 1183 strcat(stat_buf, "|RTS"); in line_info() 1185 strcat(stat_buf, "|CTS"); in line_info() 1187 strcat(stat_buf, "|DTR"); in line_info() 1189 strcat(stat_buf, "|DSR"); in line_info() 1191 strcat(stat_buf, "|CD"); in line_info() 1193 strcat(stat_buf, "|RI"); in line_info() 1224 seq_printf(m, " %s\n", stat_buf+1); in line_info()
|
| /drivers/tty/serial/ |
| A D | serial_core.c | 2020 char stat_buf[32]; in uart_line_info() local 2068 strncat(stat_buf, (str), sizeof(stat_buf) - \ in uart_line_info() 2069 strlen(stat_buf) - 2) in uart_line_info() 2072 strncat(stat_buf, (str), sizeof(stat_buf) - \ in uart_line_info() 2073 strlen(stat_buf) - 2) in uart_line_info() 2075 stat_buf[0] = '\0'; in uart_line_info() 2076 stat_buf[1] = '\0'; in uart_line_info() 2083 if (stat_buf[0]) in uart_line_info() 2084 stat_buf[0] = ' '; in uart_line_info() 2086 seq_puts(m, stat_buf); in uart_line_info()
|
| /drivers/net/wireless/atmel/ |
| A D | at76c50x-usb.c | 685 u8 *stat_buf; in at76_get_cmd_status() local 688 stat_buf = kmalloc(40, GFP_NOIO); in at76_get_cmd_status() 689 if (!stat_buf) in at76_get_cmd_status() 694 USB_RECIP_INTERFACE, cmd, 0, stat_buf, in at76_get_cmd_status() 697 ret = stat_buf[5]; in at76_get_cmd_status() 698 kfree(stat_buf); in at76_get_cmd_status()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | debugfs_htt_stats.c | 3637 const struct ath12k_htt_dl_pager_stats_tlv *stat_buf = tag_buf; in ath12k_htt_print_dlpager_stats_tlv() local 3647 if (tag_len < sizeof(*stat_buf)) in ath12k_htt_print_dlpager_stats_tlv() 3650 dword_lock = le32_get_bits(stat_buf->info2, in ath12k_htt_print_dlpager_stats_tlv() 3652 dword_unlock = le32_get_bits(stat_buf->info2, in ath12k_htt_print_dlpager_stats_tlv() 3660 le32_get_bits(stat_buf->info0, in ath12k_htt_print_dlpager_stats_tlv() 3663 le32_get_bits(stat_buf->info0, in ath12k_htt_print_dlpager_stats_tlv() 3666 le32_get_bits(stat_buf->info1, in ath12k_htt_print_dlpager_stats_tlv() 3669 le32_get_bits(stat_buf->info1, in ath12k_htt_print_dlpager_stats_tlv() 3678 ath12k_htt_print_dlpager_entry(&stat_buf->pgs_info[pg_locked][i], in ath12k_htt_print_dlpager_stats_tlv() 3689 ath12k_htt_print_dlpager_entry(&stat_buf->pgs_info[pg_unlock][i], in ath12k_htt_print_dlpager_stats_tlv()
|
Completed in 54 milliseconds