Home
last modified time | relevance | path

Searched refs:MEMSTICK_POWER_OFF (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/memstick/core/ !
H A Dmemstick.c486 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_check()
549 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_add_host()
566 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_remove_host()
594 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_suspend_host()
H A Dmspro_block.c866 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in mspro_block_switch_interface()
H A Dms_block.c737 MEMSTICK_POWER, MEMSTICK_POWER_OFF); in msb_reset()
/linux/drivers/memstick/host/ !
H A Drtsx_usb_ms.c583 } else if (value == MEMSTICK_POWER_OFF) { in rtsx_usb_ms_set_param()
693 if (host->msh->card || host->power_mode != MEMSTICK_POWER_OFF) in rtsx_usb_ms_runtime_suspend()
781 host->power_mode = MEMSTICK_POWER_OFF; in rtsx_usb_ms_drv_probe()
H A Dtifm_ms.c509 } else if (value == MEMSTICK_POWER_OFF) { in tifm_ms_set_param()
H A Dr592.c689 case MEMSTICK_POWER_OFF: in r592_set_param()
H A Djmb38x_ms.c702 } else if (value == MEMSTICK_POWER_OFF) { in jmb38x_ms_set_param()
/linux/include/linux/ !
H A Dmemstick.h202 #define MEMSTICK_POWER_OFF 0 macro