Searched refs:rtsx_set_stat (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 643 rtsx_set_stat(chip, RTSX_STAT_RUN); in request_sense() 873 rtsx_set_stat(chip, RTSX_STAT_RUN); in read_write() 1133 rtsx_set_stat(chip, RTSX_STAT_RUN); in read_eeprom() 1184 rtsx_set_stat(chip, RTSX_STAT_RUN); in write_eeprom() 1244 rtsx_set_stat(chip, RTSX_STAT_RUN); in read_mem() 1302 rtsx_set_stat(chip, RTSX_STAT_RUN); in write_mem() 1381 rtsx_set_stat(chip, RTSX_STAT_RUN); in toggle_gpio_cmd() 1473 rtsx_set_stat(chip, RTSX_STAT_RUN); in read_host_reg() 1504 rtsx_set_stat(chip, RTSX_STAT_RUN); in write_host_reg() 1564 rtsx_set_stat(chip, RTSX_STAT_RUN); in set_variable() [all …]
|
D | rtsx_card.c | 44 rtsx_set_stat(chip, RTSX_STAT_RUN); in do_remaining_work() 54 rtsx_set_stat(chip, RTSX_STAT_RUN); in do_remaining_work() 65 rtsx_set_stat(chip, RTSX_STAT_RUN); in do_remaining_work() 73 rtsx_set_stat(chip, RTSX_STAT_RUN); in do_remaining_work() 165 rtsx_set_stat(chip, RTSX_STAT_RUN); in do_reset_sd_card() 219 rtsx_set_stat(chip, RTSX_STAT_RUN); in do_reset_xd_card() 267 rtsx_set_stat(chip, RTSX_STAT_RUN); in do_reset_ms_card() 365 rtsx_set_stat(chip, RTSX_STAT_RUN); in rtsx_reset_cards() 410 rtsx_set_stat(chip, RTSX_STAT_RUN); in rtsx_reinit_cards() 565 rtsx_set_stat(chip, RTSX_STAT_RUN); in rtsx_init_cards()
|
D | rtsx.c | 179 rtsx_set_stat(chip, RTSX_STAT_ABORT); in DEF_SCSI_QCMD() 493 rtsx_set_stat(chip, RTSX_STAT_IDLE); in rtsx_control_thread() 682 rtsx_set_stat(chip, RTSX_STAT_DISCONNECT); in quiesce_and_remove_host()
|
D | rtsx_chip.c | 960 rtsx_set_stat(chip, RTSX_STAT_INIT); in rtsx_init_chip() 1261 rtsx_set_stat(chip, RTSX_STAT_IDLE); in rtsx_polling_func() 1354 rtsx_set_stat(chip, RTSX_STAT_DELINK); in rtsx_polling_func() 2055 rtsx_set_stat(chip, RTSX_STAT_SS); in rtsx_enter_ss() 2094 rtsx_set_stat(chip, RTSX_STAT_RUN); in rtsx_pre_handle_interrupt() 2175 rtsx_set_stat(chip, RTSX_STAT_SUSPEND); in rtsx_do_before_power_down()
|
D | rtsx_chip.h | 928 #define rtsx_set_stat(chip, stat) \ macro
|
D | ms.c | 3223 rtsx_set_stat(chip, RTSX_STAT_RUN); in mspro_polling_format_status()
|