Searched refs:xcv (Results 1 – 1 of 1) sorted by relevance
46 struct xcv { struct51 static struct xcv *xcv; variable115 if (!xcv) { in xcv_setup_link()159 xcv = devm_kzalloc(dev, sizeof(struct xcv), GFP_KERNEL); in xcv_probe()160 if (!xcv) in xcv_probe()162 xcv->pdev = pdev; in xcv_probe()180 if (!xcv->reg_base) { in xcv_probe()193 devm_kfree(dev, xcv); in xcv_probe()194 xcv = NULL; in xcv_probe()202 if (xcv) { in xcv_remove()[all …]
Completed in 7 milliseconds