Searched refs:fusb302_log (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/usb/typec/tcpm/ |
D | fusb302.c | 182 static void fusb302_log(struct fusb302_chip *chip, const char *fmt, ...) in fusb302_log() function 228 static void fusb302_log(const struct fusb302_chip *chip, in fusb302_log() function 242 fusb302_log(chip, "cannot write 0x%02x to 0x%02x, ret=%d", in fusb302_i2c_write() 259 fusb302_log(chip, "cannot block write 0x%02x, len=%d, ret=%d", in fusb302_i2c_block_write() 273 fusb302_log(chip, "cannot read %02x, ret=%d", address, ret); in fusb302_i2c_read() 289 fusb302_log(chip, "cannot block read 0x%02x, len=%d, ret=%d", in fusb302_i2c_block_read() 294 fusb302_log(chip, "only read %d/%d bytes from 0x%02x", in fusb302_i2c_block_read() 340 fusb302_log(chip, "cannot sw reset the chip, ret=%d", ret); in fusb302_sw_reset() 342 fusb302_log(chip, "sw reset"); in fusb302_sw_reset() 418 fusb302_log(chip, "fusb302 device ID: 0x%02x", data); in tcpm_init() [all …]
|