plateform
stringclasses
1 value
repo_name
stringclasses
2 values
name
stringlengths
1
78
ext
stringclasses
2 values
path
stringlengths
15
1.11k
size
int64
1
8.55M
source_encoding
stringclasses
11 values
md5
stringlengths
32
32
text
stringlengths
0
8.49M
google
android
meson_uart
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/meson_uart.c
15,324
utf_8
78fc89e4949ebd13464c7e72988bbb5c
/* * Based on meson_uart.c, by AMLOGIC, INC. * * */ #include <linux/clk.h> #include <linux/console.h> #include <linux/delay.h> #include <linux/init.h> #include <linux/io.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/of.h> #include <linux/platform_device.h> #include <linux/serial.h> #includ...
google
android
digicolor-usart
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/digicolor-usart.c
14,410
utf_8
d74807741bc2f1debd497b28d75d6e13
/* * Driver for Conexant Digicolor serial ports (USART) * * (at your option) any later version. */ #include <linux/module.h> #include <linux/console.h> #include <linux/serial_core.h> #include <linux/serial.h> #include <linux/clk.h> #include <linux/io.h> #include <linux/tty.h> #include <linux/tty_flip.h> #include <...
google
android
max3100
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/max3100.c
21,462
utf_8
a629482b4790b1663d36d4a6b70c56dd
/* * * (at your option) any later version. * * * Notes: the MAX3100 doesn't provide an interrupt on CTS so we have * to use polling for flow control. TX empty IRQ is unusable, since * writing conf clears FIFO buffer and we cannot have this interrupt * always asking us for attention. * * Example platform data:...
google
android
st-asc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/st-asc.c
22,334
utf_8
b27622bd0f9008b21372b1cb0d170601
/* * st-asc.c: ST Asynchronous serial controller (ASC) driver * * (at your option) any later version. * */ #if defined(CONFIG_SERIAL_ST_ASC_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) #define SUPPORT_SYSRQ #endif #include <linux/module.h> #include <linux/serial.h> #include <linux/console.h> #include <linux/sysrq.h> #i...
google
android
sunhv
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/sunhv.c
13,595
utf_8
e324df033e8f99a21706c170341bad91
/* sunhv.c: Serial driver for SUN4V hypervisor console. * */ #include <linux/kernel.h> #include <linux/errno.h> #include <linux/tty.h> #include <linux/tty_flip.h> #include <linux/major.h> #include <linux/circ_buf.h> #include <linux/serial.h> #include <linux/sysrq.h> #include <linux/console.h> #include <linux/spinlock...
google
android
icom
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/icom.c
44,039
utf_8
b239a291fe159b047a431eee04823e76
/* * icom.c * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ #define SERIAL_DO_RESTART #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/signal.h> #include <linux/timer.h> #include <linux/interrupt.h> #include <linux/tty.h> #include <...
google
android
amba-pl010
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/amba-pl010.c
20,376
utf_8
9531ba038c04a439b41ce02b0589d68e
/* * Driver for AMBA serial ports * * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * This is a generic driver for ARM AMBA-type serial ports. They * have a lot of 16550-like features, but are not register com...
google
android
cpm_uart_cpm2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c
4,688
utf_8
8d26f3ebffe84dac7365bb7220b311d4
/* * Driver for CPM (SCC/SMC) serial ports; CPM2 definitions * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ #include <linux/module.h> #include <linux/tty.h> #include <linux/ioport.h> #include <linux/slab.h> #include <linux/serial.h> #include <linux/console.h> #include <linux/sy...
google
android
cpm_uart_cpm1
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c
4,052
utf_8
289ef3707ecd21c67e4b39ce77632140
/* * Driver for CPM (SCC/SMC) serial ports; CPM1 definitions * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ #include <linux/module.h> #include <linux/tty.h> #include <linux/gfp.h> #include <linux/ioport.h> #include <linux/serial.h> #include <linux/console.h> #include <linux/sys...
google
android
cpm_uart_core
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/cpm_uart/cpm_uart_core.c
36,457
utf_8
a0fa79a9ff515f26f713246a01a8b71b
/* * Driver for CPM (SCC/SMC) serial ports; core driver * * Based on arch/ppc/cpm2_io/uart.c by Dan Malek * Based on ppc8xx.c by Thomas Gleixner * Based on drivers/serial/amba.c by Russell King * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ #include <linux/module.h> #inc...
google
android
8250_dw
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_dw.c
15,835
utf_8
d1a920dbbefb68c07448efe158775d90
/* * Synopsys DesignWare 8250 driver. * * (at your option) any later version. * * The Synopsys DesignWare 8250 has an extra feature whereby it detects if the * LCR is written whilst busy. If it is, then a busy detect interrupt is * raised, the LCR needs to be rewritten and the uart status register read. */ #in...
google
android
8250_omap
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_omap.c
38,193
utf_8
a0bafa4b9169dfcb079eea600b4a4ec9
/* * 8250-core based driver for the OMAP internal UART * * */ #include <linux/device.h> #include <linux/io.h> #include <linux/module.h> #include <linux/serial_8250.h> #include <linux/serial_reg.h> #include <linux/tty_flip.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/of.h> #include <...
google
android
8250_early
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_early.c
4,635
utf_8
4c8520bd22ff77aa81596eb049046cc5
/* * Early serial console for 8250/16550 devices * * and on early_printk.c by Andi Kleen. * * This is for use before the serial driver has initialized, in * particular, before the UARTs have been discovered and named. * Instead of specifying the console device as, e.g., "ttyS0", * we locate the device directly ...
google
android
8250_mid
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_mid.c
8,069
utf_8
a7976b8718b3a663c55f700770d1b905
/* * 8250_mid.c - Driver for UART on Intel Penwell and various other Intel SOCs * */ #include <linux/rational.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/dma/hsu.h> #include <linux/8250_pci.h> #include "8250.h" #define PCI_DEVICE_ID_INTEL_PNW_UART1 0x081b #define PCI_DEVICE_ID_INTEL_PNW_UART2...
google
android
8250_acorn
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_acorn.c
3,216
utf_8
b6abb99cc4e5b32167a850ae23eb802e
/* * linux/drivers/serial/acorn.c * */ #include <linux/module.h> #include <linux/types.h> #include <linux/tty.h> #include <linux/serial_core.h> #include <linux/errno.h> #include <linux/ioport.h> #include <linux/slab.h> #include <linux/device.h> #include <linux/init.h> #include <asm/io.h> #include <asm/ecard.h> #inc...
google
android
8250_exar_st16c554
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_exar_st16c554.c
1,151
utf_8
1cea0e20961cd6e3f4be177a7296c59e
/* * Written by Paul B Schroeder < pschroeder "at" uplogix "dot" com > * Based on 8250_boca. * */ #include <linux/module.h> #include <linux/init.h> #include <linux/serial_8250.h> #define PORT(_base,_irq) \ { \ .iobase = _base, \ .irq = _irq, \ .uartclk = 1843200, \ .iotype = UPIO_PORT, \ ...
google
android
8250_gsc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_gsc.c
3,869
utf_8
f0c89708e883d957978a00135ac9b917
/* * Serial Device Initialisation for Lasi/Asp/Wax/Dino * * (at your option) any later version. */ #include <linux/errno.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/ioport.h> #include <linux/module.h> #include <linux/serial_core.h> #include <linux/signal.h> #include <linux/types.h> ...
google
android
8250_hp300
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_hp300.c
7,579
utf_8
6267d7a1ed69ddf4f4d68153bd7225e7
/* * Driver for the 98626/98644/internal serial interface on hp300/hp400 * (based on the National Semiconductor INS8250/NS16550AF/WD16C552 UARTs) * * Ported from 2.2 and modified to use the normal 8250 driver */ #include <linux/module.h> #include <linux/init.h> #include <linux/string.h> #include <linux/kernel.h> #...
google
android
8250_core
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_core.c
31,953
utf_8
df8b01d6f955b89f3218d4441211e255
/* * Universal/legacy driver for 8250/16550-type serial ports * * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. * * (at your option) any later version. */ #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/ioport.h> #include <linux/init.h> #include <linux/console.h> #in...
google
android
8250_lpc18xx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_lpc18xx.c
5,983
utf_8
94c24e55826cefdc2bd70bd9da2f04fe
/* * Serial port driver for NXP LPC18xx/43xx UART * * */ #include <linux/clk.h> #include <linux/io.h> #include <linux/module.h> #include <linux/of.h> #include <linux/platform_device.h> #include "8250.h" /* Additional LPC18xx/43xx 8250 registers and bits */ #define LPC18XX_UART_RS485CTRL (0x04c / sizeof(u32)) #defi...
google
android
8250_pnp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_pnp.c
15,279
utf_8
baf09b01f9b2d7bfc4206a501a173e29
/* * Probe for 8250/16550-type ISAPNP serial ports. * * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. * */ #include <linux/module.h> #include <linux/pci.h> #include <linux/pnp.h> #include <linux/string.h> #include <linux/kernel.h> #include <linux/serial_core.h> #include <linux/bitops.h> #incl...
google
android
8250_dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_dma.c
6,146
utf_8
2c2f4d17fbe988908bed6e75081866a9
/* * 8250_dma.c - DMA Engine API support for 8250.c * * (at your option) any later version. */ #include <linux/tty.h> #include <linux/tty_flip.h> #include <linux/serial_reg.h> #include <linux/dma-mapping.h> #include "8250.h" static void __dma_tx_complete(void *param) { struct uart_8250_port *p = param; struct uar...
google
android
8250_boca
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_boca.c
1,261
utf_8
7c1764ba6bd8b9be76c821fbd8436300
/* */ #include <linux/module.h> #include <linux/init.h> #include <linux/serial_8250.h> #define PORT(_base,_irq) \ { \ .iobase = _base, \ .irq = _irq, \ .uartclk = 1843200, \ .iotype = UPIO_PORT, \ .flags = UPF_BOOT_AUTOCONF, \ } static struct plat_serial8250_port boca_data[] = { PORT(0x10...
google
android
8250_accent
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_accent.c
1,029
utf_8
bbcd37f110b77778749f6951a3a43337
/* */ #include <linux/module.h> #include <linux/init.h> #include <linux/serial_8250.h> #define PORT(_base,_irq) \ { \ .iobase = _base, \ .irq = _irq, \ .uartclk = 1843200, \ .iotype = UPIO_PORT, \ .flags = UPF_BOOT_AUTOCONF, \ } static struct plat_serial8250_port accent_data[] = { PORT(0x...
google
android
8250_ingenic
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_ingenic.c
8,814
utf_8
0349d64367e1513bdf1f20340f8b6f56
/* * 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/clk.h> #include <linux/console.h> #include <linux/io.h> #include <linux/libfdt.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_fdt.h> #include <linux/of_device.h> #include <linux/platform_device.h> #include <linux/serial_8250.h> #in...
google
android
8250_hub6
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_hub6.c
1,184
utf_8
7c9010a43014f3ba4631c53a85b2aecd
/* */ #include <linux/module.h> #include <linux/init.h> #include <linux/serial_8250.h> #define HUB6(card,port) \ { \ .iobase = 0x302, \ .irq = 3, \ .uartclk = 1843200, \ .iotype = UPIO_HUB6, \ .flags = UPF_BOOT_AUTOCONF, \ .hub6 = (card) << 6 | (port) << 3 | 1, \ } static...
google
android
8250_port
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_port.c
74,452
utf_8
8e2ea1fe40c0eb308d870fb36d1150a1
/* * Base port operations for 8250/16550-type serial ports * * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. * (at your option) any later version. * * A note about mapbase / membase * * mapbase is the physical address of the IO port. * membase is an 'ioremapped' cookie. */ #if defined(...
google
android
serial_cs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/serial_cs.c
29,910
utf_8
7b7c6024354a4b55ee5bec048564c7bc
/*====================================================================== A driver for PCMCIA serial devices serial_cs.c 1.134 2002/05/04 05:48:53 The contents of this file are subject to the Mozilla Public ======================================================================*/ #include <linux/module.h...
google
android
8250_em
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_em.c
4,777
utf_8
4172ae1a963666e9813c7b3ab951a6d6
/* * Renesas Emma Mobile 8250 driver * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <linux/device.h> #include <linux/io.h> #include <linux/module.h> #include <linux/serial_8250.h> #include <linux/serial_reg.h> #include <linux/platform_device.h> #include <linux/clk.h> #incl...
google
android
8250_pci
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_pci.c
147,962
utf_8
47c52145501d29691d19e5e7ee90ed4d
/* * Probe module for 8250/16550-type PCI serial ports. * * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. * */ #undef DEBUG #include <linux/module.h> #include <linux/pci.h> #include <linux/string.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/delay.h> #include <linux/tty...
google
android
8250_fintek
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_fintek.c
6,429
utf_8
76230b884ef1edd7ce2ab0187a29dfb2
/* * Probe for F81216A LPC to 4 UART * * Based on drivers/tty/serial/8250_pnp.c, by Russell King, et al * */ #include <linux/module.h> #include <linux/pci.h> #include <linux/pnp.h> #include <linux/kernel.h> #include <linux/serial_core.h> #include "8250.h" #define ADDR_PORT 0 #define DATA_PORT 1 #define EXIT_KEY...
google
android
8250_mtk
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_mtk.c
8,319
utf_8
b1e73fe77fc7c631ea4baeb67ed29c9b
/* * Mediatek 8250 driver. * */ #include <linux/clk.h> #include <linux/io.h> #include <linux/module.h> #include <linux/of_irq.h> #include <linux/of_platform.h> #include <linux/platform_device.h> #include <linux/pm_runtime.h> #include <linux/serial_8250.h> #include <linux/serial_reg.h> #include "8250.h" #define UART_...
google
android
8250_fourport
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_fourport.c
1,172
utf_8
e86cdadced430f26768327aafbab701a
/* */ #include <linux/module.h> #include <linux/init.h> #include <linux/serial_8250.h> #define PORT(_base,_irq) \ { \ .iobase = _base, \ .irq = _irq, \ .uartclk = 1843200, \ .iotype = UPIO_PORT, \ .flags = UPF_BOOT_AUTOCONF | UPF_FOURPORT, \ } static struct plat_serial8250_port...
google
android
8250_uniphier
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_uniphier.c
6,606
utf_8
a34f2f39e06ae7b385eb662a80b51cee
/* */ #include <linux/clk.h> #include <linux/io.h> #include <linux/module.h> #include <linux/of.h> #include <linux/platform_device.h> #include "8250.h" /* Most (but not all) of UniPhier UART devices have 64-depth FIFO. */ #define UNIPHIER_UART_DEFAULT_FIFO_SIZE 64 #define UNIPHIER_UART_CHAR_FCR 3 /* Character / FIFO C...
google
android
8250_fsl
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/8250/8250_fsl.c
1,812
utf_8
31fc6f3e09e853c2d8dfba86d1c4024f
#include <linux/serial_reg.h> #include <linux/serial_8250.h> #include "8250.h" /* * * This isn't a full driver; it just provides an alternate IRQ * handler to deal with an errata. Everything else is just * using the bog standard 8250 support. * * We follow code flow of serial8250_default_handle_irq() but add * ...
google
android
jsm_neo
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/jsm/jsm_neo.c
36,698
utf_8
37db522120a9d27bb7e45ce4c3b4f8c8
/************************************************************************ * ***********************************************************************/ #include <linux/delay.h> /* For udelay */ #include <linux/serial_reg.h> /* For the various UART offsets */ #include <linux/tty.h> #include <linux/pci.h> #include <asm/io...
google
android
jsm_cls
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/jsm/jsm_cls.c
25,122
utf_8
2c67a72be867f5de37685cb311ba6524
/* * * NOTE TO LINUX KERNEL HACKERS: DO NOT REFORMAT THIS CODE! * * This is shared code between Digi's CVS archive and the * Linux Kernel sources. * Changing the source just for reformatting needlessly breaks * our CVS diff history. * * Send any bug fixes/changes to: Eng.Linux at digi dot com. * Thank you. ...
google
android
jsm_tty
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/jsm/jsm_tty.c
20,841
utf_8
02085425a8ac2093c19918e7230ea11d
/************************************************************************ * Modifications: * 01/19/06: changed jsm_input routine to use the dynamically allocated * tty_buffer changes. Contributors: Scott Kilau and Ananda V. ***********************************************************************/ #include <linux/tt...
google
android
jsm_driver
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/serial/jsm/jsm_driver.c
10,136
utf_8
30cf78a3a564dd58dbc7045de1c44524
/************************************************************************ * * ***********************************************************************/ #include <linux/module.h> #include <linux/pci.h> #include <linux/slab.h> #include "jsm.h" MODULE_AUTHOR("Digi International, http://www.digi.com"); MODULE_DESCRIPTION...
google
android
vt_ioctl
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/vt/vt_ioctl.c
34,107
ibm852
32f78decab77ba9d28d0dfd1237af351
/* */ #include <linux/types.h> #include <linux/errno.h> #include <linux/sched.h> #include <linux/tty.h> #include <linux/timer.h> #include <linux/kernel.h> #include <linux/compat.h> #include <linux/module.h> #include <linux/kd.h> #include <linux/vt.h> #include <linux/string.h> #include <linux/slab.h> #include <linux/ma...
google
android
consolemap
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/vt/consolemap.c
24,452
utf_8
ae8264c3df442d35223de764b3feade4
/* * consolemap.c * * Mapping from internal code (such as Latin-1 or Unicode or IBM PC code) * to font positions. * * aeb, 950210 * */ #include <linux/module.h> #include <linux/kd.h> #include <linux/errno.h> #include <linux/mm.h> #include <linux/slab.h> #include <linux/init.h> #include <linux/tty.h> #include <a...
google
android
vc_screen
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/vt/vc_screen.c
14,541
utf_8
686721a66bdf04057b58c5a14fc1bd24
/* * Provide access to virtual console memory. * /dev/vcs0: the screen as it is being viewed right now (possibly scrolled) * /dev/vcsN: the screen of /dev/ttyN (1 <= N <= 63) * [minor: N] * * /dev/vcsaN: idem, but including attributes, and prefixed with * the 4 bytes lines,columns,x,y (as screendump u...
google
android
vt
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/vt/vt.c
105,511
utf_8
e1da330ed4952ef045f9431fbfe09ced
/* */ /* * Hopefully this will be a rather complete VT102 implementation. * * Beeping thanks to John T Kohl. * * Virtual Consoles, Screen Blanking, Screen Dumping, Color, Graphics * Chars, and VT100 enhancements by Peter MacDonald. * * Copy and paste function by Andrew Haylett, * some enhancements by Ales...
google
android
keyboard
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/vt/keyboard.c
53,354
utf_8
2b53e71bc62a9cca19f34d48c0cace4b
/* * Written for linux by Johan Myreen as a translation from * the assembly version by Linus (with diacriticals added) * * Some additional features added by Christoph Niemann (ChN), March 1993 * * Loadable keymaps by Risto Kankkunen, May 1993 * * 21-08-02: Converted to input API, major cleanup. (Vojtech Pavlik)...
google
android
selection
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/tty/vt/selection.c
9,488
utf_8
5ede5eb6a7c46659415d9abe29f81929
/* * This module exports the functions: * * 'int set_selection(struct tiocl_selection __user *, struct tty_struct *)' * 'void clear_selection(void)' * 'int paste_selection(struct tty_struct *)' * 'int sel_loadlut(char __user *)' * * Now that /dev/vcs exists, most of this can disappear again. */...
google
android
tegra-ahb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/amba/tegra-ahb.c
8,275
utf_8
a33082e2c55f8dd998d835294214a3a7
/* * */ #include <linux/err.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/io.h> #include <linux/of.h> #include <soc/tegra/ahb.h> #define DRV_NAME "tegra-ahb" #define AHB_ARBITRATION_DISABLE 0x04 #define AHB_ARBITRATION_PRIORITY_CTRL 0x08 #define AHB_PRIOR...
google
android
bus
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/amba/bus.c
16,233
utf_8
60e3f094fc96ba0675dd871905257ad2
/* * linux/arch/arm/common/amba.c * */ #include <linux/module.h> #include <linux/init.h> #include <linux/device.h> #include <linux/string.h> #include <linux/slab.h> #include <linux/io.h> #include <linux/pm.h> #include <linux/pm_runtime.h> #include <linux/pm_domain.h> #include <linux/amba/bus.h> #include <linux/size...
google
android
emc6w201
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/emc6w201.c
16,175
utf_8
d8361f5d6ac1d91e240b835f4a574d92
/* * emc6w201.c - Hardware monitoring driver for the SMSC EMC6W201 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #includ...
google
android
g762
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/g762.c
28,937
utf_8
065b6da775e207a8c1c056f0ea49f742
/* * g762 - Driver for the Global Mixed-mode Technology Inc. fan speed * PWM controller chips from G762 family, i.e. G762 and G763 * * * Foundation. */ #include <linux/device.h> #include <linux/module.h> #include <linux/init.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #inc...
google
android
lm85
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/lm85.c
47,930
utf_8
556a4b351dca012eff70f86b01b2bd70
/* * lm85.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwm...
google
android
lm70
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/lm70.c
5,478
utf_8
e4abb162b11066af03be00263c97be16
/* * lm70.c * * The LM70 is a temperature sensor chip from National Semiconductor (NS). * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/device.h> #include <linux/er...
google
android
vexpress
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/vexpress.c
7,283
utf_8
358a400f03dbc72538208c046b421616
/* */ #define DRVNAME "vexpress-hwmon" #define pr_fmt(fmt) DRVNAME ": " fmt #include <linux/device.h> #include <linux/err.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_device.h> #include <linux/platform_device.h> #include <linux/vexpress.h...
google
android
lm95234
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/lm95234.c
21,420
utf_8
8f23fd424c007deb307810e0945f87bb
/* * Driver for Texas Instruments / National Semiconductor LM95234 * */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/err.h> #include <linux/mutex.h> #include <linux/s...
google
android
gpio-fan
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/gpio-fan.c
16,391
utf_8
fc35036b317ae6f96bc4e4e3003156a8
/* * gpio-fan.c - Hwmon driver for fans connected to GPIO lines. * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/platform_device.h> #include ...
google
android
pc87360
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/pc87360.c
56,269
utf_8
1a7ab77403343a520cd04566485fe298
/* * pc87360.c - Part of lm_sensors, Linux kernel modules * for hardware monitoring * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * Supports the following chips: * * Chip #vin #fan #pwm #temp devid * PC87360 - 2 2 - 0xE1 * PC87363...
google
android
ad7418
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/ad7418.c
7,227
utf_8
02c9c6c177baa8732d596ba48febef04
/* * An hwmon driver for the Analog Devices AD7416/17/18 */ #include <linux/module.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/err.h> #include <linux/mutex.h> #include <linux/delay.h> #include <linux/slab.h> #include "lm75.h" #define DRV...
google
android
i5500_temp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/i5500_temp.c
4,200
utf_8
39cc3980a3149e8f4bd3c2365eb918f3
/* * i5500_temp - Driver for Intel 5500/5520/X58 chipset thermal sensor * */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/device.h> #include <linux/pci.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/err.h> #include <l...
google
android
max6639
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/max6639.c
18,372
utf_8
b7351076a22f410274533f5abb26211c
/* * max6639.c - Support for Maxim MAX6639 * * 2-Channel Temperature Monitor with Dual PWM Fan-Speed Controller * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <lin...
google
android
hih6130
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/hih6130.c
7,746
utf_8
4bba7fb0a48747ac6e8cc4d69ed81c83
/* Honeywell HIH-6130/HIH-6131 humidity and temperature sensor driver * * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA * * Data sheets available (2012-06-22) at * http://sensing.honeywell.com/index.php?ci_id=3106&la_id=1&defId=44872 */ #include <linux/module.h> #include <linux/init.h>...
google
android
dme1737
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/dme1737.c
79,764
utf_8
a17cf49a40d7ff89f7dbca1637c3bbae
/* * dme1737.c - Driver for the SMSC DME1737, Asus A8000, SMSC SCH311x, SCH5027, * and SCH5127 Super-I/O chips integrated hardware monitoring * features. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #inc...
google
android
fschmd
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/fschmd.c
41,665
utf_8
8fb39ab4f3886545aefa199c4af0d7cb
/* * fschmd.c * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* * Merged Fujitsu Siemens hwmon driver, supporting the Poseidon, Hermes, * Scylla, Heracles, Heimdall, Hades and Syleus chips * * Based on the original 2.4 fscscy, 2.6 fscpos, 2.6 fscher and 2.6 * (candidate) fschmd drivers: ...
google
android
wm831x-hwmon
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/wm831x-hwmon.c
5,063
utf_8
8168597ccf3af1f6af67ce0ee2775210
/* * drivers/hwmon/wm831x-hwmon.c - Wolfson Microelectronics WM831x PMIC * hardware monitoring features. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/err.h> #...
google
android
lm63
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/lm63.c
36,858
utf_8
e34c416af5df1a62b7c814ad0f4f5e18
/* * lm63.c - driver for the National Semiconductor LM63 temperature sensor * with integrated fan control * Based on the lm90 driver. * * The LM63 is a sensor chip made by National Semiconductor. It measures * two temperatures (its own and one external one) and the speed of one * fan, those speed it can...
google
android
da9055-hwmon
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/da9055-hwmon.c
7,713
utf_8
872d67d763844bc8557d04f7624af56d
/* * HWMON Driver for Dialog DA9055 * * option) any later version. * */ #include <linux/delay.h> #include <linux/err.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/completion....
google
android
emc2103
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/emc2103.c
20,174
utf_8
204583bf46876246b576466b5be8a138
/* * emc2103.c - Support for SMSC EMC2103 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/err.h> #include ...
google
android
pwm-fan
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/pwm-fan.c
7,755
utf_8
cb3b28243ff32a92f77ff491b4f5b9be
/* * pwm-fan.c - Hwmon driver for fans connected to PWM lines. * */ #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/of.h> #include <linux/platform_device.h> #include <linux/pwm.h> #include <linux/sysfs.h> #include <linux/thermal.h> #define MA...
google
android
w83791d
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/w83791d.c
51,502
utf_8
25d927169ff5c120a80013b3ef43dd67
/* * w83791d.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* * Supports following chips: * * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA * w83791d 10 5 5 3 0x71 0x5ca3 yes no * * The w83791d chip appears...
google
android
f71805f
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/f71805f.c
49,212
utf_8
69ac04767b3bb514072634d49b424925
/* * f71805f.c - driver for the Fintek F71805F/FG and F71872F/FG Super-I/O * chips integrated hardware monitoring features * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * Found...
google
android
s3c-hwmon
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/s3c-hwmon.c
10,747
utf_8
068a8428103560d8ee7331d31ac4214b
/* linux/drivers/hwmon/s3c-hwmon.c * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <linux/module.h> #include <linux/slab.h> #include <linux/io.h> #include <linux/init.h> #include <linux/err.h> #include <linux/clk.h> #include <linux/interrupt.h> #include <linux/platform_device...
google
android
smsc47b397
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/smsc47b397.c
8,959
utf_8
37580814f95d0fb4eee59020e2270be1
/* * smsc47b397.c - Part of lm_sensors, Linux kernel modules * for hardware monitoring * * Supports the SMSC LPC47B397-NC Super-I/O chip. * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/slab.h> #include <linux/...
google
android
adm1021
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/adm1021.c
15,067
utf_8
b680235b3833236ec87862150ee88215
/* * adm1021.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <lin...
google
android
emc1403
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/emc1403.c
15,623
utf_8
d23116566a4fc3d539494b8bbe24b768
/* * emc1403.c - SMSC Thermal Driver * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/h...
google
android
adt7475
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/adt7475.c
47,604
utf_8
1008b069ab5491662ce33bec3a251e69
/* * adt7475 - Thermal sensor driver for the ADT7475 chip and derivatives */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/hwmon-vid.h> #include <linux/err.h> #include <linux/jiffies.h> /* Indexe...
google
android
ltc4261
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/ltc4261.c
7,289
utf_8
18b6238e7f2bdf14cfbe9deaa47aef57
/* * Driver for Linear Technology LTC4261 I2C Negative Voltage Hot Swap Controller * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/err.h> #include <linux/slab.h> #include <linux/i2c.h> #include <linux/hwmon....
google
android
ads7828
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/ads7828.c
6,189
utf_8
b09181a38ba2fa3fbfdd3f7cfe4f0187
/* * ads7828.c - driver for TI ADS7828 8-channel A/D converter and compatibles * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/err.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/i2c.h> #include <linux/init.h> #include <linux/module.h> #include <linux/platfor...
google
android
asus_atk0110
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/asus_atk0110.c
33,887
utf_8
36232567b604f3e65b88135f0e9a23f2
/* */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/debugfs.h> #include <linux/kernel.h> #include <linux/hwmon.h> #include <linux/list.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/dmi.h> #include <linux/jiffies.h> #include <linux/err.h> #include <linux/acpi.h> #define ATK_HID "ATK...
google
android
it87
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/it87.c
86,540
utf_8
07244f377f9a5863965d2f48f1de2845
/* * it87.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring. * * The IT8705F is an LPC-based Super I/O part that contains UARTs, a * parallel port, an IR port, a MIDI port, a floppy controller, etc., in * addition to an Environment Controller (Enhanced Hardware Monitor and * F...
google
android
via686a
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/via686a.c
31,685
utf_8
d8131426b34159c0965a875a74822c7b
/* * via686a.c - Part of lm_sensors, Linux kernel modules * for hardware monitoring * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* * Supports the Via VT82C686A, VT82C686B south bridges. * Reports all as a 686A. * Warning - only supports a single device. */ #define pr_fmt(fmt) KBUILD...
google
android
f71882fg
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/f71882fg.c
87,677
utf_8
de1e7cbec90a3c340eedfbc77aa7b438
/*************************************************************************** * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/in...
google
android
adm9240
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/adm9240.c
22,991
utf_8
5f708fe9ffa2bab2905c98c7d390a374
/* * adm9240.c Part of lm_sensors, Linux kernel modules for hardware * monitoring * * guidance from Jean Delvare * * Driver supports Analog Devices ADM9240 * Dallas Semiconductor DS1780 * National Semiconductor LM81 * * ADM9240 is the reference, DS1780 and LM81 are register compatibles * * Voltage ...
google
android
adt7462
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/adt7462.c
59,255
utf_8
7dfd2a525eb22322ee7526a6cb66ee1d
/* * A hwmon driver for the Analog Devices ADT7462 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <linux/module.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/err.h> #include <linux/mutex.h> #includ...
google
android
mc13783-adc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/mc13783-adc.c
8,179
utf_8
e7abf4b4b7de82a5eeb83df84f918187
/* * Driver for the ADC on Freescale Semiconductor MC13783 and MC13892 PMICs. * * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <linux/mfd/mc13xxx.h> #include <linux/platform_device.h> #include <linux/hwmon-sysfs.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/hwmon.h> #incl...
google
android
asc7621
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/asc7621.c
35,691
utf_8
11bfc4e5d6db963087e2aea65a11e09f
/* * asc7621.c - Part of lm_sensors, Linux kernel modules for hardware monitoring * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwmon-s...
google
android
pcf8591
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/pcf8591.c
8,681
utf_8
9262c55369af443d0458431269ebf8a3
/* * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/i2c.h> #include <linux/mutex.h> #include <linux/err.h> #include <linux/hwmon.h> /* Insmod parameters */ static int inp...
google
android
w83l786ng
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/w83l786ng.c
21,361
utf_8
55ff86f2dfbf708f9c36ba05d320dba6
/* * w83l786ng.c - Linux kernel driver for hardware monitoring * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. */ /* * Supports following chips: * * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA * w83l786ng 3 2 2 2 0x7b 0x5ca3 yes no */ #include <linux/module.h> #include...
google
android
max1619
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/max1619.c
9,413
utf_8
37c413bf9869b0aaf6b299d930595140
/* * max1619.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/err.h> #include <linux...
google
android
vt1211
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/vt1211.c
38,211
utf_8
d603466b17caae236323b143e1ade9de
/* * vt1211.c - driver for the VIA VT1211 Super-I/O chip integrated hardware * monitoring features * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h...
google
android
lineage-pem
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/lineage-pem.c
15,263
utf_8
2bbfea390c760e1c8131585983e5d856
/* * Driver for Lineage Compact Power Line series of power entry modules. * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/err.h> #include <linux/slab.h> #include <linux/i2c.h> #include <linux/hwmon.h> #inclu...
google
android
smsc47m1
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/smsc47m1.c
24,870
utf_8
b565d2d47776c277a4b9c5d680528e48
/* * smsc47m1.c - Part of lm_sensors, Linux kernel modules * for hardware monitoring * * Supports the SMSC LPC47B27x, LPC47M10x, LPC47M112, LPC47M13x, * LPC47M14x, LPC47M15x, LPC47M192, LPC47M292 and LPC47M997 * Super-I/O chips. * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define pr_fmt(f...
google
android
ibmpex
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/ibmpex.c
15,238
utf_8
e0bc18178c65eb71e9e9ecc44e77c799
/* * A hwmon driver for the IBM PowerExecutive temperature/power sensors * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <linux/ipmi.h> #include <linux/module.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/jiffies.h> #include <linux/mutex.h> #includ...
google
android
ina209
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/ina209.c
18,249
utf_8
f64d21e19f65ce51ef9fe6ded4feca06
/* * Driver for the Texas Instruments / Burr Brown INA209 * Bidirectional Current/Power Monitor * * * Datasheet: * http://www.ti.com/lit/gpn/ina209 */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/err.h> #include <linux/slab.h> #include <linux/bug.h> #include <linux/...
google
android
tmp421
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/tmp421.c
8,630
utf_8
b60a880e4b72310621fcc9ef81867d17
/* tmp421.c * */ /* * Driver for the Texas Instruments TMP421 SMBus temperature sensor IC. * Supported models: TMP421, TMP422, TMP423, TMP441, TMP442 */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <lin...
google
android
ad7314
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/ad7314.c
3,828
utf_8
12fba89d1c0f4d5c54fa7dff85c7591f
/* * AD7314 digital temperature sensor driver for AD7314, ADT7301 and ADT7302 * */ #include <linux/device.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/sysfs.h> #include <linux/spi/spi.h> #include <linux/module.h> #include <linux/err.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #...
google
android
lm75
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/lm75.c
15,235
utf_8
26d3c27b01af5735be1f14b82f1ee915
/* * lm75.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwmon-...
google
android
max6642
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/max6642.c
9,187
utf_8
2524f5b48e6e6811e56f5bd16b388168
/* * Driver for +/-1 degree C, SMBus-Compatible Remote/Local Temperature Sensor * with Overtemperature Alarm * * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * Foundation, Inc., 675 Mass A...
google
android
asb100
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/asb100.c
28,607
utf_8
f55445a0e21dee9850227d171bedfd50
/* * asb100.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* * This driver supports the hardware sensor chips: Asus ASB100 and * ASB100-A "BACH". * * ASB100-A supports pwm1, while plain ASB100 does not. There is no...
google
android
thmc50
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/thmc50.c
13,156
utf_8
2c201727ada66d0edbc70c34a503538a
/* * thmc50.c - Part of lm_sensors, Linux kernel modules for hardware * monitoring * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <l...
google
android
abituguru3
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/abituguru3.c
41,776
utf_8
35ec727a1af73ee2f4dabc92fb0bab32
/* * abituguru3.c * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* * This driver supports the sensor part of revision 3 of the custom Abit uGuru * chip found on newer Abit uGuru motherboards. Note: because of lack of specs * only reading the sensors and their settings is supported. */ #define...
google
android
max16065
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/max16065.c
22,285
utf_8
eb488595e6d9dacecd25e4cf6794f6c6
/* * Driver for * Maxim MAX16065/MAX16066 12-Channel/8-Channel, Flash-Configurable * System Managers with Nonvolatile Fault Registers * Maxim MAX16067/MAX16068 6-Channel, Flash-Configurable System Managers * with Nonvolatile Fault Registers * Maxim MAX16070/MAX16071 12-Channel/8-Channel, Flash-Configurable S...
google
android
atxp1
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/hwmon/atxp1.c
7,307
utf_8
5aa1d132e50f0c8f9a445f0fb3ae848b
/* * atxp1.c - kernel module for setting CPU VID and general purpose * I/Os using the Attansic ATXP1 chip. * * * The ATXP1 can reside on I2C addresses 0x37 or 0x4e. The chip is * not auto-detected by the driver and must be instantiated explicitly. * See Documentation/i2c/instantiating-devices for more infor...