Searched refs:adv_err (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/media/i2c/adv748x/ |
D | adv748x-core.c | 72 adv_err(state, in adv748x_configure_regmap() 110 adv_err(state, "error reading %02x, %02x\n", in adv748x_read_check() 192 adv_err(state, "failed to create i2c client %u\n", i); in adv748x_initialise_clients() 224 adv_err(state, "Error regs page: 0x%02x reg: 0x%02x\n", in adv748x_write_regs() 558 adv_err(state, "Failed to read chip revision\n"); in adv748x_identify_chip() 627 adv_err(state, "TXA: Invalid number (%u) of lanes\n", in adv748x_parse_csi2_lanes() 639 adv_err(state, "TXB: Invalid number (%u) of lanes\n", in adv748x_parse_csi2_lanes() 666 adv_err(state, "Invalid endpoint %pOF on port %d", in adv748x_parse_dt() 673 adv_err(state, in adv748x_parse_dt() 741 adv_err(state, "Failed to parse device tree"); in adv748x_probe() [all …]
|
D | adv748x.h | 204 #define adv_err(a, fmt, arg...) dev_err(a->dev, fmt, ##arg) macro
|