Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dir-kbd-i2c.c501 bool repeating; in zilog_ir_format() local
558 * Are the last N codes (so pulse + space) repeating 3 times? in zilog_ir_format()
562 repeating = false; in zilog_ir_format()
567 repeating = true; in zilog_ir_format()
572 if (repeating) { in zilog_ir_format()
573 /* first copy any leading non-repeating */ in zilog_ir_format()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dir-kbd-i2c.c538 bool repeating; in zilog_ir_format() local
595 * Are the last N codes (so pulse + space) repeating 3 times? in zilog_ir_format()
599 repeating = false; in zilog_ir_format()
604 repeating = true; in zilog_ir_format()
609 if (repeating) { in zilog_ir_format()
610 /* first copy any leading non-repeating */ in zilog_ir_format()

Completed in 4 milliseconds