Lines Matching defs:this
76 struct xilly_mapping *this;78 this = kzalloc(sizeof(*this), GFP_KERNEL);79 if (!this)85 kfree(this);89 this->device = ep->dev;90 this->dma_addr = addr;91 this->size = size;92 this->direction = direction;96 return devm_add_action_or_reset(ep->dev, xilly_of_unmap, this);