Searched refs:adv_err (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/i2c/adv748x/ |
D | adv748x-core.c | 75 adv_err(state, in adv748x_configure_regmap() 113 adv_err(state, "error reading %02x, %02x\n", in adv748x_read_check() 185 adv_err(state, "failed to create i2c client %u\n", i); in adv748x_initialise_clients() 221 adv_err(state, in adv748x_write_regs() 531 adv_err(state, "Failed to read chip revision\n"); in adv748x_identify_chip() 580 adv_err(state, "Invalid endpoint %pOF on port %d", in adv748x_parse_dt() 587 adv_err(state, in adv748x_parse_dt() 633 adv_err(state, "Failed to parse device tree"); in adv748x_probe() 640 adv_err(state, "Error configuring IO regmap region"); in adv748x_probe() 646 adv_err(state, "Failed to identify chip"); in adv748x_probe() [all …]
|
D | adv748x-csi2.c | 278 adv_err(state, "No endpoint found for %s\n", in adv748x_csi2_init()
|
D | adv748x.h | 185 #define adv_err(a, fmt, arg...) dev_err(a->dev, fmt, ##arg) macro
|