Home
last modified time | relevance | path

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

12

/Linux-v5.4/Documentation/devicetree/bindings/power/supply/
Dcharger-manager.txt26 -cold : critical cold temperature of battery for charging
27 -cold-in-minus : flag that cold temperature is in minus degrees
55 cm-battery-cold = <50>;
56 cm-battery-cold-in-minus;
Dmax17042_battery.txt14 - maxim,cold-temp : Temperature threshold to report battery
15 as cold (in tenths of degree Celsius).
/Linux-v5.4/drivers/media/usb/dvb-usb/
Ddvb-usb-init.c187 …n *dvb_usb_find_device(struct usb_device *udev, struct dvb_usb_device_properties *props, int *cold) in dvb_usb_find_device() argument
192 *cold = -1; in dvb_usb_find_device()
200 *cold = 1; in dvb_usb_find_device()
213 *cold = 0; in dvb_usb_find_device()
221 props->identify_state(udev, props, &desc, cold); in dvb_usb_find_device()
253 int ret = -ENOMEM, cold = 0; in dvb_usb_device_init() local
258 if ((desc = dvb_usb_find_device(udev, props, &cold)) == NULL) { in dvb_usb_device_init()
263 if (cold) { in dvb_usb_device_init()
Da800.c31 struct dvb_usb_device_description **desc, int *cold) in a800_identify_state() argument
33 *cold = udev->descriptor.iManufacturer != 1; in a800_identify_state()
Dtechnisat-usb2.c334 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()
Ddib0700.h65 struct dvb_usb_device_description **desc, int *cold);
Ddigitv.c95 int *cold) in digitv_identify_state() argument
97 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in digitv_identify_state()
Daf9005.c960 int *cold) in af9005_identify_state() argument
975 *cold = 1; in af9005_identify_state()
977 *cold = 0; in af9005_identify_state()
980 deb_info("Identify state cold = %d\n", *cold); in af9005_identify_state()
Daz6027.c1056 int *cold) in az6027_identify_state() argument
1075 *cold = ret <= 0; in az6027_identify_state()
1077 deb_info("cold: %d\n", *cold); in az6027_identify_state()
Ddib0700_core.c376 struct dvb_usb_device_description **desc, int *cold) in dib0700_identify_state() argument
391 *cold = ret <= 0; in dib0700_identify_state()
392 deb_info("cold: %d\n", *cold); in dib0700_identify_state()
Dttusb2.c472 int *cold) in ttusb2_identify_state() argument
474 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in ttusb2_identify_state()
Dcxusb.c1365 int *cold) in bluebird_fx2_identify_state() argument
1367 int wascold = *cold; in bluebird_fx2_identify_state()
1369 *cold = udev->descriptor.bDeviceClass == 0xff && in bluebird_fx2_identify_state()
1373 if (*cold && !wascold) in bluebird_fx2_identify_state()
Dm920x.c464 int *cold) in m920x_identify_state() argument
469 *cold = (alt == NULL) ? 1 : 0; in m920x_identify_state()
/Linux-v5.4/drivers/media/usb/dvb-usb-v2/
Dlmedm04.c671 static const char *lme_firmware_switch(struct dvb_usb_device *d, int cold) in lme_firmware_switch() argument
679 cold = (cold > 0) ? (cold & 1) : 0; in lme_firmware_switch()
690 cold = 0; in lme_firmware_switch()
713 cold = 0; in lme_firmware_switch()
733 cold = 0; in lme_firmware_switch()
747 if (cold) { in lme_firmware_switch()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-chromeos23 "cold": Cold reboot.
Dsysfs-fs-f2fs245 - [c] means add/del cold file extension
/Linux-v5.4/drivers/thermal/qcom/
DKconfig10 Also able to set threshold temperature for both hot and cold and update
/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/ata/
Dnvidia,tegra124-ahci.txt22 - sata-cold
/Linux-v5.4/Documentation/x86/x86_64/
Dboot-options.rst133 Don't set the cold reboot flag
134 cold
135 Set the cold reboot flag
139 Use the keyboard controller. cold reset (default)
/Linux-v5.4/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-v5.4/security/
DKconfig.hardening193 cold boot memory attacks unable to recover freed memory contents.
196 touching "cold" memory areas. Most cases see 3-5% impact. Some
/Linux-v5.4/Documentation/networking/
Dltpc.txt109 IRQ autoprobing often doesn't work on a cold boot. To get around
/Linux-v5.4/Documentation/trace/
Devents-kmem.rst52 mm_page_free_batched page=%p pfn=%lu order=%d cold=%d
/Linux-v5.4/Documentation/filesystems/
Df2fs.txt94 - Support multi-head logs for static/dynamic hot and cold data separation
126 does not aware of cold files such as media files.
400 extension_list This enables to change extension_list for hot/cold
716 - Warm data contains data blocks except hot and cold data blocks

12