Searched refs:msh (Results 1 – 6 of 6) sorted by relevance
21 struct memstick_host *msh; member394 struct memstick_host *msh = host->msh; in rtsx_pci_ms_handle_req() local498 struct memstick_host *msh = host->msh; in rtsx_pci_ms_suspend() local509 struct memstick_host *msh = host->msh; in rtsx_pci_ms_resume() local513 memstick_resume_host(msh); in rtsx_pci_ms_resume()550 if (!msh) in rtsx_pci_ms_drv_probe()555 host->msh = msh; in rtsx_pci_ms_drv_probe()570 memstick_free_host(msh); in rtsx_pci_ms_drv_probe()590 msh = host->msh; in rtsx_pci_ms_drv_remove()598 dev_name(&msh->dev)); in rtsx_pci_ms_drv_remove()[all …]
58 struct memstick_host *msh; member594 struct memstick_host *msh = host->msh; in jmb38x_ms_abort() local848 struct memstick_host *msh; in jmb38x_ms_alloc_host() local853 if (!msh) in jmb38x_ms_alloc_host()856 host = memstick_priv(msh); in jmb38x_ms_alloc_host()857 host->msh = msh; in jmb38x_ms_alloc_host()880 msh)) in jmb38x_ms_alloc_host()881 return msh; in jmb38x_ms_alloc_host()885 memstick_free_host(msh); in jmb38x_ms_alloc_host()893 free_irq(host->irq, msh); in jmb38x_ms_free_host()[all …]
553 struct memstick_host *msh; in tifm_ms_probe() local565 if (!msh) in tifm_ms_probe()568 host = memstick_priv(msh); in tifm_ms_probe()569 tifm_set_drvdata(sock, msh); in tifm_ms_probe()581 msh->caps |= MEMSTICK_CAP_PAR4; in tifm_ms_probe()583 rc = memstick_add_host(msh); in tifm_ms_probe()587 memstick_free_host(msh); in tifm_ms_probe()622 memstick_remove_host(msh); in tifm_ms_remove()623 memstick_free_host(msh); in tifm_ms_remove()632 memstick_suspend_host(msh); in tifm_ms_suspend()[all …]
27 struct memstick_host *msh; member511 struct memstick_host *msh = host->msh; in rtsx_usb_ms_handle_req() local647 struct memstick_host *msh = host->msh; in rtsx_usb_ms_suspend() local673 struct memstick_host *msh = host->msh; in rtsx_usb_ms_resume() local675 memstick_resume_host(msh); in rtsx_usb_ms_resume()771 if (!msh) in rtsx_usb_ms_drv_probe()776 host->msh = msh; in rtsx_usb_ms_drv_probe()804 memstick_free_host(msh); in rtsx_usb_ms_drv_probe()811 struct memstick_host *msh = host->msh; in rtsx_usb_ms_drv_remove() local821 dev_name(&msh->dev)); in rtsx_usb_ms_drv_remove()[all …]
119 Please don't mind the weird loop above, busybox's msh doesn't know
751 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument752 do { (msh)->mshstats.name++; } while (0)754 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument
Completed in 28 milliseconds