Searched refs:input_w (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/i2c/
H A Drj54n1cb0c.c550 int output_w, output_h, input_w = rect->width, input_h = rect->height; local
558 v4l_bound_align_image(&input_w, 8, RJ54N1_MAX_WIDTH, 0,
561 output_w = (input_w * 1024 + rj54n1->resize / 2) / rj54n1->resize;
565 input_w, input_h, rj54n1->resize, output_w, output_h);
567 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h);
574 rj54n1->rect.width = input_w;
638 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, local
650 if (output_w > max(512U, input_w / 2)) {
652 input_w = RJ54N1_MAX_WIDTH;
655 input_w
984 input_w = rj54n1->rect.width, input_h = rj54n1->rect.height; local
[all...]
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c294 s->input_w = pstate->src_h >> 16;
297 s->input_w = pstate->src_w >> 16;
307 phase = s->input_w;
311 phase = s->input_w;
H A Dmalidp_hw.h87 u16 input_w, input_h; member in struct:malidp_se_config
H A Dmalidp_hw.c487 unsigned long input_size = se_config->input_w * se_config->input_h;
832 numerator = max(se_config->input_w, se_config->output_w) *
H A Dmalidp_drv.c155 MALIDP_SE_SET_H_SIZE(s->input_w);
/linux-master/drivers/input/touchscreen/
H A Dgoodix.c350 int input_x, input_y, input_w, error; local
364 input_w = get_unaligned_le16(&data[8]);
368 input_w = get_unaligned_le16(&data[6]);
372 input_report_abs(ts->input_pen, ABS_PRESSURE, input_w);
407 int input_w = get_unaligned_le16(&coor_data[5]); local
413 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, input_w);
414 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w);
422 int input_w = get_unaligned_le16(&coor_data[7]); local
428 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, input_w);
429 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w);
[all...]

Completed in 244 milliseconds