Searched refs:LOG_SIZE (Results 1 – 3 of 3) sorted by relevance
| /drivers/platform/chrome/ |
| A D | cros_ec_debugfs.c | 24 #define LOG_SIZE (1 << LOG_SHIFT) macro 91 buf_space = CIRC_SPACE(cb->head, cb->tail, LOG_SIZE); in cros_ec_console_log_work() 114 cb->head = CIRC_ADD(cb->head, LOG_SIZE, 1); in cros_ec_console_log_work() 145 while (!CIRC_CNT(cb->head, cb->tail, LOG_SIZE)) { in cros_ec_console_log_read() 154 CIRC_CNT(cb->head, cb->tail, LOG_SIZE)); in cros_ec_console_log_read() 164 ret = min_t(size_t, CIRC_CNT_TO_END(cb->head, cb->tail, LOG_SIZE), in cros_ec_console_log_read() 172 cb->tail = CIRC_ADD(cb->tail, LOG_SIZE, ret); in cros_ec_console_log_read() 190 LOG_SIZE)) in cros_ec_console_log_poll() 355 buf = devm_kzalloc(ec->dev, LOG_SIZE, GFP_KERNEL); in cros_ec_create_console_log()
|
| /drivers/isdn/hardware/mISDN/ |
| A D | netjet.c | 61 #define LOG_SIZE 64 macro 84 char log[LOG_SIZE]; 414 snprintf(card->log, LOG_SIZE, in read_dma() 518 snprintf(card->log, LOG_SIZE, "B%1d-send %s %d ", in fill_hdlc_flag() 592 snprintf(card->log, LOG_SIZE, "B%1d-send %s %d ", in fill_dma()
|
| A D | avmfritz.c | 94 #define LOG_SIZE 63 macro 131 char log[LOG_SIZE + 1]; 430 snprintf(fc->log, LOG_SIZE, "B%1d-recv %s %d ", in hdlc_empty_fifo() 501 snprintf(fc->log, LOG_SIZE, "B%1d-send %s %d ", in hdlc_fill_fifo()
|
Completed in 12 milliseconds