Searched refs:DPLL_A_ID (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/dpll/ |
| H A D | dpll_nl.c | 41 static const struct nla_policy dpll_device_get_nl_policy[DPLL_A_ID + 1] = { 42 [DPLL_A_ID] = { .type = NLA_U32, }, 47 [DPLL_A_ID] = { .type = NLA_U32, }, 104 .maxattr = DPLL_A_ID,
|
| H A D | dpll_netlink.c | 36 if (nla_put_u32(msg, DPLL_A_ID, dpll->id)) in dpll_msg_add_dev_handle() 1933 if (GENL_REQ_ATTR_CHECK(info, DPLL_A_ID)) in dpll_pre_doit() 1937 id = nla_get_u32(info->attrs[DPLL_A_ID]); in dpll_pre_doit()
|
| /linux/include/uapi/linux/ |
| H A D | dpll.h | 208 DPLL_A_ID = 1, enumerator
|
| /linux/Documentation/driver-api/ |
| H A D | dpll.rst | 40 A device handle is ``DPLL_A_ID``, it shall be provided to get or set 331 ``DPLL_A_ID`` attr unique dpll device ID 345 ``DPLL_A_ID`` attr internal dpll device index 449 ``DPLL_A_ID``, which is unique identifier of dpll device in the system,
|