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

Data Fields

struct platform_devicepdev
 
struct list_head pend
 
wait_queue_head_twait
 
unsigned int nr_samples
 
int result
 
unsigned char is_ts
 
unsigned char channel
 
void(* select_cb )(struct s3c_adc_client *c, unsigned selected)
 
void(* convert_cb )(struct s3c_adc_client *c, unsigned val1, unsigned val2, unsigned *samples_left)
 

Detailed Description

Definition at line 50 of file adc.c.

Field Documentation

unsigned char channel

Definition at line 58 of file adc.c.

void(* convert_cb)(struct s3c_adc_client *c, unsigned val1, unsigned val2, unsigned *samples_left)

Definition at line 61 of file adc.c.

unsigned char is_ts

Definition at line 57 of file adc.c.

unsigned int nr_samples

Definition at line 55 of file adc.c.

Definition at line 51 of file adc.c.

Definition at line 52 of file adc.c.

int result

Definition at line 56 of file adc.c.

void(* select_cb)(struct s3c_adc_client *c, unsigned selected)

Definition at line 60 of file adc.c.

Definition at line 53 of file adc.c.


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