Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmemstick.h309 struct memstick_host *memstick_alloc_host(unsigned int extra,
/openbmc/linux/drivers/memstick/core/
H A Dmemstick.c492 struct memstick_host *memstick_alloc_host(unsigned int extra, in memstick_alloc_host() function
507 EXPORT_SYMBOL(memstick_alloc_host);
/openbmc/linux/drivers/memstick/host/
H A Drtsx_pci_ms.c549 msh = memstick_alloc_host(sizeof(*host), &pdev->dev); in rtsx_pci_ms_drv_probe()
H A Dtifm_ms.c564 msh = memstick_alloc_host(sizeof(struct tifm_ms), &sock->dev); in tifm_ms_probe()
H A Dr592.c737 host = memstick_alloc_host(sizeof(struct r592_device), &pdev->dev); in r592_probe()
H A Drtsx_usb_ms.c770 msh = memstick_alloc_host(sizeof(*host), &pdev->dev); in rtsx_usb_ms_drv_probe()
H A Djmb38x_ms.c851 msh = memstick_alloc_host(sizeof(struct jmb38x_ms_host), in jmb38x_ms_alloc_host()