Searched refs:msh (Results 1 – 7 of 7) sorted by relevance
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() local822 dev_name(&msh->dev)); in rtsx_usb_ms_drv_remove()[all …]
872 int register_md_submodule(struct md_submodule_head *msh);873 void unregister_md_submodule(struct md_submodule_head *msh);
8537 int register_md_submodule(struct md_submodule_head *msh) in register_md_submodule() argument8539 return xa_insert(&md_submodule, msh->id, msh, GFP_KERNEL); in register_md_submodule()8543 void unregister_md_submodule(struct md_submodule_head *msh) in unregister_md_submodule() argument8545 xa_erase(&md_submodule, msh->id); in unregister_md_submodule()
119 Please don't mind the weird loop above, busybox's msh doesn't know
823 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument824 do { (msh)->mshstats.name++; } while (0)826 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument