Home
last modified time | relevance | path

Searched refs:num_pos (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/
Dinput-mt.c364 const struct input_mt_pos *pos, int num_pos, in input_mt_set_matrix() argument
377 for (p = pos; p != pos + num_pos; p++) { in input_mt_set_matrix()
387 int *slots, int num_pos) in input_mt_set_slots() argument
392 for (j = 0; j != num_pos; j++) in input_mt_set_slots()
399 for (j = 0; j != num_pos; j++) { in input_mt_set_slots()
406 w += num_pos; in input_mt_set_slots()
413 for (j = 0; j != num_pos; j++) { in input_mt_set_slots()
441 const struct input_mt_pos *pos, int num_pos, in input_mt_assign_slots() argument
450 if (num_pos > mt->num_slots) in input_mt_assign_slots()
452 if (num_pos < 1) in input_mt_assign_slots()
[all …]
/kernel/linux/linux-5.10/include/linux/input/
Dmt.h124 const struct input_mt_pos *pos, int num_pos,
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Dsockets_porting.c589 unsigned short num_pos = 0; in lwip_validate_ifname() local
602 num_pos = pos; in lwip_validate_ifname()
617 if (num_pos == 0) { in lwip_validate_ifname()
/kernel/liteos_a/net/lwip-2.1/porting/src/
Dsockets.c1103 unsigned short num_pos = 0; local
1116 num_pos = pos;
1131 if (num_pos == 0) {
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch11708 + int num_pos = 0;
11732 + ref_picset1[num_pos] = frame->poc + delt;
11733 + num_pos++;
11737 + total_num = num_neg + num_pos;
11766 + (cidx >= num_pos) ? ref_picset0[cidx - num_pos]
11773 + cidx >= num_pos ? ref_picset0[cidx - num_pos] :