Home
last modified time | relevance | path

Searched refs:fusb302_log (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/typec/tcpm/
H A Dfusb302.c185 static void fusb302_log(struct fusb302_chip *chip, const char *fmt, ...) in fusb302_log() function
231 static void fusb302_log(const struct fusb302_chip *chip, in fusb302_log() function
245 fusb302_log(chip, "cannot write 0x%02x to 0x%02x, ret=%d", in fusb302_i2c_write()
262 fusb302_log(chip, "cannot block write 0x%02x, len=%d, ret=%d", in fusb302_i2c_block_write()
276 fusb302_log(chip, "cannot read %02x, ret=%d", address, ret); in fusb302_i2c_read()
292 fusb302_log(chip, "cannot block read 0x%02x, len=%d, ret=%d", in fusb302_i2c_block_read()
297 fusb302_log(chip, "only read %d/%d bytes from 0x%02x", in fusb302_i2c_block_read()
343 fusb302_log(chip, "cannot sw reset the chip, ret=%d", ret); in fusb302_sw_reset()
345 fusb302_log(chip, "sw reset"); in fusb302_sw_reset()
421 fusb302_log(chip, "fusb302 device ID: 0x%02x", data); in tcpm_init()
[all …]