Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dpll/
Ddpll_nl.c35 static const struct nla_policy dpll_device_get_nl_policy[DPLL_A_ID + 1] = {
36 [DPLL_A_ID] = { .type = NLA_U32, },
40 static const struct nla_policy dpll_device_set_nl_policy[DPLL_A_ID + 1] = {
41 [DPLL_A_ID] = { .type = NLA_U32, },
94 .maxattr = DPLL_A_ID,
108 .maxattr = DPLL_A_ID,
Ddpll_netlink.c36 if (nla_put_u32(msg, DPLL_A_ID, dpll->id)) in dpll_msg_add_dev_handle()
1557 if (GENL_REQ_ATTR_CHECK(info, DPLL_A_ID)) in dpll_pre_doit()
1561 id = nla_get_u32(info->attrs[DPLL_A_ID]); in dpll_pre_doit()
/linux-6.12.1/include/uapi/linux/
Ddpll.h173 DPLL_A_ID = 1, enumerator
/linux-6.12.1/Documentation/driver-api/
Ddpll.rst40 A device handle is ``DPLL_A_ID``, it shall be provided to get or set
270 ``DPLL_A_ID`` attr unique dpll device ID
284 ``DPLL_A_ID`` attr internal dpll device index
386 ``DPLL_A_ID``, which is unique identifier of dpll device in the system,