Lines Matching full:function
52 * Edge options to be passed to the contains/consumes \*_args function.
88 * data arg for its test function.
90 * Otherwise pass it to the test function.
93 * and modify the argument to the test function.
122 * @start_hw: This function is executed after all the path objects
127 * This function is called after the test has been executed, and
191 * @function: Machine constructor
193 * This node will be of type QNODE_MACHINE and have @function
196 void qos_node_create_machine(const char *name, QOSCreateMachineFunc function);
203 * @function: Machine constructor
207 QOSCreateMachineFunc function,
214 * @function: Driver constructor
216 * This node will be of type QNODE_DRIVER and have @function
219 void qos_node_create_driver(const char *name, QOSCreateDriverFunc function);
228 * @function: Driver constructor
230 * Use this function instead of qos_node_create_driver() if you need to create
235 QOSCreateDriverFunc function);
252 * This function can be useful when there are multiple devices
267 * Of course this also requires that the @container's get_device function
325 * the test function, but relative to @qts.
343 * qos_object_start_hw(): calls the start_hw function for @obj
344 * @obj: A #QOSGraphObject containing the start_hw function
380 * This function allows to identify problems in the created qgraph. Keep in