cyp 124 drivers/usb/misc/cypress_cy7c63.c struct cypress *cyp = usb_get_intfdata(intf); cyp 126 drivers/usb/misc/cypress_cy7c63.c dev_dbg(&cyp->udev->dev, "WRITE_PORT%d called\n", port_num); cyp 138 drivers/usb/misc/cypress_cy7c63.c result = vendor_command(cyp, CYPRESS_WRITE_PORT, write_id, cyp 141 drivers/usb/misc/cypress_cy7c63.c dev_dbg(&cyp->udev->dev, "Result of vendor_command: %d\n\n", result); cyp 169 drivers/usb/misc/cypress_cy7c63.c struct cypress *cyp = usb_get_intfdata(intf); cyp 171 drivers/usb/misc/cypress_cy7c63.c dev_dbg(&cyp->udev->dev, "READ_PORT%d called\n", port_num); cyp 173 drivers/usb/misc/cypress_cy7c63.c result = vendor_command(cyp, CYPRESS_READ_PORT, read_id, 0); cyp 175 drivers/usb/misc/cypress_cy7c63.c dev_dbg(&cyp->udev->dev, "Result of vendor_command: %d\n\n", result); cyp 177 drivers/usb/misc/cypress_cy7c63.c return sprintf(buf, "%d", cyp->port[port_num]);