Home
last modified time | relevance | path

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

/drivers/staging/fbtft/
Dfb_ssd1325.c75 fbtft_par_dbg(DEBUG_SET_ADDR_WIN, par, in set_addr_win()
89 fbtft_par_dbg(DEBUG_BLANK, par, "(%s=%s)\n", in blank()
112 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__); in set_gamma()
Dfb_ssd1351.c73 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, in set_var()
165 fbtft_par_dbg(DEBUG_BLANK, par, "(%s=%s)\n", in blank()
195 fbtft_par_dbg(DEBUG_BACKLIGHT, par, in update_onboard_backlight()
Dfbtft-core.c84 fbtft_par_dbg(DEBUG_REQUEST_GPIOS, par, "%s: '%s' GPIO\n", in fbtft_request_one_gpio()
136 fbtft_par_dbg(DEBUG_BACKLIGHT, par, in fbtft_backlight_update_status()
175 fbtft_par_dbg(DEBUG_BACKLIGHT, par, in fbtft_register_backlight()
219 fbtft_par_dbg(DEBUG_RESET, par, "%s()\n", __func__); in fbtft_reset()
266 fbtft_par_dbg(DEBUG_UPDATE_DISPLAY, par, "%s(start_line=%u, end_line=%u)\n", in fbtft_update_display()
936 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, in fbtft_init_display_from_property()
939 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, in fbtft_init_display_from_property()
960 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, in fbtft_init_display_from_property()
1071 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, in fbtft_init_display()
1103 fbtft_par_dbg(DEBUG_VERIFY_GPIOS, par, "%s()\n", __func__); in fbtft_verify_gpios()
[all …]
Dfbtft-bus.c132 fbtft_par_dbg(DEBUG_WRITE_VMEM, par, "%s(offset=%zu, len=%zu)\n", in fbtft_write_vmem16_bus8()
185 fbtft_par_dbg(DEBUG_WRITE_VMEM, par, "%s(offset=%zu, len=%zu)\n", in fbtft_write_vmem16_bus9()
235 fbtft_par_dbg(DEBUG_WRITE_VMEM, par, "%s(offset=%zu, len=%zu)\n", in fbtft_write_vmem16_bus16()
Dfb_ra8875.c44 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, in init_display()
46 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, in init_display()
255 fbtft_par_dbg(DEBUG_WRITE_VMEM, par, "%s(offset=%zu, len=%zu)\n", in write_vmem16_bus8()
Dfbtft-sysfs.c30 fbtft_par_dbg(DEBUG_SYSFS, par, "%s() str=\n", __func__); in fbtft_gamma_parse_str()
35 fbtft_par_dbg(DEBUG_SYSFS, par, "%s\n", str); in fbtft_gamma_parse_str()
Dfb_sh1106.c91 fbtft_par_dbg(DEBUG_BLANK, par, "(%s=%s)\n", in blank()
Dfb_ssd1289.c96 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, in set_var()
Dfb_ssd1306.c151 fbtft_par_dbg(DEBUG_BLANK, par, "(%s=%s)\n", in blank()
Dfb_ili9320.c38 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "Device code: 0x%04X\n", in init_display()
Dfb_ssd1331.c170 fbtft_par_dbg(DEBUG_BLANK, par, "(%s=%s)\n", in blank()
Dfb_uc1611.c138 fbtft_par_dbg(DEBUG_BLANK, par, "(%s=%s)\n", in blank()
Dfbtft.h431 #define fbtft_par_dbg(level, par, format, arg...) \ macro