Searched refs:num_x (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/qobject/ |
H A D | qnum.c | 186 QNum *num_x = qobject_to(QNum, x); in qnum_is_equal() local 189 switch (num_x->kind) { in qnum_is_equal() 194 return num_x->u.i64 == num_y->u.i64; in qnum_is_equal() 198 return num_x->u.i64 >= 0 && num_x->u.i64 == num_y->u.u64; in qnum_is_equal() 209 return num_x->u.u64 == num_y->u.u64; in qnum_is_equal() 221 return num_x->u.dbl == num_y->u.dbl; in qnum_is_equal()
|
/openbmc/linux/Documentation/input/devices/ |
H A D | edt-ft5x06.rst | 35 num_x, num_y: 47 contains num_x * num_y big endian 16 bit values describing the raw 50 big enough to contain num_x * num_y * 2 bytes.
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | edt-ft5x06.c | 112 u16 num_x; member 623 tsdata->raw_bufsize = tsdata->num_x * tsdata->num_y * in edt_ft5x06_factory_mode() 795 for (i = 0; i < tsdata->num_x; i++) { in edt_ft5x06_debugfs_raw_data_read() 826 debugfs_create_u16("num_x", S_IRUSR, tsdata->debug_dir, &tsdata->num_x); in edt_ft5x06_ts_prepare_debugfs() 1041 tsdata->num_x = EDT_DEFAULT_NUM_X; in edt_ft5x06_ts_get_parameters() 1044 tsdata->num_x = val; in edt_ft5x06_ts_get_parameters() 1318 tsdata->name, tsdata->fw_version, tsdata->num_x, tsdata->num_y); in edt_ft5x06_ts_probe() 1325 0, tsdata->num_x * 64 - 1, 0, 0); in edt_ft5x06_ts_probe()
|