/drivers/acpi/ |
D | thermal.c | 104 u8 critical:1; member 144 struct acpi_thermal_critical critical; member 271 tz->trips.critical.temperature = tmp; in acpi_thermal_trips_update() 279 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update() 285 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update() 287 tz->trips.critical.flags.valid = 1; in acpi_thermal_trips_update() 290 tz->trips.critical.temperature); in acpi_thermal_trips_update() 292 if (tz->trips.critical.flags.valid == 1) { in acpi_thermal_trips_update() 294 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update() 301 if (crt_k > tz->trips.critical.temperature) in acpi_thermal_trips_update() [all …]
|
/drivers/thermal/intel/ |
D | Kconfig | 48 notification methods.The other trip is a critical trip point, which 58 hot & critical. The critical trip point default value is set by
|
D | intel_pch_thermal.c | 339 .critical = pch_critical,
|
/drivers/thermal/ |
D | Kconfig | 41 critical temperatures are reached using orderly_poweroff(). In 45 poweroff kicks in. Similarly to the critical trip point, 250 It supports one critical trip point and one passive trip point. The 262 sensor. It supports one critical trip point and one 271 It supports one critical trip point and one passive trip point. The 302 It supports one critical trip point and one passive trip point. The 336 ADC (TS-ADC) found on Rockchip SoCs. It supports one critical
|
D | thermal_of.c | 225 data->ops->critical(data->sensor_data); in of_thermal_critical_notify() 439 if (ops->critical) in thermal_zone_of_add_sensor() 440 tzd->ops->critical = of_thermal_critical_notify; in thermal_zone_of_add_sensor() 604 tzd->ops->critical = NULL; in thermal_zone_of_sensor_unregister()
|
D | thermal_core.c | 360 tz->ops->critical(tz); in handle_critical_trips() 1252 if (!ops->critical) in thermal_zone_device_register() 1253 ops->critical = thermal_zone_device_critical; in thermal_zone_device_register()
|
/drivers/net/ethernet/netronome/nfp/ |
D | ccm_mbox.c | 518 enum nfp_ccm_type type, bool critical) in nfp_ccm_mbox_msg_enqueue() argument 524 if (!critical && nn->mbox_cmsg.queue.qlen >= NFP_CCM_MAX_QLEN) { in nfp_ccm_mbox_msg_enqueue() 542 unsigned int max_reply_size, bool critical) in __nfp_ccm_mbox_communicate() argument 553 err = nfp_ccm_mbox_msg_enqueue(nn, skb, type, critical); in __nfp_ccm_mbox_communicate()
|
D | ccm.h | 125 unsigned int max_reply_size, bool critical);
|
/drivers/hwmon/ |
D | lm85.c | 268 s8 critical; /* "All fans ON" temp limit */ member 516 data->zone[i].critical = in lm85_update_device() 523 data->zone[i].critical -= 64; in lm85_update_device() 1252 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->zone[nr].critical)); in temp_auto_temp_crit_show() 1270 data->zone[nr].critical = TEMP_TO_REG(val); in temp_auto_temp_crit_store() 1272 data->zone[nr].critical); in temp_auto_temp_crit_store()
|
/drivers/clk/sunxi/ |
D | clk-sunxi.c | 889 bool critical; member 906 { .shift = 0, .pow = 0, .critical = true }, /* M, DDR */ 1083 (data->div[i].critical ? in sunxi_divs_clk_setup()
|
/drivers/soc/mediatek/ |
D | Kconfig | 16 driver. The CMDQ is used to help read/write registers with critical
|
/drivers/gpu/drm/i915/ |
D | TODO.txt | 10 - Roll out dma_fence critical section annotations.
|
D | Kconfig.debug | 221 the deadline allotted for the vblank evade critical section
|
/drivers/power/supply/ |
D | ab8500-bm.h | 440 int critical; member
|
D | ab8500_bmdata.c | 396 .critical = 2,
|
/drivers/staging/fieldbus/Documentation/ |
D | fieldbus_dev.txt | 15 logic controllers (PLC) via a non-time-critical communications system
|
/drivers/clk/at91/ |
D | clk-master.c | 640 bool critical, int chg_pid) in at91_clk_sama7g5_register_master() argument 664 if (critical) in at91_clk_sama7g5_register_master()
|
D | pmc.h | 175 spinlock_t *lock, u8 id, bool critical,
|
/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 168 .critical = int340x_thermal_critical,
|
/drivers/clk/x86/ |
D | clk-pmc-atom.c | 188 if (pmc_data->critical && plt_clk_is_enabled(&pclk->hw)) in plt_clk_register()
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun_geneve.c | 110 geneveh->critical = !!(tun_info->key.tun_flags & TUNNEL_CRIT_OPT); in mlx5e_gen_ip_tunnel_header_geneve()
|
/drivers/platform/x86/ |
D | pmc_atom.c | 441 clk_data->critical = true; in pmc_setup_clks()
|
/drivers/usb/ |
D | Kconfig | 152 slower than on a PCI/ISA Parallel Port, so timing critical
|
/drivers/platform/x86/intel/ |
D | Kconfig | 116 timeout or when the system battery reaches a critical state,
|
/drivers/net/ |
D | geneve.c | 229 (gnvh->critical ? TUNNEL_CRIT_OPT : 0); in geneve_rx() 246 if (gnvh->critical) { in geneve_rx() 730 geneveh->critical = !!(info->key.tun_flags & TUNNEL_CRIT_OPT); in geneve_build_header()
|