Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/memstick/core/
Dmemstick.c426 int rc = host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in memstick_power_on()
483 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_check()
542 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_add_host()
559 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_remove_host()
587 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_suspend_host()
Dmspro_block.c940 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in mspro_block_switch_interface()
942 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in mspro_block_switch_interface()
Dms_block.c738 MEMSTICK_POWER, MEMSTICK_POWER_OFF); in msb_reset()
745 MEMSTICK_POWER, MEMSTICK_POWER_ON); in msb_reset()
/linux-4.19.296/include/linux/
Dmemstick.h204 enum memstick_param { MEMSTICK_POWER = 1, MEMSTICK_INTERFACE }; enumerator
/linux-4.19.296/drivers/memstick/host/
Drtsx_usb_ms.c583 case MEMSTICK_POWER: in rtsx_usb_ms_set_param()
644 if (param == MEMSTICK_POWER && value == MEMSTICK_POWER_ON) in rtsx_usb_ms_set_param()
Drtsx_pci_ms.c461 case MEMSTICK_POWER: in rtsx_pci_ms_set_param()
Dr592.c687 case MEMSTICK_POWER: in r592_set_param()
Dtifm_ms.c507 case MEMSTICK_POWER: in tifm_ms_set_param()
Djmb38x_ms.c691 case MEMSTICK_POWER: in jmb38x_ms_set_param()