Lines Matching refs:function
47 be calling this function in order to reserve specific hwspinlock
53 This function provides a means for DT users of a hwspinlock module
56 The function returns a lock id number on success, -EPROBE_DEFER if
69 msecs). If the hwspinlock is already taken, the function will busy loop
71 Upon a successful return from this function, preemption is disabled so
77 The function will never sleep.
81 msecs). If the hwspinlock is already taken, the function will busy loop
83 Upon a successful return from this function, preemption and the local
88 The function will never sleep.
93 msecs). If the hwspinlock is already taken, the function will busy loop
95 Upon a successful return from this function, preemption is disabled,
101 The function will never sleep.
106 Upon a successful return from this function, preemption is disabled so
112 The function will never sleep.
117 Upon a successful return from this function, preemption and the local
122 The function will never sleep.
127 Upon a successful return from this function, preemption is disabled,
133 The function will never sleep.
137 from any context (the function never sleeps). Note: code should _never_
145 Upon a successful return from this function, preemption and local
146 interrupts are enabled. This function will never sleep.
153 Upon a successful return from this function, preemption is reenabled,
155 the given flags. This function will never sleep.
244 numerous locks). Should be called from a process context (this function
252 Should be called from a process context (this function might sleep).