Searched refs:width_bytes (Results 1 – 3 of 3) sorted by relevance
43 static int udl_trim_hline(const u8 *bback, const u8 **bfront, int *width_bytes)48 const int width = *width_bytes / sizeof(unsigned long);72 *width_bytes = (end - start) * sizeof(unsigned long);
359 static int dlfb_trim_hline(const u8 *bback, const u8 **bfront, int *width_bytes) in dlfb_trim_hline() argument364 const int width = *width_bytes / sizeof(unsigned long); in dlfb_trim_hline()388 *width_bytes = (end - start) * sizeof(unsigned long); in dlfb_trim_hline()
3942 int tl, t_he, width_bytes; in dsi_proto_timings() local3947 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_proto_timings()3951 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()