Lines Matching refs:can
50 a release function. A devres can be released in several ways. No
100 driver can have much simpler init and exit code. Init path basically
130 As shown above, low level drivers can be simplified a lot by using
133 shared with exit path, both can get more testing.
139 Devres entries can be grouped using devres group. When a group is
168 Each group is identified by void *id. It can either be explicitly
172 can be passed to other devres functions to select the target group.
176 For example, you can do something like the following.
212 All devres interface functions can be called without context if the
222 up to ull alignment). If singly linked list is used, it can be
225 Each devres group occupies 8 pointers. It can be reduced to 6 if
229 and 400 bytes on 32bit machine after naive conversion (we can