Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/joystick/
Dturbografx.c167 struct pardev_cb tgfx_parport_cb; in tgfx_attach() local
184 memset(&tgfx_parport_cb, 0, sizeof(tgfx_parport_cb)); in tgfx_attach()
185 tgfx_parport_cb.flags = PARPORT_FLAG_EXCL; in tgfx_attach()
187 pd = parport_register_dev_model(pp, "turbografx", &tgfx_parport_cb, in tgfx_attach()