Searched refs:rtsx_chk_stat (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx.c | 140 if (rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT)) { in queuecommand_lck() 426 if (rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT)) { in rtsx_control_thread() 436 if (rtsx_chk_stat(chip, RTSX_STAT_ABORT)) { in rtsx_control_thread() 489 if (rtsx_chk_stat(chip, RTSX_STAT_ABORT)) { in rtsx_control_thread() 545 if (rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT)) { in rtsx_polling_thread() 727 rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT), in rtsx_scan_thread() 732 if (!rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT)) { in rtsx_scan_thread()
|
D | rtsx_transport.c | 167 if (rtsx_chk_stat(chip, RTSX_STAT_ABORT)) { in rtsx_invoke_transport() 725 if (rtsx_chk_stat(chip, RTSX_STAT_ABORT)) in rtsx_transfer_data_partial() 754 if (rtsx_chk_stat(chip, RTSX_STAT_ABORT)) in rtsx_transfer_data()
|
D | rtsx_chip.c | 1395 if (rtsx_chk_stat(chip, RTSX_STAT_SUSPEND)) in rtsx_polling_func() 1398 if (rtsx_chk_stat(chip, RTSX_STAT_DELINK)) in rtsx_polling_func() 1407 if (rtsx_chk_stat(chip, RTSX_STAT_SS)) in rtsx_polling_func()
|
D | rtsx_chip.h | 936 #define rtsx_chk_stat(chip, stat) ((chip)->rtsx_stat == (stat)) macro
|