Home
last modified time | relevance | path

Searched refs:STATE_RESET (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/nfc/nfcmrvl/
H A Dfw_dnld.c24 STATE_RESET = 0, enumerator
125 priv->fw_dnld.state = STATE_RESET; in fw_dnld_timeout()
380 priv->fw_dnld.state = STATE_RESET; in process_state_boot()
405 case STATE_RESET: in fw_dnld_rx_work()
542 priv->fw_dnld.state = STATE_RESET; in nfcmrvl_fw_dnld_start()
/openbmc/linux/drivers/usb/serial/
H A Dgarmin_gps.c139 #define STATE_RESET 8 macro
833 garmin_data_p->state = STATE_RESET; in process_resetdev_request()
922 if (garmin_data_p->state == STATE_RESET) in garmin_open()
945 if (garmin_data_p->state != STATE_RESET) in garmin_close()
1052 if (garmin_data_p->state == STATE_RESET) in garmin_write()
1135 garmin_data_p->state != STATE_RESET) { in garmin_read_process()
/openbmc/linux/drivers/scsi/cxlflash/
H A Dmain.c597 case STATE_RESET: in cxlflash_queuecommand()
956 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET && in cxlflash_remove()
2221 if (cfg->state != STATE_RESET) { in cxlflash_async_reset_host()
2254 cfg->state = STATE_RESET; in cxlflash_schedule_async_reset()
2465 case STATE_RESET: in cxlflash_eh_device_reset_handler()
2466 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); in cxlflash_eh_device_reset_handler()
2502 cfg->state = STATE_RESET; in cxlflash_eh_host_reset_handler()
2514 case STATE_RESET: in cxlflash_eh_host_reset_handler()
2515 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); in cxlflash_eh_host_reset_handler()
2985 cfg->state = STATE_RESET; in num_hwqs_store()
[all …]
H A Dcommon.h96 STATE_RESET, /* Reset state, trying to reset/recover */ enumerator
H A Dsuperpipe.c1285 case STATE_RESET: in check_state()
1289 cfg->state != STATE_RESET); in check_state()
/openbmc/qemu/hw/ide/
H A Dahci-internal.h197 #define STATE_RESET 1 macro
H A Dahci.c1252 s->dev[port].port_state = STATE_RESET; in handle_reg_h2d_fis()
1264 case STATE_RESET: in handle_reg_h2d_fis()