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