Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/rc/
Dimon.c2129 bool ir_ep_found = false; in imon_find_endpoints() local
2138 for (i = 0; i < num_endpts && !(ir_ep_found && display_ep_found); ++i) { in imon_find_endpoints()
2143 if (!ir_ep_found && ep_dir == USB_DIR_IN && in imon_find_endpoints()
2147 ir_ep_found = true; in imon_find_endpoints()
2200 if (!ir_ep_found) in imon_find_endpoints()
2208 return ir_ep_found; in imon_find_endpoints()