Home
last modified time | relevance | path

Searched refs:jumpshot_info (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/storage/
Djumpshot.c106 struct jumpshot_info { struct
165 struct jumpshot_info *info, in jumpshot_read_data()
242 struct jumpshot_info *info, in jumpshot_write_data()
333 struct jumpshot_info *info) in jumpshot_id_device()
395 struct jumpshot_info *info = (struct jumpshot_info *) (us->extra); in jumpshot_handle_mode_sense()
487 struct jumpshot_info *info; in jumpshot_transport()
496 us->extra = kzalloc(sizeof(struct jumpshot_info), GFP_NOIO); in jumpshot_transport()
503 info = (struct jumpshot_info *) (us->extra); in jumpshot_transport()