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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_bios.c259 int i, child_device_num, count; local in function:parse_sdvo_mapping
272 child_device_num = (block_size - sizeof(*defs)) / sizeof(*child);
275 for (i = 0; i < child_device_num; i++) {
/xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
H A Dbios_reader.c206 int child_device_num; local in function:dump_general_definitions
225 child_device_num = (block->size - sizeof(*defs)) / sizeof(*child);
226 for (i = 0; i < child_device_num; i++) {

Completed in 3 milliseconds