Searched refs:DPLL_A_PIN_ID (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/dpll/ |
| H A D | dpll_nl.c | 32 [DPLL_A_PIN_ID] = { .type = NLA_U32, }, 68 static const struct nla_policy dpll_pin_get_do_nl_policy[DPLL_A_PIN_ID + 1] = { 69 [DPLL_A_PIN_ID] = { .type = NLA_U32, }, 73 static const struct nla_policy dpll_pin_get_dump_nl_policy[DPLL_A_PIN_ID + 1] = { 74 [DPLL_A_PIN_ID] = { .type = NLA_U32, }, 79 [DPLL_A_PIN_ID] = { .type = NLA_U32, }, 140 .maxattr = DPLL_A_PIN_ID, 147 .maxattr = DPLL_A_PIN_ID,
|
| H A D | dpll_netlink.c | 98 if (nla_put_u32(msg, DPLL_A_PIN_ID, pin->id)) in dpll_msg_add_pin_handle() 598 if (nla_put_s32(msg, DPLL_A_PIN_ID, ref_sync_pin->id)) in dpll_msg_add_pin_ref_sync() 1269 if (!tb[DPLL_A_PIN_ID]) { in dpll_pin_ref_sync_set() 1273 sync_pin_id = nla_get_u32(tb[DPLL_A_PIN_ID]); in dpll_pin_ref_sync_set() 2063 if (GENL_REQ_ATTR_CHECK(info, DPLL_A_PIN_ID)) { in dpll_pin_pre_doit() 2068 nla_get_u32(info->attrs[DPLL_A_PIN_ID])); in dpll_pin_pre_doit()
|
| /linux/include/uapi/linux/ |
| H A D | dpll.h | 261 DPLL_A_PIN_ID = 1, enumerator
|
| /linux/Documentation/driver-api/ |
| H A D | dpll.rst | 60 Pin handle is a ``DPLL_A_PIN_ID``, it shall be provided to get or set 158 ``DPLL_A_PIN_ID`` child pin id 180 ``DPLL_A_PIN_ID`` configured pin id 226 ``DPLL_A_PIN_ID`` configured pin id 349 ``DPLL_A_PIN_ID`` target pin id for Reference SYNC feature 426 ``DPLL_A_PIN_ID`` attr unique a pin ID 474 ``DPLL_A_PIN_ID`` attr unique a pin ID 509 ``DPLL_A_PIN_ID``, which is unique identifier of a pin in the system. 689 Exposed pin id handle ``DPLL_A_PIN_ID`` is then identifiable by the user
|