Lines Matching defs:analog_port
99 struct analog_port {
167 static int analog_cooked_read(struct analog_port *port)
217 static int analog_button_read(struct analog_port *port, char saitek, char chf)
251 struct analog_port *port = gameport_get_drvdata(gameport);
285 struct analog_port *port = input_get_drvdata(dev);
297 struct analog_port *port = input_get_drvdata(dev);
307 static void analog_calibrate_timer(struct analog_port *port)
363 static int analog_init_device(struct analog_port *port, struct analog *analog, int index)
455 static int analog_init_masks(struct analog_port *port)
516 static int analog_init_port(struct gameport *gameport, struct gameport_driver *drv, struct analog_port *port)
581 struct analog_port *port;
585 if (!(port = kzalloc(sizeof(struct analog_port), GFP_KERNEL)))
619 struct analog_port *port = gameport_get_drvdata(gameport);