edc                89 arch/mips/include/asm/txx9/tx4939.h 	struct tx4939_le_reg edc;
edc               100 arch/mips/txx9/generic/irq_tx4939.c 			     &tx4939_ircptr->edc.r);
edc               344 drivers/mtd/maps/pcmciamtd.c 			t->type, t->edc, t->offset, t->length);
edc                98 drivers/net/wimax/i2400m/i2400m-usb.h static inline void edc_init(struct edc *edc)
edc               100 drivers/net/wimax/i2400m/i2400m-usb.h 	edc->timestart = jiffies;
edc               129 drivers/net/wimax/i2400m/i2400m-usb.h static inline int edc_inc(struct edc *edc, u16 max_err, u16 timeframe)
edc               134 drivers/net/wimax/i2400m/i2400m-usb.h 	if (time_after(now, edc->timestart + timeframe)) {
edc               135 drivers/net/wimax/i2400m/i2400m-usb.h 		edc->errorcount = 1;
edc               136 drivers/net/wimax/i2400m/i2400m-usb.h 		edc->timestart = now;
edc               137 drivers/net/wimax/i2400m/i2400m-usb.h 	} else if (++edc->errorcount > max_err) {
edc               138 drivers/net/wimax/i2400m/i2400m-usb.h 		edc->errorcount = 0;
edc               139 drivers/net/wimax/i2400m/i2400m-usb.h 		edc->timestart = now;
edc               227 drivers/net/wimax/i2400m/i2400m-usb.h 	struct edc urb_edc;		/* Error density counter */
edc              1279 drivers/pcmcia/cistpl.c 	fmt->edc = p[1];
edc                69 drivers/staging/uwb/hwa-rc.c 	struct edc neep_edc;
edc               687 drivers/staging/uwb/uwb.h void edc_init(struct edc *edc)
edc               689 drivers/staging/uwb/uwb.h 	edc->timestart = jiffies;
edc               701 drivers/staging/uwb/uwb.h static inline int edc_inc(struct edc *err_hist, u16 max_err, u16 timeframe)
edc               186 drivers/staging/wusbcore/wa-hc.h 	struct edc nep_edc;
edc               211 drivers/staging/wusbcore/wa-hc.h 	struct edc dti_edc;		/* DTI error density counter */
edc               520 include/pcmcia/cistpl.h     u_char	edc;