Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
hwspinlock_device Struct Reference

#include <hwspinlock_internal.h>

Data Fields

struct devicedev
 
struct hwspinlock_opsops
 
int base_id
 
int num_locks
 
struct hwspinlock lock [0]
 

Detailed Description

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.

Field Documentation

int base_id

Definition at line 65 of file hwspinlock_internal.h.

struct device* dev

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.

Definition at line 64 of file hwspinlock_internal.h.


The documentation for this struct was generated from the following file: