Home
last modified time | relevance | path

Searched full:dpll_a_temp (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/netlink/specs/
H A Ddpll.yaml125 Value of (DPLL_A_TEMP / DPLL_TEMP_DIVIDER) is integer part of
127 Value of (DPLL_A_TEMP % DPLL_TEMP_DIVIDER) is fractional part of
/linux/include/uapi/linux/
H A Ddpll.h203 DPLL_A_TEMP, enumerator
/linux/Documentation/driver-api/
H A Ddpll.rst278 ``DPLL_A_TEMP`` attr device temperature info
/linux/drivers/dpll/
H A Ddpll_netlink.c166 if (nla_put_s32(msg, DPLL_A_TEMP, temp)) in dpll_msg_add_temp()