Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/parport/
H A Dparport_pc.c2014 struct resource *ECR_res = NULL; in parport_pc_probe_port() local
2068 ECR_res = request_region(base_hi, 3, p->name); in parport_pc_probe_port()
2069 if (ECR_res) in parport_pc_probe_port()
2161 if (ECR_res && (p->modes & PARPORT_MODE_ECP) == 0) { in parport_pc_probe_port()
2163 ECR_res = NULL; in parport_pc_probe_port()
2226 if (ECR_res) in parport_pc_probe_port()
/kernel/linux/linux-6.6/drivers/parport/
H A Dparport_pc.c2038 struct resource *ECR_res = NULL; in __parport_pc_probe_port() local
2093 ECR_res = request_region(base_hi, 3, p->name); in __parport_pc_probe_port()
2094 if (ECR_res) in __parport_pc_probe_port()
2194 if (ECR_res && (p->modes & PARPORT_MODE_ECP) == 0) { in __parport_pc_probe_port()
2196 ECR_res = NULL; in __parport_pc_probe_port()
2259 if (ECR_res) in __parport_pc_probe_port()

Completed in 8 milliseconds