Home
last modified time | relevance | path

Searched defs:ft1000dev (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/staging/ft1000/ft1000-usb/
Dft1000_hw.c64 static int ft1000_control(struct ft1000_device *ft1000dev, unsigned int pipe, in ft1000_control()
100 int ft1000_read_register(struct ft1000_device *ft1000dev, u16* Data, in ft1000_read_register()
133 int ft1000_write_register(struct ft1000_device *ft1000dev, u16 value, in ft1000_write_register()
168 int ft1000_read_dpram32(struct ft1000_device *ft1000dev, u16 indx, u8 *buffer, in ft1000_read_dpram32()
202 int ft1000_write_dpram32(struct ft1000_device *ft1000dev, u16 indx, u8 *buffer, in ft1000_write_dpram32()
239 int ft1000_read_dpram16(struct ft1000_device *ft1000dev, u16 indx, u8 *buffer, in ft1000_read_dpram16()
279 int ft1000_write_dpram16(struct ft1000_device *ft1000dev, u16 indx, u16 value, u8 highlow) in ft1000_write_dpram16()
318 int fix_ft1000_read_dpram32(struct ft1000_device *ft1000dev, u16 indx, in fix_ft1000_read_dpram32()
362 int fix_ft1000_write_dpram32(struct ft1000_device *ft1000dev, u16 indx, u8 *buffer) in fix_ft1000_write_dpram32()
429 static void card_reset_dsp(struct ft1000_device *ft1000dev, bool value) in card_reset_dsp()
[all …]
Dft1000_download.c126 static u32 check_usb_db (struct ft1000_device *ft1000dev) in check_usb_db()
186 static u16 get_handshake(struct ft1000_device *ft1000dev, u16 expected_value) in get_handshake()
247 static void put_handshake(struct ft1000_device *ft1000dev,u16 handshake_value) in put_handshake()
266 static u16 get_handshake_usb(struct ft1000_device *ft1000dev, u16 expected_value) in get_handshake_usb()
314 static void put_handshake_usb(struct ft1000_device *ft1000dev,u16 handshake_value) in put_handshake_usb()
333 static u16 get_request_type(struct ft1000_device *ft1000dev) in get_request_type()
357 static u16 get_request_type_usb(struct ft1000_device *ft1000dev) in get_request_type_usb()
399 static long get_request_value(struct ft1000_device *ft1000dev) in get_request_value()
437 static void put_request_value(struct ft1000_device *ft1000dev, long lvalue) in put_request_value()
502 static u32 write_blk (struct ft1000_device *ft1000dev, u16 **pUsFile, u8 **pUcFile, long word_lengt… in write_blk()
[all …]
Dft1000_usb.c66 struct ft1000_device *ft1000dev; in ft1000_probe() local
Dft1000_debug.c402 struct ft1000_device *ft1000dev; in ft1000_ioctl() local