Lines Matching defs:function
1309 * @function: Function name checking for a pending tag switch
1311 static inline void __cvmx_pow_warn_if_pending_switch(const char *function)
1316 pr_warn("%s called with tag switch in progress\n", function);
1342 * This function does NOT wait for previous tag switches to complete,
1376 * This function waits for any previous tag switch to complete before
1398 * This function waits for any previous tag switch to complete before
1426 * and should later be checked with function
1427 * cvmx_pow_work_response_async. This function does NOT wait for
1456 * and should later be checked with function
1457 * cvmx_pow_work_response_async. This function waits for any previous
1519 * function does NOT update the work queue entry in dram to match tag
1528 * This function does no checks, so the caller must ensure that any
1583 * function does NOT update the work queue entry in dram to match tag
1592 * This function waits for any previous tag switch to complete, and also
1624 * function does NOT update the work queue entry in dram to match tag
1630 * This function must be used for tag switches from NULL.
1632 * This function does no checks, so the caller must ensure that any
1698 * function does NOT update the work queue entry in dram to match tag
1704 * This function must be used for tag switches from NULL.
1706 * This function waits for any pending tag switches to complete
1736 * This function does NOT wait for previous tag switches to complete,
1774 * This function waits for any pending tag switches to complete
1794 * Submits work to an input queue. This function updates the work
1841 * This function sets the group mask for a core. The group mask
1861 * This function sets POW static priorities for a core. Each input queue has
1913 * immediately, so completion must not be waited for. This function does NOT
1916 * This function does NOT wait for any prior tag switches to complete, so the
1996 * immediately, so completion must not be waited for. This function does NOT
1999 * This function waits for any prior tag switches to complete, so the
2000 * calling code may call this function with a pending tag switch.
2138 * This function creates a 32 bit tag value from the two values provided.