Searched refs:ech (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dscan.c55 static struct ubi_ec_hdr *ech; variable in typeref:struct:ubi_ec_hdr
746 err = ubi_io_read_ec_hdr(ubi, pnum, ech, 0);
769 if (ech->version != UBI_VERSION) {
771 UBI_VERSION, (int)ech->version);
775 ec = ubi64_to_cpu(ech->ec);
786 ubi_dbg_dump_ec_hdr(ech);
902 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL);
903 if (!ech)
959 kfree(ech);
966 kfree(ech);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c672 rx_d_frame(struct hfc4s8s_l1 *l1p, int ech) argument
685 (l1p->st_num * 8 + ((ech) ? 7 : 5)));
784 if (ech)

Completed in 33 milliseconds