/linux-6.14.4/drivers/eisa/ |
D | eisa.ids | 6 # Marc Zyngier <maz@wild-wind.fr.eu.org> 10 ABP0510 "Advansys ABP-510 ISA SCSI Host Adapter" 11 ABP0540 "Advansys ABP-540/542 ISA SCSI Host Adapter" 12 ABP7401 "AdvanSys ABP-740/742 EISA Single Channel SCSI Host Adapter" 13 ABP7501 "AdvanSys ABP-750/752 EISA Dual Channel SCSI Host Adapter" 14 ACC1200 "ACCTON EtherCombo-32 Ethernet Adapter" 15 ACC120A "ACCTON EtherCombo-32 Ethernet Adapter" 18 ACE1010 "ACME Super Fast System Board" 21 ACE3030 "ACME Sample VS Board 1" 23 ACE5010 "ACME VDU Video Board" [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/ |
D | fsl.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <[email protected]> 17 - description: i.MX1 based Boards 19 - enum: 20 - armadeus,imx1-apf9328 21 - fsl,imx1ads 22 - const: fsl,imx1 24 - description: i.MX23 based Boards [all …]
|
D | atmel-at91.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/arm/atmel-at91.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Belloni <[email protected]> 11 - Claudiu Beznea <[email protected]> 12 - Nicolas Ferre <[email protected]> 22 - items: 23 - const: atmel,at91rm9200 24 - items: [all …]
|
/linux-6.14.4/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-board.c | 7 * Copyright (c) 2003-2008 Cavium Networks 10 * it under the terms of the GNU General Public License, Version 2, as 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 30 * Helper functions to abstract board specific data about 31 * network ports from the rest of the cvmx-helper files. 36 #include <asm/octeon/cvmx-bootinfo.h> 38 #include <asm/octeon/cvmx-config.h> 40 #include <asm/octeon/cvmx-helper.h> 41 #include <asm/octeon/cvmx-helper-util.h> [all …]
|
/linux-6.14.4/drivers/staging/gpib/lpvo_usb_gpib/ |
D | lpvo_usb_gpib.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * of Florence, Italy) to support in linux-gpib the open usb-gpib adapter * 6 * implemented at the University of Ljubljana (lpvo.fe.uni-lj.si/gpib) * 42 * in the following table with proper <Vendor-id>, <Product-id>. 46 * and /usr/local/etc/udev/rules.d/99-lpvo_usb_gpib.rules. 63 * 2: extended logging; each single exchanged byte is documented 66 * At module loading: modprobe lpvo_usb_gpib debug={0,1,2} 67 * On the fly: echo {0,1,2} > /sys/modules/lpvo_usb_gpib/parameters/debug 75 pr_alert("%s:%s - " format, NAME, __func__, ## __VA_ARGS__); } \ 78 /* standard and extended command sets of the usb-gpib adapter */ [all …]
|
/linux-6.14.4/drivers/staging/gpib/hp_82335/ |
D | hp82335.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 13 // struct which defines private_data for board 21 int hp82335_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, size_t *bytes_read); 22 int hp82335_write(gpib_board_t *board, uint8_t *buffer, size_t length, 24 int hp82335_command(gpib_board_t *board, uint8_t *buffer, size_t length, size_t *bytes_written); 25 int hp82335_take_control(gpib_board_t *board, int synchronous); 26 int hp82335_go_to_standby(gpib_board_t *board); 27 void hp82335_request_system_control(gpib_board_t *board, int request_control); 28 void hp82335_interface_clear(gpib_board_t *board, int assert); 29 void hp82335_remote_enable(gpib_board_t *board, int enable); [all …]
|
/linux-6.14.4/drivers/staging/gpib/cb7210/ |
D | cb7210.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 42 irqreturn_t cb7210_internal_interrupt(gpib_board_t *board); 45 int cb7210_read(gpib_board_t *board, uint8_t *buffer, size_t length, 47 int cb7210_accel_read(gpib_board_t *board, uint8_t *buffer, size_t length, 49 int cb7210_write(gpib_board_t *board, uint8_t *buffer, size_t length, 51 int cb7210_accel_write(gpib_board_t *board, uint8_t *buffer, size_t length, 53 int cb7210_command(gpib_board_t *board, uint8_t *buffer, size_t length, size_t *bytes_written); 54 int cb7210_take_control(gpib_board_t *board, int synchronous); 55 int cb7210_go_to_standby(gpib_board_t *board); 56 void cb7210_request_system_control(gpib_board_t *board, int request_control); [all …]
|
/linux-6.14.4/drivers/staging/gpib/gpio/ |
D | gpib_bitbang.c | 1 // SPDX-License-Identifier: GPL-2.0 19 * cannot function as non-CIC system controller with SN7516x because 38 * 2 = + trace of function calls; 44 pr_info("%s:%s - " frm, NAME, __func__, ## __VA_ARGS__); } \ 72 #define PINMAP_1 "gpib4pi-1.1" 80 * Raspberry-Pi connector and the GPIB bus * 83 * GPIB Pi-gpio GPIB -> RPi * 87 D01_pin_nr = 20, /* 1 -> 38 */ 88 D02_pin_nr = 26, /* 2 -> 37 */ 89 D03_pin_nr = 16, /* 3 -> 36 */ [all …]
|
/linux-6.14.4/arch/sparc/kernel/ |
D | sun4d_irq.c | 1 // SPDX-License-Identifier: GPL-2.0 29 * SBUS interrupts are encodes as a combination of board, level and slot. 38 static unsigned int sun4d_encode_irq(int board, int lvl, int slot) in sun4d_encode_irq() argument 40 return (board + 1) << 5 | (lvl << 2) | slot; in sun4d_encode_irq() 55 /* Specify which cpu handle interrupts from which board. 56 * Index is board - value is cpu. 64 2, 82 /* SBUS interrupts are encoded integers including the board number 92 * 2) For each bus showing interrupt pending from #1, read the 107 sbil = (sbusl << 2); in sun4d_sbus_handler_irq() [all …]
|
/linux-6.14.4/drivers/comedi/drivers/ |
D | pcl730.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Driver for Advantech PCL-730 and clones 10 * Description: Advantech PCL-730 (& compatibles) 11 * Devices: [Advantech] PCL-730 (pcl730), PCM-3730 (pcm3730), PCL-725 (pcl725), 12 * PCL-733 (pcl733), PCL-734 (pcl734), 13 * [ADLink] ACL-7130 (acl7130), ACL-7225b (acl7225b), 14 * [ICP] ISO-730 (iso730), P8R8-DIO (p8r8dio), P16R16-DIO (p16r16dio), 15 * [Diamond Systems] OPMM-1616-XT (opmm-1616-xt), PEARL-MM-P (pearl-mm-p), 16 * IR104-PBF (ir104-pbf), 21 * [0] - I/O port base [all …]
|
D | das08.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * COMEDI - Linux Control and Measurement Device Interface 21 * 'ai_encoding' member of board structure: 29 * complete, MSB[7] is an "over-range" bit. 65 /* (W) analog output l.s.b. registers for 2 channels ("JR" boards) */ 67 /* (W) analog output m.s.b. registers for 2 channels ("JR" boards) */ 75 /* (W) analog output l.s.b. registers for 2 channels ("AOx" boards) */ 77 /* (W) analog output m.s.b. registers for 2 channels ("AOx" boards) */ 141 8, 0, 10, 2, 12, 4, 14, 6, 1, 3, 5, 7 143 static const int das08_pgl_ai_gainlist[] = { 8, 0, 2, 4, 6, 1, 3, 5, 7 }; [all …]
|
/linux-6.14.4/drivers/staging/gpib/uapi/ |
D | gpib_user.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 16 LACS_NUM = 2, 39 CIC = (1 << CIC_NUM), /* GPIB interface is Controller-in-Charge */ 44 SPOLL = (1 << SPOLL_NUM), /* board serial polled by busmaster */ 60 ENOL = 2, /* no listeners */ 65 ENEB = 7, /* non-existent board (GPIB interface offline) */ 80 T30us = 2, /* Timeout of 30 usec (ideal) */ 98 /* End-of-string (EOS) modes for use with ibeos */ 104 BIN = 0x1000 /* Do 8-bit compare on EOS */ 202 cmd |= (dio_line - 1) & 0x7; in PPE_byte() [all …]
|
/linux-6.14.4/drivers/staging/gpib/agilent_82357a/ |
D | agilent_82357a.c | 1 // SPDX-License-Identifier: GPL-2.0 26 static DEFINE_MUTEX(agilent_82357a_hotplug_lock); // protect board insertion and removal 28 static unsigned int agilent_82357a_update_status(gpib_board_t *board, unsigned int clear_mask); 30 static int agilent_82357a_take_control_internal(gpib_board_t *board, int synchronous); 34 struct agilent_82357a_urb_ctx *context = urb->context; in agilent_82357a_bulk_complete() 36 up(&context->complete); in agilent_82357a_bulk_complete() 42 struct agilent_82357a_urb_ctx *context = &a_priv->context; in agilent_82357a_timeout_handler() 44 context->timed_out = 1; in agilent_82357a_timeout_handler() 45 up(&context->complete); in agilent_82357a_timeout_handler() 55 struct agilent_82357a_urb_ctx *context = &a_priv->context; in agilent_82357a_send_bulk_msg() [all …]
|
/linux-6.14.4/drivers/video/fbdev/ |
D | broadsheetfb.c | 2 * broadsheetfb.c -- FB driver for E-Ink Broadsheet controller 14 * It is intended to be architecture independent. A board specific driver 51 /* table of panel specific parameters to be indexed into by the board drivers */ 57 .gdcfg = 2, 81 .gdcfg = 2, 121 par->board->set_ctl(par, BS_WR, 0); in broadsheet_gpio_issue_data() 122 par->board->set_hdb(par, data); in broadsheet_gpio_issue_data() 123 par->board->set_ctl(par, BS_WR, 1); in broadsheet_gpio_issue_data() 128 par->board->set_ctl(par, BS_DC, 0); in broadsheet_gpio_issue_cmd() 134 par->board->wait_for_rdy(par); in broadsheet_gpio_send_command() [all …]
|
/linux-6.14.4/drivers/staging/gpib/include/ |
D | tms9914.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 34 // used to keep track of board's state, bit definitions given below 60 return priv->read_byte(priv, register_number); in read_byte() 65 priv->write_byte(priv, byte, register_number); in write_byte() 73 READ_READY_BN, // board has data byte available to read 74 WRITE_READY_BN, // board is ready to send a data byte 75 COMMAND_READY_BN, // board is ready to send a command byte 82 int tms9914_read(gpib_board_t *board, struct tms9914_priv *priv, uint8_t *buffer, 84 int tms9914_write(gpib_board_t *board, struct tms9914_priv *priv, uint8_t *buffer, 86 int tms9914_command(gpib_board_t *board, struct tms9914_priv *priv, uint8_t *buffer, [all …]
|
/linux-6.14.4/drivers/staging/gpib/common/ |
D | iblib.c | 1 // SPDX-License-Identifier: GPL-2.0 18 * If sync is non-zero, attempt to take control synchronously. 19 * If fallback_to_async is non-zero, try to take control asynchronously 22 int ibcac(gpib_board_t *board, int sync, int fallback_to_async) in ibcac() argument 24 int status = ibstatus(board); in ibcac() 29 return -1; in ibcac() 37 * controller is listener. Error code also needs to be -ETIMEDOUT in ibcac() 40 retval = -ETIMEDOUT; in ibcac() 42 retval = board->interface->take_control(board, sync); in ibcac() 45 if (sync && retval == -ETIMEDOUT) in ibcac() [all …]
|
/linux-6.14.4/drivers/staging/gpib/ines/ |
D | ines_gpib.c | 1 // SPDX-License-Identifier: GPL-2.0 24 int ines_line_status(const gpib_board_t *board) in ines_line_status() argument 31 ines_priv = board->private_data; in ines_line_status() 32 nec_priv = &ines_priv->nec7210_priv; in ines_line_status() 66 unsigned int ines_t1_delay(gpib_board_t *board, unsigned int nano_sec) in ines_t1_delay() argument 68 struct ines_priv *ines_priv = board->private_data; in ines_t1_delay() 69 struct nec7210_priv *nec_priv = &ines_priv->nec7210_priv; in ines_t1_delay() 72 retval = nec7210_t1_delay(board, nec_priv, nano_sec); in ines_t1_delay() 96 static ssize_t pio_read(gpib_board_t *board, struct ines_priv *ines_priv, uint8_t *buffer, in pio_read() argument 101 struct nec7210_priv *nec_priv = &ines_priv->nec7210_priv; in pio_read() [all …]
|
/linux-6.14.4/drivers/staging/gpib/agilent_82350b/ |
D | agilent_82350b.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 27 GPIB_82350A_REGION = 2, 35 MISC_REGION = 2, 44 // struct which defines private_data for board 65 int agilent_82350b_unaccel_attach(gpib_board_t *board, const gpib_board_config_t *config); 66 int agilent_82350b_accel_attach(gpib_board_t *board, const gpib_board_config_t *config); 69 int agilent_82350b_accel_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, 71 int agilent_82350b_accel_write(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi, 73 int agilent_82350b_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, 75 int agilent_82350b_write(gpib_board_t *board, uint8_t *buffer, size_t length, int send_eoi, [all …]
|
/linux-6.14.4/drivers/net/ethernet/sfc/falcon/ |
D | falcon_boards.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright 2007-2012 Solarflare Communications Inc. 15 /* Macros for unpacking the board revision */ 21 /* Board types */ 27 /* Board temperature is about 15°C above ambient when air flow is 53 0x2B + (nr) * 2, _max, 0x2C + (nr) * 2, _min 90 struct falcon_board *board = falcon_board(efx); in ef4_init_lm87() local 91 struct i2c_client *client = i2c_new_client_device(&board->i2c_adap, info); in ef4_init_lm87() 97 /* Read-to-clear alarm/interrupt status */ in ef4_init_lm87() 108 board->hwmon_client = client; in ef4_init_lm87() [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | cirrus,lochnagar.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cirrus Logic Lochnagar Audio Development Board 10 - [email protected] 13 Lochnagar is an evaluation and development board for Cirrus Logic 15 Logic devices on mini-cards, as well as allowing connection of various 25 [1] Clock : ../clock/clock-bindings.txt 28 [2] include/dt-bindings/clock/lochnagar.h 36 - cirrus,lochnagar1-clk [all …]
|
/linux-6.14.4/drivers/nubus/ |
D | nubus.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * Mostly rewritten by David Huggins-Daines, C. Scott Ananian, 37 * thought to be suitable for that and some board ROMs make it too expensive. 60 little-endian machine. Again, stranger things have happened) 88 len--; in nubus_get_rom() 100 p--; in nubus_rewind() 102 len--; in nubus_rewind() 115 len--; in nubus_advance() 127 nubus_rewind(ptr, -len, map); in nubus_move() 135 /* Each sResource entry consists of a 1-byte ID and a 3-byte data [all …]
|
/linux-6.14.4/drivers/net/can/sja1000/ |
D | kvaser_pci.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * - Kvaser linux driver, version 4.72 BETA 8 * Copyright (C) 2002-2007 KVASER AB 10 * - Lincan driver, version 0.3.3, OCERA project 14 * - Socketcan SJA1000 drivers 16 * Copyright (c) 2002-2007 Volkswagen Group Electronic Research 35 MODULE_DESCRIPTION("Socket-CAN driver for KVASER PCAN PCI cards"); 43 struct net_device *slave_dev[MAX_NO_OF_CHANNELS-1]; 50 #define KVASER_PCI_CAN_CLOCK (16000000 / 2) 53 * The board configuration is probably following: [all …]
|
/linux-6.14.4/arch/mips/include/asm/sn/ |
D | klconfig.h | 8 * Copyright (C) 1992 - 1997, 1999, 2000 Silicon Graphics, Inc. 76 * 1 NODE brd, 2 Router brd (1 8p, 1 meta), 6 Widgets, 77 * 2 Midplanes assuming no pci card cages 79 #define MAX_SLOTS_PER_NODE (1 + 2 + 6 + 2) 85 /* lboard_t->brd_flags fields */ 99 /* klinfo->flags fields */ 108 #define IS_CONSOLE_IOC3(i) ((((klinfo_t *)i)->flags) & KLINFO_INSTALL) 121 #define ERRINFO_STRUCT 2 162 (KL_CONFIG_HDR(_nasid)->ch_board_info) 164 (KL_CONFIG_HDR(_nasid)->ch_board_info = (_off)) [all …]
|
/linux-6.14.4/Documentation/arch/sh/ |
D | new-machine.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Adding a new board to LinuxSH 7 Paul Mundt <lethal@linux-sh.org> 18 of the board-specific code (with the exception of stboards) ended up 19 in arch/sh/kernel/ directly, with board-specific headers ending up in 20 include/asm-sh/. For the new kernel, things are broken out by board type, 24 Board-specific code:: 27 |-- arch 28 | `-- sh 29 | `-- boards [all …]
|
/linux-6.14.4/arch/mips/bcm63xx/boards/ |
D | board_bcm963xx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 34 static struct board_info board; variable 60 .default_trigger= "default-on", 85 .name = "96328avng::ppp-fail", 86 .gpio = 2, 93 .default_trigger = "default-on", 96 .name = "96328avng::power-fail", 143 .name = "ppp-fail", 151 .default_trigger = "default-on", 185 .name = "ppp-fail", [all …]
|