Searched refs:ms_dev (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/memstick/host/ |
H A D | rtsx_usb_ms.c | 563 pm_runtime_get_sync(ms_dev(host)); in rtsx_usb_ms_set_param() 629 pm_runtime_put_sync(ms_dev(host)); in rtsx_usb_ms_set_param() 727 pm_runtime_get_sync(ms_dev(host)); in rtsx_usb_ms_poll_card() 750 pm_runtime_put_sync(ms_dev(host)); in rtsx_usb_ms_poll_card() 792 pm_runtime_enable(ms_dev(host)); in rtsx_usb_ms_drv_probe() 798 pm_runtime_put(ms_dev(host)); in rtsx_usb_ms_drv_probe() 802 pm_runtime_disable(ms_dev(host)); in rtsx_usb_ms_drv_probe() 819 dev_dbg(ms_dev(host), in rtsx_usb_ms_drv_remove() 835 pm_runtime_put(ms_dev(host)); in rtsx_usb_ms_drv_remove() 837 pm_runtime_disable(ms_dev(host)); in rtsx_usb_ms_drv_remove() [all …]
|
H A D | rtsx_pci_ms.c | 62 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++)); in ms_print_debug_regs() 64 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++)); in ms_print_debug_regs() 237 dev_dbg(ms_dev(host), "MS_TRANS_CFG: 0x%02x\n", val); in ms_write_bytes() 306 dev_dbg(ms_dev(host), "MS_TRANS_CFG: 0x%02x\n", val); in ms_read_bytes() 344 dev_dbg(ms_dev(host), "%s\n", __func__); in rtsx_pci_ms_issue_cmd() 374 dev_dbg(ms_dev(host), "int_reg: 0x%02x\n", int_reg); in rtsx_pci_ms_issue_cmd() 410 dev_dbg(ms_dev(host), "next req %d\n", rc); in rtsx_pci_ms_handle_req() 424 dev_dbg(ms_dev(host), "--> %s\n", __func__); in rtsx_pci_ms_request() 441 dev_dbg(ms_dev(host), "%s: param = %d, value = %d\n", in rtsx_pci_ms_set_param() 500 dev_dbg(ms_dev(host), "--> %s\n", __func__); in rtsx_pci_ms_suspend() [all …]
|