Searched refs:ECR_res (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_pc.c2010 struct resource *ECR_res = NULL; local
2060 ECR_res = request_region(base_hi, 3, p->name);
2061 if (ECR_res)
2155 if (ECR_res && (p->modes & PARPORT_MODE_ECP) == 0) {
2157 ECR_res = NULL;
2224 if (ECR_res)

Completed in 86 milliseconds