Searched refs:ConnectionMsg (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_debug.c | 418 …u8 ConnectionMsg[] = {0x00, 0x44, 0x10, 0x20, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00… in ft1000_ioctl() local 479 ConnectionMsg[79] = 0xfc; in ft1000_ioctl() 480 result = card_send_command(ft1000dev, ConnectionMsg, 0x4c); in ft1000_ioctl() 486 ConnectionMsg[79] = 0xfd; in ft1000_ioctl() 487 result = card_send_command(ft1000dev, ConnectionMsg, 0x4c); in ft1000_ioctl()
|