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

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c432 int num_video_formats=0, base_port_id=0, local in function:ephyrXVPrivQueryHostAdaptors
487 base_port_id = ephyrHostXVAdaptorGetFirstPortID (cur_host_adaptor) ;
488 if (base_port_id < 0) {
493 s_base_port_id = base_port_id ;
495 if (!ephyrHostXVQueryEncodings (base_port_id,
500 base_port_id, i) ;
523 port_priv->port_number = base_port_id + j;
528 if (!ephyrHostXVQueryPortAttributes (base_port_id,
545 if (!ephyrHostXVQueryImageFormats (base_port_id,
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c448 int base_port_id = 0, i = 0, port_priv_offset = 0; local in function:ephyrXVPrivQueryHostAdaptors
507 base_port_id = cur_host_adaptor->base_id;
508 if (base_port_id < 0) {
513 s_base_port_id = base_port_id;
518 " adaptors %d\n", base_port_id, i);
543 port_priv->port_number = base_port_id + j;

Completed in 5 milliseconds