Lines Matching refs:num_keycodes
79 int num_keycodes; member
101 for (i = 0; i < msg2638->num_keycodes; ++i) in msg2138_report_keys()
324 if (msg2638->num_keycodes) { in msg2638_init_input_dev()
326 input_dev->keycodemax = msg2638->num_keycodes; in msg2638_init_input_dev()
328 for (i = 0; i < msg2638->num_keycodes; i++) in msg2638_init_input_dev()
401 msg2638->num_keycodes = device_property_count_u32(dev, in msg2638_ts_probe()
403 if (msg2638->num_keycodes == -EINVAL) { in msg2638_ts_probe()
404 msg2638->num_keycodes = 0; in msg2638_ts_probe()
405 } else if (msg2638->num_keycodes < 0) { in msg2638_ts_probe()
407 msg2638->num_keycodes); in msg2638_ts_probe()
408 return msg2638->num_keycodes; in msg2638_ts_probe()
409 } else if (msg2638->num_keycodes > ARRAY_SIZE(msg2638->keycodes)) { in msg2638_ts_probe()
411 msg2638->num_keycodes, ARRAY_SIZE(msg2638->keycodes)); in msg2638_ts_probe()
412 msg2638->num_keycodes = ARRAY_SIZE(msg2638->keycodes); in msg2638_ts_probe()
415 if (msg2638->num_keycodes > 0) { in msg2638_ts_probe()
418 msg2638->num_keycodes); in msg2638_ts_probe()