Home
last modified time | relevance | path

Searched refs:MEMSTICK_POWER_ON (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/drivers/memstick/host/
Drtsx_usb_ms.c575 if (value == MEMSTICK_POWER_ON) { in rtsx_usb_ms_set_param()
632 if (param == MEMSTICK_POWER && value == MEMSTICK_POWER_ON) { in rtsx_usb_ms_set_param()
724 if (host->eject || host->power_mode != MEMSTICK_POWER_ON) in rtsx_usb_ms_poll_card()
752 if (!host->eject && host->power_mode == MEMSTICK_POWER_ON) in rtsx_usb_ms_poll_card()
Drtsx_pci_ms.c450 if (value == MEMSTICK_POWER_ON) in rtsx_pci_ms_set_param()
Dtifm_ms.c504 if (value == MEMSTICK_POWER_ON) { in tifm_ms_set_param()
Dr592.c687 case MEMSTICK_POWER_ON: in r592_set_param()
Djmb38x_ms.c684 if (value == MEMSTICK_POWER_ON) { in jmb38x_ms_set_param()
/linux-6.6.21/include/linux/
Dmemstick.h203 #define MEMSTICK_POWER_ON 1 macro
/linux-6.6.21/drivers/memstick/core/
Dmemstick.c420 int rc = host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in memstick_power_on()
Dmspro_block.c871 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in mspro_block_switch_interface()
Dms_block.c744 MEMSTICK_POWER, MEMSTICK_POWER_ON); in msb_reset()