| /kernel/linux/linux-6.6/fs/overlayfs/ |
| D | Kconfig | 15 bool "Overlayfs: turn on redirect directory feature by default" 20 still possible to turn off redirects globally with the 46 bool "Overlayfs: turn on inodes index feature by default" 51 In this case it is still possible to turn off index globally with the 65 bool "Overlayfs: turn on NFS export feature by default" 72 In this case, it is still possible to turn off NFS export support 111 bool "Overlayfs: turn on metadata only copy up feature by default" 118 possible to turn off this feature globally with the "metacopy=off" 129 bool "Overlayfs: turn on extra debugging checks"
|
| /kernel/linux/linux-5.10/fs/overlayfs/ |
| D | Kconfig | 15 bool "Overlayfs: turn on redirect directory feature by default" 20 still possible to turn off redirects globally with the 46 bool "Overlayfs: turn on inodes index feature by default" 51 In this case it is still possible to turn off index globally with the 65 bool "Overlayfs: turn on NFS export feature by default" 72 In this case, it is still possible to turn off NFS export support 111 bool "Overlayfs: turn on metadata only copy up feature by default" 118 possible to turn off this feature globally with the "metacopy=off"
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | Kconfig.debug | 40 Choose this option to turn on extra driver debugging that may affect 118 Choose this option to turn on extra driver debugging that may affect 130 Choose this option to turn on extra driver debugging that may affect 142 Choose this option to turn on extra driver debugging that may affect 186 Choose this option to turn on low level request tracing events. 197 Choose this option to turn on extra debug warnings for the 211 Choose this option to turn on extra state checking for the
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| 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 …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| 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 …]
|
| /kernel/linux/linux-6.6/include/linux/usb/ |
| 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 */
|
| 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 */
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_panel.h | 44 * starts to transmit video data. Panel drivers can use this to turn the panel 57 * necessary to turn off the panel to avoid visual glitches. This is done in 74 * Turn on panel and perform set up. 83 * Enable panel (turn on back light, etc.). 92 * Disable panel (turn off back light, etc.). 101 * Turn off panel. 144 * Backlight device, used to turn on backlight after the call 145 * to enable(), and to turn off backlight before the call to
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | Kconfig.debug | 45 Choose this option to turn on extra driver debugging that may affect 138 Choose this option to turn on extra driver debugging that may affect 150 Choose this option to turn on extra driver debugging that may affect 163 Choose this option to turn on extra driver debugging that may affect 207 Choose this option to turn on low level request tracing events. 220 Choose this option to turn on extra debug warnings for the 236 Choose this option to turn on extra state checking for the
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| D | ohci_pdriver.h | 40 /* Turn on all power and clocks */ 42 /* Turn off all power and clocks */ 44 /* Turn on only VBUS suspend power and hotplug detection, 45 * turn off everything else */
|
| D | ehci_pdriver.h | 54 /* Turn on all power and clocks */ 56 /* Turn off all power and clocks */ 58 /* Turn on only VBUS suspend power and hotplug detection, 59 * turn off everything else */
|
| /kernel/linux/linux-6.6/include/drm/ |
| D | drm_panel.h | 47 * 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
|
| /kernel/linux/linux-6.6/Documentation/power/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/power/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/tty/serial/jsm/ |
| D | jsm_cls.c | 66 /* 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 …]
|
| D | jsm_neo.c | 43 /* 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 …]
|
| /kernel/linux/linux-6.6/drivers/tty/serial/jsm/ |
| D | jsm_cls.c | 66 /* 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 …]
|
| D | jsm_neo.c | 43 /* 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 …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpio/ |
| D | gpio-mmio.yaml | 57 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.
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
| D | rtl871x_mp.c | 508 /* 3. turn on scramble setting */ in r8712_SetSingleCarrierTx() 510 /* 4. Turn On Single Carrier Tx and off the other test modes. */ in r8712_SetSingleCarrierTx() 515 /* Turn off all test modes.*/ in r8712_SetSingleCarrierTx() 571 /* Turn Off All Test Mode */ in r8712_SetCarrierSuppressionTx() 580 /*turn off scramble setting*/ in r8712_SetCarrierSuppressionTx() 591 /*turn on scramble setting*/ in r8712_SetCarrierSuppressionTx() 611 /* Turn Off All Test Mode */ in SetCCKContinuousTx() 620 /*turn on scramble setting*/ in SetCCKContinuousTx() 625 /*turn on scramble setting*/ in SetCCKContinuousTx() 643 /* 3. turn on scramble setting */ in SetOFDMContinuousTx() [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
| D | rtl871x_mp.c | 509 /* 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 …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | gbefb.c | 185 /* 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 …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | gbefb.c | 185 /* 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() 272 /* turn off pixel counter */ in gbe_turn_off() 285 printk(KERN_ERR "gbefb: turn off pixel clock timed out\n"); in gbe_turn_off() 287 /* turn off dot clock */ in gbe_turn_off() 300 printk(KERN_ERR "gbefb: turn off dotclock timed out\n"); in gbe_turn_off() 324 /* turn on dot clock */ in gbe_turn_on() 337 printk(KERN_ERR "gbefb: turn on dotclock timed out\n"); in gbe_turn_on() [all …]
|
| /kernel/linux/linux-6.6/drivers/auxdisplay/ |
| D | charlcd.h | 58 * @backlight: Turn backlight on or off. Optional. 72 * @display: Turn display on or off. 73 * @cursor: Turn cursor on or off. 74 * @blink: Turn cursor blink on or off.
|
| /kernel/linux/linux-5.10/Documentation/x86/x86_64/ |
| D | uefi.rst | 45 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
|