Home
last modified time | relevance | path

Searched refs:DPLL_A_PIN_STATE (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/dpll/
A Ddpll_nl.c18 [DPLL_A_PIN_STATE] = NLA_POLICY_RANGE(NLA_U32, 1, 3),
22 const struct nla_policy dpll_pin_parent_pin_nl_policy[DPLL_A_PIN_STATE + 1] = {
24 [DPLL_A_PIN_STATE] = NLA_POLICY_RANGE(NLA_U32, 1, 3),
70 [DPLL_A_PIN_STATE] = NLA_POLICY_RANGE(NLA_U32, 1, 3),
A Ddpll_nl.h16 extern const struct nla_policy dpll_pin_parent_pin_nl_policy[DPLL_A_PIN_STATE + 1];
A Ddpll_netlink.c210 if (nla_put_u32(msg, DPLL_A_PIN_STATE, state)) in dpll_msg_add_pin_on_dpll_state()
430 if (nla_put_u32(msg, DPLL_A_PIN_STATE, state)) { in dpll_msg_add_pin_parents()
1090 if (tb[DPLL_A_PIN_STATE]) { in dpll_pin_parent_device_set()
1091 state = nla_get_u32(tb[DPLL_A_PIN_STATE]); in dpll_pin_parent_device_set()
1127 if (tb[DPLL_A_PIN_STATE]) { in dpll_pin_parent_pin_set()
1128 enum dpll_pin_state state = nla_get_u32(tb[DPLL_A_PIN_STATE]); in dpll_pin_parent_pin_set()
/linux/Documentation/driver-api/
A Ddpll.rst69 device) can be obtained from ``DPLL_A_PIN_STATE`` attribute, and only
107 dpll device (i.e., ``DPLL_A_PIN_PRIO``, ``DPLL_A_PIN_STATE``,
146 ``DPLL_A_PIN_STATE`` requested pin state on parent
339 ``DPLL_A_PIN_STATE`` attr state of pin on the parent
348 ``DPLL_A_PIN_STATE`` attr state of pin on the parent
365 ``DPLL_A_PIN_STATE`` attr requested state of pin on
370 ``DPLL_A_PIN_STATE`` attr requested state of pin on
395 Other attributes: ``DPLL_A_PIN_PRIO``, ``DPLL_A_PIN_STATE`` or
400 For MUX-type pins the ``DPLL_A_PIN_STATE`` attribute is configured in
/linux/include/uapi/linux/
A Ddpll.h204 DPLL_A_PIN_STATE, enumerator
/linux/Documentation/netlink/specs/
A Ddpll.yaml172 DPLL_A_PIN_STATE attribute

Completed in 12 milliseconds