Home
last modified time | relevance | path

Searched full:turn (Results 1 – 25 of 2753) sorted by relevance

12345678910>>...111

/linux-6.12.1/fs/overlayfs/
DKconfig16 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-6.12.1/drivers/gpu/drm/i915/
DKconfig.debug66 Choose this option to turn on extra driver debugging that may affect
159 Choose this option to turn on extra driver debugging that may affect
171 Choose this option to turn on extra driver debugging that may affect
184 Choose this option to turn on extra driver debugging that may affect
228 Choose this option to turn on low level request tracing events.
241 Choose this option to turn on extra debug warnings for the
259 Choose this option to turn on extra state checking for the
274 Choose this option to turn on extra state checking and usage
/linux-6.12.1/arch/powerpc/kernel/
Dl2cr_6xx.S56 - 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-6.12.1/include/linux/usb/
Dohci_pdriver.h26 /* 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 */
Dehci_pdriver.h41 /* 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-6.12.1/include/drm/
Ddrm_panel.h47 * starts to transmit video data. Panel drivers can use this to turn the panel
60 * necessary to turn off the panel to avoid visual glitches. This is done in
77 * Turn on panel and perform set up.
86 * Enable panel (turn on back light, etc.).
95 * Disable panel (turn off back light, etc.).
104 * Turn off panel.
202 * Backlight device, used to turn on backlight after the call
203 * to enable(), and to turn off backlight before the call to
/linux-6.12.1/drivers/leds/trigger/
DKconfig61 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.
Dledtrig-cpu.c49 * 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-6.12.1/drivers/tty/serial/jsm/
Djsm_neo.c43 /* Turn on auto CTS flow control */ in neo_set_cts_flow_control()
47 /* Turn off auto Xon flow control */ in neo_set_cts_flow_control()
53 /* Turn on UART enhanced bits */ in neo_set_cts_flow_control()
56 /* Turn on table D, with 8 char hi/low watermarks */ in neo_set_cts_flow_control()
74 /* Turn on auto RTS flow control */ in neo_set_rts_flow_control()
78 /* Turn off auto Xoff flow control */ in neo_set_rts_flow_control()
85 /* Turn on UART enhanced bits */ in neo_set_rts_flow_control()
114 /* Turn off auto CTS flow control */ in neo_set_ixon_flow_control()
118 /* Turn on auto Xon flow control */ in neo_set_ixon_flow_control()
124 /* Turn on UART enhanced bits */ in neo_set_ixon_flow_control()
[all …]
Djsm_cls.c66 /* Turn on CTS flow control, turn off IXON flow control */ in cls_set_cts_flow_control()
76 * Enable interrupts for CTS flow, turn off interrupts for in cls_set_cts_flow_control()
107 /* Turn on IXON flow control, turn off CTS flow control */ in cls_set_ixon_flow_control()
123 * Disable interrupts for CTS flow, turn on interrupts for in cls_set_ixon_flow_control()
152 /* Turn off IXON flow control, turn off CTS flow control */ in cls_set_no_output_flow_control()
162 * Disable interrupts for CTS flow, turn off interrupts for in cls_set_no_output_flow_control()
195 /* Turn on RTS flow control, turn off IXOFF flow control */ in cls_set_rts_flow_control()
233 /* Turn on IXOFF flow control, turn off RTS flow control */ in cls_set_ixoff_flow_control()
274 /* Turn off IXOFF flow control, turn off RTS flow control */ in cls_set_no_input_flow_control()
311 /* Turn break off, and unset some variables */ in cls_clear_break()
[all …]
/linux-6.12.1/Documentation/power/
Dtricks.rst9 * go with minimal config, turn off drivers like USB, AGP you don't
12 * turn off APIC and preempt
17 * turn off modules
/linux-6.12.1/drivers/staging/rtl8712/
Drtl871x_mp.c509 /* 3. turn on scramble setting */ in r8712_SetSingleCarrierTx()
511 /* 4. Turn On Single Carrier Tx and off the other test modes. */ in r8712_SetSingleCarrierTx()
516 /* Turn off all test modes.*/ in r8712_SetSingleCarrierTx()
572 /* Turn Off All Test Mode */ in r8712_SetCarrierSuppressionTx()
581 /*turn off scramble setting*/ in r8712_SetCarrierSuppressionTx()
592 /*turn on scramble setting*/ in r8712_SetCarrierSuppressionTx()
612 /* Turn Off All Test Mode */ in SetCCKContinuousTx()
621 /*turn on scramble setting*/ in SetCCKContinuousTx()
626 /*turn on scramble setting*/ in SetCCKContinuousTx()
644 /* 3. turn on scramble setting */ in SetOFDMContinuousTx()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/gpio/
Dgpio-mmio.yaml57 will turn that line into an output line. Conversely, clearing a bit
58 will turn that line into an input.
61 will turn that line into an input line. Conversely, clearing a bit
62 will turn that line into an output.
/linux-6.12.1/drivers/video/fbdev/
Dgbefb.c185 /* Turn on dotclock PLL */ in gbe_reset()
193 * Description: This should turn off the monitor and gbe. This is used
210 /* turn off DMA */ in gbe_turn_off()
244 printk(KERN_ERR "gbefb: turn off DMA timed out\n"); in gbe_turn_off()
270 /* turn off pixel counter */ in gbe_turn_off()
283 printk(KERN_ERR "gbefb: turn off pixel clock timed out\n"); in gbe_turn_off()
285 /* turn off dot clock */ in gbe_turn_off()
298 printk(KERN_ERR "gbefb: turn off dotclock timed out\n"); in gbe_turn_off()
322 /* turn on dot clock */ in gbe_turn_on()
335 printk(KERN_ERR "gbefb: turn on dotclock timed out\n"); in gbe_turn_on()
[all …]
/linux-6.12.1/drivers/auxdisplay/
Dcharlcd.h60 * @backlight: Turn backlight on or off. Optional.
74 * @display: Turn display on or off.
75 * @cursor: Turn cursor on or off.
76 * @blink: Turn cursor blink on or off.
/linux-6.12.1/drivers/pci/hotplug/
Dshpchp_ctrl.c258 /* 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()
Dpciehp_ctrl.c34 * Turn off slot, turn on attention indicator, turn off power in set_slot_off()
105 * remove_board - Turn off slot and Power Indicator
176 /* blink power indicator and turn off attention */ in pciehp_handle_button_press()
231 * If the slot is on and presence or link has changed, turn it off. in pciehp_handle_presence_or_link_change()
255 /* Turn the slot on if it's occupied or link is up */ in pciehp_handle_presence_or_link_change()
/linux-6.12.1/Documentation/arch/x86/x86_64/
Duefi.rst45 kernel command line parameters to turn off some or all EFI runtime
49 turn off all EFI runtime services
51 turn off EFI reboot runtime service
/linux-6.12.1/arch/arm/mach-qcom/
Dplatsmp.c106 /* 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-6.12.1/arch/x86/power/
Dhibernate_asm_64.S36 movq %rdx, %cr4; # turn off PGE
39 movq %rax, %cr4; # turn PGE back on
127 movq %rcx, %cr4; # turn off PGE
130 movq %rbx, %cr4; # turn PGE back on
/linux-6.12.1/drivers/staging/vt6656/
Dpower.c59 /* Warren:MUST turn on this once before turn on AUTOSLEEP ,or the in vnt_enable_power_saving()
106 /* Turn on wake up to listen next beacon */ in vnt_next_tbtt_wakeup()
/linux-6.12.1/tools/testing/selftests/riscv/vector/
Dvstate_prctl.c123 /* Turn on next's vector explicitly and test */ in main()
128 /* Turn off next's vector explicitly and test */ in main()
133 /* Turn on next's vector explicitly and test inherit */ in main()
143 /* Turn off next's vector explicitly and test inherit */ in main()
/linux-6.12.1/arch/arm/boot/dts/marvell/
Darmada-385-synology-ds116.dts57 * "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-6.12.1/arch/m68k/amiga/
Damisound.c64 /* 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-6.12.1/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy_8x60.c39 /* Turn PowerGen on: */ in hdmi_phy_8x60_powerup()
48 /* Turn PLL power on: */ in hdmi_phy_8x60_powerup()
103 /* Turn off Driver */ in hdmi_phy_8x60_powerdown()

12345678910>>...111