Searched refs:DPLL_A_PIN_STATE (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/uapi/linux/
H A Ddpll.h141 * DPLL_A_PIN_STATE attribute
204 DPLL_A_PIN_STATE, enumerator in enum:dpll_a_pin
/linux-master/drivers/dpll/
H A Ddpll_netlink.c210 if (nla_put_u32(msg, DPLL_A_PIN_STATE, state))
385 if (nla_put_u32(msg, DPLL_A_PIN_STATE, state)) {
965 if (tb[DPLL_A_PIN_STATE]) {
966 state = nla_get_u32(tb[DPLL_A_PIN_STATE]);
1002 if (tb[DPLL_A_PIN_STATE]) {
1003 enum dpll_pin_state state = nla_get_u32(tb[DPLL_A_PIN_STATE]);
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];

Completed in 168 milliseconds