Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pps/clients/
Dpps_parport.c127 struct pardev_cb pps_client_cb; in parport_attach() local
148 memset(&pps_client_cb, 0, sizeof(pps_client_cb)); in parport_attach()
149 pps_client_cb.private = device; in parport_attach()
150 pps_client_cb.irq_func = parport_irq; in parport_attach()
151 pps_client_cb.flags = PARPORT_FLAG_EXCL; in parport_attach()
154 &pps_client_cb, in parport_attach()