Record uacpi_namespace_node_info

struct uacpi_namespace_node_info {
  uacpi_u32 size;
  uacpi_object_name name;
  uacpi_object_type type;
  uacpi_u8 num_params;
  uacpi_u8 flags;
  uacpi_u8[4] sxd;
  uacpi_u8[5] sxw;
  uacpi_u64 adr;
  uacpi_id_string hid;
  uacpi_id_string uid;
  uacpi_id_string cls;
  uacpi_pnp_id_list cid;
  /* Full declaration omitted */ 
}

Fields

uacpi_u32 size
uacpi_object_name name
uacpi_object_type type
uacpi_u8 num_params
uacpi_u8 flags
uacpi_u8[4] sxd

A mapping of [S1..S4] to the shallowest D state supported by the device

in that S state.

uacpi_u8[5] sxw

A mapping of [S0..S4] to the deepest D state supported by the device

in that S state to be able to wake itself.

uacpi_u64 adr
uacpi_id_string hid
uacpi_id_string uid
uacpi_id_string cls
uacpi_pnp_id_list cid