Lines Matching refs:zd1201

3  *	Driver for ZyDAS zd1201 based wireless USB devices.
23 #include "zd1201.h"
59 fwfile = "zd1201-ap.fw";
61 fwfile = "zd1201.fw";
118 MODULE_FIRMWARE("zd1201-ap.fw");
119 MODULE_FIRMWARE("zd1201.fw");
123 struct zd1201 *zd = urb->context;
151 static int zd1201_docmd(struct zd1201 *zd, int cmd, int parm0,
187 struct zd1201 *zd = urb->context;
194 struct zd1201 *zd = urb->context;
410 static int zd1201_getconfig(struct zd1201 *zd, int rid, void *riddata,
510 static int zd1201_setconfig(struct zd1201 *zd, int rid, void *buf, int len, int wait)
592 static inline int zd1201_getconfig16(struct zd1201 *zd, int rid, short *val)
604 static inline int zd1201_setconfig16(struct zd1201 *zd, int rid, short val)
610 static int zd1201_drvr_start(struct zd1201 *zd)
660 static int zd1201_enable(struct zd1201 *zd)
677 static int zd1201_disable(struct zd1201 *zd)
695 static int zd1201_mac_reset(struct zd1201 *zd)
703 static int zd1201_join(struct zd1201 *zd, char *essid, int essidlen)
747 struct zd1201 *zd = netdev_priv(dev);
781 zd 1 null byte, zd1201 packet type
786 struct zd1201 *zd = netdev_priv(dev);
835 struct zd1201 *zd = netdev_priv(dev);
850 struct zd1201 *zd = netdev_priv(dev);
867 struct zd1201 *zd = netdev_priv(dev);
874 struct zd1201 *zd = netdev_priv(dev);
892 struct zd1201 *zd = netdev_priv(dev);
907 struct zd1201 *zd = netdev_priv(dev);
928 struct zd1201 *zd = netdev_priv(dev);
944 struct zd1201 *zd = netdev_priv(dev);
1007 struct zd1201 *zd = netdev_priv(dev);
1083 struct zd1201 *zd = netdev_priv(dev);
1111 struct zd1201 *zd = netdev_priv(dev);
1203 struct zd1201 *zd = netdev_priv(dev);
1218 struct zd1201 *zd = netdev_priv(dev);
1230 strcpy(nick, "zd1201");
1239 struct zd1201 *zd = netdev_priv(dev);
1272 struct zd1201 *zd = netdev_priv(dev);
1305 struct zd1201 *zd = netdev_priv(dev);
1325 struct zd1201 *zd = netdev_priv(dev);
1342 struct zd1201 *zd = netdev_priv(dev);
1363 struct zd1201 *zd = netdev_priv(dev);
1392 struct zd1201 *zd = netdev_priv(dev);
1449 struct zd1201 *zd = netdev_priv(dev);
1482 struct zd1201 *zd = netdev_priv(dev);
1521 struct zd1201 *zd = netdev_priv(dev);
1608 struct zd1201 *zd = netdev_priv(dev);
1619 struct zd1201 *zd = netdev_priv(dev);
1638 struct zd1201 *zd = netdev_priv(dev);
1654 struct zd1201 *zd = netdev_priv(dev);
1665 struct zd1201 *zd = netdev_priv(dev);
1726 struct zd1201 *zd;
1749 dev_err(&usb->dev, "zd1201 firmware upload failed: %d\n", err);
1811 zd1201_enable(zd); /* zd1201 likes to startup enabled, */
1827 struct zd1201 *zd = usb_get_intfdata(interface);
1861 struct zd1201 *zd = usb_get_intfdata(interface);
1875 struct zd1201 *zd = usb_get_intfdata(interface);
1896 .name = "zd1201",