/linux-4.4.14/drivers/macintosh/ |
H A D | via-pmu-event.h | 6 extern void via_pmu_event(int key, int down);
|
H A D | via-pmu-event.c | 59 void via_pmu_event(int key, int down) via_pmu_event() argument 67 input_report_key(pmu_input_dev, KEY_POWER, down); via_pmu_event() 70 input_report_switch(pmu_input_dev, SW_LID, down); via_pmu_event()
|
H A D | adbhid.c | 60 #define KEYB_KEYREG 0 /* register # for key up/down data */ 331 /* Generate down/up events for CapsLock every time. */ adbhid_input_keycode() 516 int down = (data[1] == (data[1] & 0xf)); adbhid_buttons_input() local 520 input_report_key(adbhid[id]->input, KEY_SOUND, down); adbhid_buttons_input() 524 input_report_key(adbhid[id]->input, KEY_MUTE, down); adbhid_buttons_input() 528 input_report_key(adbhid[id]->input, KEY_VOLUMEDOWN, down); adbhid_buttons_input() 532 input_report_key(adbhid[id]->input, KEY_VOLUMEUP, down); adbhid_buttons_input() 545 int down = (data[1] == (data[1] & 0xf)); adbhid_buttons_input() local 554 input_report_key(adbhid[id]->input, KEY_MUTE, down); adbhid_buttons_input() 558 input_report_key(adbhid[id]->input, KEY_VOLUMEDOWN, down); adbhid_buttons_input() 562 input_report_key(adbhid[id]->input, KEY_VOLUMEUP, down); adbhid_buttons_input() 566 input_report_key(adbhid[id]->input, KEY_EJECTCD, down); adbhid_buttons_input() 571 if (down) adbhid_buttons_input() 574 input_report_key(adbhid[id]->input, KEY_BRIGHTNESSDOWN, down); adbhid_buttons_input() 579 if (down) adbhid_buttons_input() 582 input_report_key(adbhid[id]->input, KEY_BRIGHTNESSUP, down); adbhid_buttons_input() 586 input_report_key(adbhid[id]->input, KEY_SWITCHVIDEOMODE, down); adbhid_buttons_input() 590 input_report_key(adbhid[id]->input, KEY_KBDILLUMTOGGLE, down); adbhid_buttons_input() 594 input_report_key(adbhid[id]->input, KEY_KBDILLUMDOWN, down); adbhid_buttons_input() 602 input_report_key(adbhid[id]->input, KEY_KBDILLUMUP, down); adbhid_buttons_input() 736 * send a "capslock down" key event. This confuses the adb_message_handler()
|
H A D | mediabay.c | 124 mb_powering_down /* Powering down (avoid too fast down/up) */ 171 * Functions for powering up/down the bay, puts the bay device 344 /* Make sure everything is powered down & disabled */ set_mb_power() 347 pr_debug("mediabay%d: powering down\n", bay->index); set_mb_power() 473 /* We don't poll when powering down */ media_bay_step() 531 pr_debug("mediabay%d: end of power down\n", i); media_bay_step() 575 * mac-io chip, for now, we trick and align down the first media_bay_attach()
|
/linux-4.4.14/scripts/ |
H A D | bloat-o-meter | 33 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 43 down += old[name] 55 if d<0: shrink, down = shrink+1, down-d 61 print("add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \ 62 (add, remove, grow, shrink, up, -down, up-down))
|
/linux-4.4.14/kernel/power/ |
H A D | poweroff.c | 2 * poweroff.c - sysrq handler to gracefully power down machine. 16 * When the user hits Sys-Rq o to power down the machine this is the
|
/linux-4.4.14/fs/hpfs/ |
H A D | dnode.c | 144 if (de->down) { set_last_pointer() 162 de->down = 1; set_last_pointer() 188 de->down = 1; hpfs_add_de() 217 if (de->down) { fix_up_ptrs() 311 copy_de(hpfs_add_de(i->i_sb, ad, de->name, de->namelen, de->down ? de_down_pointer(de) : 0), de); hpfs_add_to_dnode() 321 set_last_pointer(i->i_sb, ad, de->down ? de_down_pointer(de) : 0); hpfs_add_to_dnode() 395 down: hpfs_add_dirent() 406 if (de->down) { hpfs_add_dirent() 409 goto down; hpfs_add_dirent() 460 if (!de->down) break; move_to_top() 479 if (!de || !de->down) { move_to_top() 480 hpfs_error(i->i_sb, "move_to_top: dnode %08x doesn't point down to %08x", up, dno); move_to_top() 486 de->down = 0; move_to_top() 499 ddno = de->down ? de_down_pointer(de) : 0; move_to_top() 520 dnode_secno down, up, ndown; delete_empty_dnode() local 533 down = de->down ? de_down_pointer(de) : 0; delete_empty_dnode() 534 if (hpfs_sb(i->i_sb)->sb_chk) if (root && !down) { delete_empty_dnode() 555 if ((d1 = hpfs_map_dnode(i->i_sb, down, &qbh1))) { delete_empty_dnode() 562 fnode->u.external[0].disk_secno = cpu_to_le32(down); delete_empty_dnode() 566 hpfs_inode->i_dno = down; delete_empty_dnode() 574 if (de->down) if (de_down_pointer(de) == dno) goto fnd; delete_empty_dnode() 579 if (!down) { delete_empty_dnode() 580 de->down = 0; delete_empty_dnode() 588 *(dnode_secno *) ((void *) de + le16_to_cpu(de->length) - 4) = down; delete_empty_dnode() 589 if ((d1 = hpfs_map_dnode(i->i_sb, down, &qbh1))) { delete_empty_dnode() 605 if (!de_next->down) goto endm; delete_empty_dnode() 617 if (de_cp->down) if ((d1 = hpfs_map_dnode(i->i_sb, de_down_pointer(de_cp), &qbh1))) { delete_empty_dnode() 622 hpfs_add_to_dnode(i, ndown, de_cp->name, de_cp->namelen, de_cp, de_cp->down ? de_down_pointer(de_cp) : 0); delete_empty_dnode() 623 /*pr_info("UP-TO-DNODE: %08x (ndown = %08x, down = %08x, dno = %08x)\n", delete_empty_dnode() 624 up, ndown, down, dno);*/ delete_empty_dnode() 641 if (!de_prev->down) goto endm; delete_empty_dnode() 645 dlp = del->down ? de_down_pointer(del) : 0; delete_empty_dnode() 646 if (!dlp && down) { delete_empty_dnode() 660 del->down = 1; delete_empty_dnode() 663 if (dlp && !down) { delete_empty_dnode() 665 del->down = 0; delete_empty_dnode() 667 } else if (down) delete_empty_dnode() 668 *(__le32 *) ((void *) del + le16_to_cpu(del->length) - 4) = cpu_to_le32(down); delete_empty_dnode() 679 if (!de_prev->down) { delete_empty_dnode() 681 de_prev->down = 1; delete_empty_dnode() 689 if (down) if ((d1 = hpfs_map_dnode(i->i_sb, de_down_pointer(de), &qbh1))) { delete_empty_dnode() 712 dnode_secno down = 0; hpfs_remove_dirent() local 719 if (de->down) down = de_down_pointer(de); hpfs_remove_dirent() 720 if (depth && (de->down || (de == dnode_first_de(dnode) && de_next_de(de)->last))) { hpfs_remove_dirent() 731 if (down) { hpfs_remove_dirent() 732 dnode_secno a = move_to_top(i, down, dno); hpfs_remove_dirent() 758 hpfs_error(s, "hpfs_count_dnodes: bad up pointer; dnode %08x, down %08x points to %08x", odno, dno, le32_to_cpu(dnode->up)); hpfs_count_dnodes() 761 if (de->down) if (de_down_pointer(de) == ptr) goto process_de; hpfs_count_dnodes() 771 if (de->down) { hpfs_count_dnodes() 831 hpfs_error(s, "hpfs_de_as_down_as_possible: bad up pointer; dnode %08x, down %08x points to %08x", up, d, le32_to_cpu(((struct dnode *)qbh.data)->up)); hpfs_de_as_down_as_possible() 832 if (!de->down) { hpfs_de_as_down_as_possible() 869 /* We're going down the tree */ map_pos_dirent() 870 if (d->down) { map_pos_dirent() 889 if (up_de->down && de_down_pointer(up_de) == dno) { map_pos_dirent() 930 if (de->down) { map_dirent() 958 if (de->down) d1 = de_down_pointer(de); hpfs_remove_dtree() 966 d1 = de->down ? de_down_pointer(de) : 0; hpfs_remove_dtree() 969 d2 = de->down ? de_down_pointer(de) : 0; hpfs_remove_dtree() 977 d1 = de->down ? de_down_pointer(de) : 0; hpfs_remove_dtree() 1046 if (de->down) if (de_down_pointer(de) == downd) goto f; map_fnode_dirent() 1060 if (c < 0 && de->down) { map_fnode_dirent()
|
H A D | anode.c | 26 a = le32_to_cpu(btree->u.internal[i].down); hpfs_bplus_lookup() 86 a = le32_to_cpu(btree->u.internal[n].down); hpfs_add_sector_to_btree() 142 btree->u.internal[0].down = cpu_to_le32(na); hpfs_add_sector_to_btree() 179 btree->u.internal[n].down = cpu_to_le32(na); hpfs_add_sector_to_btree() 208 anode->btree.u.internal[0].down = cpu_to_le32(a); hpfs_add_sector_to_btree() 246 if ((unode = hpfs_map_anode(s, le32_to_cpu(ranode->u.internal[n].down), &bh1))) { hpfs_add_sector_to_btree() 258 btree->u.internal[0].down = cpu_to_le32(ra); hpfs_add_sector_to_btree() 260 btree->u.internal[1].down = cpu_to_le32(na); hpfs_add_sector_to_btree() 287 ano = le32_to_cpu(btree1->u.internal[pos].down); hpfs_remove_btree() 312 if (le32_to_cpu(btree1->u.internal[i].down) == oano) { hpfs_remove_btree() 435 hpfs_ea_remove(s, le32_to_cpu(btree->u.internal[j].down), 1, 0); hpfs_truncate_btree() 444 node = le32_to_cpu(btree->u.internal[i].down); hpfs_truncate_btree()
|
H A D | map.c | 289 if (((31 + de->namelen + de->down*4 + 3) & ~3) != le16_to_cpu(de->length)) { hpfs_map_dnode() 290 if (((31 + de->namelen + de->down*4 + 3) & ~3) < le16_to_cpu(de->length) && s->s_flags & MS_RDONLY) goto ok; hpfs_map_dnode() 295 if (hpfs_sb(s)->sb_chk >= 2) b |= 1 << de->down; hpfs_map_dnode() 296 if (de->down) if (de_down_pointer(de) < 0x10) { hpfs_map_dnode() 297 hpfs_error(s, "bad down pointer in dnode %08x, dirent %03x, last %03x", secno, p, pp); hpfs_map_dnode()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
H A D | armada_hw.h | 185 CFG_PDWN1920x32 = 1 << 8, /* Armada 510: power down vscale ram */ 186 CFG_PDWN256x32 = 1 << 7, /* power down cursor */ 187 CFG_PDWN256x24 = 1 << 6, /* power down palette */ 188 CFG_PDWN256x8 = 1 << 5, /* power down gamma */ 189 CFG_PDWNHWC = 1 << 4, /* Armada 510: power down all hwc ram */ 190 CFG_PDWN32x32 = 1 << 3, /* power down slave->smart ram */ 191 CFG_PDWN16x66 = 1 << 2, /* power down UV fifo */ 192 CFG_PDWN32x66 = 1 << 1, /* power down Y fifo */ 193 CFG_PDWN64x66 = 1 << 0, /* power down graphic fifo */
|
/linux-4.4.14/drivers/thunderbolt/ |
H A D | tunnel_pci.h | 22 struct tb_port *down);
|
H A D | tunnel_pci.c | 59 struct tb_port *down) tb_pci_alloc() 65 tunnel->down_port = down; tb_pci_alloc() 77 tunnel->path_to_up->hops[0].in_port = down; tb_pci_alloc() 99 tunnel->path_to_down->hops[1].out_port = down; tb_pci_alloc() 58 tb_pci_alloc(struct tb *tb, struct tb_port *up, struct tb_port *down) tb_pci_alloc() argument
|
/linux-4.4.14/drivers/cpuidle/ |
H A D | cpuidle-mvebu-v7.c | 57 .desc = "CPU power down", 66 .desc = "CPU and L2 Fabric power down", 81 .desc = "CPU and L2 Fabric power down", 95 .desc = "CPU and SCU power down",
|
H A D | cpuidle-exynos.c | 89 .desc = "ARM power down", 108 .desc = "ARM power down",
|
H A D | cpuidle-big_little.c | 55 * to be down to break even in terms of power consumption. cluster 72 .desc = "ARM little-cluster power down", 93 .desc = "ARM big-cluster power down", 101 * in power down sequences where caches and MMU may be turned off.
|
/linux-4.4.14/arch/arm/mach-ep93xx/include/mach/ |
H A D | hardware.h | 14 * higher frequencies that are then divided down by programmable dividers
|
/linux-4.4.14/drivers/firmware/ |
H A D | qcom_scm-64.c | 36 * out of a power down. CPU power down may be executed on cpuidle or hotplug. 44 * qcom_scm_cpu_power_down() - Power down the cpu 47 * This is an end point to power down cpu. If there was a pending interrupt,
|
H A D | qcom_scm.c | 46 * out of a power down. CPU power down may be executed on cpuidle or hotplug. 55 * qcom_scm_cpu_power_down() - Power down the cpu 58 * This is an end point to power down cpu. If there was a pending interrupt,
|
/linux-4.4.14/include/linux/input/ |
H A D | gp2ap002a00f.h | 13 * @hw_shutdown: Callback for properly shutting down hardware
|
/linux-4.4.14/include/linux/ |
H A D | keyboard.h | 12 int down; /* Pressure of the key? */ member in struct:keyboard_notifier_param
|
H A D | gpio_mouse.h | 31 * @down: GPIO line for down value. 49 int down; member in struct:gpio_mouse_platform_data::__anon12324::__anon12325
|
H A D | wm97xx.h | 66 #define WM97XX_RPR 0x2000 /* wake up on pen down */ 67 #define WM97XX_PEN_DOWN 0x8000 /* pen is down */ 71 #define WM9712_PDEN 0x0800 /* measure only when pen down */ 85 #define WM9705_PDEN 0x1000 /* measure only when pen is down */ 86 #define WM9705_PINV 0x0800 /* inverts sense of pen down output */ 99 #define WM9713_PDPOL 0x0400 /* Pen down polarity */ 107 #define WM9713_PDEN 0x0800 /* measure only when pen down */ 151 /* The pen is up (the first RC_VALID without RC_PENUP means pen is down) */ 153 /* The pen is down (RC_VALID implies RC_PENDOWN, but sometimes it is helpful 154 to tell the handler that the pen is down but we don't know yet his coords, 286 unsigned pen_is_down:1; /* Pen is down */
|
H A D | log2.h | 67 * round down to nearest power of two 178 * rounddown_pow_of_two - round the given value down to nearest power of two 181 * round the given value down to the nearest power of two
|
H A D | semaphore.h | 39 extern void down(struct semaphore *sem);
|
H A D | cpu.h | 78 /* bring up workqueues before normal notifiers and down after */ 86 #define CPU_DOWN_PREPARE 0x0005 /* CPU (unsigned)v going down */ 87 #define CPU_DOWN_FAILED 0x0006 /* CPU (unsigned)v NOT going down */ 121 /* Need to know about CPUs going up/down? */ 226 /* Stop CPUs going up and down. */
|
H A D | reboot.h | 8 #define SYS_DOWN 0x0001 /* Notify of system down */
|
/linux-4.4.14/drivers/net/irda/ |
H A D | smsc-sio.h | 61 #define LPC47N227_PARPORT2AUTOPWRDOWN_MASK 0x10 /* auto power down on if set */ 62 #define LPC47N227_UART2AUTOPWRDOWN_MASK 0x20 /* auto power down on if set */ 63 #define LPC47N227_UART1AUTOPWRDOWN_MASK 0x40 /* auto power down on if set */
|
/linux-4.4.14/drivers/power/reset/ |
H A D | ltc2952-poweroff.c | 22 * Its function is to determine when a external shut down is triggered 23 * and react by properly shutting down the system. 33 * A level change indicates the shut-down trigger. If it's state reverts 34 * within the time-out defined by trigger_delay, the shut down is not 40 * Once a shut down is triggered, the driver will toggle this signal, 41 * with an internal (wde_interval) to stall the hardware shut down. 44 * The last action during shut down is triggering this signalling, such 45 * that the PowerPath Control will power down the hardware. 100 * machine actually shuts down 142 * down is executed. 243 "power down trigger input will not be used\n"); ltc2952_poweroff_init()
|
H A D | at91-reset.c | 67 /* Power down SDRAM */ at91sam9260_restart() 106 /* Power down SDRAM0 */ at91sam9g45_restart() 110 /* Power down SDRAM1 */ at91sam9g45_restart()
|
H A D | gpio-poweroff.c | 2 * Toggles a GPIO pin to power down a device
|
/linux-4.4.14/arch/arm/plat-samsung/include/plat/ |
H A D | gpio-cfg-helpers.h | 51 /* Pull-{up,down} resistor controls. 72 * s3c24xx_gpio_setpull_1down() - Pull configuration for choice of down or none 78 * bit configuring the presence of a pull-down resistor. 85 * down or none 96 * 10 = Pull-down resistor connected 103 * down or none 108 * This helper function reads the state of the pull-{up,down} resistor 126 * s3c24xx_gpio_getpull_1down() - Get configuration for choice of down or none 130 * This helper function reads the state of the pull-down resistor for the 146 * 10 = Pull-down resistor connected 157 * This helper function reads the state of the pull-{up,down} resistor for the
|
H A D | gpio-cfg.h | 17 * changing the pull-{up,down} configurations. 125 /* Define values for the pull-{up,down} available for each gpio pin. 127 * These values control the state of the weak pull-{up,down} resistors 129 * up or down settings, and it may be dependent on the chip that is being 141 * This function sets the state of the pull-{up,down} resistor for the
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | s3c2410_ts.c | 70 * @irq_tc: The interrupt number for pen up/down interrupt 92 * get_down - return the down state of the pen 96 * Return non-zero if both readings show that the pen is down. 100 /* returns true if both data values show stylus down */ get_down() 109 bool down; touch_timer_fire() local 114 down = get_down(data0, data1); touch_timer_fire() 116 if (down) { touch_timer_fire() 155 * Called when the IRQ_TC is fired for a pen up or down event. 161 bool down; stylus_irq() local 166 down = get_down(data0, data1); stylus_irq() 168 /* TODO we should never get an interrupt with down set while stylus_irq() 172 if (down) stylus_irq() 178 /* Clear pen down/up interrupt */ stylus_irq()
|
H A D | egalax_ts.c | 75 bool down, valid; egalax_ts_interrupt() local 97 down = state & EVENT_DOWN_UP; egalax_ts_interrupt() 105 input_mt_report_slot_state(input_dev, MT_TOOL_FINGER, down); egalax_ts_interrupt() 108 down ? "down" : "up", id, x, y, z); egalax_ts_interrupt() 110 if (down) { egalax_ts_interrupt()
|
H A D | wm831x-ts.c | 113 * We get a pen down reading on every reading, report pen up if any wm831x_ts_data_irq() 127 /* Switch from data to pen down */ wm831x_ts_data_irq() 183 /* Switch from pen down to data */ wm831x_ts_pen_down_irq() 211 /* Shut the controller down, disabling all other functionality too */ wm831x_ts_input_close() 225 /* If we ended up with the pen down then make sure we revert back wm831x_ts_input_close() 341 "Touchscreen pen down", wm831x_ts); wm831x_ts_probe() 343 dev_err(&pdev->dev, "Failed to request pen down IRQ %d: %d\n", wm831x_ts_probe()
|
H A D | mainstone-wm97xx.c | 76 * Pen down detection. 78 * This driver can either poll or use an interrupt to indicate a pen down 83 MODULE_PARM_DESC(pen_int, "Pen down detection (1 = interrupt, 0 = polling)"); 88 * Set to 1 to read back pen down pressure 244 "pen down irq not supported on this device\n"); wm97xx_acc_startup()
|
H A D | wm97xx-core.c | 26 * - pen down detection 292 * Handle a pen down interrupt. 332 * pen down operation then we need to schedule polls while the wm97xx_pen_irq_worker() 333 * pen is down. Otherwise the machine driver is responsible wm97xx_pen_irq_worker() 338 /* Data is not available immediately on pen down */ wm97xx_pen_irq_worker() 388 "Failed to register pen down interrupt, polling"); wm97xx_init_pen_irq() 427 * pen is down, the user never will be able to wm97xx_read_samples() 434 * switch when pen is down again. wm97xx_read_samples() 442 "pen down: x=%x:%d, y=%x:%d, pressure=%x:%d\n", wm97xx_read_samples() 463 dev_dbg(wm->dev, "pen down\n"); wm97xx_read_samples() 529 /* If we either don't have an interrupt for pen down events or wm97xx_ts_input_open() 749 /* Power down the digitiser (bypassing the cache for resume) */ wm97xx_suspend()
|
H A D | w90p910_ts.c | 59 static void w90p910_report_event(struct w90p910_ts *w90p910_ts, bool down) w90p910_report_event() argument 63 if (down) { w90p910_report_event() 70 input_report_key(dev, BTN_TOUCH, down); w90p910_report_event() 123 * is down. w90p910_ts_interrupt()
|
H A D | atmel-wm97xx.c | 101 * Pen down detection. 103 * This driver can either poll or use an interrupt to indicate a pen down 108 MODULE_PARM_DESC(pen_int, "Pen down detection (1 = interrupt, 0 = polling)"); 113 * Set to 1 to read back pen down pressure. 285 dev_err(&wm->touch_dev->dev, "pen down irq not " atmel_wm97xx_acc_startup()
|
H A D | tsc2007.c | 127 /* Prepare for next touch reading - power down ADC, enable PENIRQ */ tsc2007_read_values() 154 * NOTE: We can't rely on the pressure to determine the pen down tsc2007_is_pen_down() 163 * in that case we assume that the pen is down and expect caller tsc2007_is_pen_down() 182 /* pen is down, continue with the measurement */ tsc2007_soft_irq() 264 /* Prepare for touch readings - power down ADC and enable PENIRQ */ tsc2007_open()
|
/linux-4.4.14/drivers/gpu/drm/msm/edp/ |
H A D | edp_phy.c | 84 data = 0x7; /* power down */ msm_edp_phy_lane_power_ctrl() 89 /* power down unused lane */ msm_edp_phy_lane_power_ctrl() 90 data = 0x7; /* power down */ msm_edp_phy_lane_power_ctrl()
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | leon_pmc.c | 1 /* leon_pmc.c: LEON Power-down cpu_idle() handler 14 /* List of Systems that need fixup instructions around power-down instruction */ 70 /* For systems without power-down, this will be no-op */ pmc_leon_idle()
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
H A D | sleep-s3c2410.S | 54 orr r8, r8, #S3C2410_MISCCR_SDSLEEP @ SDRAM power-down signals 55 orr r9, r9, #S3C2410_CLKCON_POWER @ power down command 66 streq r8, [r5] @ SDRAM power-down config
|
H A D | cpufreq-utils.c | 40 * down to ensure that we do not overflow 32 bit numbers. s3c2410_cpufreq_setrefresh()
|
/linux-4.4.14/drivers/staging/iio/adc/ |
H A D | ad7780.h | 20 * power down reset signal of the AD7780.
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | timex.h | 10 the 32.768kHz reference clock, which nicely divides down to our HZ. */
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
H A D | flash_setup.c | 34 down(&octeon_bootbus_sem); octeon_flash_map_read() 44 down(&octeon_bootbus_sem); octeon_flash_map_write() 52 down(&octeon_bootbus_sem); octeon_flash_map_copy_from() 60 down(&octeon_bootbus_sem); octeon_flash_map_copy_to()
|
/linux-4.4.14/arch/mips/mti-malta/ |
H A D | malta-reset.c | 35 pr_info("Failed to power down, resetting\n"); mips_machine_power_off()
|
/linux-4.4.14/arch/parisc/math-emu/ |
H A D | Makefile | 17 # other very old or stripped-down PA-RISC CPUs -- not currently supported
|
/linux-4.4.14/drivers/iio/dac/ |
H A D | ad5624r.h | 51 * @pwr_down_mask power down mask 52 * @pwr_down_mode current power down mode
|
/linux-4.4.14/drivers/media/rc/keymaps/ |
H A D | rc-apac-viewcomp.c | 38 { 0x1b, KEY_VOLUMEUP }, /* vol down */ 40 { 0x1a, KEY_CHANNELUP }, /* chn down */
|
H A D | rc-norwood.c | 45 { 0x31, KEY_VOLUMEDOWN }, /* Volume down */ 47 { 0x61, KEY_CHANNELDOWN }, /* Channel down */
|
H A D | rc-pixelview.c | 46 { 0x1f, KEY_CHANNELUP }, /* chn down */ 48 { 0x16, KEY_VOLUMEUP }, /* vol down */
|
H A D | rc-powercolor-real-angel.c | 41 { 0x21, KEY_CHANNELDOWN }, /* channel down */ 43 { 0x11, KEY_VOLUMEDOWN }, /* volume down */
|
H A D | rc-eztv.c | 40 { 0x10, KEY_DOWN }, /* down */ 68 { 0x19, KEY_CHANNELDOWN },/* CH.tracking down */
|
H A D | rc-medion-x10-digitainer.c | 7 * up/down buttons (tested with P/N 40009936 / 20018268), reportedly 45 { 0x70, KEY_DOWN }, /* scrollwheel down 1 notch */
|
H A D | rc-avermedia-dvbt.c | 27 { 0x16, KEY_8 }, /* '8' / 'down arrow' */
|
H A D | rc-dm1105-nec.c | 46 { 0x01, KEY_DOWN}, /* down */
|
H A D | rc-msi-digivox-ii.c | 32 { 0x030d, KEY_DOWN }, /* down */
|
/linux-4.4.14/drivers/pinctrl/mvebu/ |
H A D | pinctrl-dove.c | 381 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 382 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 398 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 399 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 416 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 417 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 435 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 436 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 452 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 453 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 469 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 470 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 486 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 487 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 503 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 504 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 518 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 519 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 533 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 534 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 548 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 549 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 567 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 568 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 585 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 586 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 603 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 604 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 620 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 621 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 637 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 638 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL),
|
/linux-4.4.14/arch/arm/common/ |
H A D | mcpm_entry.c | 32 * __mcpm_cpu_going_down: Indicates that the cpu is being torn down. 44 * cluster can be torn down without disrupting this CPU. 45 * To avoid deadlocks, this must be called before a CPU is powered down. 62 * CLUSTER_DOWN: the cluster has been torn-down, ready for power-off 81 * true: the critical section was entered: it is now safe to tear down the 89 /* Warn inbound CPUs that the cluster is being torn down: */ __mcpm_outbound_enter_critical() 100 * teardown is complete on each CPU before tearing down the cluster. __mcpm_outbound_enter_critical() 103 * shouldn't be taking the cluster down at all: abort in that case. __mcpm_outbound_enter_critical() 219 * 0 = CPU down mcpm_cpu_power_up() 222 * to actually make itself down. mcpm_cpu_power_up() 279 * shut this CPU down, the caller still expects execution mcpm_cpu_power_down() 289 /* Now we are prepared for power-down, do it: */ mcpm_cpu_power_down() 296 * CPU might not be able to actually enter a powered down state mcpm_cpu_power_down() 318 pr_warn("%s: cpu %u, cluster %u failed to power down (%d)\n", mcpm_wait_for_cpu_powerdown()
|
H A D | mcpm_platsmp.c | 70 /* We assume all CPUs may be shut down. */ mcpm_cpu_can_disable()
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
H A D | r8192U_wx.c | 74 down(&priv->wx_sem); r8192_wx_set_rate() 91 down(&priv->wx_sem); r8192_wx_set_rts() 116 down(&priv->wx_sem); r8192_wx_set_power() 140 down(&priv->wx_sem); r8192_wx_force_reset() 157 down(&priv->wx_sem); r8192_wx_set_rawtx() 175 down(&priv->wx_sem); r8192_wx_set_crcmon() 196 down(&priv->wx_sem); r8192_wx_set_mode() 349 down(&priv->wx_sem); r8192_wx_set_scan() 372 down(&priv->wx_sem); r8192_wx_get_scan() 388 down(&priv->wx_sem); r8192_wx_set_essid() 407 down(&priv->wx_sem); r8192_wx_get_essid() 423 down(&priv->wx_sem); r8192_wx_set_freq() 484 down(&priv->wx_sem); r8192_wx_set_wap() 533 down(&priv->wx_sem); r8192_wx_set_enc() 637 down(&priv->wx_sem); r8192_wx_set_retry() 721 down(&priv->wx_sem); r8192_wx_set_sens() 747 down(&priv->wx_sem); r8192_wx_set_enc_ext() 821 down(&priv->wx_sem); r8192_wx_set_auth() 835 down(&priv->wx_sem); r8192_wx_set_mlme() 849 down(&priv->wx_sem); r8192_wx_set_gen_ie()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_wx.c | 68 down(&priv->wx_sem); _rtl92e_wx_set_rate() 87 down(&priv->wx_sem); _rtl92e_wx_set_rts() 117 down(&priv->wx_sem); _rtl92e_wx_set_power() 145 down(&priv->wx_sem); _rtl92e_wx_set_rawtx() 161 down(&priv->wx_sem); _rtl92e_wx_force_reset() 180 down(&priv->wx_sem); _rtl92e_wx_adapter_power_status() 210 down(&priv->wx_sem); _rtl92e_wx_set_lps_awake_interval() 226 down(&priv->wx_sem); _rtl92e_wx_set_force_lps() 269 down(&priv->wx_sem); _rtl92e_wx_set_mode() 284 down(&priv->rtllib->ips_sem); _rtl92e_wx_set_mode() 428 down(&priv->wx_sem); _rtl92e_wx_set_scan() 445 down(&priv->rtllib->ips_sem); _rtl92e_wx_set_scan() 494 down(&priv->wx_sem); _rtl92e_wx_get_scan() 516 down(&priv->wx_sem); _rtl92e_wx_set_essid() 531 down(&priv->wx_sem); _rtl92e_wx_get_essid() 548 down(&priv->wx_sem); _rtl92e_wx_set_nick() 564 down(&priv->wx_sem); _rtl92e_wx_get_nick() 582 down(&priv->wx_sem); _rtl92e_wx_set_freq() 647 down(&priv->wx_sem); _rtl92e_wx_set_wap() 701 down(&priv->rtllib->ips_sem); _rtl92e_wx_set_enc() 704 down(&priv->wx_sem); _rtl92e_wx_set_enc() 802 down(&priv->wx_sem); _rtl92e_wx_set_retry() 878 down(&priv->wx_sem); _rtl92e_wx_set_sens() 905 down(&priv->wx_sem); _rtl92e_wx_set_encode_ext() 908 down(&priv->rtllib->ips_sem); _rtl92e_wx_set_encode_ext() 988 down(&priv->wx_sem); _rtl92e_wx_set_auth() 1006 down(&priv->wx_sem); _rtl92e_wx_set_mlme() 1023 down(&priv->wx_sem); _rtl92e_wx_set_gen_ie() 1100 down(&priv->wx_sem); _rtl92e_wx_get_promisc_mode()
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
H A D | vmci_route.c | 81 * down. vmci_route() 87 /* Send from local client down to the hypervisor. */ vmci_route() 96 * guest, then we need to send it down to the host. vmci_route() 124 /* Send it from local client down to the host. */ vmci_route() 194 * send it down, since we have no guest vmci_route() 204 * we need to send it down to the host. We do not filter out VM to vmci_route() 221 * Send it from local client down to the host, which will vmci_route()
|
/linux-4.4.14/drivers/mfd/ |
H A D | rts5209.c | 212 * SD_CLK ==> pull down 222 * SD_DAT[3:0] ==> pull down 224 * SD_WP ==> pull down 225 * SD_CMD ==> pull down 226 * SD_CLK ==> pull down 237 * others ==> pull down 248 * others ==> pull down
|
H A D | rts5227.c | 250 * SD_CLK ==> pull down 259 * SD_DAT[3:0] ==> pull down 261 * SD_WP ==> pull down 262 * SD_CMD ==> pull down 263 * SD_CLK ==> pull down 273 * others ==> pull down 283 * others ==> pull down
|
H A D | rts5229.c | 194 * SD_CLK ==> pull down 210 * SD_DAT[3:0] ==> pull down 212 * SD_WP ==> pull down 213 * SD_CMD ==> pull down 214 * SD_CLK ==> pull down 231 * others ==> pull down 241 * others ==> pull down
|
H A D | rtl8411.c | 347 * SD_CLK ==> pull down 360 * SD_DAT[3:0] ==> pull down 362 * SD_WP ==> pull down 363 * SD_CMD ==> pull down 364 * SD_CLK ==> pull down 378 * others ==> pull down 392 * others ==> pull down
|
H A D | wm8350-gpio.c | 155 static int gpio_set_pull_down(struct wm8350 *wm8350, int gpio, int down) gpio_set_pull_down() argument 157 if (down) gpio_set_pull_down() 191 /* make sure we never pull up and down at the same time */ wm8350_gpio_config()
|
H A D | tmio_core.c | 24 /* Power down SD bus */ tmio_core_mmc_enable()
|
H A D | rts5249.c | 307 * SD_CLK ==> pull down 318 * SD_DAT[3:0] ==> pull down 320 * SD_WP ==> pull down 321 * SD_CMD ==> pull down 322 * SD_CLK ==> pull down 334 * others ==> pull down 345 * others ==> pull down
|
/linux-4.4.14/arch/arm/mach-cns3xxx/ |
H A D | core.c | 102 printk(KERN_INFO "powering system down...\n"); cns3xxx_power_off() 231 /* down counter */ __cns3xxx_timer_init() 245 /* down counter */ __cns3xxx_timer_init() 311 * power down at the last down device. csn3xxx_usb_power_on() 332 * power down at the last down device. csn3xxx_usb_power_off()
|
H A D | cns3420vb.c | 135 * power down at the last down device. csn3xxx_usb_power_on() 156 * power down at the last down device. csn3xxx_usb_power_off()
|
/linux-4.4.14/drivers/input/keyboard/ |
H A D | ipaq-micro-keys.c | 47 int key, down; micro_key_receive() local 49 down = 0x80 & msg[0]; micro_key_receive() 53 input_report_key(keys->input, keys->codes[key], down); micro_key_receive()
|
H A D | amikbd.c | 188 unsigned char scancode, down; amikbd_interrupt() local 195 down = !(scancode & 1); /* lowest bit is release bit */ amikbd_interrupt() 203 input_report_key(dev, scancode, down); amikbd_interrupt()
|
H A D | atakbd.c | 195 static void atakbd_interrupt(unsigned char scancode, char down) atakbd_interrupt() argument 209 input_report_key(atakbd_dev, scancode, down); atakbd_interrupt()
|
/linux-4.4.14/drivers/pinctrl/ |
H A D | pinctrl-at91.h | 49 #define PIO_PPDDR 0x90 /* Pad Pull-down Disable Register */ 50 #define PIO_PPDER 0x94 /* Pad Pull-down Enable Register */ 51 #define PIO_PPDSR 0x98 /* Pad Pull-down Status Register */
|
H A D | pinctrl-tegra.h | 90 * @pupd_reg: Pull-up/down register offset. 91 * @pupd_bank: Pull-up/down register bank. 92 * @pupd_bit: Pull-up/down register bit. 125 * such as pull-up/down, tri-state, etc. Tegra's pin controller is complex;
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_phy_8x60.c | 53 /* No matter what, start from the power down mode: */ hdmi_phy_8x60_powerup() 80 /* Write to HIGH after PLL power down de-assert: */ hdmi_phy_8x60_powerup() 140 /* Power down PHY, but keep RX-sense: */ hdmi_phy_8x60_powerdown()
|
/linux-4.4.14/drivers/clk/ |
H A D | clk-divider.c | 194 int down = _get_table_mindiv(table); _round_down_table() local 202 if ((div - clkt->div) < (div - down)) _round_down_table() 203 down = clkt->div; _round_down_table() 206 return down; _round_down_table() 227 int up, down; _div_round_closest() local 231 down = parent_rate / rate; _div_round_closest() 235 down = __rounddown_pow_of_two(down); _div_round_closest() 238 down = _round_down_table(table, down); _div_round_closest() 242 down_rate = DIV_ROUND_UP_ULL((u64)parent_rate, down); _div_round_closest() 244 return (rate - up_rate) <= (down_rate - rate) ? up : down; _div_round_closest()
|
/linux-4.4.14/fs/ceph/ |
H A D | strings.c | 11 /* down and out */ ceph_mds_state_name() 12 case CEPH_MDS_STATE_DNE: return "down:dne"; ceph_mds_state_name() 13 case CEPH_MDS_STATE_STOPPED: return "down:stopped"; ceph_mds_state_name()
|
/linux-4.4.14/kernel/time/ |
H A D | timeconv.c | 23 * Converts the calendar time to broken-down time representation 70 * time_to_tm - converts the calendar time to local broken-down time 75 * @result pointer to struct tm variable to receive broken-down time
|
/linux-4.4.14/arch/metag/lib/ |
H A D | divsi3.S | 87 !! shift curbit and B down by 1 in either case 93 LSRS D0Ar6, D0Ar6, #1 ! Shift down curbit, is it zero? 94 LSR D1Re0, D1Re0, #1 ! Shift down B
|
/linux-4.4.14/arch/arm/mach-u300/ |
H A D | regulator.c | 34 * This function is used from pm.h to shut down the system by 44 /* Disable LDO D to shut down the system */ u300_pm_poweroff() 48 pr_err("regulator not available to shut down system\n"); u300_pm_poweroff()
|
/linux-4.4.14/tools/include/linux/ |
H A D | log2.h | 60 * round down to nearest power of two 171 * rounddown_pow_of_two - round the given value down to nearest power of two 174 * round the given value down to the nearest power of two
|
H A D | err.h | 21 * fall down to the unused hole far from user space, as described
|
/linux-4.4.14/include/linux/i2c/ |
H A D | adp8860.h | 137 * Gain down disable. Setting this option does not allow the 139 * 1 = the charge pump doesn't switch down in gain until all LEDs are 0. 144 * 0 = the charge pump automatically switches up and down in gain.
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | tlb.h | 20 * for mappings being torn down.
|
/linux-4.4.14/include/uapi/sound/ |
H A D | tlv.h | 16 #define SNDRV_CTL_TLVT_CONTAINER 0 /* one level down - group of TLVs */
|
/linux-4.4.14/include/soc/at91/ |
H A D | at91sam9_ddrsdr.h | 69 #define AT91_DDRSDRC_TXP (0xf << 24) /* Exit power-down delay */ 72 #define AT91_DDRSDRC_TXARD (0xf << 0) /* Exit active power down delay to read command in mode "Fast Exit" */ 73 #define AT91_DDRSDRC_TXARDS (0xf << 4) /* Exit active power down delay to read command in mode "Slow Exit" */ 91 #define AT91_DDRSDRC_APDE (1 << 16) /* Active power down exit time */
|
/linux-4.4.14/include/uapi/linux/ |
H A D | atmarp.h | 31 act_down, /* interface is going down */
|
H A D | pmu.h | 25 #define PMU_SET_VOLBUTTON 0x40 /* set volume up/down position */ 27 #define PMU_GET_VOLBUTTON 0x48 /* get volume up/down position */ 39 #define PMU_GET_BRIGHTBUTTON 0xd9 /* report brightness up/down pos */ 59 #define PMU_INT_SNDBRT 0x08 /* sound/brightness up/down buttons */
|
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/ |
H A D | loongson_hwmon.h | 28 #define STEP_SPEED_POLICY 1 /* use up/down arrays to describe policy */
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | page.h | 24 /* align addr on a size boundary - adjust address up/down if needed */
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | testmode_i.h | 53 /* Boots the UTF firmware, the netdev interface must be down at the 58 /* Shuts down the UTF firmware and puts the driver back into OFF
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_phy.c | 50 #define MII_CR_POWER_DOWN 0x0800 /* Power down */ 214 * pch_gbe_phy_power_up - restore link in case the phy was powered down 222 /* Just clear the power down bit to wake the phy back up */ pch_gbe_phy_power_up() 224 * settings across a power-down/up cycle */ pch_gbe_phy_power_up() 231 * pch_gbe_phy_power_down - Power down PHY 239 /* Power down the PHY so no link is implied when interface is down * pch_gbe_phy_power_down() 240 * The PHY cannot be powered down if any of the following is TRUE * pch_gbe_phy_power_down()
|
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/ |
H A D | timex.h | 101 * - count down from 4Gig-1 to 0 and wrap at IOCLK rate startup_timestamp_counter() 134 * we use a cascaded pair of 16-bit down-counting timers to count I/O
|
/linux-4.4.14/arch/mn10300/unit-asb2305/include/unit/ |
H A D | timex.h | 101 * - count down from 4Gig-1 to 0 and wrap at IOCLK rate startup_timestamp_counter() 134 * we use a cascaded pair of 16-bit down-counting timers to count I/O
|
/linux-4.4.14/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common.h | 125 * - For special pins' pull up/down setting which resides in same register 127 * @offset: The offset of special pull up/down setting register. 128 * @pupd_bit: The pull up/down bit in this register. 202 * @spec_pull_set: Each SoC may have special pins for pull up/down setting, 204 * up/down bit, R0 and R1 resistor bit, so they need special pull setting. 214 * @pullen_offset: The pull-up/pull-down enable register offset.
|
/linux-4.4.14/net/batman-adv/ |
H A D | gateway_common.c | 38 * @down: pointer holding the returned download bandwidth information 44 u32 *down, u32 *up) batadv_parse_gw_bandwidth() 99 *down = ldown; batadv_parse_gw_bandwidth() 163 u32 down, up; batadv_gw_tvlv_container_update() local 174 down = atomic_read(&bat_priv->gw.bandwidth_down); batadv_gw_tvlv_container_update() 176 gw.bandwidth_down = htonl(down); batadv_gw_tvlv_container_update() 43 batadv_parse_gw_bandwidth(struct net_device *net_dev, char *buff, u32 *down, u32 *up) batadv_parse_gw_bandwidth() argument
|
/linux-4.4.14/kernel/locking/ |
H A D | semaphore.c | 19 * parts of the kernel expect to be able to use down() on a semaphore in 21 * irqsave variants for down(), down_interruptible() and down_killable() 43 * down - acquire the semaphore 53 void down(struct semaphore *sem) down() function 64 EXPORT_SYMBOL(down); variable 176 * context and even by tasks which have never called down().
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | mcpm.h | 75 * down then it is brought up as well, taking care not to let the other CPUs 90 * mcpm_cpu_power_down - power the calling CPU down 92 * The calling CPU is powered down. 95 * then the cluster is prepared for power-down too. 145 * then the cluster may be prepared for power-down too. 178 * disabled. Called before first cpu_powerup when cluster is down. Must 187 * Configure given CPU for power down. Called on target CPU with MCPM lock 188 * held and IRQs disabled. Power down must be effective only at the next WFI instruction. 191 * Configure given cluster for power down. Called on one CPU from target 217 * Wait until given CPU is powered down. This is called in sleeping context.
|
/linux-4.4.14/drivers/char/ipmi/ |
H A D | ipmi_poweroff.c | 51 #define IPMI_CHASSIS_POWER_DOWN 0 /* power down, the default. */ 92 " down. Power cycle is contingent on hardware support," 93 " otherwise it defaults back to power down."); 282 printk(KERN_INFO PFX "Powering down via ATCA power command\n"); ipmi_poweroff_atca() 285 * Power down ipmi_poweroff_atca() 299 * At this point, the system may be shutting down, and most ipmi_poweroff_atca() 357 printk(KERN_INFO PFX "Powering down via CPI1 power command\n"); ipmi_poweroff_cpi1() 423 * Power down ipmi_poweroff_cpi1() 428 data[0] = 1; /* Power down state */ ipmi_poweroff_cpi1() 488 (poweroff_powercycle ? "cycle" : "down")); ipmi_poweroff_chassis() 491 * Power down ipmi_poweroff_chassis() 506 /* power cycle failed, default to power down */ ipmi_poweroff_chassis() 514 "down message, IPMI error 0x%x\n", rv); ipmi_poweroff_chassis()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | csr.h | 246 * 001 -- MAC power-down 247 * 010 -- PHY (radio) power-down 253 * Indicates MAC is entering a power-saving sleep power-down. 268 * init or post-power-down restore of internal SRAM memory. 321 * Host sets this during RF KILL power-down sequence (HW, SW, CT KILL) 323 * unassociated mode, and power down. 329 * uCode sets this when preparing a power-saving power-down. 331 * NOTE: 3945/4965 saves internal SRAM data to host when powering down, 366 * may be powered-down.
|
/linux-4.4.14/net/rds/ |
H A D | connection.c | 93 * This is called by transports as they're bringing down a connection. 119 * are torn down as the module is removed, if ever. 272 /* shut it down unless it's down already */ rds_conn_shutdown() 276 * things down. We don't hold the mutex for the entire rds_conn_shutdown() 301 * down the connection, and someone unloads the rds module. rds_conn_shutdown() 352 /* shut the connection down */ rds_conn_destroy() 360 /* tear down queued messages */ rds_conn_destroy() 564 * If the connection is down, trigger a connect. We may have scheduled a
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | intr.c | 108 * Handle a linkup or link down notification. 161 /* physical link went down */ handle_linkup_change() 167 /* freeze after a link down to guarantee a clean egress */ handle_linkup_change() 174 /* if we are down, the neighbor is down */ handle_linkup_change()
|
/linux-4.4.14/drivers/md/ |
H A D | dm-flakey.c | 145 * <dev_path> <offset> <up interval> <down interval> [<#feature args> [<arg>]*] 159 {0, UINT_MAX, "Invalid down interval"}, flakey_ctr() 202 ti->error = "Total (up + down) interval is zero"; flakey_ctr() 287 * Flag this bio as submitted while down. flakey_map() 332 * Corrupt successful READs while in down state. flakey_end_io()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | drxk_hard.h | 80 /* Intermediate power mode for DRXK, power down OFDM clock domain */ 85 /* Intermediate power mode for DRXK, power down core (sysclk) */ 90 /* Intermediate power mode for DRXK, power down pll (only osc runs) */ 254 bool m_b_p_down_open_bridge; /* only open DRXK bridge before power-down once it has been accessed */ 255 bool m_b_power_down; /* Power down when not used */
|
H A D | lnbp22.c | 65 lnbp22->config[3] = 0x60; /* Power down */ lnbp22_set_voltage() 124 lnbp22->config[3] = 0x60; /* Power down */ lnbp22_attach()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
H A D | router.c | 53 MODULE_PARM_DESC(auto_down, "Automatically mark peers down on comms error"); 74 MODULE_PARM_DESC(check_routers_before_use, "Assume routers are down and ping them before use"); 599 * parse router-checker pinginfo, record number of down NIs for remote 635 int down = 0; lnet_parse_rc_info() local 655 down++; lnet_parse_rc_info() 666 /* ptl NIs are considered down only when lnet_parse_rc_info() 667 * they're all down */ lnet_parse_rc_info() 683 rtr->lr_downis = down + (ptl_status == LNET_NI_STATUS_DOWN); lnet_parse_rc_info() 723 * to the router fail I assume it's down (this will happen if lnet_router_checker_event() 817 CDEBUG(D_NET, "NI(%s:%d) status changed to down\n", lnet_update_ni_status_locked() 820 * NI status to "down" */ lnet_update_ni_status_locked() 948 /* router table changed or router checker is shutting down */ lnet_ping_router_locked() 1037 down(&the_lnet.ln_rc_signal); lnet_router_checker_start() 1066 down(&the_lnet.ln_rc_signal); lnet_router_checker_stop() 1504 alive ? "up" : "down"); lnet_notify() 1518 libcfs_nid2str(nid), alive ? "up" : "down", lnet_notify() 1523 if (ni != NULL && !alive && /* LND telling me she's down */ lnet_notify() 1524 !auto_down) { /* auto-down disabled */ lnet_notify() 1525 CDEBUG(D_NET, "Auto-down disabled\n"); lnet_notify()
|
/linux-4.4.14/drivers/pinctrl/nomadik/ |
H A D | pinctrl-abx500.c | 45 * internal pull-up and pull-down capabilities. 212 dev_err(pct->dev, "%s AB chip doesn't support pull up/down feature", abx500_get_pull_updown() 247 dev_err(pct->dev, "%s AB chip doesn't support pull up/down feature", abx500_set_pull_updown() 299 /* disable pull down */ abx500_gpio_direction_output() 307 /* if supported, disable both pull down and pull up */ abx500_gpio_direction_output() 591 [ABX500_GPIO_PULL_DOWN] = "pull down", abx500_gpio_dbg_show_one() 994 (argument ? "pull up" : "pull down")); abx500_pin_config_set() 1005 * Some chips only support pull down, while some abx500_pin_config_set() 1006 * actually support both pull up and pull down. Such abx500_pin_config_set() 1010 * that only support pull down. abx500_pin_config_set() 1017 /* Chip only supports pull down */ abx500_pin_config_set() 1028 * if argument = 1 set the pull down abx500_pin_config_set() 1029 * else clear the pull down abx500_pin_config_set() 1030 * Some chips only support pull down, while some abx500_pin_config_set() 1031 * actually support both pull up and pull down. Such abx500_pin_config_set() 1035 * that only support pull down. abx500_pin_config_set() 1043 /* Chip only supports pull down */ abx500_pin_config_set() 1061 * Some chips only support pull down, while some abx500_pin_config_set() 1062 * actually support both pull up and pull down. Such abx500_pin_config_set()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | vmk80xx.c | 252 down(&devpriv->limit_sem); vmk80xx_ai_insn_read() 301 down(&devpriv->limit_sem); vmk80xx_ao_insn_write() 341 down(&devpriv->limit_sem); vmk80xx_ao_insn_read() 370 down(&devpriv->limit_sem); vmk80xx_di_insn_bits() 418 down(&devpriv->limit_sem); vmk80xx_do_insn_bits() 453 down(&devpriv->limit_sem); vmk80xx_cnt_insn_read() 498 down(&devpriv->limit_sem); vmk80xx_cnt_insn_config() 536 down(&devpriv->limit_sem); vmk80xx_cnt_insn_write() 579 down(&devpriv->limit_sem); vmk80xx_pwm_insn_read() 612 down(&devpriv->limit_sem); vmk80xx_pwm_insn_write() 710 down(&devpriv->limit_sem); vmk80xx_init_subdevices() 838 down(&devpriv->limit_sem); vmk80xx_detach()
|
H A D | ni_labpc.c | 50 * then decrement down to channel 0. The rest of the cards can scan down
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
H A D | suspend_gx.c | 193 /* shut down the engine */ gx_disable_graphics() 223 /* power down the panel if not already power{ed,ing} down */ gx_enable_graphics()
|
/linux-4.4.14/drivers/isdn/capi/ |
H A D | capilib.c | 115 printk(KERN_INFO "kcapi: appl %d ncci 0x%x down\n", applid, ncci); list_for_each() 134 printk(KERN_INFO "kcapi: appl %d ncci 0x%x forced down\n", applid, np->ncci); list_for_each_safe() 149 printk(KERN_INFO "kcapi: appl %d ncci 0x%x forced down\n", np->applid, np->ncci); list_for_each_safe()
|
/linux-4.4.14/drivers/media/radio/ |
H A D | radio-aimslab.c | 127 outb(0x48, isa->io); /* volume down but still "on" */ rtrack_s_mute_volume() 128 msleep(curvol * 3); /* make sure it's totally down */ rtrack_s_mute_volume() 134 outb(0x58, isa->io); /* volume down + sigstr + on */ rtrack_s_mute_volume()
|
/linux-4.4.14/drivers/net/wan/ |
H A D | cosa.h | 42 #define SR_DOWN_REQUEST 0x01 /* SRP is able to transfer data down 45 transfer (up or down) */ 56 #define SR_PKT_DOWN 0x02 /* transfer of packet down in progress */
|
/linux-4.4.14/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier.h | 49 /* pull-up / pull-down register number */ 82 UNIPHIER_PIN_PULL_DOWN, /* pull-down or disabled */ 84 UNIPHIER_PIN_PULL_DOWN_FIXED, /* always pull-down */
|
/linux-4.4.14/include/net/ |
H A D | dn_dev.h | 61 * down() - Called to turn device off when it goes down 80 void (*down)(struct net_device *); member in struct:dn_dev_parms
|
/linux-4.4.14/include/linux/mfd/wm831x/ |
H A D | pdata.h | 80 int isel; /** Current for pen down (uA) */ 81 int rpu; /** Pen down sensitivity resistor divider */ 86 int pd_irqf; /** IRQ flags for pen down IRQ */
|
/linux-4.4.14/drivers/input/misc/ |
H A D | pmic8xxx-pwrkey.c | 163 * in the master enable register. Also set it's pull down enable bit. 247 /* Enable locally, enable pull down, keep voltage the same. */ pm8058_disable_smps_locally_set_pull_down() 265 /* Disable locally and enable pull down. */ pm8058_disable_smps_locally_set_pull_down() 282 /* Disable LDO in CTRL register and set pull down */ pm8058_disable_ldo_locally_set_pull_down() 294 /* When shutting down, enable active pulldowns on important rails. */ pm8058_pwrkey_shutdown() 314 * pull-down state intact. This ensures a safe shutdown. pm8058_pwrkey_shutdown()
|
H A D | max8925_onkey.c | 31 #define SW_INPUT (1 << 7) /* 0/1 -- up/down */ 108 "onkey-down", info); max8925_onkey_probe()
|
/linux-4.4.14/include/net/caif/ |
H A D | caif_layer.h | 45 * down channel 60 * down. 118 * @dn: Pointer down to the layer below. 222 * Used to signal down-wards in the CAIF stack. 243 * layer_set_dn() - Set the down pointer for a specified layer. 244 * @layr: Layer where down pointer shall be set.
|
/linux-4.4.14/include/linux/pinctrl/ |
H A D | pinconf-generic.h | 29 * transition from say pull-up to pull-down implies that you disable 37 * @PIN_CONFIG_BIAS_PULL_DOWN: the pin will be pulled down (usually with high 38 * impedance to GROUND). If the argument is != 0 pull-down is enabled, 39 * if it is 0, pull-down is total, i.e. the pin is connected to GROUND. 40 * @PIN_CONFIG_BIAS_PULL_PIN_DEFAULT: the pin will be pulled up or down based 45 * If the argument is != 0 pull up/down is enabled, if it is 0, the
|
/linux-4.4.14/arch/arm/mach-exynos/ |
H A D | platsmp.c | 86 * exynos_core_power_down : power down the specified cpu 87 * @cpu : the cpu to power down 89 * Power down the specified cpu. The sequence must be finished by a 99 * Bypass power down for CPU0 during suspend. Check for exynos_cpu_power_down() 143 * exynos_cluster_power_down : power down the specified cluster 144 * @cluster : the cluster to power down
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac_wx.c | 38 down(&ieee->wx_sem); rtllib_wx_set_freq() 149 down(&ieee->wx_sem); rtllib_wx_set_wap() 290 down(&ieee->wx_sem); rtllib_wx_set_mode() 424 down(&ieee->wx_sem); rtllib_wx_set_scan() 453 down(&ieee->wx_sem); rtllib_wx_set_essid() 517 down(&ieee->wx_sem); rtllib_wx_set_rawtx() 578 down(&ieee->wx_sem); rtllib_wx_set_power() 625 down(&ieee->wx_sem); rtllib_wx_get_power()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac_wx.c | 37 down(&ieee->wx_sem); ieee80211_wx_set_freq() 148 down(&ieee->wx_sem); ieee80211_wx_set_wap() 277 down(&ieee->wx_sem); ieee80211_wx_set_mode() 365 down(&ieee->wx_sem); ieee80211_wx_set_scan() 394 down(&ieee->wx_sem); ieee80211_wx_set_essid() 456 down(&ieee->wx_sem); ieee80211_wx_set_rawtx() 517 down(&ieee->wx_sem); ieee80211_wx_set_power() 567 down(&ieee->wx_sem); ieee80211_wx_get_power()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
H A D | cx231xx-input.c | 43 down, while 0xff indicates that no button is hold get_key_isdbt() 44 down. 0xfe sequences are sometimes interrupted by 0xFF */ get_key_isdbt()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | txc43128_phy.c | 55 /* Lane power-down */ 72 /* Lane power-down */ 111 /* Lane power-down */ 166 * it reports link down, we reset it every 5 seconds. 284 /* Turn amplitude down and preemphasis off on the host side txc_apply_defaults() 293 /* Turn down the amplitude */ txc_apply_defaults() 361 /* Set the lane power down state in the global registers */ txc_glrgs_lane_power() 375 /* Set the lane power down state in the analog control registers */ txc_analog_lane_power()
|
/linux-4.4.14/drivers/platform/mips/ |
H A D | acpi_init.c | 132 /* Set GPM3 pull-down enable */ acpi_registers_setup() 137 /* Set GPM9 pull-down enable */ acpi_registers_setup()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | pci-hotplug.c | 52 /* First go down child busses */ pcibios_remove_pci_devices() 100 * order for fully rescan all the way down to pick them up. pcibios_add_pci_devices()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
H A D | clock-sh4-202.c | 75 * range for instance). We deal with this by scaling it back down shoc_clk_init() 78 * Start scaling from the high end down until we find something shoc_clk_init()
|
/linux-4.4.14/arch/mips/netlogic/xlp/ |
H A D | ahci-init-xlp2.c | 100 #define P0_IPDTXL BIT(15) /* PHY Tx lane dis/power down */ 101 #define P0_IPDRXL BIT(16) /* PHY Rx lane dis/power down */ 102 #define P0_IPDIPDMSYNTH BIT(17) /* PHY synthesizer dis/porwer down */ 112 #define P1_IPDTXL BIT(27) /* PHY Tx lane dis/porwer down */ 113 #define P1_IPDRXL BIT(28) /* PHY Rx lane dis/porwer down */ 114 #define P1_IPDIPDMSYNTH BIT(29) /* PHY synthesizer dis/porwer down */ 324 pr_info("PHY0 is down.\n"); nlm_sata_firmware_init() 328 pr_info("PHY1 is down.\n"); nlm_sata_firmware_init()
|
/linux-4.4.14/arch/mn10300/lib/ |
H A D | do_csum.S | 90 # cut 16-31 bytes down to 0-15 141 # compress the checksum down to 16 bits
|
H A D | memmove.S | 29 # work top down 91 # cut 4-7 words down to 0-3
|
/linux-4.4.14/arch/mn10300/unit-asb2364/include/unit/ |
H A D | timex.h | 123 * - count down from 4Gig-1 to 0 and wrap at IOBCLK rate startup_timestamp_counter() 143 * we use a cascaded pair of 16-bit down-counting timers to count I/O
|
/linux-4.4.14/arch/m68k/coldfire/ |
H A D | sltimers.c | 114 /* subtract because slice timers count down */ mcfslt_read_clk() 138 /* initialize mcfslt_cnt knowing that slice timers count down */ hw_timer_init()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | omap_phy_internal.c | 61 /* Power down the phy */ omap4430_phy_power_down() 114 * Power down the on-chip PHY. am35x_musb_phy_power()
|
H A D | sram242x.S | 50 /* frequency shift down */ 55 /* voltage shift down */ 107 * shift up or down voltage, use R9 as input to tell level. 178 moveq r9, #0x1 @ if speed down, post down, drop volt 202 * shift up or down voltage, use R9 as input to tell level.
|
H A D | sram243x.S | 50 /* frequency shift down */ 55 /* voltage shift down */ 107 * shift up or down voltage, use R9 as input to tell level. 178 moveq r9, #0x1 @ if speed down, post down, drop volt 202 * shift up or down voltage, use R9 as input to tell level.
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | psci_smp.c | 35 * cpu_off Power down a CPU 109 pr_warn("CPU%d may not have shut down cleanly (AFFINITY_INFO reports %d)\n", psci_cpu_kill()
|
/linux-4.4.14/arch/arm/mach-ep93xx/ |
H A D | timer-ep93xx.c | 16 * 3 (32 bit) count down at 508 kHz, are self-reloading, and can generate 17 * an interrupt on underflow. Timer 4 (40 bit) counts down at 983.04 kHz,
|
/linux-4.4.14/Documentation/laptops/ |
H A D | dslm.c | 153 printf("Waiting %d seconds for the system to settle down to " main() 157 puts("Not waiting for system to settle down"); main()
|
/linux-4.4.14/Documentation/mic/mpssd/ |
H A D | mpss | 106 echo -e $"Shutting down MPSS Stack: " 116 # Shut down the cards.
|
/linux-4.4.14/drivers/gpu/drm/amd/include/ |
H A D | amd_shared.h | 95 /* tears down driver state, does not configure hw */ 99 /* tears down the hw state */
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
H A D | sisusb_con.c | 379 /* sisusb->lock is down */ sisusbcon_putc() 406 /* sisusb->lock is down */ sisusbcon_putcs() 445 /* sisusb->lock is down */ sisusbcon_clear() 499 /* sisusb->lock is down */ sisusbcon_bmove() 534 /* sisusb->lock is down */ sisusbcon_switch() 584 /* sisusb->lock is down */ sisusbcon_save_screen() 618 /* sisusb->lock is down */ sisusbcon_set_palette() 654 /* sisusb->lock is down */ sisusbcon_blank() 739 /* sisusb->lock is down */ sisusbcon_scrolldelta() 798 /* sisusb->lock is down */ sisusbcon_cursor() 865 /* sisusb->lock is down */ sisusbcon_scroll_area() 926 /* sisusb->lock is down */ sisusbcon_scroll() 1039 /* sisusb->lock is down */ sisusbcon_set_origin() 1095 /* sisusb->lock is down */ sisusbcon_do_font_op() 1309 /* sisusb->lock is down */ sisusbcon_font_set() 1350 /* sisusb->lock is down */ sisusbcon_font_get()
|
/linux-4.4.14/drivers/staging/vme/devices/ |
H A D | vme_pio2_cntr.c | 52 /* Clear down all timers */ pio2_cntr_reset()
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon.h | 39 /* Memory controller power down function */
|
/linux-4.4.14/drivers/rtc/ |
H A D | hctosys.c | 23 * slow down the sync API. So here we have the truncated value and
|
/linux-4.4.14/drivers/soc/qcom/ |
H A D | spm.c | 177 * power down as a result. qcom_pm_collapse() 191 * if the SPM mode is not reset, then we may accidently power down the qcom_cpu_spc() 241 /* Check if any of the states allow power down */ qcom_cpuidle_init() 260 /* We have atleast one power down mode */ qcom_cpuidle_init()
|
/linux-4.4.14/drivers/mtd/devices/ |
H A D | bcm47xxsflash.h | 15 #define OPCODE_ST_DP 0x00b9 /* Deep Power-down */
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-tivo.c | 36 /* Red thumbs down */ tivo_input_mapping()
|
H A D | hid-magicmouse.c | 154 * down. Otherwise, if there's exactly one firm magicmouse_emit_buttons() 184 int id, x, y, size, orientation, touch_major, touch_minor, state, down; magicmouse_emit_touch() local 195 down = state != TOUCH_STATE_NONE; magicmouse_emit_touch() 205 down = state != TOUCH_STATE_NONE; magicmouse_emit_touch() 257 if (down) magicmouse_emit_touch() 261 input_mt_report_slot_state(input, MT_TOOL_FINGER, down); magicmouse_emit_touch() 264 if (down) { magicmouse_emit_touch()
|
H A D | hid-roccat-kone.h | 28 kone_keystroke_button_8 = 0xf4 /* side button down */ 157 uint8_t wheel; /* up = 1, down = -1 */
|
/linux-4.4.14/drivers/phy/ |
H A D | phy-qcom-apq8064-sata.c | 106 /* Make sure the power down happens before power up */ qcom_apq8064_sata_phy_init() 141 /* make sure global config LDO power down happens before power up */ qcom_apq8064_sata_phy_init() 197 /* Power down PHY */ qcom_apq8064_sata_phy_exit() 201 /* Power down PLL block */ qcom_apq8064_sata_phy_exit()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
H A D | vdso32-setup.c | 26 * address down to glibc upon exec()?
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | transmeta.c | 93 * randomize_va_space slows us down enormously; init_transmeta()
|
/linux-4.4.14/lib/ |
H A D | halfmd4.c | 24 * Basic cut-down MD4 transform. Returns only 32 bits of result.
|
/linux-4.4.14/net/x25/ |
H A D | x25_facilities.c | 314 SOCK_DEBUG(sk, "X.25: packet size inwards negotiated down\n"); x25_negotiate_facilities() 318 SOCK_DEBUG(sk, "X.25: packet size outwards negotiated down\n"); x25_negotiate_facilities() 325 SOCK_DEBUG(sk, "X.25: window size inwards negotiated down\n"); x25_negotiate_facilities() 329 SOCK_DEBUG(sk, "X.25: window size outwards negotiated down\n"); x25_negotiate_facilities()
|
/linux-4.4.14/include/xen/interface/ |
H A D | vcpu.h | 54 * Bring down a VCPU (i.e., make it non-runnable). 59 * bringing it down. Alternatively, this operation is guaranteed 62 * references to domain memory. Even a VCPU that is down still holds 65 * GDT before bringing it down.
|
/linux-4.4.14/include/media/ |
H A D | adv7343.h | 29 * PLL 1 circuit to be powered down and the oversampling to be
|
/linux-4.4.14/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_among.h | 19 * It would only slow the routines down.
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | remoteproc-omap.h | 32 * @device_shutdown: omap-specific handler for shutting down a device
|
/linux-4.4.14/include/linux/regulator/ |
H A D | tps62360.h | 35 * @en_internal_pulldn: internal pull down enable or not.
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
H A D | cvmx-helper-loop.h | 39 * connected to it. The LOOP interface should still be down after
|
H A D | cvmx-helper-npi.h | 40 * connected to it. The NPI interface should still be down after
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | csrc-sb1250.c | 30 * The HPT is free running from SB1250_HPT_VALUE down to 0 then starts over
|
H A D | pm.c | 69 * ensure that important CPU context is preserved across a CPU power down.
|
H A D | smp-cps.c | 271 /* Boot a VPE on a powered down core */ cps_boot_secondary() 387 /* Power down the core */ 428 * - Powering down the core if another VPE within it is offlined. cps_cpu_die() 436 * Wait for the core to enter a powered down or clock gated cps_cpu_die() 438 * in which case the CPC will refuse to power down the core. cps_cpu_die()
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
H A D | vsyscall.c | 24 * address down to glibc upon exec()?
|
/linux-4.4.14/arch/parisc/include/asm/ |
H A D | thread_info.h | 38 /* Be sure to hunt all references to this down when you change the size of
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
H A D | Makefile | 22 # down to collect2, resulting in silent corruption of the vDSO image.
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | syscall.h | 2 * Magic syscall break down functions
|
H A D | time.h | 15 * - Every time TSCALE ticks, a 32bit is counted down (TCOUNT)
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | mfp-pxa3xx.c | 31 * a pull-down mode if they're an active low chip select, and we're
|
/linux-4.4.14/arch/arm/mach-tegra/ |
H A D | cpuidle-tegra114.c | 84 .name = "powered-down",
|
H A D | hotplug.c | 50 /* Shut down the current CPU. */ tegra_cpu_die()
|
/linux-4.4.14/arch/arm/mach-imx/ |
H A D | cpuidle-imx6sx.c | 95 * set ARM power up/down timing to the fastest, imx6sx_cpuidle_init()
|
H A D | gpc.c | 299 /* Read ISO and ISO2SW power down delays */ _imx6q_pm_pu_power_off() 304 /* Gate off PU domain when GPU/VPU when powered down */ _imx6q_pm_pu_power_off() 307 /* Request GPC to power down GPU/VPU */ _imx6q_pm_pu_power_off() 345 /* Gate off PU domain when GPU/VPU when powered down */ imx6q_pm_pu_power_on() 348 /* Read ISO and ISO2SW power down delays */ imx6q_pm_pu_power_on()
|
/linux-4.4.14/tools/perf/scripts/python/ |
H A D | failed-syscalls-by-pid.py | 5 # Displays system-wide failed system call totals, broken down by pid.
|
H A D | sctop.py | 5 # Periodically displays system-wide system call totals, broken down by
|
H A D | syscall-counts-by-pid.py | 5 # Displays system-wide system call totals, broken down by syscall.
|
H A D | syscall-counts.py | 5 # Displays system-wide system call totals, broken down by syscall.
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfa_defs_svc.h | 317 u32 cee_linkdns; /* CEE link down count */ 632 u64 cee_linkdns; /* CEE link down */ 634 u64 fip_linkdns; /* FIP link down */ 693 u32 del_io_iocdowns; /* IO cleaned-up due to IOC down */ 694 u32 del_tm_iocdowns; /* TM cleaned-up due to IOC down */ 726 u32 io_iocdowns; /* IO cleaned-up due to IOC down */ 752 u32 tm_iocdowns; /* TM cleaned-up due to IOC down */ 827 BFA_PORT_LINKDOWN = 2, /* Physical port/Trunk link down */ 1127 BFA_TRUNK_LINK_STATE_DN_LINKDN = 2, /* physical link down */ 1155 u32 sm_cr_hwf; /* created: IOC down */ 1160 u32 sm_fwc_hwf; /* fw create: IOC down */ 1164 u32 sm_on_hwf; /* online: IOC down events */ 1168 u32 sm_fwd_hwf; /* fw delete: IOC down events */ 1172 u32 sm_off_hwf; /* offline: IOC down events */ 1175 u32 sm_del_hwf; /* delete: IOC down events */ 1184 u32 sm_iocd_off; /* IOC down: offline events */ 1185 u32 sm_iocd_del; /* IOC down: delete events */ 1186 u32 sm_iocd_on; /* IOC down: online events */ 1187 u32 sm_iocd_unexp; /* IOC down: exceptions */ 1406 u32 cee_status_down; /* DCB status down */
|
/linux-4.4.14/drivers/pinctrl/samsung/ |
H A D | pinctrl-samsung.h | 36 * @PINCFG_TYPE_PUD: Pull up/down configuration. 38 * @PINCFG_TYPE_CON_PDN: Pin function in power down mode. 39 * @PINCFG_TYPE_PUD_PDN: Pull up/down configuration in power down mode. 53 * pin configuration (pull up/down and drive strength) type and its value are
|
/linux-4.4.14/drivers/misc/cxl/ |
H A D | native.c | 96 WARN(1, "Refusing to enable afu while link down!\n"); cxl_afu_check_and_enable() 118 dev_warn(&afu->dev, "PSL Purge called with link down, ignoring\n"); cxl_psl_purge() 279 /* If the adapter has gone down, we can assume that we cxl_afu_slbia() 355 dev_warn(&ctx->afu->dev, "WARNING: Device link down, aborting Process Element Command!\n"); do_process_element_cmd() 406 /* We could be asked to terminate when the hw is down. That terminate_process_element() 426 /* We could be asked to remove when the hw is down. Again, if remove_process_element() 427 * the hw is down, the PE is gone, so we succeed. remove_process_element() 677 WARN(1, "Device link is down, refusing to activate!\n"); cxl_afu_activate_mode() 692 WARN(1, "Device link is down, refusing to attach process!\n"); cxl_attach_process()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
H A D | iwl-csr.h | 257 * 001 -- MAC power-down 258 * 010 -- PHY (radio) power-down 265 * Indicates MAC is entering a power-saving sleep power-down. 280 * init or post-power-down restore of internal SRAM memory. 378 * Host sets this during RF KILL power-down sequence (HW, SW, CT KILL) 380 * unassociated mode, and power down. 386 * uCode sets this when preparing a power-saving power-down. 388 * NOTE: device saves internal SRAM data to host when powering down, 463 * may be powered-down.
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_atpx_handler.c | 232 * radeon_atpx_set_discrete_state - power up/down discrete GPU 235 * @state: discrete GPU state (0 = power down, 1 = power up) 238 * power down/up the discrete GPU (all asics). 417 * radeon_atpx_power_state - power down/up the requested GPU 419 * @id: GPU to power down/up 422 * Execute the necessary ATPX function to power down/up the discrete GPU
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atpx_handler.c | 233 * amdgpu_atpx_set_discrete_state - power up/down discrete GPU 236 * @state: discrete GPU state (0 = power down, 1 = power up) 239 * power down/up the discrete GPU (all asics). 418 * amdgpu_atpx_power_state - power down/up the requested GPU 420 * @id: GPU to power down/up 423 * Execute the necessary ATPX function to power down/up the discrete GPU
|
/linux-4.4.14/drivers/scsi/snic/ |
H A D | snic_res.c | 109 SNIC_INFO("vNIC port down timeout %d port down io retries %d\n", snic_get_vnic_config()
|
/linux-4.4.14/drivers/staging/fbtft/ |
H A D | fb_uc1701.c | 52 /* 15: output mode select (turns display upside-down) */ 86 /* output mode select (turns display upside-down) */ init_display()
|
H A D | fbtft-io.c | 146 /* Start writing by pulling down /WR */ fbtft_write_gpio8_wr() 196 /* Start writing by pulling down /WR */ fbtft_write_gpio16_wr()
|
/linux-4.4.14/drivers/isdn/sc/ |
H A D | message.c | 103 * and CMPID messages when it is down sendmessage() 112 pr_debug("%s: Attempt to send CE message with engine down\n", sendmessage()
|
/linux-4.4.14/drivers/media/tuners/ |
H A D | tda18218_priv.h | 49 #define R17_PD1 0x17 /* Power-down byte 1 */ 50 #define R18_PD2 0x18 /* Power-down byte 2 */
|
/linux-4.4.14/drivers/net/phy/ |
H A D | mdio-sun4i.c | 58 /* push down the phy io line */ sun4i_mdio_read() 85 /* push down the phy io line */ sun4i_mdio_write()
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | omap-cpufreq.c | 93 /* scaling down? scale voltage after frequency */ omap_target() 97 dev_warn(mpu_dev, "%s: unable to scale voltage down.\n", omap_target()
|
/linux-4.4.14/drivers/clk/mvebu/ |
H A D | clk-cpu.c | 101 /* Wait for clocks to settle down then clear reload request */ clk_cpu_off_set_rate() 133 /* Frequency is going down */ clk_cpu_on_set_rate()
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 26 #define ENETDOWN 50 /* Network is down */ 40 #define EHOSTDOWN 64 /* Host is down */
|
/linux-4.4.14/fs/ncpfs/ |
H A D | ncp_fs_sb.h | 56 u8 conn_status; /* Bit 4 = 1 ==> Server going down, no 58 Bit 0 = 1 ==> Server is down. */
|