• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/

Lines Matching refs:bcm5974

185 struct bcm5974 {
360 static int report_bt_state(struct bcm5974 *dev, int size)
366 "bcm5974: button data: %x %x %x %x\n",
397 static int report_tp_state(struct bcm5974 *dev, int size)
426 "bcm5974: "
474 "bcm5974: abs: p: %+05d w: %+05d x: %+05d y: %+05d "
497 static int bcm5974_wellspring_mode(struct bcm5974 *dev, bool on)
503 err("bcm5974: out of memory");
516 err("bcm5974: could not read from device");
534 err("bcm5974: could not write to device");
539 dprintk(2, "bcm5974: switched to %s mode.\n",
549 struct bcm5974 *dev = urb->context;
559 dbg("bcm5974: button urb shutting down: %d", urb->status);
562 dbg("bcm5974: button urb status: %d", urb->status);
567 dprintk(1, "bcm5974: bad button package, length: %d\n",
573 err("bcm5974: button urb failed: %d", error);
578 struct bcm5974 *dev = urb->context;
588 dbg("bcm5974: trackpad urb shutting down: %d", urb->status);
591 dbg("bcm5974: trackpad urb status: %d", urb->status);
600 dprintk(1, "bcm5974: bad trackpad package, length: %d\n",
606 err("bcm5974: trackpad urb failed: %d", error);
627 static int bcm5974_start_traffic(struct bcm5974 *dev)
633 dprintk(1, "bcm5974: mode switch failed\n");
655 static void bcm5974_pause_traffic(struct bcm5974 *dev)
672 struct bcm5974 *dev = input_get_drvdata(input);
695 struct bcm5974 *dev = input_get_drvdata(input);
709 struct bcm5974 *dev = usb_get_intfdata(iface);
723 struct bcm5974 *dev = usb_get_intfdata(iface);
741 struct bcm5974 *dev;
749 dev = kzalloc(sizeof(struct bcm5974), GFP_KERNEL);
752 err("bcm5974: out of memory");
793 /* create bcm5974 device */
797 input_dev->name = "bcm5974";
839 struct bcm5974 *dev = usb_get_intfdata(iface);
854 .name = "bcm5974",