/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | charger-manager.txt | 26 -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;
|
D | max17042_battery.txt | 14 - maxim,cold-temp : Temperature threshold to report battery 15 as cold (in tenths of degree Celsius).
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | dvb-usb-init.c | 177 …n *dvb_usb_find_device(struct usb_device *udev, struct dvb_usb_device_properties *props, int *cold) in dvb_usb_find_device() argument 182 *cold = -1; in dvb_usb_find_device() 190 *cold = 1; in dvb_usb_find_device() 203 *cold = 0; in dvb_usb_find_device() 211 props->identify_state(udev, props, &desc, cold); in dvb_usb_find_device() 243 int ret = -ENOMEM, cold = 0; in dvb_usb_device_init() local 248 if ((desc = dvb_usb_find_device(udev, props, &cold)) == NULL) { in dvb_usb_device_init() 253 if (cold) { in dvb_usb_device_init()
|
D | a800.c | 34 struct dvb_usb_device_description **desc, int *cold) in a800_identify_state() argument 36 *cold = udev->descriptor.iManufacturer != 1; in a800_identify_state()
|
D | technisat-usb2.c | 334 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()
|
D | dib0700.h | 68 struct dvb_usb_device_description **desc, int *cold);
|
D | digitv.c | 98 int *cold) in digitv_identify_state() argument 100 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in digitv_identify_state()
|
D | af9005.c | 969 int *cold) in af9005_identify_state() argument 984 *cold = 1; in af9005_identify_state() 986 *cold = 0; in af9005_identify_state() 989 deb_info("Identify state cold = %d\n", *cold); in af9005_identify_state()
|
D | az6027.c | 1059 int *cold) in az6027_identify_state() argument 1078 *cold = ret <= 0; in az6027_identify_state() 1080 deb_info("cold: %d\n", *cold); in az6027_identify_state()
|
D | dib0700_core.c | 379 struct dvb_usb_device_description **desc, int *cold) in dib0700_identify_state() argument 394 *cold = ret <= 0; in dib0700_identify_state() 395 deb_info("cold: %d\n", *cold); in dib0700_identify_state()
|
D | ttusb2.c | 475 int *cold) in ttusb2_identify_state() argument 477 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; in ttusb2_identify_state()
|
D | cxusb.c | 1256 int *cold) in bluebird_fx2_identify_state() argument 1258 int wascold = *cold; in bluebird_fx2_identify_state() 1260 *cold = udev->descriptor.bDeviceClass == 0xff && in bluebird_fx2_identify_state() 1264 if (*cold && !wascold) in bluebird_fx2_identify_state()
|
D | m920x.c | 467 int *cold) in m920x_identify_state() argument 472 *cold = (alt == NULL) ? 1 : 0; in m920x_identify_state()
|
/Linux-v4.19/drivers/thermal/qcom/ |
D | Kconfig | 10 Also able to set threshold temperature for both hot and cold and update
|
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/ |
D | lmedm04.c | 718 static const char *lme_firmware_switch(struct dvb_usb_device *d, int cold) in lme_firmware_switch() argument 726 cold = (cold > 0) ? (cold & 1) : 0; in lme_firmware_switch() 737 cold = 0; in lme_firmware_switch() 760 cold = 0; in lme_firmware_switch() 780 cold = 0; in lme_firmware_switch() 794 if (cold) { in lme_firmware_switch()
|
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/ |
D | st_lpc_wdt.txt | 30 - st,warm-reset : If present reset type will be 'warm' - if not it will be cold
|
/Linux-v4.19/Documentation/devicetree/bindings/ata/ |
D | nvidia,tegra124-ahci.txt | 22 - sata-cold
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | boot-options.txt | 115 warm Don't set the cold reboot flag 116 cold Set the cold reboot flag 118 kbd Use the keyboard controller. cold reset (default)
|
/Linux-v4.19/include/linux/ |
D | compiler_types.h | 213 #define __cold __attribute__((cold))
|
/Linux-v4.19/Documentation/driver-api/dmaengine/ |
D | pxa_dma.rst | 148 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1 163 cold chained to tx5
|
/Linux-v4.19/Documentation/networking/ |
D | ltpc.txt | 109 IRQ autoprobing often doesn't work on a cold boot. To get around
|
/Linux-v4.19/Documentation/trace/ |
D | events-kmem.rst | 52 mm_page_free_batched page=%p pfn=%lu order=%d cold=%d
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 214 - [c] means add/del cold file extension
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-stats.txt | 138 waking cpu because it was cache-cold on its own cpu anyway
|
/Linux-v4.19/Documentation/filesystems/ |
D | f2fs.txt | 94 - Support multi-head logs for static/dynamic hot and cold data separation 126 does not aware of cold files such as media files. 612 - Warm data contains data blocks except hot and cold data blocks
|