Home
last modified time | relevance | path

Searched defs:get_context (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dbackend.h30 void * (*get_context)(struct pci_dev *dev, void *afu_cookie); member
H A Dsuperpipe.c155 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache.h97 void (*get_context)(void *cookie_netfs_data, void *context); member
H A Dfscrypt.h61 int (*get_context)(struct inode *inode, void *ctx, size_t len); member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py48 def get_context(): function