wfdcfg_ext_fn_port_init1_t
Graphics and Screen4.0 (8.x)OpenWF Configuration Developer's GuideAPIProgramming
Initialize a port
Synopsis:
#include <wfdqnx/wfdcfg.h>
typedef int( wfdcfg_ext_fn_port_init1_t)(struct wfdcfg_port *);
Library:
libwfdcfgDescription:
A function prototype for WFD drivers that choose to implement an extension when there's a request to create and initialize a port.
This function type must take the following argument:
wfdcfg_port:
A handle to the display port which is to be initialized
It must return a code from
errno.h
. Possible codes include:EINVAL
when an invalid port is passedEOK
on success
Page updated: