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

#include <tcm.h>

Data Fields

u16 width
 
u16 height
 
int lut_id
 
voidpvt
 
s32(* reserve_2d )(struct tcm *tcm, u16 height, u16 width, u8 align, struct tcm_area *area)
 
s32(* reserve_1d )(struct tcm *tcm, u32 slots, struct tcm_area *area)
 
s32(* free )(struct tcm *tcm, struct tcm_area *area)
 
void(* deinit )(struct tcm *tcm)
 

Detailed Description

Definition at line 58 of file tcm.h.

Field Documentation

void(* deinit)(struct tcm *tcm)

Definition at line 73 of file tcm.h.

s32(* free)(struct tcm *tcm, struct tcm_area *area)

Definition at line 72 of file tcm.h.

u16 height

Definition at line 59 of file tcm.h.

int lut_id

Definition at line 60 of file tcm.h.

void* pvt

Definition at line 66 of file tcm.h.

s32(* reserve_1d)(struct tcm *tcm, u32 slots, struct tcm_area *area)

Definition at line 71 of file tcm.h.

s32(* reserve_2d)(struct tcm *tcm, u16 height, u16 width, u8 align, struct tcm_area *area)

Definition at line 69 of file tcm.h.

u16 width

Definition at line 59 of file tcm.h.


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