Searched refs:pmax (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | power.h | 45 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-v4.19/drivers/hwmon/pmbus/ |
D | ltc2978.c | 208 int page, int reg, u16 *pmax) in ltc_get_max() argument 214 if (lin11_to_val(ret) > lin11_to_val(*pmax)) in ltc_get_max() 215 *pmax = ret; in ltc_get_max() 216 ret = *pmax; in ltc_get_max()
|
/Linux-v4.19/net/phonet/ |
D | socket.c | 507 int port, pmin, pmax; in pn_sock_get_port() local 509 phonet_get_local_port_range(&pmin, &pmax); in pn_sock_get_port() 510 for (port = pmin; port <= pmax; port++) { in pn_sock_get_port() 512 if (port_cur < pmin || port_cur > pmax) in pn_sock_get_port()
|
/Linux-v4.19/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 2521 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()
|