Searched refs:check_warn_goto_error (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/video/fbdev/ |
D | smscufx.c | 40 #define check_warn_goto_error(status, fmt, args...) \ macro 1643 check_warn_goto_error(retval, "error %d reading 0x3000 register from device", retval); in ufx_usb_probe() 1647 check_warn_goto_error(retval, "error %d reading 0x3004 register from device", retval); in ufx_usb_probe() 1652 check_warn_goto_error(retval, "error %d resetting device", retval); in ufx_usb_probe() 1656 check_warn_goto_error(retval, "error %d configuring system clock", retval); in ufx_usb_probe() 1660 check_warn_goto_error(retval, "error %d initialising DDR2 controller", retval); in ufx_usb_probe() 1664 check_warn_goto_error(retval, "error %d initialising I2C controller", retval); in ufx_usb_probe() 1668 check_warn_goto_error(retval, "unable to find common mode for display and adapter"); in ufx_usb_probe()
|