Lines Matching defs:analog_port
105 struct analog_port {
234 static int analog_cooked_read(struct analog_port *port)
284 static int analog_button_read(struct analog_port *port, char saitek, char chf)
318 struct analog_port *port = gameport_get_drvdata(gameport);
352 struct analog_port *port = input_get_drvdata(dev);
364 struct analog_port *port = input_get_drvdata(dev);
374 static void analog_calibrate_timer(struct analog_port *port)
445 static int analog_init_device(struct analog_port *port, struct analog *analog, int index)
537 static int analog_init_masks(struct analog_port *port)
598 static int analog_init_port(struct gameport *gameport, struct gameport_driver *drv, struct analog_port *port)
663 struct analog_port *port;
667 if (!(port = kzalloc(sizeof(struct analog_port), GFP_KERNEL)))
701 struct analog_port *port = gameport_get_drvdata(gameport);