Home
last modified time | relevance | path

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

/linux/drivers/dpll/
H 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),
H A Ddpll_nl.h16 extern const struct nla_policy dpll_pin_parent_pin_nl_policy[DPLL_A_PIN_STATE + 1];
H A Ddpll_netlink.c231 if (nla_put_u32(msg, DPLL_A_PIN_STATE, state)) in dpll_msg_add_pin_on_dpll_state()
451 if (nla_put_u32(msg, DPLL_A_PIN_STATE, state)) { in dpll_msg_add_pin_parents()
1114 if (tb[DPLL_A_PIN_STATE]) { in dpll_pin_parent_device_set()
1115 state = nla_get_u32(tb[DPLL_A_PIN_STATE]); in dpll_pin_parent_device_set()
1151 if (tb[DPLL_A_PIN_STATE]) { in dpll_pin_parent_pin_set()
1152 enum dpll_pin_state state = nla_get_u32(tb[DPLL_A_PIN_STATE]); in dpll_pin_parent_pin_set()
/linux/Documentation/driver-api/
H 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/
H A Ddpll.h228 DPLL_A_PIN_STATE, enumerator