Searched refs:MEMSTICK_POWER (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/memstick/core/ |
D | memstick.c | 419 int rc = host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in memstick_power_on() 477 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_check() 536 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_add_host() 554 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_remove_host() 582 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in memstick_suspend_host()
|
D | mspro_block.c | 902 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_OFF); in mspro_block_switch_interface() 904 host->set_param(host, MEMSTICK_POWER, MEMSTICK_POWER_ON); in mspro_block_switch_interface()
|
D | ms_block.c | 737 MEMSTICK_POWER, MEMSTICK_POWER_OFF); in msb_reset() 744 MEMSTICK_POWER, MEMSTICK_POWER_ON); in msb_reset()
|
/linux-5.19.10/include/linux/ |
D | memstick.h | 200 enum memstick_param { MEMSTICK_POWER = 1, MEMSTICK_INTERFACE }; enumerator
|
/linux-5.19.10/drivers/memstick/host/ |
D | rtsx_usb_ms.c | 571 case MEMSTICK_POWER: in rtsx_usb_ms_set_param() 632 if (param == MEMSTICK_POWER && value == MEMSTICK_POWER_ON) { in rtsx_usb_ms_set_param()
|
D | rtsx_pci_ms.c | 449 case MEMSTICK_POWER: in rtsx_pci_ms_set_param()
|
D | tifm_ms.c | 502 case MEMSTICK_POWER: in tifm_ms_set_param()
|
D | r592.c | 687 case MEMSTICK_POWER: in r592_set_param()
|
D | jmb38x_ms.c | 683 case MEMSTICK_POWER: in jmb38x_ms_set_param()
|