Lines Matching refs:width
77 int width, height; member
289 unsigned int width, unsigned int height) in hdcs_set_size() argument
297 width = (width + 3) & ~0x3; in hdcs_set_size()
300 if (width > hdcs->array.width) in hdcs_set_size()
301 width = hdcs->array.width; in hdcs_set_size()
319 x = hdcs->array.left + (hdcs->array.width - width) / 2; in hdcs_set_size()
324 win[3] = (x + width) / 4 - 1; in hdcs_set_size()
331 hdcs->w = width; in hdcs_set_size()
390 hdcs->array.width = HDCS_1X00_DEF_WIDTH; in hdcs_probe_1x00()
452 hdcs->array.width = HDCS_1020_DEF_WIDTH; in hdcs_probe_1020()
530 return hdcs_set_size(sd, hdcs->array.width, hdcs->array.height); in hdcs_init()