Searched defs:usb_ftdi (Results 1 – 1 of 1) sorted by relevance
151 struct usb_ftdi { struct152 struct list_head ftdi_list;153 struct mutex u132_lock;154 int command_next;155 int command_head;156 struct u132_command command[COMMAND_SIZE];157 int respond_next;158 int respond_head;159 struct u132_respond respond[RESPOND_SIZE];160 struct u132_target target[4];[all …]