Lines Matching defs:hx
509 struct hexline hx;518 while ((ret = dvb_usb_get_hexline(fw, &hx, &pos)) > 0) {520 hx.addr, hx.len, hx.chk);522 buf[0] = hx.len;523 buf[1] = (hx.addr >> 8) & 0xff;524 buf[2] = hx.addr & 0xff;525 buf[3] = hx.type;526 memcpy(&buf[4],hx.data,hx.len);527 buf[4+hx.len] = hx.chk;532 hx.len + 5,