Lines Matching full:cypress
7 * This driver is based on the Cypress USB Driver by Marcus Maul
11 * This is a generic driver for the Cypress CY7C63xxx family.
26 * http://www.obock.de/kernel/cypress
35 #define DRIVER_DESC "Cypress CY7C63xxx USB driver"
63 struct cypress { struct
69 static int vendor_command(struct cypress *dev, unsigned char request, in vendor_command() argument
128 struct cypress *cyp = usb_get_intfdata(intf); in write_port()
173 struct cypress *cyp = usb_get_intfdata(intf); in read_port()
205 ATTRIBUTE_GROUPS(cypress);
210 struct cypress *dev; in cypress_probe()
225 "Cypress CY7C63xxx device now attached\n"); in cypress_probe()
234 struct cypress *dev; in cypress_disconnect()
245 "Cypress CY7C63xxx device now disconnected\n"); in cypress_disconnect()