Home
last modified time | relevance | path

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

/linux/drivers/memstick/host/
A Drtsx_pci_ms.c21 struct memstick_host *msh; member
394 struct memstick_host *msh = host->msh; in rtsx_pci_ms_handle_req() local
498 struct memstick_host *msh = host->msh; in rtsx_pci_ms_suspend() local
509 struct memstick_host *msh = host->msh; in rtsx_pci_ms_resume() local
513 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 …]
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 …]
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 …]
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
821 dev_name(&msh->dev)); in rtsx_usb_ms_drv_remove()
[all …]
/linux/Documentation/power/
A Dswsusp-dmcrypt.rst119 Please don't mind the weird loop above, busybox's msh doesn't know
/linux/net/mac80211/
A Dieee80211_i.h751 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument
752 do { (msh)->mshstats.name++; } while (0)
754 #define IEEE80211_IFSTA_MESH_CTR_INC(msh, name) \ argument

Completed in 28 milliseconds