Searched refs:pmax (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | power.h | 67 TP_PROTO(int chip_id, const char *reason, int pmax), 69 TP_ARGS(chip_id, reason, pmax), 74 __field(int, pmax) 80 __entry->pmax = pmax; 84 __entry->pmax, __get_str(reason))
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | mprls0025pa.c | 101 u32 pmax; /* maximal pressure in pascal */ member 361 &data->pmax); in mpr_probe() 379 data->pmax = 172369; /* 25 psi */ in mpr_probe() 387 scale = div_s64(((s64)(data->pmax - data->pmin)) * NANO, in mpr_probe()
|
/openbmc/linux/net/phonet/ |
H A D | socket.c | 481 int port, pmin, pmax; in pn_sock_get_port() local 483 phonet_get_local_port_range(&pmin, &pmax); in pn_sock_get_port() 484 for (port = pmin; port <= pmax; port++) { in pn_sock_get_port() 486 if (port_cur < pmin || port_cur > pmax) in pn_sock_get_port()
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | ltc2978.c | 235 int page, int reg, u16 *pmax) in ltc_get_max() argument 241 if (lin11_to_val(ret) > lin11_to_val(*pmax)) in ltc_get_max() 242 *pmax = ret; in ltc_get_max() 243 ret = *pmax; in ltc_get_max()
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | minmax.cocci | 86 @pmax depends on patch@
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | phy.c | 2518 ath5k_create_power_curve(s16 pmin, s16 pmax, in ath5k_create_power_curve() argument 2537 pmax = 63; in ath5k_create_power_curve() 2542 for (i = 0; (i <= (u16) (pmax - pmin)) && in ath5k_create_power_curve()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-core.c | 1035 __s32 pmax = multiplier->physical_maximum; in hid_calculate_multiplier() local 1050 m = ((v - lmin)/(lmax - lmin) * (pmax - pmin) + pmin); in hid_calculate_multiplier()
|
/openbmc/linux/drivers/perf/ |
H A D | arm-cmn.c | 499 int x, y, p, pmax = fls(cmn->ports_used); in arm_cmn_map_show() local 534 for (p = 0; p < pmax; p++) { in arm_cmn_map_show()
|