Searched refs:DPLL_A_PIN_PRIO (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/dpll/ |
H A D | dpll_nl.c | 17 [DPLL_A_PIN_PRIO] = { .type = NLA_U32, }, 69 [DPLL_A_PIN_PRIO] = { .type = NLA_U32, },
|
H A D | dpll_netlink.c | 209 if (nla_put_u32(msg, DPLL_A_PIN_PRIO, prio)) in dpll_msg_add_pin_prio() 1120 if (tb[DPLL_A_PIN_PRIO]) { in dpll_pin_parent_device_set() 1121 prio = nla_get_u32(tb[DPLL_A_PIN_PRIO]); in dpll_pin_parent_device_set()
|
/linux/include/uapi/linux/ |
H A D | dpll.h | 227 DPLL_A_PIN_PRIO, enumerator
|
/linux/Documentation/driver-api/ |
H A D | dpll.rst | 107 dpll device (i.e., ``DPLL_A_PIN_PRIO``, ``DPLL_A_PIN_STATE``, 159 connected pins with a priority ``DPLL_A_PIN_PRIO``, the device would 168 ``DPLL_A_PIN_PRIO`` requested pin prio on parent dpll 337 ``DPLL_A_PIN_PRIO`` attr priority of pin on the 363 ``DPLL_A_PIN_PRIO`` attr requested priority of pin on 395 Other attributes: ``DPLL_A_PIN_PRIO``, ``DPLL_A_PIN_STATE`` or
|