Home | History | Annotate | Download | only in kern

Lines Matching defs:call

140 			return (*desc)->call;
151 device_call_t call;
154 * The back-end can override the handle to use for the call,
161 call = impl->lookup_device_call(handle, name,
163 if (call != NULL) {
164 return call;
392 device_call_t call;
395 call = devhandle_lookup_device_call(handle, gen->name, &call_handle);
396 if (call == NULL) {
399 return call(dev, call_handle, gen->args);