Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/adv748x/
H A Dadv748x-core.c72 adv_err(state, in adv748x_configure_regmap()
110 adv_err(state, "error reading %02x, %02x\n", in adv748x_read_check()
558 adv_err(state, "Failed to read chip revision\n"); in adv748x_identify_chip()
673 adv_err(state, in adv748x_parse_dt()
741 adv_err(state, "Failed to parse device tree"); in adv748x_probe()
754 adv_err(state, "Failed to identify chip"); in adv748x_probe()
768 adv_err(state, "Failed to reset hardware"); in adv748x_probe()
775 adv_err(state, "Failed to probe HDMI"); in adv748x_probe()
782 adv_err(state, "Failed to probe AFE"); in adv748x_probe()
789 adv_err(state, "Failed to probe TXA"); in adv748x_probe()
[all …]
H A Dadv748x.h204 #define adv_err(a, fmt, arg...) dev_err(a->dev, fmt, ##arg) macro