/linux-4.4.14/include/linux/ |
H A D | pagevec.h | 19 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 D | ste_modem_shm.h | 28 * @power: Main power switch, used for cold-start or complete power off.
|
H A D | gfp.h | 158 * 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 D | compiler-gcc.h | 165 /* Mark functions as cold. gcc will assume any path leading to a call
|
H A D | compiler.h | 403 * Tell gcc if a function is cold. The compiler will assume any path
|
H A D | f2fs_fs.h | 246 __le32 flag; /* include cold/fsync/dentry marks and offset */
|
H A D | ipmi.h | 224 * maintenance mode for 30 seconds if it sees a cold reset, a warm
|
H A D | pagemap.h | 104 void release_pages(struct page **pages, int nr, bool cold);
|
H A D | slab.h | 427 * %__GFP_COLD - Request cache-cold pages instead of
|
H A D | skbuff.h | 2359 * 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 D | dvb-usb-init.c | 176 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 D | a800.c | 32 /* 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 D | dib0700.h | 66 struct dvb_usb_device_description **desc, int *cold);
|
H A D | technisat-usb2.c | 328 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 D | digitv.c | 91 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 D | az6027.c | 1059 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 D | dib0700_core.c | 343 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 D | af9005.c | 953 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 D | ttusb2.c | 456 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 D | cxusb.c | 1380 * 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 D | dvb-usb.h | 238 * @identify_state: called to determine the state (cold or warm), when it
|
H A D | m920x.c | 474 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 D | dw2102.c | 944 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 D | dib0700_devices.c | 1595 /* max freq ; cold slope ; cold offset ; warm slope ; warm offset ; wbd gain */
|
/linux-4.4.14/arch/mips/ath25/ |
H A D | ar5312_regs.h | 100 #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 D | ar2315_regs.h | 89 #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 D | platsmp.c | 83 * 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 D | kmem.h | 197 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 D | qcom_scm-64.c | 18 * 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 D | qcom_scm.c | 27 * 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 D | qcom_scm-32.c | 382 * 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 D | op-reset.c | 27 * 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 D | trace_benchmark.c | 28 * 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 D | smb347-charger.h | 57 * @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 D | src.c | 134 * force warm reset sources to generate cold reset imx_src_init()
|
H A D | mach-pcm043.c | 272 /* cold reset */ pcm043_ac97_cold_reset()
|
/linux-4.4.14/sound/soc/au1x/ |
H A D | psc-ac97.c | 164 /* 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 D | ac97c.c | 178 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 D | lmedm04.c | 64 * 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 D | dvb_usb.h | 206 * @identify_state: called to determine the firmware state (cold or warm) and
|
H A D | az6007.c | 866 ret == WARM ? "warm" : "cold"); az6007_identify_state()
|
H A D | dvb_usb_core.c | 960 "%s: found a '%s' in cold state\n", dvb_usbv2_probe()
|
/linux-4.4.14/fs/f2fs/ |
H A D | node.h | 344 * - 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 D | gc.c | 400 * 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 D | namei.c | 106 * Set multimedia files as cold files for hot/cold data separation
|
H A D | segment.h | 233 DIRTY_COLD_DATA, /* dirty segments assigned as cold data logs */ 236 DIRTY_COLD_NODE, /* dirty segments assigned as cold node logs */
|
H A D | recovery.c | 371 * Deprecated; xattr blocks should be found from cold log. do_recover_data()
|
H A D | f2fs.h | 564 * 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 D | data.c | 1204 * The major change is making write step of cold data page separately from
|
H A D | file.c | 95 /* if gced page is attached, don't write to cold segment */ f2fs_vm_page_mkwrite()
|
H A D | segment.c | 1916 * #1, flush sit entries to journal in current cold data summary block. flush_sit_entries()
|
/linux-4.4.14/sound/ |
H A D | ac97_bus.c | 54 * returns 1. Otherwise or if @try_warm is false the function issues cold reset
|
/linux-4.4.14/drivers/platform/chrome/ |
H A D | cros_ec_sysfs.c | 47 "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 D | extcon-axp288.c | 128 "Last wake caused by cold reset", 130 "Last shutdown caused by SOC initiated cold off",
|
H A D | extcon-palmas.c | 178 /* cold plug for host mode needs this delay */ palmas_enable_irq()
|
/linux-4.4.14/drivers/ata/ |
H A D | ahci_tegra.c | 334 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 D | ahci.h | 147 PORT_IRQ_COLD_PRES = (1 << 31), /* cold presence detect */
|
H A D | libata-acpi.c | 880 * For ATAPI, runtime D3 cold is only allowed ata_acpi_choose_suspend_state()
|
H A D | sata_nv.c | 426 * failure on cold boot with the standard debouncing timing.
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_common.c | 306 "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 D | prm3xxx.c | 506 * 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 D | control.c | 294 * Clears the scratchpad contents in case of cold boot-
|
/linux-4.4.14/drivers/gpio/ |
H A D | gpio-brcmstb.c | 264 /* 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 D | qlogicfas408.h | 20 without requiring a cold boot. It does take some time to recover from a
|
/linux-4.4.14/drivers/irqchip/ |
H A D | irq-brcmstb-l2.c | 139 /* 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 D | pci.c | 2244 /* 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 D | debug.c | 563 * vdev id. This is hard firmware crash because it is recoverable only by cold
|
/linux-4.4.14/arch/arm/mach-shmobile/ |
H A D | regulator-quirk-rcar-gen2.c | 8 * After cold boot or da9063-induced restart, both the da9063 and da9210 seem
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
H A D | ti-bandgap.c | 385 * @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 D | ti-bandgap.h | 102 * @status_cold_mask: mask to bandgap_status.cold
|
/linux-4.4.14/sound/soc/cirrus/ |
H A D | ep93xx-ac97.c | 202 * 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 D | swap.c | 443 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 D | page_alloc.c | 13 * 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 D | memory.c | 2990 * 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 D | bbc_envctrl.c | 207 /* 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 D | therm_adt746x.c | 262 /* 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 D | mioa701.c | 432 * - 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 D | device.h | 188 #define DEVICE_INIT_COLD 0x0 /* cold init */
|
/linux-4.4.14/sound/arm/ |
H A D | pxa2xx-ac97-lib.c | 255 printk(KERN_INFO "%s: cold reset timeout (GSR=%#lx)\n", pxa2xx_ac97_try_cold_reset()
|
/linux-4.4.14/sound/pci/ice1712/ |
H A D | envy24ht.h | 153 #define VT1724_AC97_COLD 0x80 /* cold reset */
|
H A D | juli.c | 244 /* 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 D | ice1712.h | 68 #define ICE1712_AC97_COLD 0x80 /* cold reset */
|
H A D | ice1724.c | 1499 /* cold reset */ snd_vt1724_ac97_mixer()
|
/linux-4.4.14/sound/soc/fsl/ |
H A D | mpc5200_psc_ac97.c | 118 dev_dbg(psc_dma->dev, "cold reset\n"); psc_ac97_cold_reset()
|
/linux-4.4.14/sound/soc/nuc900/ |
H A D | nuc900-ac97.c | 185 /* cold reset AC 97 */ nuc900_ac97_cold_reset()
|
/linux-4.4.14/sound/soc/sh/ |
H A D | hac.c | 43 #define CR_CDRT (1 << 11) /* cold reset */
|
/linux-4.4.14/drivers/watchdog/ |
H A D | acquirewdt.c | 32 * reset (cold boot) or a non-maskable interrupt (NMI) to bring the
|
H A D | ie6xx_wdt.c | 79 "Resetmode bits: 0x08 warm reset (cold reset otherwise), "
|
H A D | st_lpc_wdt.c | 273 st_wdog->warm_reset ? "warm" : "cold"); st_wdog_probe()
|
H A D | pcwd.c | 17 * "cold reboot sense" entry.
|
/linux-4.4.14/drivers/hwmon/ |
H A D | adm9240.c | 696 } 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 D | radeonfb.h | 282 radeon_pm_off = 0x00000002, /* Can resume from D3 cold */
|
H A D | radeon_pm.c | 2742 " 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 D | debugfs.c | 196 * Write 0 to ask the device to soft reset, 1 to cold reset, 2 to bus
|
H A D | usb.c | 242 * 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 D | driver.c | 170 * Do a warm reset on the device; if it fails, resort to a cold reset 175 * to cold reset if warm fails.
|
H A D | i2400m.h | 292 * If warm or cold reset fail, this function is expected to do a
|
H A D | fw.c | 876 * what to send to it -- cold reset and bus reset seem to have little
|
/linux-4.4.14/drivers/power/ |
H A D | wm8350_power.c | 419 wm8350_charger_handler, 0, "Battery cold", wm8350); wm8350_init_charger()
|
H A D | charger-manager.c | 359 * 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 D | 88pm860x_battery.c | 574 temp = -30; /* over cold , suppose -30 roughly */ measure_temp()
|
H A D | max17042_battery.c | 812 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 D | xor.h | 853 faster in the cold cache case. */
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | process.c | 104 flags |= 0x00020000UL; /* "cold bootstrap" */ common_shutdown_1()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | m88ds3103.c | 645 /* 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 D | tda10071.c | 849 /* 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 D | bcm3510.c | 821 if ((v.REVID_e0.REV != 0x1 && v.REVID_e0.LAYER != 0xb) && /* cold */ bcm3510_attach()
|
H A D | m88rs2000.c | 448 /* Setup frontend from shutdown/cold */ m88rs2000_init()
|
H A D | af9013.c | 1373 dev_info(&state->i2c->dev, "%s: found a '%s' in cold state, will try " \ af9013_download_firmware()
|
H A D | stv090x.c | 2156 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 D | wimax.h | 246 * 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 D | intel8x0m.c | 125 #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 D | intel8x0.c | 187 #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 D | fm801.c | 1090 /* codec cold reset + AC'97 warm reset */ snd_fm801_chip_init()
|
H A D | sis7019.c | 1416 * 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 D | common.c | 671 * manual call notify_hotplug for cold plug usbhs_probe()
|
/linux-4.4.14/drivers/staging/media/mn88472/ |
H A D | mn88472.c | 289 /* set cold state by default */ mn88472_init()
|
/linux-4.4.14/drivers/staging/media/mn88473/ |
H A D | mn88473.c | 249 /* set cold state by default */ mn88473_init()
|
/linux-4.4.14/drivers/media/rc/ |
H A D | iguanair.c | 228 * On cold boot, the iguanair initializes on the first packet iguanair_get_features()
|
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | cpci_hotplug_core.c | 361 * INS bits of the cold-inserted devices.
|
/linux-4.4.14/kernel/locking/ |
H A D | qspinlock.c | 371 * 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 D | drbd_actlog.c | 351 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 D | drbd_req.c | 1430 * requests to "cold" extents. do_submit()
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | mca_asm.S | 430 // 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 D | smsusb.c | 537 pr_info("stellar device in cold state was found at %s.\n", smsusb_probe()
|
/linux-4.4.14/drivers/bcma/ |
H A D | driver_pci_host.c | 489 * 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 D | amd.c | 308 * cold boot, AP will apply_ucode_in_initrd() just like the BSP. During
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | reboot.c | 534 /* Tell the BIOS if we want cold or warm reboot */ native_machine_emergency_restart()
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | hw_breakpoint.c | 857 * When a CPU goes through cold-boot, it does not have any installed hw_breakpoint_reset()
|
/linux-4.4.14/sound/mips/ |
H A D | au1x00.c | 680 /* Initialise External CODEC -- cold reset */ au1000_ac97_probe()
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | wm9712.c | 633 /* Sync reg_cache with the hardware after cold reset */ wm9712_soc_resume()
|
H A D | wm9081.c | 839 /* Initial cold start */ wm9081_set_bias_level()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 1677 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 D | wavefront_synth.c | 1881 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 D | phy.c | 752 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 D | qlcnic_init.c | 489 /* skipping cold reboot MAGIC */ qlcnic_pinit_from_rom()
|
H A D | qlcnic_83xx_init.c | 1238 /* 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 D | fore200e.h | 720 BSTAT_COLD_START = (u32) 0xc01dc01d, /* cold start */
|
/linux-4.4.14/net/rds/ |
H A D | send.c | 252 * queue pair to error state. We cold possibly rds_send_xmit()
|
/linux-4.4.14/sound/oss/ |
H A D | opl3.c | 213 * only after a cold boot. In addition the OPL4 port opl3_detect()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 1280 * - 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 D | trident_main.c | 3246 /* 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 D | xhci-hub.c | 291 * 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 D | lu_object.c | 308 * Free \a nr objects from the cold end of the site LRU list.
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
H A D | phy.c | 1595 /* cold reset BB/ADDA */ carl9170_set_channel()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_init.c | 501 /* skipping cold reboot MAGIC */ netxen_pinit_from_rom()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
H A D | amd8111e.c | 1678 pci_enable_wake(pci_dev, PCI_D3cold, 0); /* D3 cold */ amd8111e_resume()
|
/linux-4.4.14/drivers/dma/ |
H A D | pxa_dma.c | 865 __func__, vd, cookie, vd_chained ? "cold" : "not"); pxad_tx_submit()
|
/linux-4.4.14/fs/ |
H A D | direct-io.c | 1331 * submit everything. Since it's likely to be cache cold __blockdev_direct_IO()
|
/linux-4.4.14/fs/ocfs2/ |
H A D | inode.c | 420 * To improve performance of cold-cache inode stats, we take ocfs2_read_locked_inode()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | pci_regs.h | 241 #define PCI_PM_CAP_PME_D3cold 0x8000 /* PME# from D3 (cold) */
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_pci.c | 2200 * Restart the card from scratch, as if from a cold-boot.
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_main.c | 2511 * Restart the card from scratch, as if from a cold-boot. Implementation
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-main.c | 4077 * 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 D | ql4_nx.c | 1114 /* skipping cold reboot MAGIC */ qla4_82xx_pinit_from_rom()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | s626.c | 2701 * or cold start). This is necessary because the gate array will s626_initialize()
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
H A D | netdev.c | 2532 * Restart the card from scratch, as if from a cold-boot. Implementation
|
/linux-4.4.14/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 1315 * @type: type of initialisation (hot or cold)
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_main.c | 516 * Restart the card from scratch, as if from a cold-boot. Implementation
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 3014 * Restart the card from scratch, as if from a cold-boot.
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_main.c | 2745 * Restart the card from scratch, as if from a cold-boot. Implementation
|
/linux-4.4.14/kernel/power/ |
H A D | snapshot.c | 1858 /* During allocating of suspend pagedir, new cold pages may appear. swsusp_save()
|
/linux-4.4.14/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 3178 /* 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 D | lpfc_init.c | 10021 * 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 D | s2io.c | 8589 * 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 D | net2280.c | 1957 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 D | hfa384x_usb.c | 2580 * need time to settle after an init from cold. The second hfa384x_drvr_start()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
H A D | qla_nx.c | 1256 /* skipping cold reboot MAGIC */ qla82xx_pinit_from_rom()
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 953 * 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 D | pvrusb2-hdw.c | 284 [PVR2_STATE_COLD] = "cold",
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 4180 * Restart the card from scratch, as if from a cold-boot. Implementation
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 5263 * Restart the card from scratch, as if from a cold-boot. Implementation
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 8734 * Restart the card from scratch, as if from a cold-boot.
|
H A D | tg3.c | 18189 * 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 D | cgroup.c | 2102 * 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 D | netdev.c | 6768 * Restart the card from scratch, as if from a cold-boot. Implementation
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 7629 * Restart the card from scratch, as if from a cold-boot. Implementation
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 9237 * Restart the card from scratch, as if from a cold-boot.
|
/linux-4.4.14/kernel/sched/ |
H A D | fair.c | 5697 * 2) task is cache cold, or can_migrate_task()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 14171 * Restart the card from scratch, as if from a cold-boot.
|