Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_ctl_drv.c93 struct device *drv_device; in adf_chr_drv_create() local
112 drv_device = device_create(adf_ctl_drv.drv_class, NULL, in adf_chr_drv_create()
115 if (IS_ERR(drv_device)) { in adf_chr_drv_create()