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