Home
last modified time | relevance | path

Searched refs:press_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/rc/
H A Dimon.c1537 int press_type = 0; in imon_parse_press_type() local
1559 press_type = 1; in imon_parse_press_type()
1563 press_type = -EINVAL; in imon_parse_press_type()
1567 press_type = 0; in imon_parse_press_type()
1571 press_type = 1; in imon_parse_press_type()
1575 return press_type; in imon_parse_press_type()
1590 int press_type = 0; in imon_incoming_packet() local
1661 press_type = imon_parse_press_type(ictx, buf, ktype); in imon_incoming_packet()
1662 if (press_type < 0) in imon_incoming_packet()
1666 if (press_type in imon_incoming_packet()
[all...]
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dimon.c1532 int press_type = 0; in imon_parse_press_type() local
1554 press_type = 1; in imon_parse_press_type()
1558 press_type = -EINVAL; in imon_parse_press_type()
1562 press_type = 0; in imon_parse_press_type()
1566 press_type = 1; in imon_parse_press_type()
1570 return press_type; in imon_parse_press_type()
1585 int press_type = 0; in imon_incoming_packet() local
1656 press_type = imon_parse_press_type(ictx, buf, ktype); in imon_incoming_packet()
1657 if (press_type < 0) in imon_incoming_packet()
1661 if (press_type in imon_incoming_packet()
[all...]

Completed in 5 milliseconds