Lines Matching full:route

4  *  Route information for NI boards.
51 * Find the route values for a device family.
120 * @device_family: Device family name (determines route values).
125 * Finds the route values for the device family and the set of valid routes
130 * (for example, with the route values but not the set of valid routes).
188 * destination of a route pair respectively.
369 * ni_find_route_set() - Finds the proper route set with the specified
371 * @destination: Destination of which to search for the route set.
404 * ni_lookup_route_register() - Look up a register value for a particular route
405 * without checking whether the route is valid for
407 * @src: global-identifier for route source
408 * @dest: global-identifier for route destination
411 * Return: -EINVAL if the specified route is not valid for this device family.
435 * ni_route_to_register() - Validates and converts the specified signal route
438 * @src: global-identifier for route source
439 * @dest: global-identifier for route destination
443 * 7 bits. Special handling is given for the return value when the route is to
445 * not be sufficient to define the entire route path, but rather may only
446 * indicate the intermediate route. For example, if the route must go through
448 * Similarly, if the route must go through the NI_RTSI_BRD lines, the BIT(6)
451 * if route does not need RTSI_BRD lines:
453 * for a route that must go through RGOUT0 pin, this will be equal
455 * else: * route is (src->RTSI_BRD(x), RTSI_BRD(x)->TRIGGER_LINE(i)) *
461 * cases given above; Otherwise, -1 if the specified route is not valid for
479 * finally, check to see if we know how to route... in ni_route_to_register()
487 * if we did not validate the route, we'll see if we can route through in ni_route_to_register()
508 * route (src-->dest) of the specified routing register
509 * value and the specified route destination on the
528 /* ensure we are not going to under/over run the route value table */ in ni_find_route_source()