Searched refs:last_msg (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | error.c | 290 if (s->last_msg && !strcmp(buf.buf, s->last_msg)) { in __bch2_fsck_err() 296 kfree(s->last_msg); in __bch2_fsck_err() 297 s->last_msg = kstrdup(buf.buf, GFP_KERNEL); in __bch2_fsck_err() 298 if (!s->last_msg) { in __bch2_fsck_err() 476 if (s->ratelimited && s->last_msg) in bch2_flush_fsck_errs() 477 bch_err(c, "Saw %llu errors like:\n %s", s->nr, s->last_msg); in bch2_flush_fsck_errs() 480 kfree(s->last_msg); in bch2_flush_fsck_errs()
|
D | error.h | 109 char *last_msg; member
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-img-scb.c | 384 bool last_msg; member 591 if (!i2c->last_msg) in img_i2c_read() 605 if (!i2c->last_msg) in img_i2c_write() 821 !i2c->last_msg) in img_i2c_atomic() 873 if (!i2c->last_msg && line_status & LINESTAT_START_BIT_DET) { in img_i2c_auto() 874 img_i2c_transaction_halt(i2c, !i2c->last_msg); in img_i2c_auto() 908 img_i2c_transaction_halt(i2c, !i2c->last_msg); in img_i2c_auto() 983 if (!i2c->last_msg || i2c->line_status & LINESTAT_STOP_BIT_DET) in img_i2c_isr() 1084 i2c->last_msg = (i == num - 1); in img_i2c_xfer() 1103 img_i2c_transaction_halt(i2c, !i2c->last_msg); in img_i2c_xfer() [all …]
|
D | i2c-hisi.c | 278 bool need_restart = false, last_msg; in hisi_i2c_xfer_msg() local 284 last_msg = (ctlr->msg_tx_idx == ctlr->msg_num - 1); in hisi_i2c_xfer_msg() 301 if (ctlr->buf_tx_idx == cur_msg->len - 1 && last_msg) in hisi_i2c_xfer_msg()
|
D | i2c-bcm2835.c | 240 bool last_msg = (i2c_dev->num_msgs == 1); in bcm2835_i2c_start_transfer() local 254 if (last_msg) in bcm2835_i2c_start_transfer()
|
D | i2c-xlp9xx.c | 324 int last_msg) in xlp9xx_i2c_xfer_msg() argument 394 if (last_msg) in xlp9xx_i2c_xfer_msg()
|
/linux-6.12.1/drivers/usb/c67x00/ |
D | c67x00.h | 213 u16 last_msg; member
|
D | c67x00-ll-hpi.c | 378 dev->hpi.lcp.last_msg = hpi_recv_mbox(dev); in c67x00_ll_irq()
|
/linux-6.12.1/kernel/ |
D | audit.c | 353 static unsigned long last_msg = 0; in audit_log_lost() local 366 if (time_after(now, last_msg + HZ)) { in audit_log_lost() 368 last_msg = now; in audit_log_lost()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7925/ |
D | mcu.h | 539 u8 last_msg; member
|
D | mcu.c | 3428 tx_power_tlv->last_msg = ch_list[idx] == last_ch; in mt7925_mcu_rate_txpower_band()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac_mcu.h | 1783 u8 last_msg; member
|
D | mt76_connac_mcu.c | 2161 tx_power_tlv.last_msg = ch_list[idx] == last_ch; in mt76_connac_mcu_rate_txpower_band()
|
/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 3993 u_int last_msg; in ahc_handle_msg_reject() local 4002 last_msg = ahc_inb(ahc, LAST_MSG); in ahc_handle_msg_reject() 4123 last_msg); in ahc_handle_msg_reject()
|
D | aic79xx_core.c | 5496 u_int last_msg; in ahd_handle_msg_reject() local 5505 last_msg = ahd_inb(ahd, LAST_MSG); in ahd_handle_msg_reject() 5646 last_msg); in ahd_handle_msg_reject()
|