Searched refs:cyp (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dcypress_cy7c63.c129 struct cypress *cyp = usb_get_intfdata(intf); local
131 dev_dbg(&cyp->udev->dev, "WRITE_PORT%d called\n", port_num);
143 result = vendor_command(cyp, CYPRESS_WRITE_PORT, write_id,
146 dev_dbg(&cyp->udev->dev, "Result of vendor_command: %d\n\n", result);
174 struct cypress *cyp = usb_get_intfdata(intf); local
176 dev_dbg(&cyp->udev->dev, "READ_PORT%d called\n", port_num);
178 result = vendor_command(cyp, CYPRESS_READ_PORT, read_id, 0);
180 dev_dbg(&cyp->udev->dev, "Result of vendor_command: %d\n\n", result);
182 return sprintf(buf, "%d", cyp->port[port_num]);

Completed in 112 milliseconds