Lines Matching refs:zd1201
3 * Driver for ZyDAS zd1201 based USB wireless 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, const void *buf, int len, int wait)
591 static inline int zd1201_getconfig16(struct zd1201 *zd, int rid, short *val)
603 static inline int zd1201_setconfig16(struct zd1201 *zd, int rid, short val)
609 static int zd1201_drvr_start(struct zd1201 *zd)
659 static int zd1201_enable(struct zd1201 *zd)
676 static int zd1201_disable(struct zd1201 *zd)
694 static int zd1201_mac_reset(struct zd1201 *zd)
702 static int zd1201_join(struct zd1201 *zd, char *essid, int essidlen)
746 struct zd1201 *zd = netdev_priv(dev);
780 zd 1 null byte, zd1201 packet type
785 struct zd1201 *zd = netdev_priv(dev);
834 struct zd1201 *zd = netdev_priv(dev);
849 struct zd1201 *zd = netdev_priv(dev);
866 struct zd1201 *zd = netdev_priv(dev);
873 struct zd1201 *zd = netdev_priv(dev);
891 struct zd1201 *zd = netdev_priv(dev);
907 struct zd1201 *zd = netdev_priv(dev);
929 struct zd1201 *zd = netdev_priv(dev);
946 struct zd1201 *zd = netdev_priv(dev);
1010 struct zd1201 *zd = netdev_priv(dev);
1088 struct zd1201 *zd = netdev_priv(dev);
1117 struct zd1201 *zd = netdev_priv(dev);
1210 struct zd1201 *zd = netdev_priv(dev);
1226 struct zd1201 *zd = netdev_priv(dev);
1239 strcpy(nick, "zd1201");
1249 struct zd1201 *zd = netdev_priv(dev);
1283 struct zd1201 *zd = netdev_priv(dev);
1317 struct zd1201 *zd = netdev_priv(dev);
1338 struct zd1201 *zd = netdev_priv(dev);
1356 struct zd1201 *zd = netdev_priv(dev);
1378 struct zd1201 *zd = netdev_priv(dev);
1408 struct zd1201 *zd = netdev_priv(dev);
1466 struct zd1201 *zd = netdev_priv(dev);
1500 struct zd1201 *zd = netdev_priv(dev);
1540 struct zd1201 *zd = netdev_priv(dev);
1607 struct zd1201 *zd = netdev_priv(dev);
1619 struct zd1201 *zd = netdev_priv(dev);
1639 struct zd1201 *zd = netdev_priv(dev);
1656 struct zd1201 *zd = netdev_priv(dev);
1668 struct zd1201 *zd = netdev_priv(dev);
1729 struct zd1201 *zd;
1753 dev_err(&usb->dev, "zd1201 firmware upload failed: %d\n", err);
1815 zd1201_enable(zd); /* zd1201 likes to startup enabled, */
1831 struct zd1201 *zd = usb_get_intfdata(interface);
1865 struct zd1201 *zd = usb_get_intfdata(interface);
1879 struct zd1201 *zd = usb_get_intfdata(interface);
1900 .name = "zd1201",