DPLL_A_ID
if (GENL_REQ_ATTR_CHECK(info, DPLL_A_ID))
id = nla_get_u32(info->attrs[DPLL_A_ID]);
if (nla_put_u32(msg, DPLL_A_ID, dpll->id))
.maxattr = DPLL_A_ID,
static const struct nla_policy dpll_device_get_nl_policy[DPLL_A_ID + 1] = {
[DPLL_A_ID] = { .type = NLA_U32, },
[DPLL_A_ID] = { .type = NLA_U32, },