Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/memstick/core/
Dmemstick.c420 int rc = host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in memstick_power_on()
480 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_check()
539 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_add_host()
557 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_remove_host()
585 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_suspend_host()
Dmspro_block.c869 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in mspro_block_switch_interface()
871 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in mspro_block_switch_interface()
Dms_block.c737 MEMSTICK_POWER, MEMSTICK_POWER_OFF); in msb_reset()
744 MEMSTICK_POWER, MEMSTICK_POWER_ON); in msb_reset()
/linux-6.6.21/include/linux/
Dmemstick.h200 enum memstick_param { MEMSTICK_POWER = 1, MEMSTICK_INTERFACE }; enumerator
/linux-6.6.21/drivers/memstick/host/
Drtsx_usb_ms.c571 case MEMSTICK_POWER: in rtsx_usb_ms_set_param()
632 if (param == MEMSTICK_POWER && value == MEMSTICK_POWER_ON) { in rtsx_usb_ms_set_param()
Drtsx_pci_ms.c449 case MEMSTICK_POWER: in rtsx_pci_ms_set_param()
Dtifm_ms.c502 case MEMSTICK_POWER: in tifm_ms_set_param()
Dr592.c685 case MEMSTICK_POWER: in r592_set_param()
Djmb38x_ms.c683 case MEMSTICK_POWER: in jmb38x_ms_set_param()