Searched refs:pdelay (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/thermal/ |
| H A D | thermal_of.c | 175 static int thermal_of_monitor_init(struct device_node *np, int *delay, int *pdelay) in thermal_of_monitor_init() argument 179 ret = of_property_read_u32(np, "polling-delay-passive", pdelay); in thermal_of_monitor_init() 181 *pdelay = 0; in thermal_of_monitor_init() 376 int delay, pdelay; in thermal_of_zone_register() local 397 ret = thermal_of_monitor_init(np, &delay, &pdelay); in thermal_of_zone_register() 417 pdelay, delay); in thermal_of_zone_register()
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_taprio.sh | 197 from isochron_data import pdelay 200 w = np.array(list(pdelay.values())) 282 from isochron_data import pdelay 285 w = np.array(list(pdelay.values()))
|
| /linux/net/can/j1939/ |
| H A D | transport.c | 797 unsigned int len, pdelay; in j1939_session_tx_dat() local 852 pdelay = j1939_cb_is_broadcast(&session->skcb) ? 50 : in j1939_session_tx_dat() 855 if (session->pkt.tx < session->pkt.total && pdelay) { in j1939_session_tx_dat() 856 j1939_tp_schedule_txtimer(session, pdelay); in j1939_session_tx_dat()
|