GII io operation description

Name

gii_cmddata_ioreg : GII io operation description

Synopsis

#include <ggi/gii-events.h>

struct gii_cmddata_ioreg {

#define GIIREG_VENDOR_SPECIFIC        (1<<31U)
#define GIIREG_PRODUCT_SPECIFIC       ((1<<31U)|(1<<30U))
      uint32_t register_id;
      uint32_t vendor_id;     /* ignored if the register_id is */
      uint32_t product_id;    /* not vendor/product specific */

      /* for SET_REGISTER, size and address of the buffer
       * containing the new data for this register;
       * for GET_REGISTER, size and address of the buffer
       * where libgii must write the result.
       */
      uint32_t size;
      char *data;
};

#define GIIREG_DEVICE_LONGNAME        1

Description

TODO

Structure Members

TODO

See Also