| /linux/fs/overlayfs/ |
| H A D | Kconfig | 16 bool "Overlayfs: turn on redirect directory feature by default" 21 still possible to turn off redirects globally with the 47 bool "Overlayfs: turn on inodes index feature by default" 52 In this case it is still possible to turn off index globally with the 66 bool "Overlayfs: turn on NFS export feature by default" 73 In this case, it is still possible to turn off NFS export support 112 bool "Overlayfs: turn on metadata only copy up feature by default" 119 possible to turn off this feature globally with the "metacopy=off" 130 bool "Overlayfs: turn on extra debugging checks"
|
| /linux/arch/powerpc/kernel/ |
| H A D | l2cr_6xx.S | 56 - L2E set to turn on the cache 103 /* Turn off interrupts and data relocation. */ 106 rlwinm r4,r4,0,28,26 /* Turn off DR bit */ 117 rlwinm r4,r8,0,12,10 /* Turn off HID0[DPM] */ 127 rlwinm r3,r3,0,11,9 /* Turn off the invalidate bit */ 128 rlwinm r3,r3,0,1,31 /* Turn off the enable bit */ 228 11: rlwinm r3,r3,0,11,9 /* Turn off the L2I bit */ 286 /* Turn off interrupts and data relocation. */ 289 rlwinm r4,r4,0,28,26 /* Turn off DR bit */ 303 rlwinm r3,r3,0,22,20 /* Turn off the invalidate bit */ [all …]
|
| /linux/include/linux/usb/ |
| H A D | ohci_pdriver.h | 26 /* Turn on all power and clocks */ 28 /* Turn off all power and clocks */ 30 /* Turn on only VBUS suspend power and hotplug detection, 31 * turn off everything else */
|
| H A D | ehci_pdriver.h | 41 /* Turn on all power and clocks */ 43 /* Turn off all power and clocks */ 45 /* Turn on only VBUS suspend power and hotplug detection, 46 * turn off everything else */
|
| /linux/tools/testing/selftests/riscv/vector/ |
| H A D | vstate_prctl.c | 104 /* Turn on next's vector explicitly and test */ in TEST() 122 /* Turn off next's vector explicitly and test */ in TEST() 140 /* Turn on next's vector explicitly and test no inherit */ in TEST() 160 /* Turn on next's vector explicitly and test inherit */ in TEST() 179 /* Turn off next's vector explicitly and test no inherit */ in TEST() 199 /* Turn off next's vector explicitly and test inherit */ in TEST()
|
| /linux/drivers/leds/trigger/ |
| H A D | Kconfig | 61 turn off and on when the display is blanked and unblanked. 152 Turn LEDs on when there is input (/dev/input/event*) activity and turn 159 This can also be used to turn on the keyboard backlight LED on 160 input events and turn the keyboard backlight off again when idle.
|
| H A D | ledtrig-cpu.c | 49 * bound LED to turn on or turn off. 60 /* Will turn the LED on, max brightness */ in ledtrig_cpu() 67 /* Will turn the LED off */ in ledtrig_cpu()
|
| /linux/drivers/video/fbdev/ |
| H A D | gbefb.c | 186 /* Turn on dotclock PLL */ in gbe_reset() 194 * Description: This should turn off the monitor and gbe. This is used 211 /* turn off DMA */ in gbe_turn_off() 245 printk(KERN_ERR "gbefb: turn off DMA timed out\n"); in gbe_turn_off() 271 /* turn off pixel counter */ in gbe_turn_off() 284 printk(KERN_ERR "gbefb: turn off pixel clock timed out\n"); in gbe_turn_off() 286 /* turn off dot clock */ in gbe_turn_off() 299 printk(KERN_ERR "gbefb: turn off dotclock timed out\n"); in gbe_turn_off() 323 /* turn on dot clock */ in gbe_turn_on() 336 printk(KERN_ERR "gbefb: turn on dotclock timed out\n"); in gbe_turn_on() [all …]
|
| H A D | xilinxfb.c | 18 * by Embedded Alley Solutions <source@embeddedalley.com>, which in turn 233 /* turn on panel */ in xilinx_fb_blank() 241 /* turn off panel */ in xilinx_fb_blank() 296 /* Clear (turn to black) the framebuffer */ in xilinxfb_assign() 308 /* Turn on the display */ in xilinxfb_assign() 368 /* Turn off the display */ in xilinxfb_assign() 392 /* Turn off the display */ in xilinxfb_release()
|
| /linux/Documentation/power/ |
| H A D | tricks.rst | 9 * go with minimal config, turn off drivers like USB, AGP you don't 12 * turn off APIC and preempt 17 * turn off modules
|
| /linux/drivers/pci/hotplug/ |
| H A D | shpchp_ctrl.c | 258 /* turn on board, blink green LED, turn off Amber LED */ in board_added() 287 /* turn on board, blink green LED, turn off Amber LED */ in board_added() 321 /* turn off slot, turn on Amber LED, turn off Green LED */ in board_added() 354 /* turn off slot, turn on Amber LED, turn off Green LED */ in remove_board() 475 /* blink green LED and turn off amber */ in handle_button_press_event()
|
| /linux/arch/arm/mach-qcom/ |
| H A D | platsmp.c | 106 /* Turn on the BHS and set the BHS_CNT to 16 XO clock cycles */ in cortex_a7_release_secondary() 170 /* Turn on CPU rail */ in kpssv1_release_secondary() 256 /* Turn on the BHS, turn off LDO Bypass and power down LDO */ in kpssv2_release_secondary() 263 /* Turn on BHS segments */ in kpssv2_release_secondary() 270 /* Finally turn on the bypass so that BHS supplies power */ in kpssv2_release_secondary()
|
| /linux/arch/x86/power/ |
| H A D | hibernate_asm_64.S | 37 movq %rdx, %cr4; # turn off PGE 40 movq %rax, %cr4; # turn PGE back on 129 movq %rcx, %cr4; # turn off PGE 132 movq %rbx, %cr4; # turn PGE back on
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-mmio.yaml | 60 will turn that line into an output line. Conversely, clearing a bit 61 will turn that line into an input. 64 will turn that line into an input line. Conversely, clearing a bit 65 will turn that line into an output.
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-385-synology-ds116.dts | 57 * "4" : turn the power LED ON 59 * "6" : turn the power LED OFF 60 * "7" : turn the status LED OFF 61 * "8" : turn the status LED ON 64 * "B" : turn the motherboard LED OFF
|
| /linux/arch/m68k/amiga/ |
| H A D | amisound.c | 64 /* without amifb, turn video off and enable high quality sound */ in amiga_init_sound() 102 /* turn on DMA for audio channel 2 */ in amiga_mksound() 114 /* turn off DMA for audio channel 2 */ in nosound()
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | mvebu-devbus.txt | 37 - devbus,turn-off-ps: Defines the time during which the controller does not 78 affect on <turn-off-ps> parameter. 79 Set <rd-hold-ps> to a value smaller than <turn-off-ps>. 141 devbus,turn-off-ps = <60000>;
|
| /linux/Documentation/networking/device_drivers/ethernet/ti/ |
| H A D | tlan.rst | 68 0x01 Turn on general debugging messages. 69 0x02 Turn on receive debugging messages. 70 0x04 Turn on transmit debugging messages. 71 0x08 Turn on list debugging messages.
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/ |
| H A D | dcn316_smu.c | 85 …q 0x15 ///< Inform PMFW to turn on/off DTB clock arg = 1, turn DTB clock on 600MHz/… 308 /* Arg = 1: Turn DTB on; 0: Turn DTB CLK OFF. when it is on, it is 600MHZ */
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-ayaneo-ec | 8 turn on, 0 to turn off. File is readable and writable.
|
| /linux/drivers/video/fbdev/via/ |
| H A D | dvi.c | 40 /* Turn on ouputting pad */ in viafb_tmds_trasmitter_identify() 312 /* If Disable DVI, turn off pad */ 317 /* Turn off TMDS power. */ in viafb_dvi_disable() 388 /* If Enable DVI, turn off pad */ 452 /* Turn on Display period in the panel path. */ in viafb_dvi_enable() 455 /* Turn on TMDS power. */ in viafb_dvi_enable()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | hal_btc.c | 24 "[BT][DM], Before enter IPS, turn off all Coexist DM\n"); in rtl8723e_dm_bt_turn_off_bt_coexist_before_enter_lps() 409 "[BTCoex], turn 2-Ant+HID mode %s, DACSwing:%s, write 0x15=0x%x\n", in rtl8723e_dm_bt_set_fw_2_ant_hid() 433 "[BTCoex], turn TDMA mode ON!!\n"); in rtl8723e_dm_bt_set_fw_tdma_ctrl() 469 "[BTCoex], turn TDMA mode OFF!!\n"); in rtl8723e_dm_bt_set_fw_tdma_ctrl() 524 "[BTCoex], turn TTDMA mode ON!!\n"); in rtl8723e_dm_bt_set_fw_tra_tdma_ctrl() 550 "[BTCoex], turn TTDMA mode OFF!!\n"); in rtl8723e_dm_bt_set_fw_tra_tdma_ctrl() 756 * we only need to turn off TDMA in rtl8723e_dm_bt_set_bt_dm() 809 * Only one of 2AntHid and tdma can be turn on in rtl8723e_dm_bt_set_bt_dm() 810 * We should turn off those mechanisms should be turned off first in rtl8723e_dm_bt_set_bt_dm() 811 * and then turn on those mechanisms should be turned on. in rtl8723e_dm_bt_set_bt_dm() [all …]
|
| /linux/drivers/misc/lis3lv02d/ |
| H A D | lis3lv02d_i2c.c | 201 /* Turn on for wakeup if turned off by runtime suspend */ in lis3lv02d_i2c_suspend() 205 /* For non wakeup turn off if not already turned off by runtime suspend */ in lis3lv02d_i2c_suspend() 217 /* Turn back off if turned on for wakeup and runtime suspended*/ in lis3lv02d_i2c_resume() 221 /* For non wakeup turn back on if not runtime suspended */ in lis3lv02d_i2c_resume()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | dvo_ch7017.c | 329 /* Turn the LVDS back on with new settings. */ in ch7017_mode_set() 343 /* Turn off TV/VGA, and never turn it on since we don't support it. */ in ch7017_dpms() 352 /* Turn on the LVDS */ in ch7017_dpms() 356 /* Turn off the LVDS */ in ch7017_dpms()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | pwrseq.h | 46 /* 0xc00[7:0] = 4 turn off 3-wire */}, \ 49 /* 0xe00[7:0] = 4 turn off 3-wire */}, \ 67 /*0x04[9] = 1 turn off MAC by HW state machine*/}, \ 94 /*0x14[7] = 1 turn on ZCD */}, \ 120 /*0x14[7] = 0 turn off ZCD */}, \ 153 /*0x14[7] = 1 turn on ZCD */}, \ 185 /*0x14[7] = 0 turn off ZCD */}, \ 242 /* 0xc00[7:0] = 4 turn off 3-wire */}, \ 245 /* 0xe00[7:0] = 4 turn off 3-wire */}, \ 450 /*0x1F[7:0] = 0 turn off RF*/}, \ [all …]
|