Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ezusb.h File Reference

Go to the source code of this file.

Functions

int ezusb_writememory (struct usb_device *dev, int address, unsigned char *data, int length, __u8 bRequest)
 
int ezusb_fx1_set_reset (struct usb_device *dev, unsigned char reset_bit)
 
int ezusb_fx2_set_reset (struct usb_device *dev, unsigned char reset_bit)
 
int ezusb_fx1_ihex_firmware_download (struct usb_device *dev, const char *firmware_path)
 
int ezusb_fx2_ihex_firmware_download (struct usb_device *dev, const char *firmware_path)
 

Function Documentation

int ezusb_fx1_ihex_firmware_download ( struct usb_device *  dev,
const char firmware_path 
)

Definition at line 147 of file ezusb.c.

int ezusb_fx1_set_reset ( struct usb_device *  dev,
unsigned char  reset_bit 
)

Definition at line 73 of file ezusb.c.

int ezusb_fx2_ihex_firmware_download ( struct usb_device *  dev,
const char firmware_path 
)

Definition at line 154 of file ezusb.c.

int ezusb_fx2_set_reset ( struct usb_device *  dev,
unsigned char  reset_bit 
)

Definition at line 79 of file ezusb.c.

int ezusb_writememory ( struct usb_device *  dev,
int  address,
unsigned char data,
int  length,
__u8  bRequest 
)

Definition at line 39 of file ezusb.c.