Searched refs:fetched (Results 1 – 3 of 3) sorted by relevance
465 int fetched = 0; in proc_pending_irqs() local478 lk_ahd, &fetched); in proc_pending_irqs()482 if (!fetched) in proc_pending_irqs()
769 int fetched, i; in sii8620_fetch_edid() local803 for (fetched = 0; fetched < edid_len; fetched += FETCH_SIZE) { in sii8620_fetch_edid()811 REG_DDC_SEGM, fetched >> 8, in sii8620_fetch_edid()812 REG_DDC_OFFSET, fetched & 0xff, in sii8620_fetch_edid()844 sii8620_read_buf(ctx, REG_DDC_DATA, edid + fetched, FETCH_SIZE); in sii8620_fetch_edid()845 if (fetched + FETCH_SIZE == EDID_LENGTH) { in sii8620_fetch_edid()
572 * the total for the command since we've already fetched
Completed in 15 milliseconds