DPLL_A_PIN_ID
if (!tb[DPLL_A_PIN_ID]) {
sync_pin_id = nla_get_u32(tb[DPLL_A_PIN_ID]);
if (GENL_REQ_ATTR_CHECK(info, DPLL_A_PIN_ID)) {
nla_get_u32(info->attrs[DPLL_A_PIN_ID]));
if (nla_put_s32(msg, DPLL_A_PIN_ID, ref_sync_pin->id))
if (nla_put_u32(msg, DPLL_A_PIN_ID, pin->id))
.maxattr = DPLL_A_PIN_ID,
.maxattr = DPLL_A_PIN_ID,
[DPLL_A_PIN_ID] = { .type = NLA_U32, },
static const struct nla_policy dpll_pin_get_do_nl_policy[DPLL_A_PIN_ID + 1] = {
[DPLL_A_PIN_ID] = { .type = NLA_U32, },
static const struct nla_policy dpll_pin_get_dump_nl_policy[DPLL_A_PIN_ID + 1] = {
[DPLL_A_PIN_ID] = { .type = NLA_U32, },
[DPLL_A_PIN_ID] = { .type = NLA_U32, },