Searched refs:on (Results 1 - 200 of 17246) sorted by relevance

1234567891011>>

/linux-4.1.27/drivers/usb/phy/
H A Dam35x-phy-control.h5 void (*phy_power)(struct phy_control *phy_ctrl, u32 id, bool on);
6 void (*phy_wkup)(struct phy_control *phy_ctrl, u32 id, bool on);
9 static inline void phy_ctrl_power(struct phy_control *phy_ctrl, u32 id, bool on) phy_ctrl_power() argument
11 phy_ctrl->phy_power(phy_ctrl, id, on); phy_ctrl_power()
14 static inline void phy_ctrl_wkup(struct phy_control *phy_ctrl, u32 id, bool on) phy_ctrl_wkup() argument
16 phy_ctrl->phy_wkup(phy_ctrl, id, on); phy_ctrl_wkup()
/linux-4.1.27/include/media/
H A Dadv7183.h24 #define ADV7183_COMPOSITE0 0 /* CVBS in on AIN1 */
25 #define ADV7183_COMPOSITE1 1 /* CVBS in on AIN2 */
26 #define ADV7183_COMPOSITE2 2 /* CVBS in on AIN3 */
27 #define ADV7183_COMPOSITE3 3 /* CVBS in on AIN4 */
28 #define ADV7183_COMPOSITE4 4 /* CVBS in on AIN5 */
29 #define ADV7183_COMPOSITE5 5 /* CVBS in on AIN6 */
30 #define ADV7183_COMPOSITE6 6 /* CVBS in on AIN7 */
31 #define ADV7183_COMPOSITE7 7 /* CVBS in on AIN8 */
32 #define ADV7183_COMPOSITE8 8 /* CVBS in on AIN9 */
33 #define ADV7183_COMPOSITE9 9 /* CVBS in on AIN10 */
34 #define ADV7183_COMPOSITE10 10 /* CVBS in on AIN11 */
36 #define ADV7183_SVIDEO0 11 /* Y on AIN1, C on AIN4 */
37 #define ADV7183_SVIDEO1 12 /* Y on AIN2, C on AIN5 */
38 #define ADV7183_SVIDEO2 13 /* Y on AIN3, C on AIN6 */
40 #define ADV7183_COMPONENT0 14 /* Y on AIN1, Pr on AIN4, Pb on AIN5 */
41 #define ADV7183_COMPONENT1 15 /* Y on AIN2, Pr on AIN3, Pb on AIN6 */
/linux-4.1.27/tools/testing/selftests/memory-hotplug/
H A DMakefile5 TEST_PROGS := mem-on-off-test.sh
6 override RUN_TESTS := ./mem-on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
10 @/bin/bash ./mem-on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
/linux-4.1.27/tools/testing/selftests/cpu-hotplug/
H A DMakefile3 TEST_PROGS := cpu-on-off-test.sh
8 @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
/linux-4.1.27/include/uapi/linux/
H A Dtermios.h17 #define RTSXOFF 0x0001 /* RTS flow control on input */
18 #define CTSXON 0x0002 /* CTS flow control on output */
19 #define DTRXOFF 0x0004 /* DTR flow control on input */
20 #define DSRXON 0x0008 /* DCD flow control on output */
H A Dwait.h11 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
12 #define __WALL 0x40000000 /* Wait on all children, regardless of type */
13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */
H A Dcapability.h21 capabilities based on the version tag given by the kernel. The
22 kernel might be somewhat backwards compatible, but don't bet on
106 /* Overrides all DAC restrictions regarding read and search on files
112 /* Overrides all restrictions about allowed operations on files, where
120 bits on that file; that the effective group ID (or one of the
122 the S_ISGID bit on that file; that the S_ISUID and S_ISGID bits are
123 cleared on successful return from chown(2) (not implemented). */
135 /* Allows forged gids on socket credentials passing. */
140 /* Allows forged pids on socket credentials passing. */
176 /* Allow setting debug option on sockets */
178 /* Allow setting arbitrary process / process group ownership on
236 /* Allow to read/write pci config on alpha */
237 /* Allow irix_prctl on mips (setstacksize) */
238 /* Allow flushing all cache on m68k (sys_cacheflush) */
243 /* Allow turning swap on/off */
244 /* Allow forged pids on socket credentials passing */
245 /* Allow setting readahead and flushing buffers on block devices */
247 /* Allow turning DMA on/off in xd driver */
255 /* Allow DDI debug ioctl on sbpcd driver */
258 /* Allow enabling/disabling tagged queuing on SCSI controllers and sending
260 /* Allow setting encryption key on loopback filesystem */
269 /* Allow raising priority and setting priority on other (different
271 /* Allow use of FIFO and round-robin (realtime) scheduling on own
274 /* Allow setting cpu affinity on other processes */
280 /* Override reserved space on ext2 filesystem */
281 /* Modify data journaling mode on ext3 filesystem (uses journaling
285 /* Override size restrictions on IPC message queues */
287 /* Override max number of consoles on console allocation */
293 /* Allow irix_stime on mips */
307 /* Allow taking of leases on files */
332 to implement capability based checks on modifications to that
H A Drfkill.h33 * @RFKILL_TYPE_WLAN: switch is on a 802.11 wireless network device.
34 * @RFKILL_TYPE_BLUETOOTH: switch is on a bluetooth device.
35 * @RFKILL_TYPE_UWB: switch is on a ultra wideband device.
36 * @RFKILL_TYPE_WIMAX: switch is on a WiMAX device.
37 * @RFKILL_TYPE_WWAN: switch is on a wireless WAN device.
38 * @RFKILL_TYPE_GPS: switch is on a GPS device.
39 * @RFKILL_TYPE_FM: switch is on a FM radio device.
40 * @RFKILL_TYPE_NFC: switch is on an NFC device.
71 * struct rfkill_event - events for userspace on /dev/rfkill
78 * Structure used for userspace communication on /dev/rfkill,
/linux-4.1.27/include/linux/
H A Ddell-led.h8 int dell_app_wmi_led_set(int whichled, int on);
H A Dfutex.h18 * Futexes are matched on equal values of this key.
19 * The key type depends on whether it's a shared or private mapping.
25 * (no reference on an inode or mm)
27 * mapped on a file (reference on the underlying inode)
29 * (but private mapping on an mm, and reference taken on it)
32 #define FUT_OFF_INODE 1 /* We set bit 0 if key has a reference on inode */
33 #define FUT_OFF_MMSHARED 2 /* We set bit 1 if key has a reference on mm */
H A Dthinkpad_acpi.h13 int tpacpi_led_set(int whichled, bool on);
H A Dgpio-pxa.h8 /* NOTE: some PXAs have fewer on-chip GPIOs (like PXA255, with 85).
18 int (*gpio_set_wake)(unsigned int gpio, unsigned int on);
H A Dled-class-flash.h98 * Returns: 0 on success or negative error value on failure
114 * @fled_cdev: the flash LED to set strobe on
119 * Returns: 0 on success or negative error value on failure
134 * Returns: 0 on success or negative error value on failure
152 * Returns: 0 on success or negative error value on failure
164 * Returns: 0 on success or negative error value on failure
175 * Returns: 0 on success or negative error value on failure
187 * Returns: 0 on success or negative error value on failure
H A Ddrbd_genl_api.h7 * For admin requests (user -> kernel): which minor device to operate on.
10 * If we do not operate on minors, but on connections or resources,
18 * The volume number corresponds to the same volume number on the remote side,
19 * whereas the minor number on the remote side may be different
H A Dthreads.h38 * on original pid max of 32k for 32 cpus. Also, increase the
39 * minimum settable value for pid_max on the running system based
40 * on similar defaults. See kernel/pid.c:pidmap_init() for details.
H A Di2c-omap.h9 * unit on the OMAP4430 reports the same ID as the V1 peripheral
10 * unit on the OMAP3530, so we must inform the driver which IP
11 * version we know it is running on from platform / cpu-specific
H A Dmsg.h17 /* one msq_queue structure for each present queue on the system */
23 unsigned long q_cbytes; /* current number of bytes on queue */
25 unsigned long q_qbytes; /* max number of bytes on queue */
H A Dof_pdt.h19 * buf should be 32 bytes; return 0 on success.
24 /* for both functions, return proplen on success; -1 on error */
33 /* return 0 on success; fill in 'len' with number of bytes in path */
H A Dkernel-page-flags.h8 * WARNING: subject to change, never rely on them!
/linux-4.1.27/arch/sparc/include/asm/
H A Dtimex_64.h13 /* Getting on the cycle counter on sparc64. */
H A Dclock.h2 * clock.h: Definitions for clock operations on the Sparc.
H A Dkmap_types.h5 * is actually used on sparc. -DaveM
H A Dauxio_64.h16 * ebus-based auxio on PCIO
28 * E - Link Test Enable, directly reflected on AT&T 7213 LTE pin
29 * M - Monitor/Mouse Mux, directly reflected on MON_MSE_MUX pin
31 * L - System LED on front panel (0=off, 1=on)
61 * LED - System LED on front panel (0=off, 1=on)
83 * on - AUXIO_LTE_ON or AUXIO_LTE_OFF
85 void auxio_set_lte(int on);
92 * on - AUXIO_LED_ON or AUXIO_LED_OFF
94 void auxio_set_led(int on);
H A Dirq_32.h1 /* irq.h: IRQ registers on the Sparc.
11 * Be on the safe side and make room for 64
H A Ddelay_64.h1 /* delay.h: Linux delay routines on sparc64.
H A Decc.h3 * controller on the sun4m.
26 * SBUS: Enable MBus Arbiter on the SBus 0=off 1=on
27 * MOD3: Enable MBus Arbiter on MBus module 3 0=off 1=on
28 * MOD2: Enable MBus Arbiter on MBus module 2 0=off 1=on
29 * MOD1: Enable MBus Arbiter on MBus module 1 0=off 1=on
44 * ECHECK: Enable ECC checking. 0=off 1=on
45 * EINT: Enable Interrupts for correctable errors. 0=off 1=on
H A Dauxio_32.h12 * First, it is used to control the front panel LED light on machines
50 * on - AUXIO_LTE_ON or AUXIO_LTE_OFF
52 #define auxio_set_lte(on) \
54 if(on) { \
66 * on - AUXIO_LED_ON or AUXIO_LED_OFF
68 #define auxio_set_led(on) \
70 if(on) { \
H A Dtsunami.h12 /* The MMU control register on the Tsunami:
19 * SW: Enable Software Table Walks 0=off 1=on
26 * PE: Parity Enable 0=off 1=on
28 * IE: Instruction cache Enable 0=off 1=on
29 * DE: Data cache Enable 0=off 1=on
H A Ddelay_32.h2 * delay.h: Linux delay routines on the Sparc.
22 /* This is too messy with inline asm on the Sparc. */
H A Debus_dma.h26 int ebus_dma_irq_enable(struct ebus_dma_info *p, int on);
33 void ebus_dma_enable(struct ebus_dma_info *p, int on);
/linux-4.1.27/sound/oss/
H A Dcoproc.h2 * Definitions for various on board processors on the sound cards. For
/linux-4.1.27/drivers/net/ethernet/tile/
H A DMakefile2 # Makefile for the TILE on-chip networking support.
/linux-4.1.27/include/linux/platform_data/
H A Dst_sensors_pdata.h16 * @drdy_int_pin: Redirect DRDY on pin 1 (1) or pin 2 (2).
18 * Accelerometer DRDY on LSM330 available only on pin 1 (see datasheet).
H A Dpxa_sdhci.h20 /* card always wired to host, like on-chip emmc */
22 /* Board design supports 8-bit data on SD/SDIO BUS */
31 * @clk_delay_sel: select clk_delay, used on pxa910
35 * @clk_delay_enable: enable clk_delay or not, used on pxa910
/linux-4.1.27/arch/sh/include/mach-common/mach/
H A Dmicrodev.h19 * controller (INTC) on the CPU-board FPGA. should be noted that there
20 * is an INTC on the FPGA, and a separate INTC on the SH4-202 core -
25 #define MICRODEV_FPGA_INTC_BASE 0xa6110000ul /* INTC base address on CPU-board FPGA */
26 #define MICRODEV_FPGA_INTENB_REG (MICRODEV_FPGA_INTC_BASE+0ul) /* Interrupt Enable Register on INTC on CPU-board FPGA */
27 #define MICRODEV_FPGA_INTDSB_REG (MICRODEV_FPGA_INTC_BASE+8ul) /* Interrupt Disable Register on INTC on CPU-board FPGA */
29 #define MICRODEV_FPGA_INTPRI_REG(n) (MICRODEV_FPGA_INTC_BASE+0x10+((n)/8)*8)/* Interrupt Priority Register on INTC on CPU-board FPGA */
31 #define MICRODEV_FPGA_INTPRI_MASK(n) (MICRODEV_FPGA_INTPRI_LEVEL((n),0xful)) /* Interrupt Priority Mask on INTC on CPU-board FPGA */
32 #define MICRODEV_FPGA_INTSRC_REG (MICRODEV_FPGA_INTC_BASE+0x30ul) /* Interrupt Source Register on INTC on CPU-board FPGA */
33 #define MICRODEV_FPGA_INTREQ_REG (MICRODEV_FPGA_INTC_BASE+0x38ul) /* Interrupt Request Register on INTC on CPU-board FPGA */
42 #define MICRODEV_LINUX_IRQ_ETHERNET 3 /* on-board Ethnernet */
44 #define MICRODEV_LINUX_IRQ_USB_HC 7 /* on-board USB HC */
50 * The following are the IRQ numbers for the INTC on the FPGA for
60 #define MICRODEV_FPGA_IRQ_USB_HC 16 /* on-board USB HC */
61 #define MICRODEV_FPGA_IRQ_ETHERNET 18 /* on-board Ethnernet */
/linux-4.1.27/drivers/media/rc/keymaps/
H A Drc-fusionhdtv-mce.c37 { 0x02, KEY_TV }, /* Labeled DTV on remote */
40 { 0x1e, KEY_FAVORITES }, /* Labeled CPF on remote */
42 { 0x46, KEY_POWER2 }, /* TV On/Off button on remote */
43 { 0x0a, KEY_EPG }, /* Labeled Guide on remote */
46 { 0x59, KEY_INFO }, /* Labeled MORE on remote */
47 { 0x4d, KEY_MENU }, /* Labeled DVDMENU on remote */
48 { 0x55, KEY_CYCLEWINDOWS }, /* Labeled ALT-TAB on remote */
50 { 0x0f, KEY_PREVIOUSSONG }, /* Labeled |<< REPLAY on remote */
51 { 0x12, KEY_NEXTSONG }, /* Labeled >>| SKIP on remote */
53 MS windows logo on remote */
H A Drc-budget-ci-old.c36 { 0x0c, KEY_POWER }, /* RADIO on Hauppauge */
38 { 0x0f, KEY_A }, /* TV on Hauppauge */
44 { 0x1e, KEY_OPTION }, /* RESERVED on Hauppauge */
48 { 0x22, KEY_PREVIOUS }, /* Prev Ch on Zenith, SOURCE on Hauppauge */
51 { 0x26, KEY_CYCLEWINDOWS }, /* MINIMIZE on Hauppauge */
52 { 0x28, KEY_ENTER }, /* VCR mode on Zenith */
56 { 0x2e, KEY_MENU }, /* FULL SCREEN on Hauppauge */
58 { 0x31, KEY_PREVIOUS }, /* VCR mode on Zenith */
64 { 0x38, KEY_TUNER }, /* TV/VCR on Zenith */
H A Drc-winfast.c33 { 0x02, KEY_TUNER }, /* TV/FM, not on Y0400052 */
49 { 0x18, KEY_KPPLUS }, /* fine tune + , not on Y040052 */
50 { 0x19, KEY_KPMINUS }, /* fine tune - , not on Y040052 */
73 { 0x1a, KEY_MODE}, /* change to MCE mode on Y04G0051 */
74 { 0x3e, KEY_VOLUMEUP }, /* MCE +VOL, on Y04G0033 */
75 { 0x3a, KEY_VOLUMEDOWN }, /* MCE -VOL, on Y04G0033 */
76 { 0x3b, KEY_CHANNELUP }, /* MCE +CH, on Y04G0033 */
77 { 0x3f, KEY_CHANNELDOWN } /* MCE -CH, on Y04G0033 */
/linux-4.1.27/include/linux/usb/
H A Dotg-fsm.h125 void (*chrg_vbus)(struct otg_fsm *fsm, int on);
126 void (*drv_vbus)(struct otg_fsm *fsm, int on);
127 void (*loc_conn)(struct otg_fsm *fsm, int on);
128 void (*loc_sof)(struct otg_fsm *fsm, int on);
134 int (*start_host)(struct otg_fsm *fsm, int on);
135 int (*start_gadget)(struct otg_fsm *fsm, int on);
139 static inline int otg_chrg_vbus(struct otg_fsm *fsm, int on) otg_chrg_vbus() argument
143 fsm->ops->chrg_vbus(fsm, on); otg_chrg_vbus()
147 static inline int otg_drv_vbus(struct otg_fsm *fsm, int on) otg_drv_vbus() argument
151 if (fsm->drv_vbus != on) { otg_drv_vbus()
152 fsm->drv_vbus = on; otg_drv_vbus()
153 fsm->ops->drv_vbus(fsm, on); otg_drv_vbus()
158 static inline int otg_loc_conn(struct otg_fsm *fsm, int on) otg_loc_conn() argument
162 if (fsm->loc_conn != on) { otg_loc_conn()
163 fsm->loc_conn = on; otg_loc_conn()
164 fsm->ops->loc_conn(fsm, on); otg_loc_conn()
169 static inline int otg_loc_sof(struct otg_fsm *fsm, int on) otg_loc_sof() argument
173 if (fsm->loc_sof != on) { otg_loc_sof()
174 fsm->loc_sof = on; otg_loc_sof()
175 fsm->ops->loc_sof(fsm, on); otg_loc_sof()
230 static inline int otg_start_host(struct otg_fsm *fsm, int on) otg_start_host() argument
234 return fsm->ops->start_host(fsm, on); otg_start_host()
237 static inline int otg_start_gadget(struct otg_fsm *fsm, int on) otg_start_gadget() argument
241 return fsm->ops->start_gadget(fsm, on); otg_start_gadget()
H A Dsl811.h12 /* given port_power, msec/2 after power on till power good */
15 /* mA/2 power supplied on this port (max = default = 250) */
18 /* sl811 relies on an external source of VBUS current */
/linux-4.1.27/drivers/atm/
H A Dtonga.h11 #define END_SWAP_DMA 0x80 /* endian swap on DMA */
12 #define END_SWAP_BYTE 0x40 /* endian swap on slave byte accesses */
13 #define END_SWAP_WORD 0x20 /* endian swap on slave word accesses */
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
H A DMakefile2 # Makefile for the PowerPC 4xx on-chip ethernet driver
/linux-4.1.27/arch/um/include/asm/
H A Dsetup.h4 /* POSIX mandated with _POSIX_ARG_MAX that we can rely on 4096 chars in the
H A Dcache.h8 # define L1_CACHE_SHIFT 6 /* Should be 7 on Intel */
/linux-4.1.27/drivers/vhost/
H A Dtest.h4 /* Start a given test on the virtio null device. 0 stops all tests. */
/linux-4.1.27/include/xen/interface/
H A Dcallback.h45 /* x86/64 hypervisor: Syscall by 64-bit guest app ('64-on-64-on-64'). */
49 * x86/32 hypervisor: Only available on x86/32 when supervisor_mode_kernel
60 * - 64-bit hypervisor: 32-bit guest applications on Intel CPUs
61 * ('32-on-32-on-64', '32-on-64-on-64')
62 * [nb. also 64-bit guest applications on Intel CPUs
63 * ('64-on-64-on-64'), but syscall is preferred]
68 * x86/64 hypervisor: Syscall by 32-bit guest app on AMD CPUs
69 * ('32-on-32-on-64', '32-on-64-on-64')
/linux-4.1.27/arch/ia64/include/asm/uv/
H A Duv.h8 /* temporary support for running on hardware simulator */ is_uv_system()
/linux-4.1.27/arch/m32r/include/asm/
H A Ddma.h8 * to on this platform
H A Dirq.h10 * ICU of M32700UT-on-board PLD: 32 interrupts cascaded to INT1# chip pin
23 * ICU of M32700UT-on-board PLD: 32 interrupts cascaded to INT1# chip pin
24 * ICU of M32R-LCD-on-board PLD: 32 interrupts cascaded to INT2# chip pin
25 * ICU of M32R-LAN-on-board PLD: 32 interrupts cascaded to INT0# chip pin
47 * ICU of OPSPUT-on-board PLD: 32 interrupts cascaded to INT1# chip pin
48 * ICU of M32R-LCD-on-board PLD: 32 interrupts cascaded to INT2# chip pin
49 * ICU of M32R-LAN-on-board PLD: 32 interrupts cascaded to INT0# chip pin
72 * ICU of M32104UT-on-board PLD: 32 interrupts cascaded to INT1# chip pin
H A Dtimex.h16 * Currently only used on SMP.
/linux-4.1.27/include/asm-generic/
H A Dmutex.h5 * which is a reasonable default on many architectures.
H A Duser.h5 * used for a.out files, which are not supported on new architectures.
H A Dexec.h1 /* Generic process execution definitions, based on MN10300 definitions.
3 * It should be possible to use these on really simple architectures,
H A Ddma.h8 * Some code relies on seeing MAX_DMA_ADDRESS though.
H A Dparport.h10 * to devices on the PCI bus.
H A Dtlbflush.h4 * This is a dummy tlbflush implementation that can be used on all
/linux-4.1.27/arch/x86/include/asm/
H A Dkbdleds.h5 * Some laptops take the 789uiojklm,. keys as number pad when NumLock is on.
6 * This seems a good reason to start with NumLock off. That's why on X86 we
H A Dvirtext.h35 /** Disable VMX on the current CPU
38 * on the CPU previously. Only call this function if you know VMX
52 /** Disable VMX if it is enabled on the current CPU
62 /** Disable VMX if it is supported and enabled on the current CPU
81 * on the messages; gcc should take care of not generating code for
82 * the messages on this case.
111 /** Disable SVM on the current CPU
124 /** Makes sure SVM is disabled, if it is supported on the CPU
H A Dmmzone_64.h3 /* 2.5 Version loosely based on the NUMAQ Code by Pat Gaughen. */
H A Dvsyscall.h11 * Called on instruction fetch fault in vsyscall page.
/linux-4.1.27/Documentation/prctl/
H A DMakefile2 hostprogs-$(CONFIG_X86) := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test disable-tsc-test
7 HOSTCFLAGS_disable-tsc-on-off-stress-test.o += -I$(objtree)/usr/include
/linux-4.1.27/kernel/
H A Dworkqueue_internal.h16 * The poor guys doing the actual heavy lifting. All on-duty workers are
17 * either serving the manager role, on idle list or on busy hash. For
18 * details on the locking annotation (L, I, X...), refer to workqueue.c.
23 /* on idle list while idle, on busy hash table while busy */
35 /* 64 bytes boundary on 64bit, 32 on 32bit */
/linux-4.1.27/drivers/leds/trigger/
H A Dledtrig-camera.c4 * based on ledtrig-ide-disk.c
24 void ledtrig_flash_ctrl(bool on) ledtrig_flash_ctrl() argument
26 enum led_brightness brt = on ? LED_FULL : LED_OFF; ledtrig_flash_ctrl()
32 void ledtrig_torch_ctrl(bool on) ledtrig_torch_ctrl() argument
34 enum led_brightness brt = on ? LED_FULL : LED_OFF; ledtrig_torch_ctrl()
/linux-4.1.27/sound/soc/samsung/
H A Dsmdk_wm8994pcm.c32 * $ amixer sset 'DAC1' on,on
35 * $ amixer sset 'DAC1R Mixer AIF1.1' on
36 * $ amixer sset 'DAC1L Mixer AIF1.1' on
37 * $ amixer sset 'IN2L' on
38 * $ amixer sset 'IN2L PGA IN2LN' on
39 * $ amixer sset 'MIXINL IN2L' on
40 * $ amixer sset 'AIF1ADC1L Mixer ADC/DMIC' on
41 * $ amixer sset 'IN2R' on
42 * $ amixer sset 'IN2R PGA IN2RN' on
43 * $ amixer sset 'MIXINR IN2R' on
44 * $ amixer sset 'AIF1ADC1R Mixer ADC/DMIC' on
81 /* Set PCM source clock on CPU */ smdk_wm8994_pcm_hw_params()
H A Dsmdk_wm8994.c24 * $ amixer sset 'DAC1' on,on
27 * $ amixer sset 'DAC1R Mixer AIF1.1' on
28 * $ amixer sset 'DAC1L Mixer AIF1.1' on
29 * $ amixer sset 'IN2L' on
30 * $ amixer sset 'IN2L PGA IN2LN' on
31 * $ amixer sset 'MIXINL IN2L' on
32 * $ amixer sset 'AIF1ADC1L Mixer ADC/DMIC' on
33 * $ amixer sset 'IN2R' on
34 * $ amixer sset 'IN2R PGA IN2RN' on
35 * $ amixer sset 'MIXINR IN2R' on
36 * $ amixer sset 'AIF1ADC1R Mixer ADC/DMIC' on
/linux-4.1.27/drivers/staging/rtl8192u/
H A Dr8192U_wx.h6 * Parts of this driver are based on the GPL part of the official realtek driver
7 * Parts of this driver are based on the rtl8180 driver skeleton from Patric
9 * Parts of this driver are based on the Intel Pro Wireless 2100 GPL driver
H A Dr8180_93cx6.h6 Parts of this driver are based on the GPL part of the
8 Parts of this driver are based on the rtl8180 driver skeleton
10 Parts of this driver are based on the Intel Pro Wireless 2100 GPL driver
/linux-4.1.27/drivers/pcmcia/
H A Dsa1111_badge4.c33 * PCM Vcc on BadgePAD 4 can be jumpered for 3v3 (short pins 1 and 3
34 * on JP6) or 5v0 (short pins 3 and 5 on JP6).
38 * PCM Vpp on BadgePAD 4 can be jumpered for 12v0 (short pins 4 and 6
39 * on JP6) or tied to PCM Vcc (short pins 2 and 4 on JP6). N.B.,
45 * CF Vcc on BadgePAD 4 can be jumpered either for 3v3 (short pins 1
46 * and 2 on JP10) or 5v0 (short pins 2 and 3 on JP10).
59 static int badge4_pcmvcc = 50; /* pins 3 and 5 jumpered on JP6 */
60 static int badge4_pcmvpp = 50; /* pins 2 and 4 jumpered on JP6 */
61 static int badge4_cfvcc = 33; /* pins 1 and 2 jumpered on JP10 */
/linux-4.1.27/arch/arm/mach-mvebu/
H A Dnetxbig.c74 * 1 | fix blue on
75 * 2 | fix red on
76 * 3 | blink blue on=1 sec and blue off=1 sec
77 * 4 | blink red on=1 sec and red off=1 sec
78 * 5 | blink blue on=2.5 sec and red on=0.5 sec
79 * 6 | blink blue on=1 sec and red on=1 sec
80 * 7 | blink blue on=0.5 sec and blue off=2.5 sec
86 * 2 | fix red on
87 * 3 | blink blue on=1 sec and blue off=1 sec
88 * 4 | blink red on=1 sec and red off=1 sec
89 * 5 | blink blue on=2.5 sec and red on=0.5 sec
90 * 6 | blink blue on=1 sec and red on=1 sec
91 * 7 | fix blue on
/linux-4.1.27/arch/x86/lib/
H A Dmisc.c4 * (Typed on and submitted from hpa's mobile phone.)
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
H A DMakefile12 # Primary on-chip clocks (common)
/linux-4.1.27/arch/um/include/shared/
H A Delf_user.h10 /* For compilation on a host that doesn't support AT_SYSINFO (Linux 2.4) */
/linux-4.1.27/arch/mips/include/asm/
H A Ddevice.h12 /* DMA operations on that device */
H A Dcmp.h5 * Definitions for CMP multitasking on MIPS cores
/linux-4.1.27/arch/mips/include/asm/mach-loongson/
H A Dkernel-entry-init.h21 /* Set LPA on LOONGSON3 config3 */
25 /* Set ELPA on LOONGSON3 pagegrain */
40 /* Set LPA on LOONGSON3 config3 */
44 /* Set ELPA on LOONGSON3 pagegrain */
/linux-4.1.27/fs/quota/
H A Dquotaio_v1.h17 * (as it appears on disk) - the file is an array of these structures
21 __u32 dqb_bhardlimit; /* absolute limit on disk blks alloc */
22 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */
24 __u32 dqb_ihardlimit; /* absolute limit on allocated inodes */
H A Dquotaio_v2.h34 * (as it appears on disk) - the file is a radix tree whose leaves point
39 __le32 dqb_ihardlimit; /* absolute limit on allocated inodes */
42 __le32 dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
43 __le32 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
52 __le64 dqb_ihardlimit; /* absolute limit on allocated inodes */
55 __le64 dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
56 __le64 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
/linux-4.1.27/include/uapi/linux/dvb/
H A Dosd.h30 // All functions return -2 on "not open"
33 // returns 0 on success
36 // returns 0 on success, -1 on DRAM allocation error, -2 on "already open"
39 // returns 0 on success
42 // returns 0 on success
45 // returns 0 on success
48 // returns 0 on success
56 // returns 0 on success, -1 on error
64 // returns 0 on success
67 // returns 0 on success, -1 on error
72 // returns 0 on success, -1 on clipping all pixel (no pixel drawn)
77 // returns 0 on success, -1 on clipping all pixel
80 // returns 0 on success, -1 on clipping all pixel
83 // returns 0 on success, -1 on clipping all pixel
86 // returns 0 on success
89 // returns 0 on success
92 // returns 0 on success
/linux-4.1.27/include/uapi/linux/netfilter_ipv6/
H A Dip6t_HL.h3 * Based on HW's TTL module */
H A Dip6t_hl.h3 * Based on HW's ttl module */
H A Dip6t_ipv6header.h2 on whether they contain certain headers */
/linux-4.1.27/arch/sh/include/cpu-sh4/cpu/
H A Drtc.h10 #define RTC_BIT_INVERTED 0x40 /* bug on SH7750, SH7750S */
/linux-4.1.27/arch/parisc/include/asm/
H A Dprefetch.h4 * PA 2.0 defines data prefetch instructions on page 6-11 of the Kane book.
10 * interruption (eg due to prefetching 0), it is suppressed on PA2.0
11 * processors, but not on 7300LC.
26 /* Need to avoid prefetch of NULL on PA7300LC */ prefetch()
H A Dftrace.h19 * It relays on ftrace_return_to_handler.
H A Dkbdleds.h7 * we can safely turn on the NUMLOCK bit.
/linux-4.1.27/arch/arm64/mm/
H A Dextable.c2 * Based on arch/arm/mm/extable.c
/linux-4.1.27/arch/avr32/include/asm/
H A Ddma.h4 /* The maximum address that we can perform a DMA transfer to on this platform.
/linux-4.1.27/arch/ia64/include/asm/
H A Dhpsim.h14 void ia64_ctl_trace(long on);
H A Dcputime.h2 * Definitions for measuring cputime on ia64 machines.
4 * Based on <asm-powerpc/cputime.h>.
H A Dbugs.h7 * Based on <asm-alpha/bugs.h>.
H A Dmman.h2 * Based on <asm-i386/mman.h>.
H A Dparam.h4 * Based on <asm-i386/param.h>.
H A Dsiginfo.h2 * Based on <asm-i386/siginfo.h>.
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dmman.h2 * Based on <asm-i386/mman.h>.
H A Dmsgbuf.h18 unsigned long msg_cbytes; /* current number of bytes on queue */
20 unsigned long msg_qbytes; /* max number of bytes on queue */
H A Dsetup.h14 __u16 num_cols; /* number of columns on console output device */
15 __u16 num_rows; /* number of rows on console output device */
H A Dsockios.h7 * Based on <asm-i386/sockios.h>.
H A Dstatfs.h5 * Based on <asm-i386/statfs.h>.
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dipcbuf.h11 * - on sparc for 32 bit mode (it is 32 bit on sparc64)
/linux-4.1.27/arch/sparc/kernel/
H A Dauxio_64.c54 static void __auxio_set_bit(u8 bit, int on, int ebus) __auxio_set_bit() argument
59 if (!on) { __auxio_set_bit()
67 void auxio_set_led(int on) auxio_set_led() argument
73 __auxio_set_bit(bit, on, ebus); auxio_set_led()
77 static void __auxio_sbus_set_lte(int on) __auxio_sbus_set_lte() argument
79 __auxio_set_bit(AUXIO_AUX1_LTE, on, 0); __auxio_sbus_set_lte()
82 void auxio_set_lte(int on) auxio_set_lte() argument
86 __auxio_sbus_set_lte(on); auxio_set_lte()
H A Dled.c19 unsigned char on, off; led_toggle() local
22 on = 0; led_toggle()
25 on = AUXIO_LED; led_toggle()
29 set_auxio(on, off); led_toggle()
53 seq_puts(m, "on\n"); led_proc_show()
88 * otherwise calls such as on will have no persistent effect led_proc_write()
92 if (!strcmp(buf, "on")) { led_proc_write()
148 MODULE_DESCRIPTION("Provides control of the front LED on SPARC systems.");
/linux-4.1.27/include/net/netfilter/
H A Dxt_rateest.h5 /* keep lock and bstats on same cache line to speedup xt_rateest_tg() */
8 /* keep rstats and lock on same cache line to speedup xt_rateest_mt() */
/linux-4.1.27/arch/powerpc/sysdev/
H A Dmpc5xxx_clocks.c5 * Returns bus frequency (IPS on MPC512x, IPB on MPC52xx),
/linux-4.1.27/arch/mips/pistachio/
H A Dirq.c21 pr_info("EIC is %s\n", cpu_has_veic ? "on" : "off"); arch_init_irq()
22 pr_info("VINT is %s\n", cpu_has_vint ? "on" : "off"); arch_init_irq()
/linux-4.1.27/arch/arm64/include/asm/
H A Dsuspend.h7 * struct cpu_suspend_ctx must be 16-byte aligned since it is allocated on
8 * the stack, which must be 16-byte aligned on v8
/linux-4.1.27/arch/m68k/include/asm/
H A Dblinken.h22 static __inline__ void blinken_leds(int on, int off) blinken_leds() argument
26 hp300_ledstate |= on; blinken_leds()
H A Dmac_via.h4 * There are two of these on the Mac II. Some IRQ's are vectored
14 * although on some machines the second is an RBV or an OSS.
42 * as CHRP on SE/30,II,IIx,IIcx,IIci.
43 * on IIfx, "0 means an active request"
47 * signal from port B of the SCC appear on
52 * on II,IIx,IIcx,IIci,IIfx this is a bit
58 * state-control line SEL" on all but IIfx
62 * map in the address decoders as it is on
70 * on the PA7 input pin (CHRP). Output.
79 * [Macintosh Family] Correct on all but IIfx
83 * on Macs which had the PWM sound hardware. Reserved on newer models.
86 * bit 1: 1 on both IIci and IIfx.
92 #define VIA1A_CPUID0 0x02 /* CPU id bit 0 on RBV, others */
93 #define VIA1A_CPUID1 0x04 /* CPU id bit 0 on RBV, others */
94 #define VIA1A_CPUID2 0x10 /* CPU id bit 0 on RBV, others */
95 #define VIA1A_CPUID3 0x40 /* CPU id bit 0 on RBV, others */
97 /* Info on VIA1B is from Macintosh Family Hardware & MkLinux.
101 * Also, on IIci w/parity, shows parity error
107 #define VIA1B_vADBS2 0x20 /* ADB state input bit 1 (unused on IIfx) */
108 #define VIA1B_vADBS1 0x10 /* ADB state input bit 0 (unused on IIfx) */
109 #define VIA1B_vADBInt 0x08 /* ADB interrupt 0=interrupt (unused on IIfx)*/
158 * on IIci, parity test: 0=test mode.
165 * on II, AMU/PMMU control.
168 * on SE/30 tied low.
169 * on IIx,IIcx,IIfx, unused.
170 * on IIci/RBV, cache control. 0=flush cache.
173 * on SE/30 this signal sent to PDS card. */
175 * on SE/30 sent to PDS card. */
177 * on others, 0=disable processor's instruction
233 #define rBufA rSIFR /* the 'slot interrupts register' is BufA on a VIA */
H A Datari_joystick.h7 * by Robert de Vries (robert@and.nl) on 19Jul93
/linux-4.1.27/scripts/basic/
H A Dbin2c.c2 * Unloved program to convert a binary on stdin to a C include on stdout
/linux-4.1.27/drivers/cpufreq/
H A DKconfig.x867 depends on X86
20 depends on ACPI && ACPI_PROCESSOR
34 depends on ACPI_PROCESSOR
51 depends on X86_ACPI_CPUFREQ && CPU_SUP_AMD
62 depends on X86_INTEL_MID && SFI
72 depends on MELAN
87 depends on MELAN
98 depends on X86_32
109 depends on X86_32
119 depends on X86_POWERNOW_K7 && ACPI_PROCESSOR
120 depends on !(X86_POWERNOW_K7 = y && ACPI_PROCESSOR = m)
121 depends on X86_32
126 depends on ACPI && ACPI_PROCESSOR && X86_ACPI_CPUFREQ
138 depends on CPU_FREQ_GOV_ONDEMAND && X86_ACPI_CPUFREQ && CPU_SUP_AMD
142 change decisions based on feedback from hardware (available on AMD
155 depends on X86_32 && PCI
167 depends on X86_32 || (X86_64 && ACPI_PROCESSOR)
185 depends on X86_32 && X86_SPEEDSTEP_CENTRINO
194 tristate "Intel Speedstep on ICH-M chipsets (ioport interface)"
195 depends on X86_32
199 mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2,
207 tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)"
208 depends on X86_32
212 on systems which have an Intel 440BX/ZX/MX southbridge.
239 depends on X86_32
241 This adds the CPUFreq driver for FSB changing on nVidia nForce2
250 depends on X86_32
261 depends on X86_32 && ACPI_PROCESSOR
273 depends on X86_32 && ACPI_PROCESSOR
290 depends on X86_32 && (X86_SPEEDSTEP_SMI || X86_SPEEDSTEP_ICH)
/linux-4.1.27/arch/alpha/lib/
H A Dev6-csum_ipv6_magic.S114 cmpult $20,$3,$3 # E : (1 cycle stall on $20)
115 addq $20,$18,$20 # E : U L U L (1 cycle stall on $20)
118 addq $20,$19,$20 # E : (1 cycle stall on $20)
123 addq $18,$19,$18 # E : (1 cycle stall on $19)
126 /* (1 cycle stall on $18, 2 cycles on $20) */
129 zapnot $0,15,$1 # U : Start folding output (1 cycle stall on $0)
131 srl $0,32,$0 # U : U L U L : (1 cycle stall on $0)
134 extwl $1,2,$2 # U : ushort[1] (1 cycle stall on $1)
135 zapnot $1,3,$0 # U : ushort[0] (1 cycle stall on $1)
136 extwl $1,4,$1 # U : ushort[2] (1 cycle stall on $1)
140 /* (1 cycle stall on $0) */
141 extwl $3,2,$1 # U : ushort[1] (1 cycle stall on $3)
145 not $0,$4 # E : complement (1 cycle stall on $0)
147 /* (1 cycle stall on $4) */
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dled.c75 * Adjust led blink rate to compensate on a MAC Clock difference on every HW
76 * Led blink rate analysis showed an average deviation of 20% on 5000 series
78 * Need to compensate on the led on/off time per HW according to the deviation
117 unsigned long on, iwl_led_cmd()
129 if (priv->blink_on == on && priv->blink_off == off) iwl_led_cmd()
134 on = IWL_LED_SOLID; iwl_led_cmd()
139 led_cmd.on = iwl_blink_compensation(priv, on, iwl_led_cmd()
146 priv->blink_on = on; iwl_led_cmd()
156 unsigned long on = 0; iwl_led_brightness_set() local
159 on = IWL_LED_SOLID; iwl_led_brightness_set()
161 iwl_led_cmd(priv, on, 0); iwl_led_brightness_set()
116 iwl_led_cmd(struct iwl_priv *priv, unsigned long on, unsigned long off) iwl_led_cmd() argument
/linux-4.1.27/drivers/acpi/
H A Dgsi.c41 * irq location updated with irq value [>0 on success, 0 on failure]
43 * Returns: linux IRQ number on success (>0)
44 * -EINVAL on failure
69 * Returns: a valid linux IRQ number on success
70 * -EINVAL on failure
79 * There is no way at present to look-up the IRQ domain on ACPI, acpi_register_gsi()
H A Dreboot.c32 * on a device on bus 0. */ acpi_reboot()
35 /* The reset register can only live on bus 0. */ acpi_reboot()
/linux-4.1.27/include/rdma/
H A Drdma_netlink.h22 * Returns 0 on success or a negative error code.
31 * Returns 0 on success or a negative error code.
43 * Returns the allocated buffer on success and NULL on failure.
54 * Returns the 0 and a negative error code on failure.
64 * Returns 0 on success or a negative error code.
75 * Returns 0 on success or a negative error code.
/linux-4.1.27/arch/arm/mm/
H A Dfsr-2level.c10 { do_bad, SIGBUS, 0, "external abort on linefetch" },
12 { do_bad, SIGBUS, 0, "external abort on linefetch" },
14 { do_bad, SIGBUS, 0, "external abort on non-linefetch" },
16 { do_bad, SIGBUS, 0, "external abort on non-linefetch" },
18 { do_bad, SIGBUS, 0, "external abort on translation" },
20 { do_bad, SIGBUS, 0, "external abort on translation" },
54 { do_bad, SIGBUS, 0, "external abort on non-linefetch" },
58 { do_bad, SIGBUS, 0, "external abort on translation" },
60 { do_bad, SIGBUS, 0, "external abort on translation" },
/linux-4.1.27/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_opr_v5.h47 SAMPLE_ASPECT_RATIO_IDC = 0x74, /* E, H.264, depend on
49 EXTENDED_SAR = 0x78, /* E, H.264, depned on
57 depend on RC_BIT_RATE_CHANGE in ENC_PARAM_CHANGE */
59 depend on RC_FRAME_RATE_CHANGE in ENC_PARAM_CHANGE */
61 depend on I_PERIOD_CHANGE in ENC_PARAM_CHANGE */
/linux-4.1.27/arch/xtensa/include/asm/
H A Ddma.h18 * By default this is not true on an Xtensa processor,
19 * however on boards with a PCI bus, such functionality
29 * can be performed on this platform.
33 * NOTE: This assumes DMA transfers can only be performed on
42 * works correctly on the address (otherwise the address
/linux-4.1.27/fs/ntfs/
H A Dlcnalloc.h52 * ntfs_cluster_free - free clusters on an ntfs volume
71 * Note, ntfs_cluster_free() saves the state of @ctx on entry and restores it
72 * before returning. Thus, @ctx will be left pointing to the same attribute on
73 * return as on entry. However, the actual pointers in @ctx may point to
74 * different memory locations on return, so you must remember to reset any
85 * Return the number of deallocated clusters (not counting sparse ones) on
86 * success and -errno on error.
91 * ntfs_attr_reinit_search_ctx() or ntfs_attr_put_search_ctx() on it.
95 * Locking: - The runlist described by @ni must be locked for writing on entry
96 * and is locked on return. Note the runlist may be modified when
98 * - The volume lcn bitmap must be unlocked on entry and is unlocked
99 * on return.
102 * - If @ctx is NULL, the base mft record of @ni must not be mapped on
103 * entry and it will be left unmapped on return.
104 * - If @ctx is not NULL, the base mft record must be mapped on entry
105 * and it will be left mapped on return.
118 * @vol: mounted ntfs volume on which to free the clusters
121 * Free all the clusters described by the runlist @rl on the volume @vol. In
125 * Return 0 on success and -errno on error.
/linux-4.1.27/arch/alpha/include/asm/
H A Dwrperfmon.h8 /* Following commands are implemented on all CPUs */
13 /* Following commands on EV5/EV56/PCA56 only */
16 /* Following commands are on EV5 and better CPUs */
19 /* Following command are on EV6 and better CPUs */
21 /* Following command are on EV67 and better CPUs */
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c321 * Return: 0 on success or a negative error code on failure.
375 * Return: 0 on success or a negative error code on failure.
398 * This function will automatically choose the right data type depending on
401 * Return: The number of bytes transmitted on success or a negative error code
402 * on failure.
443 * This function will automatically choose the right data type depending on
446 * Return: The number of bytes successfully read or a negative error code on
487 * This function will automatically choose the right data type depending on
491 * code on failure.
530 * This function will automatically choose the right data type depending on
534 * code on failure.
574 * Return: The number of bytes read or a negative error code on failure.
596 * Return: 0 on success or a negative error code on failure.
614 * Return: 0 on success or a negative error code on failure.
634 * Return: 0 on success or a negative error code on failure.
659 * Return: 0 on success or a negative error code on failure.
683 * Return: 0 on success or a negative error code on failure.
702 * Return: 0 on success or a negative error code on failure.
717 * mipi_dsi_dcs_set_display_off() - stop displaying the image data on the
721 * Return: 0 on success or a negative error code on failure.
736 * mipi_dsi_dcs_set_display_on() - start displaying the image data on the
740 * Return: 0 on success or a negative error code on failure
761 * Return: 0 on success or a negative error code on failure.
785 * Return: 0 on success or a negative error code on failure.
804 * output signal on the TE signal line
807 * Return: 0 on success or a negative error code on failure
822 * mipi_dsi_dcs_set_tear_on() - turn on the display module's Tearing Effect
823 * output signal on the TE signal line.
827 * Return: 0 on success or a negative error code on failure
850 * Return: 0 on success or a negative error code on failure.
894 * Return: 0 on success or a negative error code on failure.
917 * Return: 0 on success or a negative error code on failure.
/linux-4.1.27/arch/x86/kernel/
H A Dreboot.c44 * When machine_emergency_restart() is called, we may be on
82 * `outb_p' is needed instead of just `outb'. Use it to be on the machine_real_restart()
143 { /* Handle reboot issue on Acer Aspire one */
153 { /* Handle problems with rebooting on Apple MacBook5 */
161 { /* Handle problems with rebooting on Apple MacBookPro5 */
169 { /* Handle problems with rebooting on Apple Macmini3,1 */
177 { /* Handle problems with rebooting on the iMac9,1. */
185 { /* Handle problems with rebooting on the iMac10,1. */
195 { /* Handle problems with rebooting on ASRock Q1900DC-ITX */
205 { /* Handle problems with rebooting on ASUS P4S800 */
215 { /* Handle problems with rebooting on Certec BPC600 */
225 { /* Handle problems with rebooting on Dell DXP061 */
233 { /* Handle problems with rebooting on Dell E520's */
241 { /* Handle problems with rebooting on the Latitude E5410. */
249 { /* Handle problems with rebooting on the Latitude E5420. */
257 { /* Handle problems with rebooting on the Latitude E6320. */
265 { /* Handle problems with rebooting on the Latitude E6420. */
273 { /* Handle problems with rebooting on Dell Optiplex 330 with 0KP561 */
282 { /* Handle problems with rebooting on Dell Optiplex 360 with 0T656F */
291 { /* Handle problems with rebooting on Dell Optiplex 745's SFF */
299 { /* Handle problems with rebooting on Dell Optiplex 745's DFF */
308 { /* Handle problems with rebooting on Dell Optiplex 745 with 0KW626 */
317 { /* Handle problems with rebooting on Dell OptiPlex 760 with 0G919G */
326 { /* Handle problems with rebooting on the OptiPlex 990. */
334 { /* Handle problems with rebooting on Dell 300's */
342 { /* Handle problems with rebooting on Dell 1300's */
350 { /* Handle problems with rebooting on Dell 2400's */
358 { /* Handle problems with rebooting on the Dell PowerEdge C6100. */
366 { /* Handle problems with rebooting on the Precision M6600. */
374 { /* Handle problems with rebooting on Dell T5400's */
382 { /* Handle problems with rebooting on Dell T7400's */
390 { /* Handle problems with rebooting on Dell XPS710 */
400 { /* Handle problems with rebooting on HP laptops */
410 { /* Handle problems with rebooting on Sony VGN-Z540N */
428 * on the command line reboot_init()
470 * We need to disable VMX on all CPUs before rebooting, otherwise emergency_vmx_disable_all()
474 * We can't take any locks and we may be on an inconsistent emergency_vmx_disable_all()
481 * CPU we are running on has VMX enabled. emergency_vmx_disable_all()
483 * We will miss cases where VMX is not enabled on all CPUs. This emergency_vmx_disable_all()
484 * shouldn't do much harm because KVM always enable VMX on all emergency_vmx_disable_all()
485 * CPUs anyway. But we can miss it on the small window where KVM emergency_vmx_disable_all()
489 /* Disable VMX on this CPU. */ emergency_vmx_disable_all()
492 /* Halt and disable VMX on the other CPUs */ emergency_vmx_disable_all()
505 * the following on reboot:
737 * Don't do anything if this handler is invoked on crashing cpu. crash_nmi_callback()
762 * Halt all other CPUs, calling the specified function on each of them
764 * This function can be used to halt all other CPUs on crash
766 * will be called inside a NMI handler on all CPUs.
/linux-4.1.27/arch/x86/mm/
H A Dsetup_nx.c11 * noexec = on|off
15 * on Enable
22 if (!strncmp(str, "on", 2)) { noexec_setup()
/linux-4.1.27/arch/metag/include/uapi/asm/
H A Dsigcontext.h10 * going to store on syscall etc.
18 * buffers have been saved and will be replayed on sigreturn.
24 * Read pipeline state. This will get restored on sigreturn.
/linux-4.1.27/arch/mips/include/asm/mach-cobalt/
H A Dirq.h17 * i8259 interrupts used on Cobalt:
22 * 15 - IDE1(no connector on board)
29 * CPU interrupts used on Cobalt:
/linux-4.1.27/drivers/usb/dwc3/
H A DMakefile25 # NOTICE: Make sure your glue layer doesn't depend on anything
26 # which is arch-specific and that it compiles on all situations.
29 # the entire driver (with all its glue layers) on several architectures
/linux-4.1.27/arch/sh/include/mach-ecovec24/mach/
H A Dromimage.h31 * DS2.6 = OFF (Select MMCIF on CN12 instead of SDHI1)
32 * DS2.7 = ON (Select MMCIF on CN12 instead of SDHI1)
43 /* update progress on LED4, LED5, LED6 and LED7 */
/linux-4.1.27/arch/powerpc/boot/
H A Dplanetcore.h30 * Returns zero/NULL on failure, non-zero on success.
37 * on the EA tag.
H A Dvirtex405-head.S14 * - The 405 core does not invalidate the data cache on power-up
17 * - If the data cache is turned on this must have been done by
H A Dstdio.h8 #define ENOSPC 28 /* No space left on device */
/linux-4.1.27/arch/m68k/fpsp040/
H A Dx_bsun.S4 | fpsp_bsun --- FPSP handler for branch/set on unordered exception
9 | measures as outlined in the 040 User's Manual on pages
16 | For details on the license for this file, please see the
/linux-4.1.27/arch/arm/mach-ebsa110/
H A Dleds.c2 * Driver for the LED found on the EBSA110 machine
3 * Based on Versatile and RealView machine LED code
67 * Since we may have triggers on any subsystem, defer registration
/linux-4.1.27/include/linux/input/
H A Dpixcir_ts.h13 * idle: lower scan speed with automatic transition to active on touch
31 * level on touch: interrupt level asserted during touch
32 * pulse on touch: interrupt pulse asserted druing touch
H A Dnavpoint.h11 int gpio; /* GPIO for power on/off */
/linux-4.1.27/drivers/pci/hotplug/
H A Dpciehp_ctrl.c68 ctrl_info(ctrl, "Button pressed on Slot(%s)\n", slot_name(p_slot)); pciehp_handle_attention_button()
90 ctrl_info(ctrl, "Latch open on Slot(%s)\n", slot_name(p_slot)); pciehp_handle_switch_change()
96 ctrl_info(ctrl, "Latch close on Slot(%s)\n", slot_name(p_slot)); pciehp_handle_switch_change()
122 ctrl_info(ctrl, "Card present on Slot(%s)\n", slot_name(p_slot)); pciehp_handle_presence_change()
128 ctrl_info(ctrl, "Card not present on Slot(%s)\n", pciehp_handle_presence_change()
145 ctrl_err(ctrl, "Power fault on slot %s\n", slot_name(p_slot)); pciehp_handle_power_fault()
180 /* turn off slot, turn on Amber LED, turn off Green LED if supported*/ set_slot_off()
186 * before taking any action that relies on power having been set_slot_off()
200 * Turns power on for the board.
210 /* Power on slot */ board_added()
227 ctrl_err(ctrl, "Power fault on slot %s\n", slot_name(p_slot)); board_added()
266 * before taking any action that relies on power having been remove_board()
383 ctrl_info(ctrl, "PCI slot #%s - powering on due to button press\n", handle_button_press_event()
398 ctrl_info(ctrl, "Button cancel on Slot(%s)\n", slot_name(p_slot)); handle_button_press_event()
412 * Ignore if the slot is on power-on or power-off state; handle_button_press_event()
416 ctrl_info(ctrl, "Button ignore on Slot(%s)\n", slot_name(p_slot)); handle_button_press_event()
484 "Link Up event ignored on slot(%s): already powering on\n", handle_link_event()
489 "Link Down event queued on slot(%s): currently getting powered on\n", handle_link_event()
498 "Link Up event queued on slot(%s): currently getting powered off\n", handle_link_event()
504 "Link Down event ignored on slot(%s): already powering off\n", handle_link_event()
510 ctrl_err(ctrl, "Not a valid state on slot(%s)\n", handle_link_event()
569 ctrl_info(ctrl, "No adapter on slot(%s)\n", slot_name(p_slot)); pciehp_enable_slot()
575 ctrl_info(ctrl, "Latch open on slot(%s)\n", pciehp_enable_slot()
584 ctrl_info(ctrl, "Already enabled on slot(%s)\n", pciehp_enable_slot()
613 ctrl_info(ctrl, "Already disabled on slot(%s)\n", pciehp_disable_slot()
641 ctrl_info(ctrl, "Slot %s is already in powering on state\n", pciehp_sysfs_enable_slot()
646 ctrl_info(ctrl, "Already enabled on slot %s\n", pciehp_sysfs_enable_slot()
650 ctrl_err(ctrl, "Not a valid state on slot %s\n", pciehp_sysfs_enable_slot()
681 ctrl_info(ctrl, "Already disabled on slot %s\n", pciehp_sysfs_disable_slot()
685 ctrl_err(ctrl, "Not a valid state on slot %s\n", pciehp_sysfs_disable_slot()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
H A Dvnic_enet.h44 #define VENETF_RSSHASH_IPV4 0x20 /* Hash on IPv4 fields */
45 #define VENETF_RSSHASH_TCPIPV4 0x40 /* Hash on TCP + IPv4 fields */
46 #define VENETF_RSSHASH_IPV6 0x80 /* Hash on IPv6 fields */
47 #define VENETF_RSSHASH_TCPIPV6 0x100 /* Hash on TCP + IPv6 fields */
48 #define VENETF_RSSHASH_IPV6_EX 0x200 /* Hash on IPv6 extended fields */
49 #define VENETF_RSSHASH_TCPIPV6_EX 0x400 /* Hash on TCP + IPv6 ext. fields */
/linux-4.1.27/fs/pstore/
H A Dftrace.c62 u8 on; pstore_ftrace_knob_write() local
65 ret = kstrtou8_from_user(buf, count, 2, &on); pstore_ftrace_knob_write()
71 if (!on ^ pstore_ftrace_enabled) pstore_ftrace_knob_write()
74 if (on) pstore_ftrace_knob_write()
80 __func__, on ? "" : "un", ret); pstore_ftrace_knob_write()
84 pstore_ftrace_enabled = on; pstore_ftrace_knob_write()
/linux-4.1.27/drivers/net/can/softing/
H A Dsofting_platform.h21 int nbus; /* # busses on device */
34 * bring pdev in or out of reset, depending on value
/linux-4.1.27/drivers/net/ethernet/altera/
H A Daltera_sgdmahw.h82 /* bit 0: interrupt on error
83 * bit 1: interrupt on eop
88 * bit 6: stop core on dma error
89 * bit 7: interrupt on max descriptors
113 #define SGDMA_CTRLREG_IOE BIT(0) /* Interrupt on error */
114 #define SGDMA_CTRLREG_IOEOP BIT(1) /* Interrupt on EOP */
119 #define SGDMA_CTRLREG_STOPERR BIT(6) /* stop on dma error */
120 #define SGDMA_CTRLREG_INTMAX BIT(7) /* Interrupt on max descriptors */
/linux-4.1.27/drivers/staging/sm750fb/
H A Dddk750_help.h13 /* if 718 big endian turned on,be aware that don't use this driver for general use,only for ppc big-endian */
14 #warning "big endian on target cpu and enable nature big endian support of 718 capability !"
/linux-4.1.27/drivers/usb/host/
H A Dpci-quirks.h16 void sb800_prefetch(struct device *dev, int on);
23 static inline void sb800_prefetch(struct device *dev, int on) {} argument
/linux-4.1.27/init/
H A DMakefile22 # dependencies on generated files need to be listed explicitly
25 # compile.h changes depending on hostname, generation number, etc,
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dipcbuf.h8 * on 64-bit kernels as on 32-bit ones.
/linux-4.1.27/arch/parisc/kernel/
H A Dsys_parisc32.c10 * environment. Based heavily on sys_ia32.c and sys_sparc32.c.
21 printk(KERN_ERR "%s(%d): Unimplemented 32 on 64 syscall #%d!\n", sys32_unimplemented()
/linux-4.1.27/arch/powerpc/include/uapi/asm/
H A Dmsgbuf.h24 unsigned long msg_cbytes; /* current number of bytes on queue */
26 unsigned long msg_qbytes; /* max number of bytes on queue */
/linux-4.1.27/arch/cris/include/uapi/asm/
H A Dsigcontext.h12 the list of regs to save. Then we can use copy_from_user on the entire regs instead
20 unsigned long usp; /* usp before stacking this gunk on it */
/linux-4.1.27/arch/frv/include/asm/
H A Dirq_regs.h16 * Per-cpu current frame pointer - the location of the last exception frame on
18 * - on FRV, GR28 is dedicated to keeping a pointer to the current exception
H A Dserial.h7 * Based on linux/include/asm-i386/serial.h
/linux-4.1.27/arch/ia64/hp/sim/
H A Dhpsim_setup.c29 ia64_ctl_trace (long on) ia64_ctl_trace() argument
31 ia64_ssc(on, 0, 0, 0, SSC_CTL_TRACE); ia64_ctl_trace()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
H A Daudio.h15 * the default behaviour on these CPUs is to consider gpio 113 as the
16 * AC97 reset line, which is the default on most boards.
H A Dpcm990_baseboard.h58 #define PCM990_CTRL_LCDPWR 0x0001 /* RW LCD Power on */
59 #define PCM990_CTRL_LCDON 0x0002 /* RW LCD Latch on */
64 #define PCM990_CTRL_MMC1PWR 0x0001 /* RW MMC1 Power on */
67 #define PCM990_CTRL_MMC2PWR 0x0001 /* RW MMC2 Power on */
96 #define PCM990_CTRL_GPSPWR 0x0004 /* GPS-Modul Power on */
131 #define PCM990_IDE_IDEOE 0x0001 /* RW Latch on Databus */
132 #define PCM990_IDE_IDEON 0x0002 /* RW Latch on Control Address */
133 #define PCM990_IDE_IDEIN 0x0004 /* RW Latch on Interrupt usw. */
138 #define PCM990_IDE_PWG 0x0008 /* R IDE Power is on */
158 #define PCM990_CF_REG0_LED 0x0001 /* RW LED on */
173 #define PCM990_CF_REG3_CFOE 0x0001 /* RW Latch on Databus */
174 #define PCM990_CF_REG3_CFON 0x0002 /* RW Latch on Control Address */
175 #define PCM990_CF_REG3_CFIN 0x0004 /* RW Latch on Interrupt usw. */
176 #define PCM990_CF_REG3_CFCD 0x0008 /* RW Latch on CD1/2 VS1/2 usw */
179 #define PCM990_CF_REG4_PWRENA 0x0001 /* RW CF Power on (CD1/2 = "00") */
182 #define PCM990_CF_REG4_PWG 0x0008 /* R CF-Power is on */
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dmsgbuf.h18 unsigned long msg_cbytes; /* current number of bytes on queue */
20 unsigned long msg_qbytes; /* max number of bytes on queue */
/linux-4.1.27/tools/power/cpupower/utils/
H A Dcpuidle-set.c122 printf(_("Idlestate %u disabled on CPU %u\n"), idlestate, cpu); cmd_idle_set()
124 printf(_("Idlestate %u not available on CPU %u\n"), cmd_idle_set()
129 printf(_("Idlestate %u not disabled on CPU %u\n"), cmd_idle_set()
135 printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu); cmd_idle_set()
137 printf(_("Idlestate %u not available on CPU %u\n"), cmd_idle_set()
142 printf(_("Idlestate %u not enabled on CPU %u\n"), cmd_idle_set()
158 printf(_("Idlestate %u disabled on CPU %u\n"), idlestate, cpu); cmd_idle_set()
169 printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu); cmd_idle_set()
/linux-4.1.27/tools/testing/selftests/powerpc/
H A Dutils.h30 "[FAIL] Test FAILED on line %d\n", __LINE__); \
42 "[SKIP] Test skipped on line %d\n", __LINE__); \
/linux-4.1.27/arch/powerpc/oprofile/
H A Dop_model_7450.c4 * Freescale 745x/744x oprofile support, based on fsl_booke support
55 /* Unfreezes the counters on this CPU, enables the interrupt,
69 /* Disables the counters on this CPU, and freezes them */ pmc_stop_ctrs()
80 /* Configures the counters on this CPU based on the global
95 /* Configures the global settings for the countes on all CPUs. */ fsl7450_reg_setup()
105 * on overflow. So we calculate the starting value fsl7450_reg_setup()
107 * Then we set the events on the enabled counters */ fsl7450_reg_setup()
134 /* Sets the counters on this CPU to the chosen values, and starts them */ fsl7450_start()
158 /* Stop the counters on this CPU */ fsl7450_stop()
170 /* Handle the interrupt on this CPU, and log a sample for each
/linux-4.1.27/arch/arm/mach-pxa/
H A Dspitz_pm.c56 static void spitz_measure_temp(int on) spitz_measure_temp() argument
58 gpio_set_value(SPITZ_GPIO_ADC_TEMP_ON, on); spitz_measure_temp()
61 static void spitz_charge(int on) spitz_charge() argument
63 if (on) { spitz_charge()
77 static void spitz_discharge(int on) spitz_discharge() argument
79 gpio_set_value(SPITZ_GPIO_JK_A, on); spitz_discharge()
83 on the power bus which the green led on spitz provides */ spitz_discharge1()
84 static void spitz_discharge1(int on) spitz_discharge1() argument
86 gpio_set_value(SPITZ_GPIO_LED_GREEN, on); spitz_discharge1()
140 /* charge on */ spitz_should_wakeup()
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-helper.h76 * customization of the PKO queue priorities based on the port
100 * Returns 0 on success
101 * -1 on failure
109 * on CVMX_PKO_QUEUES_PER_PORT_* where each queue is lower
112 * Returns Zero on success, non-zero on failure
119 * Returns Zero on success, non-zero on failure
124 * Returns the number of ports on the given interface.
141 * Returns Number of interfaces on chip
146 * Get the operating mode of an interface. Depending on the Octeon
191 * Returns Zero on success, negative on failure
205 * Returns Zero on success, negative on failure
221 * Returns Zero on success, negative on failure.
/linux-4.1.27/lib/
H A Dseq_buf.c37 * Returns zero on success, non zero otherwise
54 * Returns zero on success, -1 on overflow.
80 * Returns zero on success, -1 on overflow.
110 * Returns zero on success, -1 on overflow.
138 * Returns zero on success, -1 on overflow
162 * Returns zero on success, -1 on overflow
186 * Returns zero on success, -1 on overflow
214 * Returns zero on success, -1 on overflow
258 * Returns the number of written bytes on success, -1 on overflow
H A Dint_sqrt.c4 * Based on the shift-and-subtract algorithm for computing integer
/linux-4.1.27/drivers/iio/accel/
H A Dmma9551_core.c222 * Returns: 0 on success, negative value on failure.
247 * Returns: 0 on success, negative value on failure.
272 * Returns: 0 on success, negative value on failure.
297 * Returns: 0 on success, negative value on failure.
328 * Returns: 0 on success, negative value on failure.
355 * Returns: 0 on success, negative value on failure.
385 * Returns: 0 on success, negative value on failure.
425 * Returns: 0 on success, negative value on failure.
465 * Returns: 0 on success, negative value on failure.
501 * Returns: 0 on success, negative value on failure.
540 * Returns: 0 on success, negative value on failure.
555 * 0x03, and so on. mma9551_gpio_config()
612 * Returns: 0 on success, negative value on failure.
635 * @enable: Use true to power on device, false to cause the device
638 * Set power on/off for device using the Sleep/Wake Application.
639 * When enable is true, power on chip and enable doze mode.
647 * Returns: 0 on success, negative value on failure.
665 * @on: Use true to power on device, false to power off
670 * Returns: 0 on success, negative value on failure.
672 int mma9551_set_power_state(struct i2c_client *client, bool on) mma9551_set_power_state() argument
677 if (on) mma9551_set_power_state()
686 "failed to change power state to %d\n", on); mma9551_set_power_state()
687 if (on) mma9551_set_power_state()
702 * Firmware applications run at a certain frequency on the
730 * Returns: IIO_VAL_INT on success, negative value on failure.
799 * Returns: 0 on success, negative value on failure.
/linux-4.1.27/drivers/media/i2c/
H A Dtea6420.h18 /* gain on the output pins, ORed with the output pin */
/linux-4.1.27/drivers/s390/char/
H A Ddiag_ftp.h2 * DIAGNOSE X'2C4' instruction based SE/HMC FTP Services, useable on z/VM
H A Dsclp_ftp.h2 * SCLP Event Type (ET) 7 - Diagnostic Test FTP Services, useable on LPAR
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A DHal8723UHWImg_CE.h4 /*Created on 2013/01/14, 15:51*/
/linux-4.1.27/drivers/clocksource/
H A Dclksrc-dbx500-prcmu.c7 * sched_clock implementation is based on:
11 * The PRCMU has 5 timers which are available in a always-on
12 * power domain. We use the Timer 4 for our always-on clock
13 * source on DB8500.
/linux-4.1.27/arch/x86/include/asm/xen/
H A Devents.h20 /* No need for a barrier -- XCHG is a barrier on x86. */
/linux-4.1.27/arch/x86/realmode/rm/
H A Drealmode.h9 * This must be open-coded since gas will choke on using a
/linux-4.1.27/arch/xtensa/platforms/iss/include/platform/
H A Dserial.h12 /* Have no meaning on ISS, but needed for 8250_early.c */
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/reset-controller/
H A Dstih415-resets.h3 * based peripheral powerdown requests on the STMicroelectronics
/linux-4.1.27/arch/mips/include/asm/mach-rc32434/
H A Ddma.h49 #define DMA_DESC_COF (1 << 25) /* Chain on finished */
50 #define DMA_DESC_COD (1 << 26) /* Chain on done */
51 #define DMA_DESC_IOF (1 << 27) /* Interrupt on finished */
52 #define DMA_DESC_IOD (1 << 28) /* Interrupt on done */
/linux-4.1.27/drivers/hsi/
H A Dhsi_boardinfo.c36 * @info: Array of HSI clients on the board
39 * HSI clients are statically declared and registered on board files.
45 * Return -errno on failure, 0 on success.
/linux-4.1.27/include/uapi/asm-generic/
H A Dbitsperlong.h8 * both 32 and 64 bit user space must not rely on CONFIG_64BIT
/linux-4.1.27/include/linux/spi/
H A Difx_modem.h6 unsigned short pwr_on; /* power on */
/linux-4.1.27/include/uapi/linux/netfilter/
H A Dxt_LED.h8 __u8 always_blink; /* Blink even if the LED is already on */
/linux-4.1.27/arch/s390/include/asm/
H A Dcacheflush.h4 /* Caches aren't brain-dead on the s390. */
H A Ddma.h7 * MAX_DMA_ADDRESS is ambiguous because on s390 its completely unrelated
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dtypes.h14 /* A address type so that arithmetic can be done on it & it can be upgraded to
/linux-4.1.27/arch/sh/include/asm/
H A Dstacktrace.h4 * Based on:
/linux-4.1.27/arch/mn10300/include/asm/
H A Dmmu.h15 unsigned long tlbpid[NR_CPUS]; /* TLB PID for this process on
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/reset-controller/
H A Dstih415-resets.h3 * based peripheral powerdown requests on the STMicroelectronics
/linux-4.1.27/arch/powerpc/include/asm/
H A Dheathrow.h7 * Grabbed from Open Firmware definitions on a PowerBook G3 Series
12 /* Front light color on Yikes/B&W G3. 32 bits */
45 #define HRW_PORT_OR_DESK_VIA_N 0x00010000 /* This one is 0 on PowerBook */
60 /* We OR those features at boot on desktop G3s */
H A Dpercpu.h7 * in the paca. Based on the x86-64 implementation.
H A Dunaligned.h7 * The PowerPC can do unaligned accesses itself based on its endian mode.
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/reset-controller/
H A Dstih415-resets.h3 * based peripheral powerdown requests on the STMicroelectronics
/linux-4.1.27/arch/avr32/include/uapi/asm/
H A Dsetup.h4 * Based on linux/include/asm-arm/setup.h
/linux-4.1.27/arch/blackfin/include/uapi/asm/
H A Dcachectl.h2 * based on the mips/cachectl.h
/linux-4.1.27/arch/cris/include/asm/
H A Ddma.h8 /* it's useless on the Etrax, but unfortunately needed by the new
/linux-4.1.27/arch/ia64/kernel/
H A Dnr-irqs.c4 * depending on config.
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/reset-controller/
H A Dstih415-resets.h3 * based peripheral powerdown requests on the STMicroelectronics
/linux-4.1.27/arch/metag/include/asm/
H A Dftrace.h17 /* No extra data needed on metag */
/linux-4.1.27/arch/arm/mach-omap2/include/mach/
H A Dserial.h20 #define OMAP3_UART4_BASE 0x49042000 /* Only on 36xx */
21 #define OMAP3_UART4_AM35XX_BASE 0x4809E000 /* Only on AM35xx */
35 #define AM35XX_UART4_BASE 0x4809E000 /* Only on AM3505/3517 */
48 /* External port on Zoom2/3 */
/linux-4.1.27/arch/arm/include/asm/
H A Dsystem_info.h18 /* information about the system we're running on */
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/reset-controller/
H A Dstih415-resets.h3 * based peripheral powerdown requests on the STMicroelectronics
/linux-4.1.27/scripts/genksyms/
H A DMakefile11 # dependencies on generated files need to be listed explicitly
/linux-4.1.27/scripts/
H A Dheaders.sh4 # Stop on error
/linux-4.1.27/sound/pci/ice1712/
H A Dwtm.h9 *chip addresses on I2C bus
/linux-4.1.27/tools/lib/api/fs/
H A Dfindfs.h10 * On most systems <limits.h> would have given us this, but not on some systems
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
H A Didle_monitors.h6 * Based on the idea from Michael Matz <matz@suse.de>
/linux-4.1.27/include/dt-bindings/reset-controller/
H A Dstih415-resets.h3 * based peripheral powerdown requests on the STMicroelectronics
/linux-4.1.27/include/linux/mfd/
H A Dtc6393xb.h9 * Based on code written by Sharp/Lineo for 2.4 kernels
10 * Based on locomo.c
42 on suspend/resume */
47 extern int tc6393xb_lcd_set_power(struct platform_device *fb, bool on);

Completed in 9476 milliseconds

1234567891011>>