Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/rc/
Dimon.c2123 bool ir_ep_found = false; in imon_find_endpoints() local
2132 for (i = 0; i < num_endpts && !(ir_ep_found && display_ep_found); ++i) { in imon_find_endpoints()
2137 if (!ir_ep_found && ep_dir == USB_DIR_IN && in imon_find_endpoints()
2141 ir_ep_found = true; in imon_find_endpoints()
2194 if (!ir_ep_found) in imon_find_endpoints()
2202 return ir_ep_found; in imon_find_endpoints()