Searched refs:tgfx_parport_cb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | turbografx.c | 151 struct pardev_cb tgfx_parport_cb; in tgfx_attach() local 168 memset(&tgfx_parport_cb, 0, sizeof(tgfx_parport_cb)); in tgfx_attach() 169 tgfx_parport_cb.flags = PARPORT_FLAG_EXCL; in tgfx_attach() 171 pd = parport_register_dev_model(pp, "turbografx", &tgfx_parport_cb, in tgfx_attach()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | turbografx.c | 148 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()
|
Completed in 2 milliseconds