Home
last modified time | relevance | path

Searched refs:msh (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/memstick/host/
H A Djmb38x_ms.c58 struct memstick_host *msh; member
594 struct memstick_host *msh = host->msh; in jmb38x_ms_abort() local
848 struct memstick_host *msh; in jmb38x_ms_alloc_host() local
853 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 …]
H A Dtifm_ms.c553 struct memstick_host *msh; in tifm_ms_probe() local
565 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 …]
H A Drtsx_usb_ms.c27 struct memstick_host *msh; member
511 struct memstick_host *msh = host->msh; in rtsx_usb_ms_handle_req() local
647 struct memstick_host *msh = host->msh; in rtsx_usb_ms_suspend() local
673 struct memstick_host *msh = host->msh; in rtsx_usb_ms_resume() local
675 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() local
822 dev_name(&msh->dev)); in rtsx_usb_ms_drv_remove()
[all …]
/linux-6.15/drivers/md/
H A Dmd.h872 int register_md_submodule(struct md_submodule_head *msh);
873 void unregister_md_submodule(struct md_submodule_head *msh);
H A Dmd.c8537 int register_md_submodule(struct md_submodule_head *msh) in register_md_submodule() argument
8539 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() argument
8545 xa_erase(&md_submodule, msh->id); in unregister_md_submodule()
/linux-6.15/Documentation/power/
H A Dswsusp-dmcrypt.rst119 Please don't mind the weird loop above, busybox's msh doesn't know
/linux-6.15/net/mac80211/
H A Dieee80211_i.h823 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument
824 do { (msh)->mshstats.name++; } while (0)
826 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument