Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/storage/
H A Djumpshot.c95 struct jumpshot_info { struct
154 struct jumpshot_info *info, in jumpshot_read_data()
231 struct jumpshot_info *info, in jumpshot_write_data()
322 struct jumpshot_info *info) in jumpshot_id_device()
384 struct jumpshot_info *info = (struct jumpshot_info *) (us->extra); in jumpshot_handle_mode_sense()
476 struct jumpshot_info *info; in jumpshot_transport()
485 us->extra = kzalloc(sizeof(struct jumpshot_info), GFP_NOIO); in jumpshot_transport()
492 info = (struct jumpshot_info *) (us->extra); in jumpshot_transport()