Searched full:turns (Results 1 – 25 of 480) sorted by relevance
12345678910>>...20
/linux-5.10/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 52 /* EC turns on w/ lpddr_pwr_en; always on for AP */ 91 /* EC turns on w/ pp5000_en; always on for AP */ 109 /* EC turns on w/ ap_core_en; always on for AP */ 138 /* EC turns on w/ ap_core_en; always on for AP */ 167 /* EC turns on w/ ap_core_en; always on for AP */ 187 /* EC turns on w/ pp900_ddrpll_en */ 191 /* EC turns on w/ pp900_pll_en */ 195 /* EC turns on w/ pp900_pmu_en */ 199 /* EC turns on w/ pp1800_s0_en_l */ 203 /* EC turns on w/ pp1800_avdd_en_l */ [all …]
|
D | rk3399-gru-chromebook.dtsi | 15 /* EC turns on w/ pp900_ap_en; always on for AP */ 24 /* EC turns on w/ pp900_usb_en */ 28 /* EC turns on w/ pp900_pcie_en */ 58 /* EC turns on w/ ppvar_centerlogic_en; always on for AP */ 85 /* EC turns on w/ ppvar_logic_en; always on for AP */ 162 /* EC turns on w/ pp3300_usb_en_l */
|
D | rk3399-gru-scarlet.dtsi | 18 /* EC turns on w/ pp1250_s3_en; always on for AP */ 47 /* EC turns on w/ pp900_s0_en; always on for AP */ 83 /* EC turns on w/ pp900_s3_en; always on for AP */ 92 /* EC turns on pp1800_s3_en */ 109 /* EC turns on pp3300_s0_en */ 113 /* EC turns on pp3300_s3_en */ 207 /* EC turns on; alias for pp1800_s0 */
|
/linux-5.10/arch/ia64/ |
D | Kconfig.debug | 44 Selecting this option turns on bug checking for the IA-64 53 Selecting this option turns on bug checking for the IA-64 irq_save
|
/linux-5.10/drivers/staging/fbtft/ |
D | fb_uc1701.c | 6 * Any pixel value except 0 turns the pixel on. 43 /* 15: output mode select (turns display upside-down) */ 77 /* output mode select (turns display upside-down) */ in init_display()
|
/linux-5.10/Documentation/leds/ |
D | ledtrig-usbport.rst | 6 in a given port. It simply turns on LED when device appears and turns it off
|
/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-camera.rst | 107 This control turns the camera horizontally by the specified amount. 114 This control turns the camera vertically by the specified amount. 128 This control turns the camera horizontally to the specified 135 This control turns the camera vertically to the specified position. 433 time, and turns flash off. As such, there will be increased image 494 This control turns the camera horizontally at the specific speed. 501 This control turns the camera vertically at the specified speed. The
|
/linux-5.10/drivers/gpu/drm/msm/dp/ |
D | dp_power.h | 15 * @deinit: turns off the regulators/core clocks/GPIOs/pinctrl 43 * This API turns off power and regulators.
|
/linux-5.10/Documentation/process/ |
D | management-style.rst | 75 It turns out that since nobody would be stupid enough to ever really let 86 It turns out that some people have trouble with this approach, for two 143 It turns out that while it's easy to undo technical mistakes, it's not 149 alienate too many kernel developers. It turns out that alienating people 186 While it turns out that most people are idiots, the corollary to that is
|
/linux-5.10/include/linux/platform_data/ |
D | lp855x.h | 43 when the backlight turns on */ 63 when the backlight turns on */
|
D | max3421-hcd.h | 22 u8 vbus_active_level; /* level that turns on power */
|
/linux-5.10/Documentation/power/ |
D | s2ram.rst | 62 used to run with "radeonfb" (it's an ATI Radeon mobility). It turns out 74 pm_trace is not compatible with asynchronous suspend, so it turns
|
/linux-5.10/drivers/leds/ |
D | leds-acer-a500.c | 49 * individually, there is only RESET_LEDS command that turns in a500_ec_led_brightness_set() 52 * RESET_LEDS turns off both LEDs, thus restore other LED if in a500_ec_led_brightness_set()
|
/linux-5.10/drivers/tty/serial/jsm/ |
D | jsm_cls.c | 72 /* Write old LCR value back out, which turns enhanced access off */ in cls_set_cts_flow_control() 119 /* Write old LCR value back out, which turns enhanced access off */ in cls_set_ixon_flow_control() 158 /* Write old LCR value back out, which turns enhanced access off */ in cls_set_no_output_flow_control() 201 /* Write old LCR value back out, which turns enhanced access off */ in cls_set_rts_flow_control() 245 /* Write old LCR value back out, which turns enhanced access off */ in cls_set_ixoff_flow_control() 280 /* Write old LCR value back out, which turns enhanced access off */ in cls_set_no_input_flow_control() 879 /* Write old LCR value back out, which turns enhanced access off */ in cls_uart_init() 896 * Turns off UART.
|
/linux-5.10/include/linux/ |
D | pm_runtime.h | 414 * Decrement the runtime PM usage counter of @dev and if it turns out to be 426 * Decrement the runtime PM usage counter of @dev and if it turns out to be 439 * Decrement the runtime PM usage counter of @dev and if it turns out to be 457 * Decrement the runtime PM usage counter of @dev and if it turns out to be 473 * Decrement the runtime PM usage counter of @dev and if it turns out to be
|
/linux-5.10/include/sound/ac97/ |
D | regs.h | 171 #define AC97_EA_PRI 0x0800 /* Turns the PCM Center DAC off */ 172 #define AC97_EA_PRJ 0x1000 /* Turns the PCM Surround DACs off */ 173 #define AC97_EA_PRK 0x2000 /* Turns the PCM LFE DAC off */ 174 #define AC97_EA_PRL 0x4000 /* Turns the MIC ADC off */
|
/linux-5.10/arch/arm/boot/dts/ |
D | rk3288-veyron-chromebook.dtsi | 61 /* This turns on vbus for host1 (dwc2) */ 73 /* This turns on vbus for otg for host mode (dwc2) */
|
/linux-5.10/net/netfilter/ipvs/ |
D | ip_vs_mh.c | 46 int turns; /* weight / gcd() and rshift */ member 152 ds->turns = ((lw / s->gcd) >> s->rshift) ? : (lw != 0); in ip_vs_mh_permutate() 192 if (ds->turns < 1) { in ip_vs_mh_populate() 221 if (++dt_count >= ds->turns) { in ip_vs_mh_populate()
|
/linux-5.10/include/media/ |
D | fwht-ctrls.h | 6 * It turns out that these structs are not stable yet and will undergo
|
/linux-5.10/scripts/ |
D | profile2linkerlist.pl | 5 # Takes a (sorted) output of readprofile and turns it into a list suitable for
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-driver-toshiba_haps | 20 Description: This file turns off the built-in accelerometer for a few
|
/linux-5.10/fs/qnx6/ |
D | Kconfig | 23 Turns on extended debugging output.
|
/linux-5.10/arch/mips/include/uapi/asm/ |
D | ioctl.h | 19 * And this turns out useful to catch old ioctl numbers in header
|
/linux-5.10/arch/alpha/include/asm/ |
D | pgalloc.h | 12 * used to allocate a kernel page table - this turns on ASN bits
|
/linux-5.10/arch/sparc/include/asm/ |
D | ross.h | 28 * SE: Snoop Enable, turns on bus snooping for cache activity if one. 29 * WBE: Write Buffer Enable, one turns it on.
|
12345678910>>...20