Home
last modified time | relevance | path

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

/linux/drivers/dpll/
A Ddpll_nl.c16 [DPLL_A_PIN_DIRECTION] = NLA_POLICY_RANGE(NLA_U32, 1, 2),
68 [DPLL_A_PIN_DIRECTION] = NLA_POLICY_RANGE(NLA_U32, 1, 2),
A Ddpll_netlink.c230 if (nla_put_u32(msg, DPLL_A_PIN_DIRECTION, direction)) in dpll_msg_add_pin_direction()
1102 if (tb[DPLL_A_PIN_DIRECTION]) { in dpll_pin_parent_device_set()
1103 direction = nla_get_u32(tb[DPLL_A_PIN_DIRECTION]); in dpll_pin_parent_device_set()
/linux/include/uapi/linux/
A Ddpll.h198 DPLL_A_PIN_DIRECTION, enumerator
/linux/Documentation/driver-api/
A Ddpll.rst108 ``DPLL_A_PIN_DIRECTION``).
341 ``DPLL_A_PIN_DIRECTION`` attr direction of a pin on the
362 ``DPLL_A_PIN_DIRECTION`` attr requested direction of a pin
396 ``DPLL_A_PIN_DIRECTION`` must be enclosed in
/linux/Documentation/netlink/specs/
A Ddpll.yaml141 DPLL_A_PIN_DIRECTION attribute

Completed in 16 milliseconds