Home
last modified time | relevance | path

Searched refs:zd1201 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/wireless/zydas/
Dzd1201.c126 struct zd1201 *zd = urb->context; in zd1201_usbfree()
154 static int zd1201_docmd(struct zd1201 *zd, int cmd, int parm0, in zd1201_docmd()
190 struct zd1201 *zd = urb->context; in zd1201_usbtx()
197 struct zd1201 *zd = urb->context; in zd1201_usbrx()
413 static int zd1201_getconfig(struct zd1201 *zd, int rid, void *riddata, in zd1201_getconfig()
513 static int zd1201_setconfig(struct zd1201 *zd, int rid, void *buf, int len, int wait) in zd1201_setconfig()
595 static inline int zd1201_getconfig16(struct zd1201 *zd, int rid, short *val) in zd1201_getconfig16()
607 static inline int zd1201_setconfig16(struct zd1201 *zd, int rid, short val) in zd1201_setconfig16()
613 static int zd1201_drvr_start(struct zd1201 *zd) in zd1201_drvr_start()
663 static int zd1201_enable(struct zd1201 *zd) in zd1201_enable()
[all …]
DKconfig27 The zd1201 device requires external firmware to be loaded.
31 module will be called zd1201.
DMakefile3 obj-$(CONFIG_USB_ZD1201) += zd1201.o
Dzd1201.h25 struct zd1201 { struct
/Linux-v4.19/
DMAINTAINERS15356 F: drivers/net/wireless/zydas/zd1201.*