Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
H A Dimon.c2126 bool ir_ep_found = false; in imon_find_endpoints() local
2135 for (i = 0; i < num_endpts && !(ir_ep_found && display_ep_found); ++i) { in imon_find_endpoints()
2140 if (!ir_ep_found && ep_dir == USB_DIR_IN && in imon_find_endpoints()
2144 ir_ep_found = true; in imon_find_endpoints()
2197 if (!ir_ep_found) in imon_find_endpoints()
2205 return ir_ep_found; in imon_find_endpoints()