Searched refs:rtsx_chk_stat (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/staging/rts5208/ |
D | rtsx.c | 135 if (rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT)) { in queuecommand_lck() 362 if (rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT)) { in rtsx_control_thread() 372 if (rtsx_chk_stat(chip, RTSX_STAT_ABORT)) { in rtsx_control_thread() 425 if (rtsx_chk_stat(chip, RTSX_STAT_ABORT)) { in rtsx_control_thread() 479 if (rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT)) { in rtsx_polling_thread() 666 rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT), in rtsx_scan_thread() 671 if (!rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT)) { in rtsx_scan_thread()
|
D | rtsx_transport.c | 159 if (rtsx_chk_stat(chip, RTSX_STAT_ABORT)) { in rtsx_invoke_transport() 716 if (rtsx_chk_stat(chip, RTSX_STAT_ABORT)) in rtsx_transfer_data_partial() 748 if (rtsx_chk_stat(chip, RTSX_STAT_ABORT)) in rtsx_transfer_data()
|
D | rtsx_chip.c | 1207 if (rtsx_chk_stat(chip, RTSX_STAT_SUSPEND)) in rtsx_polling_func() 1210 if (rtsx_chk_stat(chip, RTSX_STAT_DELINK)) in rtsx_polling_func() 1219 if (rtsx_chk_stat(chip, RTSX_STAT_SS)) in rtsx_polling_func()
|
D | rtsx_chip.h | 935 #define rtsx_chk_stat(chip, stat) ((chip)->rtsx_stat == (stat)) macro
|