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

Data Fields

spinlock_t lock
 
bool reserved
 
int num
 
u32 allocated_src
 
u32 allocated_dst
 

Detailed Description

struct d40_phy_res - struct for handling eventlines mapped to physical channels.

: A lock protection this entity. : True if used by secure world or otherwise. : The physical channel number of this entity. : Bit mapped to show which src event line's are mapped to this physical channel. Can also be free or physically allocated. : Same as for src but is dst. allocated_dst and allocated_src uses the D40_ALLOC* defines as well as event line number.

Definition at line 226 of file ste_dma40.c.

Field Documentation

u32 allocated_dst

Definition at line 231 of file ste_dma40.c.

u32 allocated_src

Definition at line 230 of file ste_dma40.c.

spinlock_t lock

Definition at line 227 of file ste_dma40.c.

int num

Definition at line 229 of file ste_dma40.c.

bool reserved

Definition at line 228 of file ste_dma40.c.


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