Home
last modified time | relevance | path

Searched refs:y_size (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.h21 #define MB_HEIGHT(y_size) DIV_ROUND_UP(y_size, 16) argument
25 #define S5P_MFC_LCU_HEIGHT(y_size) DIV_ROUND_UP(y_size, 32) argument
/linux/drivers/hid/
H A Dhid-logitech-hidpp.c2239 u16 y_size; member
2286 raw_info->y_size = get_unaligned_be16(&params[2]); in hidpp_touchpad_get_raw_info()
2910 u16 x_size, y_size; member
2938 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, wd->y_size, 0, 0); in wtp_populate_input()
2974 wd->flip_y ? wd->y_size - touch_report->y : in wtp_touch_event()
3099 wd->y_size = raw_info.y_size; in wtp_get_config()