Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/parport/
H A Dparport_pc.c2015 struct resource *EPP_res = NULL; in parport_pc_probe_port() local
2074 EPP_res = request_region(base+0x3, 5, p->name); in parport_pc_probe_port()
2075 if (EPP_res) in parport_pc_probe_port()
2166 if (EPP_res && (p->modes & PARPORT_MODE_EPP) == 0) { in parport_pc_probe_port()
2168 EPP_res = NULL; in parport_pc_probe_port()
2228 if (EPP_res) in parport_pc_probe_port()
/kernel/linux/linux-6.6/drivers/parport/
H A Dparport_pc.c2039 struct resource *EPP_res = NULL; in __parport_pc_probe_port() local
2099 EPP_res = request_region(base+0x3, 5, p->name); in __parport_pc_probe_port()
2100 if (EPP_res) in __parport_pc_probe_port()
2199 if (EPP_res && (p->modes & PARPORT_MODE_EPP) == 0) { in __parport_pc_probe_port()
2201 EPP_res = NULL; in __parport_pc_probe_port()
2261 if (EPP_res) in __parport_pc_probe_port()

Completed in 8 milliseconds