Searched refs:cold (Results 1 - 180 of 180) sorted by relevance

/linux-4.4.14/include/linux/
H A Dpagevec.h19 unsigned long cold; member in struct:pagevec
36 static inline void pagevec_init(struct pagevec *pvec, int cold) pagevec_init() argument
39 pvec->cold = cold; pagevec_init()
H A Dste_modem_shm.h28 * @power: Main power switch, used for cold-start or complete power off.
H A Dgfp.h158 * future. Where possible, a cache-cold page will be returned.
491 extern void free_hot_cold_page(struct page *page, bool cold);
492 extern void free_hot_cold_page_list(struct list_head *list, bool cold);
H A Dcompiler-gcc.h165 /* Mark functions as cold. gcc will assume any path leading to a call
H A Dcompiler.h403 * Tell gcc if a function is cold. The compiler will assume any path
H A Df2fs_fs.h246 __le32 flag; /* include cold/fsync/dentry marks and offset */
H A Dipmi.h224 * maintenance mode for 30 seconds if it sees a cold reset, a warm
H A Dpagemap.h104 void release_pages(struct page **pages, int nr, bool cold);
H A Dslab.h427 * %__GFP_COLD - Request cache-cold pages instead of
H A Dskbuff.h2359 * 1. This is for device Rx, therefor a cold page is preferred. __dev_alloc_pages()
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Ddvb-usb-init.c176 static struct dvb_usb_device_description *dvb_usb_find_device(struct usb_device *udev, struct dvb_usb_device_properties *props, int *cold) dvb_usb_find_device() argument
181 *cold = -1; dvb_usb_find_device()
186 deb_info("check for cold %x %x\n", props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold_ids[j]->idProduct); dvb_usb_find_device()
189 *cold = 1; dvb_usb_find_device()
202 *cold = 0; dvb_usb_find_device()
210 props->identify_state(udev, props, &desc, cold); dvb_usb_find_device()
242 int ret = -ENOMEM, cold = 0; dvb_usb_device_init() local
247 if ((desc = dvb_usb_find_device(udev, props, &cold)) == NULL) { dvb_usb_device_init()
252 if (cold) { dvb_usb_device_init()
253 info("found a '%s' in cold state, will try to load a firmware", desc->name); dvb_usb_device_init()
H A Da800.c32 /* assure to put cold to 0 for iManufacturer == 1 */ a800_identify_state()
34 struct dvb_usb_device_description **desc, int *cold) a800_identify_state()
36 *cold = udev->descriptor.iManufacturer != 1; a800_identify_state()
33 a800_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) a800_identify_state() argument
H A Ddib0700.h66 struct dvb_usb_device_description **desc, int *cold);
H A Dtechnisat-usb2.c328 struct dvb_usb_device_description **desc, int *cold) technisat_usb2_identify_state()
339 *cold = 0; /* by default do not download a firmware - just in case something is wrong */ technisat_usb2_identify_state()
348 *cold = 1; technisat_usb2_identify_state()
351 *cold = 0; technisat_usb2_identify_state()
326 technisat_usb2_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) technisat_usb2_identify_state() argument
H A Ddigitv.c91 int *cold) digitv_identify_state()
93 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; digitv_identify_state()
89 digitv_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) digitv_identify_state() argument
H A Daz6027.c1059 int *cold) az6027_identify_state()
1078 *cold = ret <= 0; az6027_identify_state()
1080 deb_info("cold: %d\n", *cold); az6027_identify_state()
1056 az6027_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) az6027_identify_state() argument
H A Ddib0700_core.c343 struct dvb_usb_device_description **desc, int *cold) dib0700_identify_state()
358 *cold = ret <= 0; dib0700_identify_state()
359 deb_info("cold: %d\n", *cold); dib0700_identify_state()
342 dib0700_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) dib0700_identify_state() argument
H A Daf9005.c953 int *cold) af9005_identify_state()
962 *cold = 1; af9005_identify_state()
964 *cold = 0; af9005_identify_state()
967 deb_info("Identify state cold = %d\n", *cold); af9005_identify_state()
950 af9005_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) af9005_identify_state() argument
H A Dttusb2.c456 int *cold) ttusb2_identify_state()
458 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0; ttusb2_identify_state()
454 ttusb2_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) ttusb2_identify_state() argument
H A Dcxusb.c1380 * have non-default values to decide whether the device is actually cold or
1386 int *cold) bluebird_fx2_identify_state()
1388 int wascold = *cold; bluebird_fx2_identify_state()
1390 *cold = udev->descriptor.bDeviceClass == 0xff && bluebird_fx2_identify_state()
1394 if (*cold && !wascold) bluebird_fx2_identify_state()
1383 bluebird_fx2_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) bluebird_fx2_identify_state() argument
H A Ddvb-usb.h238 * @identify_state: called to determine the state (cold or warm), when it
H A Dm920x.c474 int *cold) m920x_identify_state()
479 *cold = (alt == NULL) ? 1 : 0; m920x_identify_state()
471 m920x_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) m920x_identify_state() argument
H A Ddw2102.c944 int *cold) su3000_identify_state()
948 *cold = 0; su3000_identify_state()
941 su3000_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, struct dvb_usb_device_description **desc, int *cold) su3000_identify_state() argument
H A Ddib0700_devices.c1595 /* max freq ; cold slope ; cold offset ; warm slope ; warm offset ; wbd gain */
/linux-4.4.14/arch/mips/ath25/
H A Dar5312_regs.h100 #define AR5312_RESET_SYSTEM 0x00000001 /* cold reset full system */
101 #define AR5312_RESET_PROC 0x00000002 /* cold reset MIPS core */
102 #define AR5312_RESET_WLAN0 0x00000004 /* cold reset WLAN MAC/BB */
103 #define AR5312_RESET_EPHY0 0x00000008 /* cold reset ENET0 phy */
104 #define AR5312_RESET_EPHY1 0x00000010 /* cold reset ENET1 phy */
105 #define AR5312_RESET_ENET0 0x00000020 /* cold reset ENET0 MAC */
106 #define AR5312_RESET_ENET1 0x00000040 /* cold reset ENET1 MAC */
107 #define AR5312_RESET_UART0 0x00000100 /* cold reset UART0 */
108 #define AR5312_RESET_WLAN1 0x00000200 /* cold reset WLAN MAC/BB */
109 #define AR5312_RESET_APB 0x00000400 /* cold reset APB ar5312 */
H A Dar2315_regs.h89 #define AR2315_RESET_EPHY0 0x00000400 /* cold reset ENET0 phy */
90 #define AR2315_RESET_ENET0 0x00000800 /* cold reset ENET0 MAC */
/linux-4.4.14/arch/arm/mach-tegra/
H A Dplatsmp.c83 * The power up sequence of cold boot CPU and warm boot CPU tegra30_boot_secondary()
91 * For cold boot CPU, do not wait. After the cold boot CPU be tegra30_boot_secondary()
106 * The power status of the cold boot CPU is power gated as tegra30_boot_secondary()
107 * default. To power up the cold boot CPU, the power should tegra30_boot_secondary()
/linux-4.4.14/include/trace/events/
H A Dkmem.h197 TP_PROTO(struct page *page, int cold),
199 TP_ARGS(page, cold),
203 __field( int, cold )
208 __entry->cold = cold;
211 TP_printk("page=%p pfn=%lu order=0 cold=%d",
214 __entry->cold)
/linux-4.4.14/drivers/firmware/
H A Dqcom_scm-64.c18 * qcom_scm_set_cold_boot_addr() - Set the cold boot address for cpus
22 * Set the cold boot address of the cpus. Any cpu outside the supported
H A Dqcom_scm.c27 * qcom_scm_set_cold_boot_addr() - Set the cold boot address for cpus
31 * Set the cold boot address of the cpus. Any cpu outside the supported
H A Dqcom_scm-32.c382 * Set the cold/warm boot address for one of the CPU cores.
398 * qcom_scm_set_cold_boot_addr() - Set the cold boot address for cpus
402 * Set the cold boot address of the cpus. Any cpu outside the supported
/linux-4.4.14/net/wimax/
H A Dop-reset.c27 * however, when that fails, it falls back to a cold reset (that will
52 * -%ENODEV if a cold/bus reset had to be done (device has
/linux-4.4.14/kernel/trace/
H A Dtrace_benchmark.c28 * it simply writes "START". As the first write is cold cache and
60 * The first read is cold cached, keep it separate from the trace_do_benchmark()
/linux-4.4.14/include/linux/power/
H A Dsmb347-charger.h57 * @soft_cold_temp_limit: soft cold temperature limit [%0 - %15] (in degree C),
61 * @hard_cold_temp_limit: hard cold temperature limit [%-5 - %10] (in degree C),
/linux-4.4.14/arch/arm/mach-imx/
H A Dsrc.c134 * force warm reset sources to generate cold reset imx_src_init()
H A Dmach-pcm043.c272 /* cold reset */ pcm043_ac97_cold_reset()
/linux-4.4.14/sound/soc/au1x/
H A Dpsc-ac97.c164 /* disable PSC during cold reset */ au1xpsc_ac97_cold_reset()
170 /* issue cold reset */ au1xpsc_ac97_cold_reset()
470 /* after this point the ac97 core will cold-reset the codec. au1xpsc_ac97_drvresume()
471 * During cold-reset the PSC is reinitialized and the last au1xpsc_ac97_drvresume()
H A Dac97c.c178 printk(KERN_ERR "ac97c: codec not ready after cold reset\n"); au1xac97c_ac97_cold_reset()
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c64 * LME2510: SHARP:BS2F7HZ0194(MV0194) cannot cold reset and share system
65 * with other tuners. After a cold reset streaming will not start.
722 static const char *lme_firmware_switch(struct dvb_usb_device *d, int cold) lme_firmware_switch() argument
730 cold = (cold > 0) ? (cold & 1) : 0; lme_firmware_switch()
741 cold = 0; lme_firmware_switch()
764 cold = 0; lme_firmware_switch()
784 cold = 0; lme_firmware_switch()
798 if (cold) { lme_firmware_switch()
H A Ddvb_usb.h206 * @identify_state: called to determine the firmware state (cold or warm) and
H A Daz6007.c866 ret == WARM ? "warm" : "cold"); az6007_identify_state()
H A Ddvb_usb_core.c960 "%s: found a '%s' in cold state\n", dvb_usbv2_probe()
/linux-4.4.14/fs/f2fs/
H A Dnode.h344 * - Mark cold files in f2fs_inode_info
345 * - Mark cold node blocks in their node footer
346 * - Mark cold data pages in page cache
H A Dgc.c400 * On validity, copy that node with cold status, otherwise (invalid node)
662 * data block validity. If the block is valid, copy that with cold status and
H A Dnamei.c106 * Set multimedia files as cold files for hot/cold data separation
H A Dsegment.h233 DIRTY_COLD_DATA, /* dirty segments assigned as cold data logs */
236 DIRTY_COLD_NODE, /* dirty segments assigned as cold node logs */
H A Drecovery.c371 * Deprecated; xattr blocks should be found from cold log. do_recover_data()
H A Df2fs.h564 * When considering hot and cold data separation to reduce cleaning overhead,
565 * we split 3 for data logs and 3 for node logs as hot, warm, and cold types,
H A Ddata.c1204 * The major change is making write step of cold data page separately from
H A Dfile.c95 /* if gced page is attached, don't write to cold segment */ f2fs_vm_page_mkwrite()
H A Dsegment.c1916 * #1, flush sit entries to journal in current cold data summary block. flush_sit_entries()
/linux-4.4.14/sound/
H A Dac97_bus.c54 * returns 1. Otherwise or if @try_warm is false the function issues cold reset
/linux-4.4.14/drivers/platform/chrome/
H A Dcros_ec_sysfs.c47 "ro|rw|cancel|cold|disable-jump|hibernate"); show_ec_reboot()
65 {"cold", EC_REBOOT_COLD, 0}, store_ec_reboot()
/linux-4.4.14/drivers/extcon/
H A Dextcon-axp288.c128 "Last wake caused by cold reset",
130 "Last shutdown caused by SOC initiated cold off",
H A Dextcon-palmas.c178 /* cold plug for host mode needs this delay */ palmas_enable_irq()
/linux-4.4.14/drivers/ata/
H A Dahci_tegra.c334 tegra->sata_cold_rst = devm_reset_control_get(&pdev->dev, "sata-cold"); tegra_ahci_probe()
336 dev_err(&pdev->dev, "Failed to get sata-cold reset\n"); tegra_ahci_probe()
H A Dahci.h147 PORT_IRQ_COLD_PRES = (1 << 31), /* cold presence detect */
H A Dlibata-acpi.c880 * For ATAPI, runtime D3 cold is only allowed ata_acpi_choose_suspend_state()
H A Dsata_nv.c426 * failure on cold boot with the standard debouncing timing.
/linux-4.4.14/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c306 "cold-reset will be performed\n"); mpc5200_psc_ac97_gpio_reset()
323 /* Assert cold reset */ mpc5200_psc_ac97_gpio_reset()
/linux-4.4.14/arch/arm/mach-omap2/
H A Dprm3xxx.c506 * omap3xxx_prm_clear_global_cold_reset - checks the global cold reset status
509 * Checks if cold-reset has occurred and clears the status bit if yes. Returns
510 * 1 if cold-reset has occurred, 0 otherwise.
H A Dcontrol.c294 * Clears the scratchpad contents in case of cold boot-
/linux-4.4.14/drivers/gpio/
H A Dgpio-brcmstb.c264 /* Enable GPIO for S5 cold boot */ brcmstb_gpio_reboot()
378 * (e.g., from S5 cold boot) brcmstb_gpio_irq_setup()
498 * be retained from S5 cold boot brcmstb_gpio_probe()
/linux-4.4.14/drivers/scsi/
H A Dqlogicfas408.h20 without requiring a cold boot. It does take some time to recover from a
/linux-4.4.14/drivers/irqchip/
H A Dirq-brcmstb-l2.c139 /* Wakeup interrupts may be retained from S5 (cold boot) */ brcmstb_l2_intc_of_init()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dpci.c2244 /* Some hardware revisions (e.g. CUS223v2) has issues with cold reset. ath10k_pci_qca988x_chip_reset()
2261 * reset. In most cases this needs cold reset. In some of these ath10k_pci_qca988x_chip_reset()
2262 * cases the device is in such a state that a cold reset may ath10k_pci_qca988x_chip_reset()
2289 ath10k_warn(ar, "refusing cold reset as requested\n"); ath10k_pci_qca988x_chip_reset()
2295 ath10k_warn(ar, "failed to cold reset: %d\n", ret); ath10k_pci_qca988x_chip_reset()
2301 ath10k_warn(ar, "failed to wait for target after cold reset: %d\n", ath10k_pci_qca988x_chip_reset()
2306 ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot qca988x chip reset complete (cold)\n"); ath10k_pci_qca988x_chip_reset()
2317 /* FIXME: QCA6174 requires cold + warm reset to work. */ ath10k_pci_qca6174_chip_reset()
2321 ath10k_warn(ar, "failed to cold reset: %d\n", ret); ath10k_pci_qca6174_chip_reset()
2327 ath10k_warn(ar, "failed to wait for target after cold reset: %d\n", ath10k_pci_qca6174_chip_reset()
2338 ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot qca6174 chip reset complete (cold)\n"); ath10k_pci_qca6174_chip_reset()
2351 ath10k_warn(ar, "failed to cold reset: %d\n", ret); ath10k_pci_qca99x0_chip_reset()
2357 ath10k_warn(ar, "failed to wait for target after cold reset: %d\n", ath10k_pci_qca99x0_chip_reset()
2362 ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot qca99x0 chip reset complete (cold)\n"); ath10k_pci_qca99x0_chip_reset()
2863 ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot cold reset\n"); ath10k_pci_cold_reset()
2889 ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot cold reset complete\n"); ath10k_pci_cold_reset()
H A Ddebug.c563 * vdev id. This is hard firmware crash because it is recoverable only by cold
/linux-4.4.14/arch/arm/mach-shmobile/
H A Dregulator-quirk-rcar-gen2.c8 * After cold boot or da9063-induced restart, both the da9063 and da9210 seem
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c385 * @t_cold: cold temperature value to trigger alert signal
420 * threshold cold
422 * It will program the required thresholds (hot and cold) for TALERT signal.
552 * threshold cold
554 * It will update the required thresholds (hot and cold) for TALERT signal.
605 * threshold cold
607 * It will fetch the required thresholds (hot and cold) for TALERT signal.
1162 * TALERT is a normal IRQ and it is fired any time thresholds (hot or cold)
H A Dti-bandgap.h102 * @status_cold_mask: mask to bandgap_status.cold
/linux-4.4.14/sound/soc/cirrus/
H A Dep93xx-ac97.c202 * For doing cold reset, we disable the AC97 controller interface, clear ep93xx_ac97_cold_reset()
215 dev_warn(info->dev, "codec cold reset timeout\n"); ep93xx_ac97_cold_reset()
/linux-4.4.14/mm/
H A Dswap.c443 release_pages(pvec->pages, pvec->nr, pvec->cold); pagevec_lru_move_fn()
904 * @cold: whether the pages are cache cold
909 void release_pages(struct page **pages, int nr, bool cold) release_pages() argument
970 free_hot_cold_page_list(&pages_to_free, cold); release_pages()
987 release_pages(pvec->pages, pagevec_count(pvec), pvec->cold); __pagevec_release()
H A Dpage_alloc.c13 * Per cpu hot/cold page lists, bulk allocation, Martin J. Bligh, Sept 2002
1835 int migratetype, bool cold) rmqueue_bulk()
1854 if (likely(!cold)) rmqueue_bulk()
2042 * cold == true ? free a cold page : free a hot page
2044 void free_hot_cold_page(struct page *page, bool cold) free_hot_cold_page() argument
2076 if (!cold) free_hot_cold_page()
2094 void free_hot_cold_page_list(struct list_head *list, bool cold) free_hot_cold_page_list() argument
2099 trace_mm_page_free_batched(page, cold); list_for_each_entry_safe()
2100 free_hot_cold_page(page, cold); list_for_each_entry_safe()
2217 bool cold = ((gfp_flags & __GFP_COLD) != 0); buffered_rmqueue() local
2229 migratetype, cold); buffered_rmqueue()
2234 if (cold) buffered_rmqueue()
1833 rmqueue_bulk(struct zone *zone, unsigned int order, unsigned long count, struct list_head *list, int migratetype, bool cold) rmqueue_bulk() argument
H A Dmemory.c2990 * if page by the offset is not ready to be mapped (cold cache or do_read_fault()
/linux-4.4.14/drivers/sbus/char/
H A Dbbc_envctrl.c207 /* We do not try to avoid 'too cold' events. Basically we analyze_ambient_temp()
262 /* We do not try to avoid 'too cold' events. Basically we analyze_cpu_temp()
/linux-4.4.14/drivers/macintosh/
H A Dtherm_adt746x.c262 /* don't stop fan if sensor2 is cold and sensor1 is not update_fans_speed()
263 * so cold (lastvar >= -1) */ update_fans_speed()
/linux-4.4.14/arch/arm/mach-pxa/
H A Dmioa701.c432 * - if edge detect on PWR_SCL(GPIO3), then proceed to cold start
433 * - or if value at 0xa020b000 not equal to 0x0f0f0f0f, proceed to cold start
/linux-4.4.14/drivers/staging/vt6656/
H A Ddevice.h188 #define DEVICE_INIT_COLD 0x0 /* cold init */
/linux-4.4.14/sound/arm/
H A Dpxa2xx-ac97-lib.c255 printk(KERN_INFO "%s: cold reset timeout (GSR=%#lx)\n", pxa2xx_ac97_try_cold_reset()
/linux-4.4.14/sound/pci/ice1712/
H A Denvy24ht.h153 #define VT1724_AC97_COLD 0x80 /* cold reset */
H A Djuli.c244 /* AK5385 first, since it requires cold reset affecting both codecs */ juli_akm_set_rate_val()
251 /* cold reset */ juli_akm_set_rate_val()
H A Dice1712.h68 #define ICE1712_AC97_COLD 0x80 /* cold reset */
H A Dice1724.c1499 /* cold reset */ snd_vt1724_ac97_mixer()
/linux-4.4.14/sound/soc/fsl/
H A Dmpc5200_psc_ac97.c118 dev_dbg(psc_dma->dev, "cold reset\n"); psc_ac97_cold_reset()
/linux-4.4.14/sound/soc/nuc900/
H A Dnuc900-ac97.c185 /* cold reset AC 97 */ nuc900_ac97_cold_reset()
/linux-4.4.14/sound/soc/sh/
H A Dhac.c43 #define CR_CDRT (1 << 11) /* cold reset */
/linux-4.4.14/drivers/watchdog/
H A Dacquirewdt.c32 * reset (cold boot) or a non-maskable interrupt (NMI) to bring the
H A Die6xx_wdt.c79 "Resetmode bits: 0x08 warm reset (cold reset otherwise), "
H A Dst_lpc_wdt.c273 st_wdog->warm_reset ? "warm" : "cold"); st_wdog_probe()
H A Dpcwd.c17 * "cold reboot sense" entry.
/linux-4.4.14/drivers/hwmon/
H A Dadm9240.c696 } else { /* cold start: open limits before starting chip */ adm9240_init_client()
718 "cold start: config was 0x%02x mode %u\n", conf, mode); adm9240_init_client()
/linux-4.4.14/drivers/video/fbdev/aty/
H A Dradeonfb.h282 radeon_pm_off = 0x00000002, /* Can resume from D3 cold */
H A Dradeon_pm.c2742 " D3 cold, need softboot !", pci_name(pdev)); radeonfb_pci_resume()
2829 * D2 on M6, M7 and M9, and we can resume from D3 cold a few other radeonfb_pm_init()
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Ddebugfs.c196 * Write 0 to ask the device to soft reset, 1 to cold reset, 2 to bus
H A Dusb.c242 * Reset a device at different levels (warm, cold or bus)
247 * Warm and cold resets get a USB reset if they fail.
334 rt == I2400M_RT_WARM ? "warm" : "cold", result); i2400mu_bus_reset()
H A Ddriver.c170 * Do a warm reset on the device; if it fails, resort to a cold reset
175 * to cold reset if warm fails.
H A Di2400m.h292 * If warm or cold reset fail, this function is expected to do a
H A Dfw.c876 * what to send to it -- cold reset and bus reset seem to have little
/linux-4.4.14/drivers/power/
H A Dwm8350_power.c419 wm8350_charger_handler, 0, "Battery cold", wm8350); wm8350_init_charger()
H A Dcharger-manager.c359 * bacause of emergency causes; when the battery is overheated or too cold.
687 * Check temperature whether overheat or cold. _cm_monitor()
1546 of_property_read_u32(np, "cm-battery-cold", &desc->temp_min); of_cm_parse_desc()
1547 if (of_get_property(np, "cm-battery-cold-in-minus", NULL)) of_cm_parse_desc()
H A D88pm860x_battery.c574 temp = -30; /* over cold , suppose -30 roughly */ measure_temp()
H A Dmax17042_battery.c812 if (of_property_read_s32(np, "maxim,cold-temp", &pdata->temp_min)) max17042_get_pdata()
/linux-4.4.14/arch/alpha/include/asm/
H A Dxor.h853 faster in the cold cache case. */
/linux-4.4.14/arch/alpha/kernel/
H A Dprocess.c104 flags |= 0x00020000UL; /* "cold bootstrap" */ common_shutdown_1()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dm88ds3103.c645 /* set cold state by default */ m88ds3103_init()
677 /* cold state - try to download firmware */ m88ds3103_init()
678 dev_info(&client->dev, "found a '%s' in cold state\n", m88ds3103_init()
H A Dtda10071.c849 /* cold state - try to download firmware */ tda10071_init()
886 "found a '%s' in cold state, will try to load a firmware\n", tda10071_init()
H A Dbcm3510.c821 if ((v.REVID_e0.REV != 0x1 && v.REVID_e0.LAYER != 0xb) && /* cold */ bcm3510_attach()
H A Dm88rs2000.c448 /* Setup frontend from shutdown/cold */ m88rs2000_init()
H A Daf9013.c1373 dev_info(&state->i2c->dev, "%s: found a '%s' in cold state, will try " \ af9013_download_firmware()
H A Dstv090x.c2156 lock = stv090x_get_dmdlock(state, timeout_lock); /* cold start wait */ stv090x_get_coldlock()
3244 /* if cold start or warm (Symbolrate is known) stv090x_algo()
/linux-4.4.14/include/net/
H A Dwimax.h246 * node. If that is not possible, it falls back to a cold reset
286 * If that fails, it should resort to some sort of cold or bus
291 * reset is complete. In case of having had to resort to bus/cold
/linux-4.4.14/sound/pci/
H A Dintel8x0m.c125 #define ICH_AC97COLD 0x00000002 /* AC'97 cold reset */
876 /* clear the cold-reset bit for the next chance */ snd_intel8x0m_mixer()
902 /* finish cold or do warm reset */ snd_intel8x0m_ich_chip_init()
H A Dintel8x0.c187 #define ICH_AC97COLD 0x00000002 /* AC'97 cold reset */
2378 /* clear the cold-reset bit for the next chance */ snd_intel8x0_mixer()
2419 /* do cold reset - the full ac97 powerdown may leave the controller snd_intel8x0_ich_chip_cold_reset()
2443 /* finish cold or do warm reset */ snd_intel8x0_ich_chip_reset()
H A Dfm801.c1090 /* codec cold reset + AC'97 warm reset */ snd_fm801_chip_init()
H A Dsis7019.c1416 * the AC97 cold reset. We default to a single codec, the primary. snd_sis7019_probe()
/linux-4.4.14/drivers/usb/renesas_usbhs/
H A Dcommon.c671 * manual call notify_hotplug for cold plug usbhs_probe()
/linux-4.4.14/drivers/staging/media/mn88472/
H A Dmn88472.c289 /* set cold state by default */ mn88472_init()
/linux-4.4.14/drivers/staging/media/mn88473/
H A Dmn88473.c249 /* set cold state by default */ mn88473_init()
/linux-4.4.14/drivers/media/rc/
H A Diguanair.c228 * On cold boot, the iguanair initializes on the first packet iguanair_get_features()
/linux-4.4.14/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c361 * INS bits of the cold-inserted devices.
/linux-4.4.14/kernel/locking/
H A Dqspinlock.c371 * We touched a (possibly) cold cacheline in the per-cpu queue node; queued_spin_lock_slowpath()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_actlog.c351 nr_al_extents = 1 + last - first; /* worst case: all touched extends are cold. */ drbd_al_begin_io_nonblock()
366 * or requests to "cold" extents could be starved. */ drbd_al_begin_io_nonblock()
H A Ddrbd_req.c1430 * requests to "cold" extents. do_submit()
/linux-4.4.14/arch/ia64/kernel/
H A Dmca_asm.S430 // value of cold boot (MCA) or warm boot (INIT) and return to the same
508 st8 [temp1]=r12 // os_status, default is cold boot
/linux-4.4.14/drivers/media/usb/siano/
H A Dsmsusb.c537 pr_info("stellar device in cold state was found at %s.\n", smsusb_probe()
/linux-4.4.14/drivers/bcma/
H A Ddriver_pci_host.c489 * at least 100 ms from the end of a reset (cold/warm/hot) bcma_core_pci_hostmode_init()
/linux-4.4.14/arch/x86/kernel/cpu/microcode/
H A Damd.c308 * cold boot, AP will apply_ucode_in_initrd() just like the BSP. During
/linux-4.4.14/arch/x86/kernel/
H A Dreboot.c534 /* Tell the BIOS if we want cold or warm reboot */ native_machine_emergency_restart()
/linux-4.4.14/arch/arm64/kernel/
H A Dhw_breakpoint.c857 * When a CPU goes through cold-boot, it does not have any installed hw_breakpoint_reset()
/linux-4.4.14/sound/mips/
H A Dau1x00.c680 /* Initialise External CODEC -- cold reset */ au1000_ac97_probe()
/linux-4.4.14/sound/soc/codecs/
H A Dwm9712.c633 /* Sync reg_cache with the hardware after cold reset */ wm9712_soc_resume()
H A Dwm9081.c839 /* Initial cold start */ wm9081_set_bias_level()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dinit.c1677 ath6kl_dbg(ATH6KL_DBG_BOOT, "cold resetting the device"); ath6kl_init_hw_reset()
1718 * needs a reset. A cold reset makes the whole device __ath6kl_init_hw_start()
/linux-4.4.14/sound/isa/wavefront/
H A Dwavefront_synth.c1881 interrupt. This can take a *long* time after a cold boot, wavefront_reset_to_cleanliness()
1885 the difference between a warm and a cold boot, so wavefront_reset_to_cleanliness()
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c752 dev_dbg(dev->dev, "PLL lock protect on - too cold\n"); mt7601u_temp_comp()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c489 /* skipping cold reboot MAGIC */ qlcnic_pinit_from_rom()
H A Dqlcnic_83xx_init.c1238 /* First to load function should cold boot the device */ qlcnic_83xx_idc_first_to_load_function_handler()
/linux-4.4.14/drivers/atm/
H A Dfore200e.h720 BSTAT_COLD_START = (u32) 0xc01dc01d, /* cold start */
/linux-4.4.14/net/rds/
H A Dsend.c252 * queue pair to error state. We cold possibly rds_send_xmit()
/linux-4.4.14/sound/oss/
H A Dopl3.c213 * only after a cold boot. In addition the OPL4 port opl3_detect()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhw.c1280 * - doing a cold reset
1867 /* Save TSF before chip reset, a cold reset clears it */ ath9k_hw_reset()
/linux-4.4.14/sound/pci/trident/
H A Dtrident_main.c3246 /* initialize serial interface, force cold reset */ snd_trident_sis_reset()
3250 /* remove cold reset */ snd_trident_sis_reset()
/linux-4.4.14/drivers/usb/host/
H A Dxhci-hub.c291 * the AUX well and they aren't changed by a hot, warm, or cold reset.
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dlu_object.c308 * Free \a nr objects from the cold end of the site LRU list.
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Dphy.c1595 /* cold reset BB/ADDA */ carl9170_set_channel()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c501 /* skipping cold reboot MAGIC */ netxen_pinit_from_rom()
/linux-4.4.14/drivers/net/ethernet/amd/
H A Damd8111e.c1678 pci_enable_wake(pci_dev, PCI_D3cold, 0); /* D3 cold */ amd8111e_resume()
/linux-4.4.14/drivers/dma/
H A Dpxa_dma.c865 __func__, vd, cookie, vd_chained ? "cold" : "not"); pxad_tx_submit()
/linux-4.4.14/fs/
H A Ddirect-io.c1331 * submit everything. Since it's likely to be cache cold __blockdev_direct_IO()
/linux-4.4.14/fs/ocfs2/
H A Dinode.c420 * To improve performance of cold-cache inode stats, we take ocfs2_read_locked_inode()
/linux-4.4.14/include/uapi/linux/
H A Dpci_regs.h241 #define PCI_PM_CAP_PME_D3cold 0x8000 /* PME# from D3 (cold) */
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c2200 * Restart the card from scratch, as if from a cold-boot.
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c2511 * Restart the card from scratch, as if from a cold-boot. Implementation
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c4077 * Restart the card from scratch, as if from a cold-boot.
4080 * set up identically to what it was at cold boot.
/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_nx.c1114 /* skipping cold reboot MAGIC */ qla4_82xx_pinit_from_rom()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Ds626.c2701 * or cold start). This is necessary because the gate array will s626_initialize()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2532 * Restart the card from scratch, as if from a cold-boot. Implementation
/linux-4.4.14/drivers/net/ethernet/via/
H A Dvia-velocity.c1315 * @type: type of initialisation (hot or cold)
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c516 * Restart the card from scratch, as if from a cold-boot. Implementation
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c3014 * Restart the card from scratch, as if from a cold-boot.
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c2745 * Restart the card from scratch, as if from a cold-boot. Implementation
/linux-4.4.14/kernel/power/
H A Dsnapshot.c1858 /* During allocating of suspend pagedir, new cold pages may appear. swsusp_save()
/linux-4.4.14/sound/pci/cs46xx/
H A Dcs46xx_lib.c3178 /* This may happen on a cold boot with a Terratec SiXPack 5.1. snd_cs46xx_chip_init()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_init.c10021 * reset to restart the PCI card from scratch, as if from a cold-boot.
10770 * restart the PCI card from scratch, as if from a cold-boot. During the
11049 * from scratch, as if from a cold-boot. When this routine is invoked, it
/linux-4.4.14/drivers/net/ethernet/neterion/
H A Ds2io.c8589 * Restart the card from scratch, as if from a cold-boot.
8592 * set up identically to what it was at cold boot.
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dnet2280.c1957 ep_warn(dev, "It will operate on cold-reboot and SS connect"); defect7374_enable_data_eps_zero()
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c2580 * need time to settle after an init from cold. The second hfa384x_drvr_start()
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_nx.c1256 /* skipping cold reboot MAGIC */ qla82xx_pinit_from_rom()
/linux-4.4.14/drivers/staging/octeon-usb/
H A Docteon-hcd.c953 * in such case. This is seen to happen after cold boot on DSR-1000N. cvmx_usb_initialize()
/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c284 [PVR2_STATE_COLD] = "cold",
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4180 * Restart the card from scratch, as if from a cold-boot. Implementation
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
H A De1000_main.c5263 * Restart the card from scratch, as if from a cold-boot. Implementation
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dbnx2.c8734 * Restart the card from scratch, as if from a cold-boot.
H A Dtg3.c18189 * Restart the card from scratch, as if from a cold-boot.
18192 * set up identically to what it was at cold boot.
/linux-4.4.14/kernel/
H A Dcgroup.c2102 * path is super cold. Let's just sleep a bit and retry. for_each_root()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6768 * Restart the card from scratch, as if from a cold-boot. Implementation
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A Digb_main.c7629 * Restart the card from scratch, as if from a cold-boot. Implementation
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9237 * Restart the card from scratch, as if from a cold-boot.
/linux-4.4.14/kernel/sched/
H A Dfair.c5697 * 2) task is cache cold, or can_migrate_task()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c14171 * Restart the card from scratch, as if from a cold-boot.

Completed in 8407 milliseconds