Home
last modified time | relevance | path

Searched refs:DPLL_A_ID (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/dpll/
H A Ddpll_nl.c44 static const struct nla_policy dpll_device_get_nl_policy[DPLL_A_ID + 1] = {
45 [DPLL_A_ID] = { .type = NLA_U32, },
50 [DPLL_A_ID] = { .type = NLA_U32, },
108 .maxattr = DPLL_A_ID,
H A Ddpll_netlink.c36 if (nla_put_u32(msg, DPLL_A_ID, dpll->id)) in dpll_msg_add_dev_handle()
2019 if (GENL_REQ_ATTR_CHECK(info, DPLL_A_ID)) in dpll_pre_doit()
2023 id = nla_get_u32(info->attrs[DPLL_A_ID]); in dpll_pre_doit()
/linux/include/uapi/linux/
H A Ddpll.h241 DPLL_A_ID = 1, enumerator
/linux/Documentation/driver-api/
H A Ddpll.rst40 A device handle is ``DPLL_A_ID``, it shall be provided to get or set
385 ``DPLL_A_ID`` attr unique dpll device ID
399 ``DPLL_A_ID`` attr internal dpll device index
505 ``DPLL_A_ID``, which is unique identifier of dpll device in the system,