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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dcypress_cy7c63.c125 struct cypress *cyp = usb_get_intfdata(intf); local
127 dev_dbg(&cyp->udev->dev, "WRITE_PORT%d called\n", port_num);
139 result = vendor_command(cyp, CYPRESS_WRITE_PORT, write_id,
142 dev_dbg(&cyp->udev->dev, "Result of vendor_command: %d\n\n", result);
170 struct cypress *cyp = usb_get_intfdata(intf); local
172 dev_dbg(&cyp->udev->dev, "READ_PORT%d called\n", port_num);
174 result = vendor_command(cyp, CYPRESS_READ_PORT, read_id, 0);
176 dev_dbg(&cyp->udev->dev, "Result of vendor_command: %d\n\n", result);
178 return sprintf(buf, "%d", cyp->port[port_num]);

Completed in 88 milliseconds