Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dpower.h45 TP_PROTO(int chip_id, const char *reason, int pmax),
47 TP_ARGS(chip_id, reason, pmax),
52 __field(int, pmax)
58 __entry->pmax = pmax;
62 __entry->pmax, __get_str(reason))
/Linux-v5.4/drivers/hwmon/pmbus/
Dltc2978.c201 int page, int reg, u16 *pmax) in ltc_get_max() argument
207 if (lin11_to_val(ret) > lin11_to_val(*pmax)) in ltc_get_max()
208 *pmax = ret; in ltc_get_max()
209 ret = *pmax; in ltc_get_max()
/Linux-v5.4/net/phonet/
Dsocket.c494 int port, pmin, pmax; in pn_sock_get_port() local
496 phonet_get_local_port_range(&pmin, &pmax); in pn_sock_get_port()
497 for (port = pmin; port <= pmax; port++) { in pn_sock_get_port()
499 if (port_cur < pmin || port_cur > pmax) in pn_sock_get_port()
/Linux-v5.4/drivers/net/wireless/ath/ath5k/
Dphy.c2521 ath5k_create_power_curve(s16 pmin, s16 pmax, in ath5k_create_power_curve() argument
2540 pmax = 63; in ath5k_create_power_curve()
2545 for (i = 0; (i <= (u16) (pmax - pmin)) && in ath5k_create_power_curve()
/Linux-v5.4/drivers/hid/
Dhid-core.c967 __s32 pmax = multiplier->physical_maximum; in hid_calculate_multiplier() local
982 m = ((v - lmin)/(lmax - lmin) * (pmax - pmin) + pmin); in hid_calculate_multiplier()