Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/typec/fusb302/
Dfusb302.c188 static void fusb302_log(struct fusb302_chip *chip, const char *fmt, ...) in fusb302_log() function
237 static void fusb302_log(const struct fusb302_chip *chip, in fusb302_log() function
278 fusb302_log(chip, "cannot write 0x%02x to 0x%02x, ret=%d", in fusb302_i2c_write()
302 fusb302_log(chip, "cannot block write 0x%02x, len=%d, ret=%d", in fusb302_i2c_block_write()
324 fusb302_log(chip, "cannot read %02x, ret=%d", address, ret); in fusb302_i2c_read()
347 fusb302_log(chip, "cannot block read 0x%02x, len=%d, ret=%d", in fusb302_i2c_block_read()
352 fusb302_log(chip, "only read %d/%d bytes from 0x%02x", in fusb302_i2c_block_read()
400 fusb302_log(chip, "cannot sw reset the chip, ret=%d", ret); in fusb302_sw_reset()
402 fusb302_log(chip, "sw reset"); in fusb302_sw_reset()
479 fusb302_log(chip, "fusb302 device ID: 0x%02x", data); in tcpm_init()
[all …]