Home
last modified time | relevance | path

Searched refs:cold (Results 1 – 25 of 49) sorted by relevance

12

/linux-5.19.10/drivers/media/usb/dvb-usb/
Ddvb-usb-init.c208 …_usb_find_device(struct usb_device *udev, const struct dvb_usb_device_properties *props, int *cold) in dvb_usb_find_device() argument
213 *cold = -1; in dvb_usb_find_device()
221 *cold = 1; in dvb_usb_find_device()
234 *cold = 0; in dvb_usb_find_device()
242 props->identify_state(udev, props, &desc, cold); in dvb_usb_find_device()
274 int ret = -ENOMEM, cold = 0; in dvb_usb_device_init() local
287 desc = dvb_usb_find_device(udev, &d->props, &cold); in dvb_usb_device_init()
294 if (cold) { in dvb_usb_device_init()
Da800.c33 int *cold) in a800_identify_state() argument
35 *cold = udev->descriptor.iManufacturer != 1; in a800_identify_state()
Dtechnisat-usb2.c334 const struct dvb_usb_device_description **desc, int *cold) in technisat_usb2_identify_state() argument
349 *cold = 0; /* by default do not download a firmware - just in case something is wrong */ in technisat_usb2_identify_state()
358 *cold = 1; in technisat_usb2_identify_state()
361 *cold = 0; in technisat_usb2_identify_state()
Ddigitv.c96 int *cold) in digitv_identify_state() argument
98 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in digitv_identify_state()
Ddib0700.h69 int *cold);
Daf9005.c960 int *cold) in af9005_identify_state() argument
975 *cold = 1; in af9005_identify_state()
977 *cold = 0; in af9005_identify_state()
981 deb_info("Identify state cold = %d\n", *cold); in af9005_identify_state()
Daz6027.c1057 int *cold) in az6027_identify_state() argument
1076 *cold = ret <= 0; in az6027_identify_state()
1078 deb_info("cold: %d\n", *cold); in az6027_identify_state()
Ddib0700_core.c378 int *cold) in dib0700_identify_state() argument
393 *cold = ret <= 0; in dib0700_identify_state()
394 deb_info("cold: %d\n", *cold); in dib0700_identify_state()
Ddvb-usb.h306 int *cold);
Dttusb2.c473 int *cold) in ttusb2_identify_state() argument
475 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in ttusb2_identify_state()
/linux-5.19.10/Documentation/devicetree/bindings/power/supply/
Dcharger-manager.yaml90 cm-battery-cold:
91 description: critical cold temperature of battery for charging in deci-degree celsius
94 cm-battery-cold-in-minus:
95 description: if set cm-battery-cold temperature is in minus degrees
191 cm-battery-cold = <50>;
192 cm-battery-cold-in-minus;
Dmaxim,max17042.yaml38 maxim,cold-temp:
41 Temperature threshold to report battery as cold (in tenths of degree Celsius).
42 Default is not to report cold events.
/linux-5.19.10/Documentation/admin-guide/mm/damon/
Dreclaim.rst15 On general memory over-committed systems, proactively reclaiming cold pages
83 Time threshold for cold memory regions identification in microseconds.
86 identifies the region as cold, and reclaims it.
96 (quota_reset_interval_ms) for trying reclamation of cold pages. This can be
165 The sampling interval of DAMON for the cold memory monitoring. Please refer to
173 The aggregation interval of DAMON for the cold memory monitoring. Please
181 The minimal number of monitoring regions of DAMON for the cold memory
191 The maximum number of monitoring regions of DAMON for the cold memory
202 against. That is, DAMON_RECLAIM will find cold memory regions in this region
211 against. That is, DAMON_RECLAIM will find cold memory regions in this region
/linux-5.19.10/Documentation/devicetree/bindings/ata/
Dnvidia,tegra-ahci.yaml43 - const: sata-cold
174 reset-names = "sata", "sata-cold", "sata-oob";
/linux-5.19.10/drivers/media/usb/dvb-usb-v2/
Dlmedm04.c672 static const char *lme_firmware_switch(struct dvb_usb_device *d, int cold) in lme_firmware_switch() argument
680 cold = (cold > 0) ? (cold & 1) : 0; in lme_firmware_switch()
691 cold = 0; in lme_firmware_switch()
714 cold = 0; in lme_firmware_switch()
734 cold = 0; in lme_firmware_switch()
748 if (cold) { in lme_firmware_switch()
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-class-chromeos24 - "cold": Cold reboot.
Dsysfs-kernel-reboot13 Description: Reboot mode. Valid values are: cold warm hard soft gpio
Dsysfs-driver-intel_sdsi69 configuration is updated. A cold reboot is required to fully
/linux-5.19.10/Documentation/devicetree/bindings/watchdog/
Dst_lpc_wdt.txt30 - st,warm-reset : If present reset type will be 'warm' - if not it will be cold
/linux-5.19.10/Documentation/devicetree/bindings/iio/temperature/
Dadi,ltc2983.yaml108 adi,cold-junction-handle:
111 the thermocouple cold junction temperature.
155 as a cold junction temperature element on an isothermal block
408 adi,cold-junction-handle = <&diode5>;
/linux-5.19.10/Documentation/x86/x86_64/
Dboot-options.rst126 Don't set the cold reboot flag
127 cold
128 Set the cold reboot flag
132 Use the keyboard controller. cold reset (default)
/linux-5.19.10/drivers/thermal/qcom/
DKconfig10 Also able to set threshold temperature for both hot and cold and update
/linux-5.19.10/Documentation/driver-api/dmaengine/
Dpxa_dma.rst148 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1
163 cold chained to tx5
/linux-5.19.10/mm/damon/
DKconfig88 that not accessed for a long time (cold) using DAMON and reclaim
/linux-5.19.10/Documentation/devicetree/bindings/regulator/
Dnxp,pca9450-regulator.yaml92 When WDOG_B signal is asserted a warm reset will be done instead of cold

12