Lines Matching defs:this
95 struct xilly_mapping *this;97 this = kzalloc(sizeof(*this), GFP_KERNEL);98 if (!this)106 kfree(this);110 this->device = ep->pdev;111 this->dma_addr = addr;112 this->size = size;113 this->direction = pci_direction;117 return devm_add_action_or_reset(ep->dev, xilly_pci_unmap, this);