Home
last modified time | relevance | path

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

/linux/drivers/memstick/host/
H A Djmb38x_ms.c58 struct memstick_host *msh; member
365 static int jmb38x_ms_issue_cmd(struct memstick_host *msh) in jmb38x_ms_issue_cmd() argument
367 struct jmb38x_ms_host *host = memstick_priv(msh); in jmb38x_ms_issue_cmd()
371 dev_dbg(&msh->dev, "no media status\n"); in jmb38x_ms_issue_cmd()
376 dev_dbg(&msh->dev, "control %08x\n", readl(host->addr + HOST_CONTROL)); in jmb38x_ms_issue_cmd()
377 dev_dbg(&msh->dev, "status %08x\n", readl(host->addr + INT_STATUS)); in jmb38x_ms_issue_cmd()
378 dev_dbg(&msh->dev, "hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_issue_cmd()
460 dev_dbg(&msh->dev, "executing TPC %08x, len %x\n", cmd, data_len); in jmb38x_ms_issue_cmd()
465 static void jmb38x_ms_complete_cmd(struct memstick_host *msh, int last) in jmb38x_ms_complete_cmd() argument
467 struct jmb38x_ms_host *host = memstick_priv(msh); in jmb38x_ms_complete_cmd()
[all …]
/linux/drivers/md/
H A Dmd.h904 int register_md_submodule(struct md_submodule_head *msh);
905 void unregister_md_submodule(struct md_submodule_head *msh);
H A Dmd.c9184 int register_md_submodule(struct md_submodule_head *msh) in register_md_submodule() argument
9186 return xa_insert(&md_submodule, msh->id, msh, GFP_KERNEL); in register_md_submodule()
9190 void unregister_md_submodule(struct md_submodule_head *msh) in unregister_md_submodule() argument
9192 xa_erase(&md_submodule, msh->id); in unregister_md_submodule()
/linux/Documentation/power/
H A Dswsusp-dmcrypt.rst119 Please don't mind the weird loop above, busybox's msh doesn't know
/linux/net/mac80211/
H A Dieee80211_i.h852 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument
853 do { (msh)->mshstats.name++; } while (0)
855 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument