Linux Kernel
3.7.1
|
#include <hwspinlock_internal.h>
Data Fields | |
struct device * | dev |
struct hwspinlock_ops * | ops |
int | base_id |
int | num_locks |
struct hwspinlock | lock [0] |
struct hwspinlock_device - a device which usually spans numerous hwspinlocks : underlying device, will be used to invoke runtime PM api : platform-specific hwspinlock handlers : id index of the first lock in this device : number of locks in this device : dynamically allocated array of 'struct hwspinlock'
Definition at line 62 of file hwspinlock_internal.h.
int base_id |
Definition at line 65 of file hwspinlock_internal.h.
Definition at line 63 of file hwspinlock_internal.h.
struct hwspinlock lock[0] |
Definition at line 67 of file hwspinlock_internal.h.
int num_locks |
Definition at line 66 of file hwspinlock_internal.h.
struct hwspinlock_ops* ops |
Definition at line 64 of file hwspinlock_internal.h.