d_max             591 drivers/acpi/device_pm.c 	int d_min, d_max;
d_max             603 drivers/acpi/device_pm.c 	d_max = ACPI_STATE_D3_COLD;
d_max             659 drivers/acpi/device_pm.c 				d_max = d_min;
d_max             665 drivers/acpi/device_pm.c 			d_max = ret > d_min ? ret : d_min;
d_max             675 drivers/acpi/device_pm.c 		*d_max_p = d_max;
d_max             694 drivers/acpi/device_pm.c 	int ret, d_min, d_max;
d_max             714 drivers/acpi/device_pm.c 				    &d_min, &d_max);
d_max             721 drivers/acpi/device_pm.c 	if (d_max > d_max_in) {
d_max             722 drivers/acpi/device_pm.c 		for (d_max = d_max_in; d_max > d_min; d_max--) {
d_max             723 drivers/acpi/device_pm.c 			if (adev->power.states[d_max].flags.valid)
d_max             731 drivers/acpi/device_pm.c 	return d_max;
d_max             107 drivers/clk/clk-axi-clkgen.c 	unsigned long d, d_min, d_max, _d_min, _d_max;
d_max             120 drivers/clk/clk-axi-clkgen.c 	d_max = min_t(unsigned long, fin / fpfd_min, 80);
d_max             123 drivers/clk/clk-axi-clkgen.c 	m_max = min_t(unsigned long, fvco_max * d_max / fin, 64);
d_max             127 drivers/clk/clk-axi-clkgen.c 		_d_max = min(d_max, fin * m / fvco_min);
d_max            1196 drivers/hwmon/abituguru.c 	SENSOR_ATTR_2(in%d_max, 0644, show_bank1_setting,
d_max            1212 drivers/hwmon/abituguru.c 	SENSOR_ATTR_2(temp%d_max, 0644, show_bank1_setting,
d_max             915 drivers/hwmon/abituguru3.c 	SENSOR_ATTR_2(in%d_max, 0444, show_value, NULL, 2, 0),
d_max             931 drivers/hwmon/abituguru3.c 	SENSOR_ATTR_2(temp%d_max, 0444, show_value, NULL, 1, 0),
d_max             910 drivers/pci/pci-acpi.c 	int acpi_state, d_max;
d_max             913 drivers/pci/pci-acpi.c 		d_max = ACPI_STATE_D3_HOT;
d_max             915 drivers/pci/pci-acpi.c 		d_max = ACPI_STATE_D3_COLD;
d_max             916 drivers/pci/pci-acpi.c 	acpi_state = acpi_pm_device_sleep_state(&pdev->dev, NULL, d_max);