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 | cros_ec_lpc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/platform/chrome/cros_ec_lpc.c | 9,540 | utf_8 | e0ed7fbcc359a4a5807bb84f8ca2dc19 | /*
* cros_ec_lpc - LPC access to the Chrome OS Embedded Controller
*
*
* This driver uses the Chrome OS EC byte-level message-based protocol for
* communicating the keyboard state (which keys are pressed) from a keyboard EC
* to the AP over some bus (such as i2c, lpc, spi). The EC does debouncing,
* but everyth... |
google | android | pdev_bus | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/platform/goldfish/pdev_bus.c | 6,102 | utf_8 | dba99e490e95f9857053135b408a8e2e | /*
*
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/io.h>
#define PDEV_BUS_OP_DONE (0x00)
#define PDEV_BUS_OP_REMOVE_DEV (0x04)
#define PDEV_BUS_OP_ADD_DEV (0x08)
#define PD... |
google | android | goldfish_pipe | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/platform/goldfish/goldfish_pipe.c | 17,694 | utf_8 | 3542f278c8577473f047b60f72a62957 | /*
*
*/
/* This source file contains the implementation of a special device driver
* that intends to provide a *very* fast communication channel between the
* guest system and the QEMU emulator.
*
* Usage from the guest is simply the following (error handling simplified):
*
* int fd = open("/dev/qemu_pipe",... |
google | android | idt77252 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/idt77252.c | 91,956 | utf_8 | 8213b403110269d1bc869c2e841037dc | /*******************************************************************
*
* 675 Mass Ave, Cambridge, MA 02139, USA.
*
*******************************************************************/
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/poison.h>
#include <linux/skbuff.h>
#include <linux/kernel.h>
#inc... |
google | android | suni | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/suni.c | 10,055 | utf_8 | ad26a4c1aba5cf05d67ce5a18b147f72 | /*
* drivers/atm/suni.c - S/UNI PHY driver
*
* Supports the following:
* PMC PM5346 S/UNI LITE
* PMC PM5350 S/UNI 155 ULTRA
* PMC PM5355 S/UNI 622
*/
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#include <linux/module.h>
#include <linux/jiffies.h>
#include <linux/kernel.h>
#include <linux/mm.... |
google | android | nicstar | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/nicstar.c | 74,060 | utf_8 | 31fe1c730d39d2d274cfb6230e73ba16 | /*
* nicstar.c
*
* Device driver supporting CBR for IDT 77201/77211 "NICStAR" based cards.
*
* IMPORTANT: The included file nicstarmac.c was NOT WRITTEN BY ME.
* It was taken from the frle-0.22 device driver.
*/
/*
* IMPORTANT INFORMATION
*
* There are currently three types of spinlocks:
*
* 1 - ... |
google | android | adummy | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/adummy.c | 4,120 | utf_8 | ff3bc25723ae0e8920ded9c9b859e5ed | /*
* adummy.c: a dummy ATM driver
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/skbuff.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/timer.h>
#include <linux/interrupt.h>
#i... |
google | android | eni | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/eni.c | 62,863 | utf_8 | 8e35e6c1f29490b6a73fa59d85fe8d35 | /* drivers/atm/eni.c - Efficient Networks ENI155P device driver */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/pci.h>
#include <linux/errno.h>
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/so... |
google | android | firestream | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/firestream.c | 55,343 | utf_8 | eedb9b92682aa69c1446de26a248017d | /* drivers/atm/firestream.c - FireStream 155 (MB86697) and
* FireStream 50 (MB86695) device driver
*/
*/
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/pci.h>
#include <linux/poison.h>
#include <linux/errno.h>
#include ... |
google | android | fore200e | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/fore200e.c | 90,777 | utf_8 | a4ed80ef9453c6615ad75abc7c3ce1d5 | /*
A FORE Systems 200E-series driver for ATM on Linux.
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/capability.h>
#include <linux/in... |
google | android | lanai | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/lanai.c | 82,572 | utf_8 | 1e7be59a0dd9e19668a47d527afb6ce9 | *
* This driver supports ATM cards based on the Efficient "Lanai"
* chipset such as the Speedstream 3010 and the ENI-25p. The
* Speedstream 3060 is currently not supported since we don't
* have the code to drive the on-board Alcatel DSL chipset (yet).
*
* Thanks to Efficient for supporting this project with har... |
google | android | zatm | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/zatm.c | 44,438 | utf_8 | a8e67bfdc770817a13efb404d5ce997d | /* drivers/atm/zatm.c - ZeitNet ZN122x device driver */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/pci.h>
#include <linux/errno.h>
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/sonet.h>
#inclu... |
google | android | solos-pci | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/solos-pci.c | 40,319 | utf_8 | e486a367517a8d3c8b29d112900b9219 | /*
* Driver for the Solos PCI ADSL2+ card, designed to support Linux by
* Traverse Technologies -- http://www.traverse.com.au/
* Xrio Limited -- http://www.xrio.com/
*
*
*/
#define DEBUG
#define VERBOSE_DEBUG
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <lin... |
google | android | uPD98402 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/uPD98402.c | 6,616 | utf_8 | 14c545dd74ef6512cdb23dca8f3fd5ac | /* drivers/atm/uPD98402.c - NEC uPD98402 (PHY) declarations */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/errno.h>
#include <linux/atmdev.h>
#include <linux/sonet.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <asm/uaccess... |
google | android | nicstarmac | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/nicstarmac.c | 6,098 | utf_8 | ee10c532a250cb98b5e85bc67fad2a00 | /*
* this file included by nicstar.c
*/
/*
* nicstarmac.c
* Read this ForeRunner's MAC address from eprom/eeprom
*/
#include <linux/kernel.h>
typedef void __iomem *virt_addr_t;
#define CYCLE_DELAY 5
/*
This was the original definition
#define osp_MicroDelay(microsec) \
do { int _i = 4*microsec; while (... |
google | android | he | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/he.c | 77,907 | utf_8 | 00c17fa33e2f8c91c72e62be8325539f | /*
he.c
ForeRunnerHE ATM Adapter driver for ATM on Linux
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/*
he.c
ForeRunnerHE ATM Adapter driver for ATM on Linux
NOTES:
4096 supported 'connections'
group 0 is used for all traffic
interrupt queue 0 is used for all interrupts
... |
google | android | horizon | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/horizon.c | 85,030 | utf_8 | 751c8cd25b14624e5e9f38a23f0f9ae4 | /*
Madge Horizon ATM Adapter driver.
*/
/*
IMPORTANT NOTE: Madge Networks no longer makes the adapters
supported by this driver and makes no commitment to maintain it.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/pci.h>
#include <linux/errno.h>
#include <linux/atm.h... |
google | android | atmtcp | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/atmtcp.c | 11,654 | utf_8 | e15910979d40b88141c97c828746c6cc | /* drivers/atm/atmtcp.c - ATM over TCP "device" driver */
/* Written 1997-2000 by Werner Almesberger, EPFL LRC/ICA */
#include <linux/module.h>
#include <linux/wait.h>
#include <linux/atmdev.h>
#include <linux/atm_tcp.h>
#include <linux/bitops.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
... |
google | android | ambassador | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/ambassador.c | 67,685 | utf_8 | 11753673dec1143d895ee9e83c1b77e1 | /*
Madge Ambassador ATM Adapter driver.
*/
/* * dedicated to the memory of Graham Gordon 1971-1998 * */
#include <linux/module.h>
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/atmdev.h>
#include <linux/delay.h>
#include <lin... |
google | android | idt77105 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/idt77105.c | 11,592 | utf_8 | 2d3ace53b16b60090b0cd3d75bfa5c9e | /* drivers/atm/idt77105.c - IDT77105 (PHY) driver */
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/errno.h>
#include <linux/atmdev.h>
#include <linux/sonet.h>
#include <linux/delay.h>
#include <linux/timer.h>
#include <linux/init.h>
#include <linux/capability.h>
#include <l... |
google | android | solos-attrlist | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/solos-attrlist.c | 2,279 | utf_8 | 35574a6e7ebfc669ec08c4757172571c | SOLOS_ATTR_RO(DriverVersion)
SOLOS_ATTR_RO(APIVersion)
SOLOS_ATTR_RO(FirmwareVersion)
SOLOS_ATTR_RO(Version)
// SOLOS_ATTR_RO(DspVersion)
// SOLOS_ATTR_RO(CommonHandshake)
SOLOS_ATTR_RO(Connected)
SOLOS_ATTR_RO(OperationalMode)
SOLOS_ATTR_RO(State)
SOLOS_ATTR_RO(Watchdog)
SOLOS_ATTR_RO(OperationProgress)
SOLOS_ATTR_RO(... |
google | android | iphase | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/atm/iphase.c | 110,730 | utf_8 | d074c08736dfa1679100e8bd0670858d | /******************************************************************************
iphase.c: Device driver for Interphase ATM PCI adapter cards
Modified from an incomplete driver for Interphase 5575 1KVC 1M card which
was originally written by Monalisa Agrawal at UNH. Now this driver
s... |
google | android | fcx | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/fcx.c | 9,488 | utf_8 | 0e2a33ab833bdf4836c8e50fc8668b7d | /*
* Functions for assembling fcx enabled I/O control blocks.
*
*
* Return a pointer to the interrogate tcw associated with the specified tcw
* or %NULL if there is no associated interrogate tcw.
*/
struct tcw *tcw_get_intrg(struct tcw *tcw)
{
return (struct tcw *) ((addr_t) tcw->intrg);
}
EXPORT_SYMBOL(tcw_get... |
google | android | crw | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/crw.c | 4,147 | utf_8 | a16e6ef59ff9e915af2560975bb90870 | /*
* Channel report handling code
*
*/
#include <linux/mutex.h>
#include <linux/kthread.h>
#include <linux/init.h>
#include <linux/wait.h>
#include <asm/crw.h>
#include <asm/ctl_reg.h>
static DEFINE_MUTEX(crw_handler_mutex);
static crw_handler_t crw_handlers[NR_RSCS];
static atomic_t crw_nr_req = ATOMIC_INIT(0);
s... |
google | android | device_fsm | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/device_fsm.c | 32,249 | utf_8 | 0bd4dcd2ede9576ea327af016f40ee95 | /*
* finite state machine for device handling
*
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/jiffies.h>
#include <linux/string.h>
#include <asm/ccwdev.h>
#include <asm/cio.h>
#include <asm/chpid.h>
#include "cio.h"
#include "cio_debug.h"
#include "css.h"
#include "device.h"
#include "chsc.h"
... |
google | android | qdio_setup | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/qdio_setup.c | 15,615 | utf_8 | 5a1126709fb725d33c1606e592775c3d | /*
* qdio queue initialization
*
*/
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <asm/qdio.h>
#include "cio.h"
#include "css.h"
#include "device.h"
#include "ioasm.h"
#include "chsc.h"
#include "qdio.h"
#include "qdio_debug.h"
#define QBUFF_PER_PAGE (PAGE_SIZE / sizeof(struct ... |
google | android | device_status | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/device_status.c | 12,430 | utf_8 | d6e04a147f816fd748c4adbaab9d64d0 | /*
*
* Status accumulation and basic sense functions.
*/
#include <linux/module.h>
#include <linux/init.h>
#include <asm/ccwdev.h>
#include <asm/cio.h>
#include "cio.h"
#include "cio_debug.h"
#include "css.h"
#include "device.h"
#include "ioasm.h"
#include "io_sch.h"
/*
* Check for any kind of channel or interface ... |
google | android | device | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/device.c | 55,607 | utf_8 | 2e04ab7a426b33251cae3860b80d49e8 | /*
* bus driver for ccw devices
*
*/
#define KMSG_COMPONENT "cio"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/errno.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/device.h>
#inclu... |
google | android | cio | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/cio.c | 23,632 | utf_8 | c3556ae13e0e30426cec93c725d07741 | /*
* S/390 common I/O routines -- low level i/o calls
*
*/
#define KMSG_COMPONENT "cio"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/ftrace.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/device.h>
#include <linux/kernel_stat.h>
#include <linux/interrupt.... |
google | android | chsc_sch | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/chsc_sch.c | 23,759 | utf_8 | 52623714813e2ed3da92a0f121fb177c | /*
* Driver for s390 chsc subchannels
*
*
*/
#include <linux/slab.h>
#include <linux/compat.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/miscdevice.h>
#include <linux/kernel_stat.h>
#include <asm/compat.h>
#include <asm/cio.h>
#include <asm/chsc.h>
#include <asm/... |
google | android | itcw | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/itcw.c | 11,950 | utf_8 | 0bd3f3b515982254baf353b9616da435 | /*
* Functions for incremental construction of fcx enabled I/O control blocks.
*
*/
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/err.h>
#include <linux/module.h>
#include <asm/fcx.h>
#include <asm/itcw.h>
/**
* struct itcw - incremental tcw h... |
google | android | ccwgroup | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/ccwgroup.c | 15,724 | utf_8 | 26254b4ef0e0a0abcd6656d2242f8bd0 | /*
* bus driver for ccwgroup
*
*/
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/device.h>
#include <linux/init.h>
#include <linux/ctype.h>
#include <linux/dcache.h>
#include <asm/cio.h>
#include <asm/ccwdev.h>
#include <asm/ccwgroup.h>
#include "d... |
google | android | device_ops | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/device_ops.c | 22,000 | utf_8 | cb6f0b0287161113d1a1eef60c12cf12 | /*
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/device.h>
#include <linux/delay.h>
#include <linux/completion.h>
#include <asm/ccwdev.h>
#include <asm/idals.h>
#include <asm/chpid.h>
#include <asm/fcx.h>
#include "cio.h"
#... |
google | android | css | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/css.c | 29,963 | utf_8 | 5fc289f756c76bdac8faa2447cff7c16 | /*
* driver for channel subsystem
*
*/
#define KMSG_COMPONENT "cio"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/errno.h>
#include <linux/list.h>
#include <linux/reboot.h>
#include <linux/suspend.h>
#in... |
google | android | qdio_debug | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/qdio_debug.c | 9,688 | utf_8 | 65e8a97303654a22e7bc6b1ad386a4d6 | /*
*/
#include <linux/seq_file.h>
#include <linux/debugfs.h>
#include <linux/uaccess.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <asm/debug.h>
#include "qdio_debug.h"
#include "qdio.h"
debug_info_t *qdio_dbf_setup;
debug_info_t *qdio_dbf_error;
static struct dentry *debugfs_root;
#define QDIO_DEBUGFS... |
google | android | chsc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/chsc.c | 32,076 | utf_8 | 41574399de20b830e52ab235400536b2 | /*
* S/390 common I/O routines -- channel subsystem call
*
*/
#define KMSG_COMPONENT "cio"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/pci.h>
#include <asm/cio.h>
#include <asm/chpid.h>
#include <asm... |
google | android | eadm_sch | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/eadm_sch.c | 9,396 | utf_8 | f7ae5eada522e34da849bd305d3c3533 | /*
* Driver for s390 eadm subchannels
*
*/
#include <linux/kernel_stat.h>
#include <linux/completion.h>
#include <linux/workqueue.h>
#include <linux/spinlock.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/timer.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <asm/css_chars.h>
#inc... |
google | android | isc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/isc.c | 1,707 | utf_8 | b4ba8d0beb3895b33a7b443df992826a | /*
* Functions for registration of I/O interruption subclasses on s390.
*
*
* Context:
* This function must not be called in interrupt context.
*/
void isc_register(unsigned int isc)
{
if (isc > MAX_ISC) {
WARN_ON(1);
return;
}
spin_lock(&isc_ref_lock);
if (isc_refs[isc] == 0)
ctl_set_bit(6, 31 - isc)... |
google | android | blacklist | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/blacklist.c | 9,115 | utf_8 | 62594ce0c2b8ab95984fc581ffd778f6 | /*
* S/390 common I/O routines -- blacklisting of specific devices
*
*/
#define KMSG_COMPONENT "cio"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/init.h>
#include <linux/vmalloc.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/ctype.h>
#include <linux/device.h>
#include <asm... |
google | android | idset | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/idset.c | 2,559 | utf_8 | 340611bcaf553fd1e53d2a49cd366379 | /*
*/
#include <linux/vmalloc.h>
#include <linux/bitmap.h>
#include <linux/bitops.h>
#include "idset.h"
#include "css.h"
struct idset {
int num_ssid;
int num_id;
unsigned long bitmap[0];
};
static inline unsigned long bitmap_size(int num_ssid, int num_id)
{
return BITS_TO_LONGS(num_ssid * num_id) * sizeof(unsigned... |
google | android | device_id | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/device_id.c | 5,854 | utf_8 | 1f56769af7de9ee0071946622695480d | /*
* CCW device SENSE ID I/O handling.
*
*/
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <asm/ccwdev.h>
#include <asm/setup.h>
#include <asm/cio.h>
#include <asm/diag.h>
#include "cio.h"
#include "cio_debug.h"
#include "device.h"
#include "io_sch.h"
... |
google | android | scm | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/scm.c | 6,720 | utf_8 | f2fa74b68d3f1d15aa30a8d40325c46e | /*
* Recognize and maintain s390 storage class memory.
*
*/
#include <linux/device.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/err.h>
#include <asm/eadm.h>
#include "chsc.h"
static struct device *scm_root;
#define to_scm_dev(n) container_of(n,... |
google | android | cmf | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/cmf.c | 34,680 | ibm852 | 519a99eb29c02628a98bab7b611d31e0 | /*
* Linux on zSeries Channel Measurement Facility support
*
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#define KMSG_COMPONENT "cio"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/bootmem.h>
#include <linux/device.h>
#include <linux/init.h>
#include <linux/list.h>
#include <linux/mo... |
google | android | qdio_thinint | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/qdio_thinint.c | 6,869 | utf_8 | ee4ebc2989248b1850cfd5633a2bb572 | /*
*/
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/kernel_stat.h>
#include <linux/atomic.h>
#include <asm/debug.h>
#include <asm/qdio.h>
#include <asm/airq.h>
#include <asm/isc.h>
#include "cio.h"
#include "ioasm.h"
#include "qdio.h"
#include "qdio_debug.h"
/*
* Restriction: only 63 iqdio subchannels... |
google | android | qdio_main | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/qdio_main.c | 46,215 | utf_8 | 61ad88ed72425a01097cdb2577493190 | /*
* Linux for s390 qdio support, buffer handling, qdio API and module support.
*
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/timer.h>
#include <linux/delay.h>
#include <linux/gfp.h>
#include <linux/io.h>
#include <linux/atomic.h>
#include <asm/debug.h>
#include <as... |
google | android | ccwreq | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/ccwreq.c | 8,508 | utf_8 | d404b4ba28cef16dbaf8ff8b7d372ec1 | /*
* Handling of internal CCW device requests.
*
*/
#define KMSG_COMPONENT "cio"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/types.h>
#include <linux/err.h>
#include <asm/ccwdev.h>
#include <asm/cio.h>
#include "io_sch.h"
#include "cio.h"
#include "device.h"
#include "cio_debug.h"
/**
* lpm_adjust ... |
google | android | device_pgid | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/device_pgid.c | 17,816 | utf_8 | 2914a5e6ac1ca792f751bd2dbc74f022 | /*
* CCW device PGID and path verification I/O handling.
*
*/
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/bitops.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <asm/ccwdev.h>
#include <asm/cio.h>
#include "cio.h"
#include "cio_debug.h"
#include "device.... |
google | android | airq | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/airq.c | 6,930 | utf_8 | 747dd03cae9e6ee1d6fa2605ce949ae2 | /*
* Support for adapter interruptions
*
*/
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/kernel_stat.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/rculist.h>
#include <linux/slab.h>
#include <asm/airq.h>
#include <asm/isc.h>
#include "cio.h"
#include "cio_debug.h"
#includ... |
google | android | chp | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/cio/chp.c | 18,870 | utf_8 | 909bf9a5d41be64c7ef67ccd1f4b9c9a | /*
*/
#include <linux/bug.h>
#include <linux/workqueue.h>
#include <linux/spinlock.h>
#include <linux/export.h>
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/jiffies.h>
#include <linux/wait.h>
#include <linux/mutex.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <asm/chpid.h>
#include <... |
google | android | zfcp_scsi | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/scsi/zfcp_scsi.c | 20,879 | utf_8 | a08331785c24761efbb320ff761a8731 | /*
* zfcp device driver
*
* Interface to Linux SCSI midlayer.
*
*/
#define KMSG_COMPONENT "zfcp"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <scsi/fc/fc_fcp.h>
#include <scsi/scsi_eh.h>
#include <linux/atomic.h>
#include "zfcp_ext.... |
google | android | zfcp_erp | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/scsi/zfcp_erp.c | 44,059 | utf_8 | fdfc6d0cf6bab1101b4a266074b70727 | /*
* zfcp device driver
*
* Error Recovery Procedures (ERP).
*
*/
#define KMSG_COMPONENT "zfcp"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/kthread.h>
#include "zfcp_ext.h"
#include "zfcp_reqlist.h"
#define ZFCP_MAX_ERPS 3
enum zfcp_erp_act_flags {
ZFCP_STATUS_ERP_TIMEDOUT = 0x10... |
google | android | zfcp_ccw | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/scsi/zfcp_ccw.c | 9,792 | utf_8 | c59fc59ed8df7c1a876238378bac56a6 | /*
* zfcp device driver
*
* Registration and callback for the s390 common I/O layer.
*
*/
#define KMSG_COMPONENT "zfcp"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include "zfcp_ext.h"
#include "zfcp_reqlist.h"
#define ZFCP_MODEL_PRIV 0x4
static DEFINE_SPINLOCK(zfcp_ccw_adapter_ref_lock)... |
google | android | zfcp_aux | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/scsi/zfcp_aux.c | 14,981 | utf_8 | fd5121429f1797fcf668f0239b73d24e | /*
* zfcp device driver
*
* Module interface and handling of zfcp data structures.
*
*/
/*
* Driver authors:
* Martin Peschke (originator of the driver)
* Raimund Schroeder
* Aron Zeh
* Wolfgang Taphorn
* Stefan Bader
* Heiko Carstens (kernel... |
google | android | zfcp_dbf | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/scsi/zfcp_dbf.c | 15,575 | utf_8 | 3feb9888805ecc05df548a4b87eca7f5 | /*
* zfcp device driver
*
* Debug traces for zfcp.
*
*/
#define KMSG_COMPONENT "zfcp"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/slab.h>
#include <asm/debug.h>
#include "zfcp_dbf.h"
#include "zfcp_ext.h"
#include "zfcp_fc.h"
static u32 dbfsize = 4... |
google | android | zfcp_sysfs | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/scsi/zfcp_sysfs.c | 19,345 | utf_8 | 839b8e436c58004f78a4550ccdfb06fa | /*
* zfcp device driver
*
* sysfs attributes.
*
*/
#define KMSG_COMPONENT "zfcp"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/slab.h>
#include "zfcp_ext.h"
#define ZFCP_DEV_ATTR(_feat, _name, _mode, _show, _store) \
struct device_attribute dev_attr_##_feat##_##_name = __ATTR(_name, _mode,\
... |
google | android | zfcp_unit | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/scsi/zfcp_unit.c | 6,382 | utf_8 | 6b84e567268b32c01c04183a91b05b95 | /*
* zfcp device driver
*
* Tracking of manually configured LUNs and helper functions to
* register the LUNs with the SCSI midlayer.
*
*
* When the SCSI midlayer is not allowed to automatically scan and
* attach SCSI devices, zfcp has to register the single devices with
* the SCSI midlayer.
*/
void zfcp_unit_... |
google | android | zfcp_fsf | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/scsi/zfcp_fsf.c | 67,199 | utf_8 | f027ab0e3212547eb41c73df962427ed | /*
* zfcp device driver
*
* Implementation of FSF commands.
*
*/
#define KMSG_COMPONENT "zfcp"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/blktrace_api.h>
#include <linux/slab.h>
#include <scsi/fc/fc_els.h>
#include "zfcp_ext.h"
#include "zfcp_fc.h"
#include "zfcp_dbf.h"
#include "zfcp_qdio.h"
#inc... |
google | android | zfcp_qdio | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/scsi/zfcp_qdio.c | 13,597 | utf_8 | 6698e9f4a1c9d20fa0e2ecc60cb3c484 | /*
* zfcp device driver
*
* Setup and helper functions to access QDIO.
*
*/
#define KMSG_COMPONENT "zfcp"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/slab.h>
#include <linux/module.h>
#include "zfcp_ext.h"
#include "zfcp_qdio.h"
static bool enable_multibuffer = 1;
module_param_named(datarouter, ena... |
google | android | zfcp_fc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/scsi/zfcp_fc.c | 28,590 | utf_8 | 232ff0385a11e2259695de1469c2635d | /*
* zfcp device driver
*
* Fibre Channel related functions for the zfcp device driver.
*
*/
#define KMSG_COMPONENT "zfcp"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/utsname.h>
#include <linux/random.h>
#include <scsi/fc/fc_els.h>
#include <scsi/lib... |
google | android | dasd_proc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd_proc.c | 10,026 | utf_8 | 5b7df96f910e0ba8a4c453e9951d622b | /*
* Coypright IBM Corp. 1999, 2002
*
* /proc interface for the dasd driver.
*
*/
#define KMSG_COMPONENT "dasd"
#include <linux/ctype.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/seq_file.h>
#include <linux/vmalloc.h>
#include <linux/proc_fs.h>
#include <asm/debug.h>
#include <asm/uaccess.h... |
google | android | dasd_ioctl | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd_ioctl.c | 14,433 | utf_8 | 2e00d59ffff245fca492ac474095366f | /*
*
* i/o controls for the dasd driver.
*/
#define KMSG_COMPONENT "dasd"
#include <linux/interrupt.h>
#include <linux/compat.h>
#include <linux/major.h>
#include <linux/fs.h>
#include <linux/blkpg.h>
#include <linux/slab.h>
#include <asm/compat.h>
#include <asm/ccwdev.h>
#include <asm/schid.h>
#include <asm/cmb.h>
... |
google | android | dasd_genhd | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd_genhd.c | 4,982 | utf_8 | c6736649c6678255481af0865845b55e | /*
*
* gendisk related functions for the dasd driver.
*
*/
#define KMSG_COMPONENT "dasd"
#include <linux/interrupt.h>
#include <linux/fs.h>
#include <linux/blkpg.h>
#include <asm/uaccess.h>
/* This is ugly... */
#define PRINTK_HEADER "dasd_gendisk:"
#include "dasd_int.h"
/*
* Allocate and register gendisk structur... |
google | android | xpram | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/xpram.c | 12,221 | utf_8 | 4028996a3dd294ce3ce38030ee25babd | /*
* Xpram.c -- the S/390 expanded memory RAM-disk
*
* significant parts of this code are based on
* the sbull device driver presented in
* A. Rubini: Linux Device Drivers
*
* Author of XPRAM specific coding: Reinhard Buendgen
*
* External interfaces:
* Interfaces to linux kernel
* xpram_... |
google | android | dcssblk | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dcssblk.c | 27,261 | utf_8 | 183ca706616a152d474fde42927d3136 | /*
* dcssblk.c -- the S/390 block driver for dcss memory
*
* Authors: Carsten Otte, Stefan Weinhuber, Gerald Schaefer
*/
#define KMSG_COMPONENT "dcssblk"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/ctype.h>
#include <linux/errno.h>
#include <l... |
google | android | scm_blk_cluster | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/scm_blk_cluster.c | 6,019 | utf_8 | 47637169c8873c89d1815e5b3d035483 | /*
* Block driver for s390 storage class memory.
*
*/
#include <linux/spinlock.h>
#include <linux/module.h>
#include <linux/blkdev.h>
#include <linux/genhd.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <asm/eadm.h>
#include "scm_blk.h"
static unsigned int write_cluster_size = 64;
module_param(write_clu... |
google | android | scm_drv | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/scm_drv.c | 1,786 | utf_8 | 99d6481b0b02b352bfd228867caad3cb | /*
* Device driver for s390 storage class memory.
*
*/
#define KMSG_COMPONENT "scm_block"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/slab.h>
#include <asm/eadm.h>
#include "scm_blk.h"
static void scm_notify(struct scm_device *scmdev, enum scm_event event)
{
struct scm_blk_... |
google | android | dasd_3990_erp | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd_3990_erp.c | 70,348 | utf_8 | 9df29f4ace878d1a14e5da5e1b80d299 | /*
*
*/
#define KMSG_COMPONENT "dasd-eckd"
#include <linux/timer.h>
#include <asm/idals.h>
#define PRINTK_HEADER "dasd_erp(3990): "
#include "dasd_int.h"
#include "dasd_eckd.h"
struct DCTL_data {
unsigned char subcommand; /* e.g Inhibit Write, Enable Write,... */
unsigned char modifier; /* Subcommand modifier *... |
google | android | dasd_alias | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd_alias.c | 29,374 | utf_8 | 2900d7f5458460bff14c790cda6a9be0 | /*
* PAV alias management for the DASD ECKD discipline
*
*/
#define KMSG_COMPONENT "dasd-eckd"
#include <linux/list.h>
#include <linux/slab.h>
#include <asm/ebcdic.h>
#include "dasd_int.h"
#include "dasd_eckd.h"
#ifdef PRINTK_HEADER
#undef PRINTK_HEADER
#endif /* PRINTK_HEADER */
#define PRINTK_HEADER "dasd(eckd)... |
google | android | scm_blk | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/scm_blk.c | 14,654 | utf_8 | 7146fa8542ea7c44053a3453108bf0ec | /*
* Block driver for s390 storage class memory.
*
*/
#define KMSG_COMPONENT "scm_block"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/interrupt.h>
#include <linux/spinlock.h>
#include <linux/mempool.h>
#include <linux/module.h>
#include <linux/blkdev.h>
#include <linux/genhd.h>
#include <linux/slab.h>... |
google | android | dasd_erp | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd_erp.c | 5,338 | utf_8 | 9e6b5daf8a94d19e2962a4d5b3a5409c | /*
*
*/
#define KMSG_COMPONENT "dasd"
#include <linux/ctype.h>
#include <linux/init.h>
#include <asm/debug.h>
#include <asm/ebcdic.h>
#include <asm/uaccess.h>
/* This is ugly... */
#define PRINTK_HEADER "dasd_erp:"
#include "dasd_int.h"
struct dasd_ccw_req *
dasd_alloc_erp_request(char *magic, int cplength, int datas... |
google | android | dasd | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd.c | 106,520 | utf_8 | b9787e9476b768ee900e740fbe958a8d | /*
*/
#define KMSG_COMPONENT "dasd"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/kmod.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/ctype.h>
#include <linux/major.h>
#include <linux/slab.h>
#include <linux/hdreg.h>
#include <linux/async.h>
#include <linux/mutex.h>
#include <lin... |
google | android | dasd_eer | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd_eer.c | 20,439 | utf_8 | ca033dc79536bb10cf464332b025761a | /*
* Character device driver for extended error reporting.
*
*/
#define KMSG_COMPONENT "dasd-eckd"
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/kernel.h>
#include <linux/miscdevice.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/device.h>
#include <linux/poll.h>
#include... |
google | android | dasd_devmap | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd_devmap.c | 38,198 | utf_8 | b38cad83410d7c802fe0048db4ab1960 | /*
*
* Device mapping and dasd= parameter parsing functions. All devmap
* functions may not be called from interrupt context. In particular
* dasd_get_device is a no-no from interrupt context.
*
*/
#define KMSG_COMPONENT "dasd"
#include <linux/ctype.h>
#include <linux/init.h>
#include <linux/module.h>
#include <l... |
google | android | dasd_diag | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd_diag.c | 18,589 | utf_8 | fd1e4b6ec9a1c75b573e654983590472 | /*
*
*/
#define KMSG_COMPONENT "dasd"
#include <linux/kernel_stat.h>
#include <linux/stddef.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/hdreg.h>
#include <linux/bio.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/jiffies.h>
#include <asm/dasd.h>
#include <asm/debug.h>
#in... |
google | android | dasd_eckd | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd_eckd.c | 146,202 | utf_8 | 8eaaa59dd4a8539b8ed2a426c4ca26f9 | /*
*/
#define KMSG_COMPONENT "dasd-eckd"
#include <linux/stddef.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/hdreg.h> /* HDIO_GETGEO */
#include <linux/bio.h>
#include <linux/module.h>
#include <linux/compat.h>
#include <linux/init.h>
#include <asm/css_chars.h>
#include <asm/debug.h>
#inc... |
google | android | dasd_fba | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/block/dasd_fba.c | 17,894 | utf_8 | 2518744995891dedba66c309835cc28a | /*
*/
#define KMSG_COMPONENT "dasd-fba"
#include <linux/stddef.h>
#include <linux/kernel.h>
#include <asm/debug.h>
#include <linux/slab.h>
#include <linux/hdreg.h> /* HDIO_GETGEO */
#include <linux/bio.h>
#include <linux/module.h>
#include <linux/init.h>
#include <asm/idals.h>
#include <asm/ebcdic.h>
#include <a... |
google | android | zcrypt_msgtype6 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/crypto/zcrypt_msgtype6.c | 36,368 | utf_8 | 402fea7b987e1b3ec29056676feb53c7 | /*
* zcrypt 2.1.0
*
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#define KMSG_COMPONENT "zcrypt"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/atomic.h>
#include... |
google | android | zcrypt_api | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/crypto/zcrypt_api.c | 40,113 | utf_8 | 01390559577bec72089ba7dbab074f5a | /*
* zcrypt 2.1.0
*
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/miscdevice.h>
#include <linux/fs.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/compat.h>
#include <linux/slab... |
google | android | zcrypt_cex2a | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/crypto/zcrypt_cex2a.c | 4,987 | utf_8 | 3eee917443ffba26eb42ee3800b762d8 | /*
* zcrypt 2.1.0
*
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/atomic.h>
#include <asm/uaccess.h>
#include "ap_bus.h"
#include "zcrypt_api.h"
#include "zcrypt_error.h"
#include "zcry... |
google | android | ap_bus | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/crypto/ap_bus.c | 48,858 | utf_8 | 07f9ce4ddfb64ac4f7b41c535ffcdbdc | /*
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#define KMSG_COMPONENT "ap"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/kernel_stat.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/interrupt.h>
#include <linux/workqu... |
google | android | zcrypt_pcixcc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/crypto/zcrypt_pcixcc.c | 11,103 | utf_8 | 37bde71a3ff83271faee1ea240a4c980 | /*
* zcrypt 2.1.0
*
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/atomic.h>
#include <asm/uaccess.h>
#include "ap_bus.h"
#include "zcrypt_api.h"
#include "zcryp... |
google | android | zcrypt_msgtype50 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/crypto/zcrypt_msgtype50.c | 16,243 | utf_8 | 57164b3dae57b4d414b69984f18a2568 | /*
* zcrypt 2.1.0
*
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#define KMSG_COMPONENT "zcrypt"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/atomic.h>
#include <linux/uaccess.h>
#inclu... |
google | android | zcrypt_cex4 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/crypto/zcrypt_cex4.c | 5,632 | utf_8 | 0299b3a457b680b0b8d6da36efdcc48e | /*
*/
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/atomic.h>
#include <linux/uaccess.h>
#include "ap_bus.h"
#include "zcrypt_api.h"
#include "zcrypt_msgtype6.h"
#include "zcrypt_msgtype50.h"
#include "zcrypt_error.h"
#include "zcrypt_cex4.h"
#define C... |
google | android | sclp_con | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/sclp_con.c | 8,766 | utf_8 | a587553b8073e802589fdb8cba8ccbd3 | /*
* SCLP line mode console driver
*
*/
#include <linux/kmod.h>
#include <linux/console.h>
#include <linux/init.h>
#include <linux/timer.h>
#include <linux/jiffies.h>
#include <linux/termios.h>
#include <linux/err.h>
#include <linux/reboot.h>
#include <linux/gfp.h>
#include "sclp.h"
#include "sclp_rw.h"
#include "sc... |
google | android | monreader | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/monreader.c | 16,832 | utf_8 | ed1b45ac8c0387c88a3be089023c4f96 | /*
* Character device driver for reading z/VM *MONITOR service records.
*
*/
#define KMSG_COMPONENT "monreader"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/kernel.h>
#inc... |
google | android | hmcdrv_mod | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/hmcdrv_mod.c | 1,192 | utf_8 | a31da8664edf97c727ae9412156db2c7 | /*
* HMC Drive DVD Module
*
*/
#define KMSG_COMPONENT "hmcdrv"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/stat.h>
#include "hmcdrv_ftp.h"
#include "hmcdrv_dev.h"
#include "hmcdrv_cache.h"
MODULE_DESCRIPTION("HMC dr... |
google | android | sclp | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/sclp.c | 34,571 | utf_8 | 2c7ddb96ea1d64d5926043997d947fe5 | /*
* core function to access sclp interface
*
*/
#include <linux/kernel_stat.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include <linux/timer.h>
#include <linux/reboot.h>
#include <linux/jiffies.h>
#include <linux/init.h>
#include <linux/suspend.h>
#i... |
google | android | zcore | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/zcore.c | 17,490 | utf_8 | b1702a764582fefdf17eb41e2113e84b | /*
* zcore module to export memory content and register sets for creating system
* dumps on SCSI disks (zfcpdump). The "zcore/mem" debugfs file shows the same
* dump format as s390 standalone dumps.
*
* For more information please refer to Documentation/s390/zfcpdump.txt
*
* Author(s): Michael Holzheu
*/
#defin... |
google | android | sclp_rw | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/sclp_rw.c | 12,340 | utf_8 | 5b5acd98a906fe63e6d17d9939a1e456 | /*
* driver: reading from and writing to system console on S/390 via SCLP
*
*/
#include <linux/kmod.h>
#include <linux/types.h>
#include <linux/err.h>
#include <linux/string.h>
#include <linux/spinlock.h>
#include <linux/ctype.h>
#include <asm/uaccess.h>
#include "sclp.h"
#include "sclp_rw.h"
/*
* The room for the ... |
google | android | sclp_async | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/sclp_async.c | 5,130 | utf_8 | 742fb13d86f14516b21c54000e1fe000 | /*
* Enable Asynchronous Notification via SCLP.
*
*
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/stat.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/ctype.h>
#include <linux/kmod.h>
#include <linux/err.h>
#include <linux/errno.h>
#include <linu... |
google | android | sclp_sdias | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/sclp_sdias.c | 6,558 | utf_8 | a9de769f179b7b08ce88a4e13184cb89 | /*
* SCLP "store data in absolute storage"
*
* Author(s): Michael Holzheu
*/
#define KMSG_COMPONENT "sclp_sdias"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/completion.h>
#include <linux/sched.h>
#include <asm/sclp.h>
#include <asm/debug.h>
#include <asm/ipl.h>
#include "sclp_sdias.h"
#include "sclp... |
google | android | tape_proc | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/tape_proc.c | 3,362 | utf_8 | e2a9b4863bf51712b6aca9127ee40818 | /*
* tape device driver for S/390 and zSeries tapes.
*
* S390 and zSeries version
*
* PROCFS Functions
*/
#define KMSG_COMPONENT "tape"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/vmalloc.h>
#include <linux/seq_file.h>
#include <linux/proc_fs.h>
#define TAPE_DBF_AREA ... |
google | android | vmcp | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/vmcp.c | 5,249 | utf_8 | 407fce94793d9ef6585172a240fb46e3 | /*
*
* z/VMs CP offers the possibility to issue commands via the diagnose code 8
* this driver implements a character device that issues these commands and
* returns the answer of CP.
*
* The idea of this driver is based on cpint from Neale Ferguson and #CP in CMS
*/
#include <linux/fs.h>
#include <linux/init.h>... |
google | android | sclp_tty | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/sclp_tty.c | 15,140 | utf_8 | 73e7791ac101e7eec7705c7e582a40db | /*
* SCLP line mode terminal driver.
*
* S390 version
*/
#include <linux/module.h>
#include <linux/kmod.h>
#include <linux/tty.h>
#include <linux/tty_driver.h>
#include <linux/tty_flip.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/gfp.h>
#include <asm/uaccess.h>
... |
google | android | hmcdrv_ftp | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/hmcdrv_ftp.c | 8,132 | utf_8 | 0957f707b7573c0f24b673bfffec45be | /*
* HMC Drive FTP Services
*
*/
#define KMSG_COMPONENT "hmcdrv"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/export.h>
#include <linux/ctype.h>
#include <linux/crc16.h>
#include "hmcdrv_ftp.h"
#include "hmcdrv_cache.h"
#i... |
google | android | tty3270 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/tty3270.c | 46,081 | utf_8 | 4c460c25493cc8f0af668455a9c38f63 | /*
* IBM/3270 Driver - tty functions.
*
* Author(s):
* Original 3270 Code for 2.4 written by Richard Hitt (UTS Global)
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kdev_t.h>
#include <linux/tty.h>
#include <linux/vt_kern.h>
#include <linux/init.h>
#include <linux/console.h>
#include... |
google | android | sclp_cpi_sys | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/sclp_cpi_sys.c | 8,761 | utf_8 | 32c9fc27f4e98ae1399613b832748474 | /*
* SCLP control program identification sysfs interface
*
*/
#define KMSG_COMPONENT "sclp_cpi"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/stat.h>
#include <linux/device.h>
#include <linux/string.h>
#include <linux/ctype.h>
#include <linux/kmod.h>... |
google | android | fs3270 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/fs3270.c | 13,049 | utf_8 | 098a752c933042802f53e74b5a80d883 | /*
* IBM/3270 Driver - fullscreen driver.
*
* Author(s):
* Original 3270 Code for 2.4 written by Richard Hitt (UTS Global)
*/
#include <linux/bootmem.h>
#include <linux/console.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/compat.h>
#include <linux/module.h>
#include <linux/list.h>
#inc... |
google | android | tape_char | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/tape_char.c | 11,629 | utf_8 | 394a776ac1b9b731ca95a51fd8362f31 | /*
* character device frontend for tape device driver
*
* S390 and zSeries version
*/
#define KMSG_COMPONENT "tape"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/module.h>
#include <linux/types.h>
#include <linux/proc_fs.h>
#include <linux/mtio.h>
#include <linux/compat.h>
#include <asm/uaccess.h>... |
google | android | tape_class | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/s390/char/tape_class.c | 2,961 | utf_8 | 2e67f43ab0457484d75d98c20d66377a | /*
MODULE_DESCRIPTION(
static struct class *tape_class;
/*
* Register a tape device and return a pointer to the cdev structure.
*
* device
* The pointer to the struct device of the physical (base) device.
* drivername
* The pointer to the drivers name for it's character devices.
* dev
* The intended major/minor... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.