Home
last modified time | relevance | path

Searched refs:storep (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/axi/
H A Daxi-emul-uclass.c72 int axi_get_store(struct udevice *dev, u8 **storep) in axi_get_store() argument
79 return ops->get_store(dev, storep); in axi_get_store()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Daxi.h64 int axi_get_store(struct udevice *dev, u8 **storep);
/openbmc/u-boot/include/
H A Daxi.h115 int (*get_store)(struct udevice *dev, u8 **storep);
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c326 u8 *storep; /* user data storage (ram) */ member
882 if (!sip || !sip->storep) { in lba2fake_store()
3025 fsp = sip->storep; in do_device_access()
3070 u8 *fsp = sip->storep; in comp_write_worker()
3554 u8 *fsp = sip->storep; in unmap_region()
3906 fsp = sip->storep; in resp_write_same()
4249 u8 *fsp = sip->storep; in resp_pre_fetch()
7087 vfree(sip->storep); in sdebug_erase_store()
7139 sip->storep = vzalloc(sz); in sdebug_add_store()
7140 if (!sip->storep) { in sdebug_add_store()
[all …]