Home
last modified time | relevance | path

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

/linux/drivers/ata/pata_parport/
H A Dpata_parport.c631 struct pi_protocol *pr, *pr_wanted; in new_device_store() local
655 pr_wanted = NULL; in new_device_store()
657 pr_wanted = container_of(drv, struct pi_protocol, driver); in new_device_store()
672 if (pr == pr_wanted || !pr_wanted) in new_device_store()