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

#include <hdpvr.h>

Data Fields

struct video_devicevideo_dev
 
struct usb_device * udev
 
struct v4l2_device v4l2_dev
 
size_t bulk_in_size
 
__u8 bulk_in_endpointAddr
 
__u8 status
 
uint open_count
 
struct hdpvr_options options
 
uint flags
 
struct mutex io_mutex
 
struct list_head free_buff_list
 
struct list_head rec_buff_list
 
wait_queue_head_t wait_buffer
 
wait_queue_head_t wait_data
 
struct workqueue_structworkqueue
 
struct work_struct worker
 
struct i2c_adapter i2c_adapter
 
struct mutex i2c_mutex
 
char i2c_buf [HDPVR_I2C_MAX_SIZE]
 
struct IR_i2c_init_data ir_i2c_init_data
 
struct mutex usbc_mutex
 
u8usbc_buf
 
u8 fw_ver
 

Detailed Description

Definition at line 65 of file hdpvr.h.

Field Documentation

__u8 bulk_in_endpointAddr

Definition at line 76 of file hdpvr.h.

size_t bulk_in_size

Definition at line 74 of file hdpvr.h.

uint flags

Definition at line 86 of file hdpvr.h.

struct list_head free_buff_list

Definition at line 91 of file hdpvr.h.

u8 fw_ver

Definition at line 116 of file hdpvr.h.

Definition at line 104 of file hdpvr.h.

Definition at line 108 of file hdpvr.h.

struct mutex i2c_mutex

Definition at line 106 of file hdpvr.h.

struct mutex io_mutex

Definition at line 89 of file hdpvr.h.

struct IR_i2c_init_data ir_i2c_init_data

Definition at line 111 of file hdpvr.h.

uint open_count

Definition at line 81 of file hdpvr.h.

Definition at line 84 of file hdpvr.h.

struct list_head rec_buff_list

Definition at line 93 of file hdpvr.h.

Definition at line 79 of file hdpvr.h.

struct usb_device* udev

Definition at line 69 of file hdpvr.h.

u8* usbc_buf

Definition at line 115 of file hdpvr.h.

struct mutex usbc_mutex

Definition at line 114 of file hdpvr.h.

struct v4l2_device v4l2_dev

Definition at line 71 of file hdpvr.h.

struct video_device* video_dev

Definition at line 67 of file hdpvr.h.

wait_queue_head_t wait_buffer

Definition at line 95 of file hdpvr.h.

wait_queue_head_t wait_data

Definition at line 97 of file hdpvr.h.

Definition at line 101 of file hdpvr.h.

Definition at line 99 of file hdpvr.h.


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