Lines Matching full:named

1135  * find_named_trigger - Find the common named trigger associated with @name
1136 * @name: The name of the set of named triggers to find the common data for
1138 * Named triggers are sets of triggers that share a common set of
1139 * trigger data. The first named trigger registered with a given name
1145 * Return: the common trigger data for the given named trigger on
1166 * is_named_trigger - determine if a given trigger is a named trigger
1169 * Return: true if 'test' is a named trigger, false otherwise.
1184 * save_named_trigger - save the trigger in the named trigger list
1185 * @name: The name of the named trigger set
1202 * del_named_trigger - delete a trigger from the named trigger list
1230 * pause_named_trigger - Pause all named triggers with the same name
1231 * @data: The trigger data of a named trigger to pause
1233 * Pauses a named trigger along with all other triggers having the
1234 * same name. Because named triggers share a common set of data,
1235 * pausing only one is meaningless, so pausing one named trigger needs
1244 * unpause_named_trigger - Un-pause all named triggers with the same name
1245 * @data: The trigger data of a named trigger to unpause
1247 * Un-pauses a named trigger along with all other triggers having the
1248 * same name. Because named triggers share a common set of data,
1249 * unpausing only one is meaningless, so unpausing one named trigger
1258 * set_named_trigger_data - Associate common named trigger data
1260 * @named_data: The common named trigger to be associated
1262 * Named triggers are sets of triggers that share a common set of
1263 * trigger data. The first named trigger registered with a given name