Home
last modified time | relevance | path

Searched defs:_DMXLocalInputInfo (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxinputinit.h179 typedef struct _DMXLocalInputInfo { struct
180 const char *name; /**< Device name */
181 DMXLocalInputType type; /**< Device type */
182 DMXLocalInputExtType extType; /**< Extended device type */
183 int binding; /**< Count of how many consecutive
189 dmxCreatePrivateProcPtr create_private; /**< Create
192 dmxDestroyPrivateProcPtr destroy_private; /**< Destroy
195 dmxInitProcPtr init; /**< Initialize device */
196 dmxReInitProcPtr reinit; /**< Reinitialize device
199 dmxLateReInitProcPtr latereinit; /**< Reinitialize a device
[all …]