Searched defs:rts51x_chip (Results 1 – 2 of 2) sorted by relevance
715 struct rts51x_chip { struct716 u16 vendor_id;717 u16 product_id;718 char max_lun;720 struct scsi_cmnd *srb;721 struct sense_data_t sense_buffer[MAX_ALLOWED_LUN_CNT];724 int led_toggle_counter;726 int ss_counter;727 int idle_counter;728 int auto_delink_counter;[all …]
99 struct rts51x_chip { struct100 u16 vendor_id;101 u16 product_id;102 char max_lun;104 struct rts51x_status *status;105 int status_len;107 u32 flag;109 struct us_data *us;110 struct timer_list rts51x_suspend_timer;111 unsigned long timer_expires;[all …]