Searched defs:jumpshot_info (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/storage/
H A Djumpshot.c104 struct jumpshot_info { struct
163 struct jumpshot_info *info,
240 struct jumpshot_info *info,
331 struct jumpshot_info *info)
393 struct jumpshot_info *info = (struct jumpshot_info *) (us->extra);
485 struct jumpshot_info *info;
494 us->extra = kzalloc(sizeof(struct jumpshot_info), GFP_NOIO);
501 info = (struct jumpshot_info *) (us->extra);

Completed in 64 milliseconds