Searched refs:status_len (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/storage/ |
| H A D | realtek_cr.c | 97 int status_len; member 134 #define STATUS_LEN(chip) ((chip)->status_len) 453 retval = rts51x_read_status(us, lun, buf, 16, &(chip->status_len)); in rts51x_check_status() 457 usb_stor_dbg(us, "chip->status_len = %d\n", chip->status_len); in rts51x_check_status() 469 if (chip->status_len == 16) { in rts51x_check_status() 888 retval = rts51x_read_status(us, 0, buf, 16, &(chip->status_len)); in realtek_cr_autosuspend_setup() 904 if (chip->status_len == 16) { in realtek_cr_autosuspend_setup()
|