Searched refs:DPLL_A_PIN_ID (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/dpll/ |
H A D | dpll_nl.c | 55 static const struct nla_policy dpll_pin_get_do_nl_policy[DPLL_A_PIN_ID + 1] = { 56 [DPLL_A_PIN_ID] = { .type = NLA_U32, }, 60 static const struct nla_policy dpll_pin_get_dump_nl_policy[DPLL_A_PIN_ID + 1] = { 61 [DPLL_A_PIN_ID] = { .type = NLA_U32, }, 66 [DPLL_A_PIN_ID] = { .type = NLA_U32, }, 126 .maxattr = DPLL_A_PIN_ID, 133 .maxattr = DPLL_A_PIN_ID,
|
H A D | dpll_netlink.c | 64 if (nla_put_u32(msg, DPLL_A_PIN_ID, pin->id)) in dpll_msg_add_pin_handle() 1625 if (GENL_REQ_ATTR_CHECK(info, DPLL_A_PIN_ID)) { in dpll_pin_pre_doit() 1630 nla_get_u32(info->attrs[DPLL_A_PIN_ID])); in dpll_pin_pre_doit()
|
/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 142 ``DPLL_A_PIN_ID`` child pin id 164 ``DPLL_A_PIN_ID`` configured pin id 193 ``DPLL_A_PIN_ID`` configured pin id 311 ``DPLL_A_PIN_ID`` attr unique a pin ID 355 ``DPLL_A_PIN_ID`` attr unique a pin ID 390 ``DPLL_A_PIN_ID``, which is unique identifier of a pin in the system. 570 Exposed pin id handle ``DPLL_A_PIN_ID`` is then identifiable by the user
|
/linux/include/uapi/linux/ |
H A D | dpll.h | 213 DPLL_A_PIN_ID = 1, enumerator
|