Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dturbografx.c148 struct pardev_cb tgfx_parport_cb; in tgfx_attach() local
165 memset(&tgfx_parport_cb, 0, sizeof(tgfx_parport_cb)); in tgfx_attach()
166 tgfx_parport_cb.flags = PARPORT_FLAG_EXCL; in tgfx_attach()
168 pd = parport_register_dev_model(pp, "turbografx", &tgfx_parport_cb, in tgfx_attach()