Searched refs:board (Results 76 - 100 of 284) sorted by relevance

1234567891011>>

/linux-master/drivers/comedi/drivers/
H A Dni_65xx.c270 const struct ni_65xx_board *board = dev->board_ptr; local
272 return board->num_dio_ports + board->num_di_ports + board->num_do_ports;
632 const struct ni_65xx_board *board = NULL; local
638 board = &ni_65xx_boards[context];
639 if (!board)
641 dev->board_ptr = board;
642 dev->board_name = board->name;
667 dev_info(dev->class_dev, "board
[all...]
H A Ddas800.c33 * DAS-800 board with fixed gain.
232 const struct das800_board *board = dev->board_ptr; local
238 if (board->resolution == 16)
295 const struct das800_board *board = dev->board_ptr; local
327 board->ai_speed);
367 const struct das800_board *board = dev->board_ptr; local
385 if (board->resolution == 12 && gain > 0)
598 const struct das800_board *board = dev->board_ptr; local
599 int index = board ? board
647 const struct das800_board *board; local
[all...]
H A Dcb_pcidas64.c56 * known. If you have such a board, please let the maintainers know.
90 /* maximum value that can be loaded into board's 24-bit counters */
348 DAC_WRITE_POLARITY_BIT = 0x800, /* board-dependent setting */
352 DAC_UPDATE_POLARITY_BIT = 0x40, /* board-dependent setting */
519 /* analog input ranges for 4020 board */
629 /* different board families have slightly different registers */
662 static inline unsigned int ai_dma_ring_count(const struct pcidas64_board *board) argument
664 if (board->layout == LAYOUT_4020)
1095 const struct pcidas64_board *board = dev->board_ptr; local
1097 if ((board
1175 const struct pcidas64_board *board = dev->board_ptr; local
1183 const struct pcidas64_board *board = dev->board_ptr; local
1195 const struct pcidas64_board *board = dev->board_ptr; local
1207 ao_cmd_is_supported(const struct pcidas64_board *board) argument
1252 const struct pcidas64_board *board = dev->board_ptr; local
1278 const struct pcidas64_board *board = dev->board_ptr; local
1361 const struct pcidas64_board *board = dev->board_ptr; local
1392 const struct pcidas64_board *board = dev->board_ptr; local
1411 const struct pcidas64_board *board = dev->board_ptr; local
1421 const struct pcidas64_board *board = dev->board_ptr; local
1468 const struct pcidas64_board *board = dev->board_ptr; local
1552 const struct pcidas64_board *board = dev->board_ptr; local
1730 const struct pcidas64_board *board = dev->board_ptr; local
1749 const struct pcidas64_board *board = dev->board_ptr; local
1876 const struct pcidas64_board *board = dev->board_ptr; local
1898 const struct pcidas64_board *board = dev->board_ptr; local
1951 const struct pcidas64_board *board = dev->board_ptr; local
2013 const struct pcidas64_board *board = dev->board_ptr; local
2061 const struct pcidas64_board *board = dev->board_ptr; local
2100 const struct pcidas64_board *board = dev->board_ptr; local
2252 const struct pcidas64_board *board = dev->board_ptr; local
2339 const struct pcidas64_board *board = dev->board_ptr; local
2365 const struct pcidas64_board *board = dev->board_ptr; local
2414 const struct pcidas64_board *board = dev->board_ptr; local
2554 const struct pcidas64_board *board = dev->board_ptr; local
2767 const struct pcidas64_board *board = dev->board_ptr; local
2777 const struct pcidas64_board *board = dev->board_ptr; local
2812 const struct pcidas64_board *board = dev->board_ptr; local
3092 const struct pcidas64_board *board = dev->board_ptr; local
3253 const struct pcidas64_board *board = dev->board_ptr; local
3336 const struct pcidas64_board *board = dev->board_ptr; local
3607 const struct pcidas64_board *board = dev->board_ptr; local
3781 const struct pcidas64_board *board = dev->board_ptr; local
3970 const struct pcidas64_board *board = NULL; local
[all...]
H A Ddas1800.c60 * maximum conversion speed is limited by the board (convert_arg >= ai_speed).
62 * board setup (see user manual).
196 /* board probe id values (hi byte of the digital input register) */
636 const struct das1800_board *board = dev->board_ptr; local
682 board->ai_speed);
1098 const struct das1800_board *board = dev->board_ptr; local
1105 * board name provided by the user matches a board->name in this
1107 * the board is correct.
1109 if (board) {
1163 const struct das1800_board *board; local
[all...]
H A Dpcl812.c34 * Status: works (I hope. My board fire up under my hands
632 const struct pcl812_board *board = dev->board_ptr; local
670 board->ai_ns_min);
985 const struct pcl812_board *board = dev->board_ptr; local
1002 for (chan = 0; chan < board->n_aochan; chan++) {
1008 if (board->has_dio) {
1018 const struct pcl812_board *board = dev->board_ptr; local
1021 switch (board->board_type) {
1026 s->range_table = board->rangelist_ai;
1057 s->range_table = board
1130 const struct pcl812_board *board = dev->board_ptr; local
[all...]
H A Dadv_pci_dio.c101 const char *name; /* board name */
260 const struct dio_boardtype *board = dev->board_ptr; local
285 if (irqflags & board->sdirq[i].int_en)
344 const struct dio_boardtype *board = dev->board_ptr; local
349 int_en = board->sdirq[s->index - dev_private->irq_subd].int_en;
373 const struct dio_boardtype *board = dev->board_ptr; local
381 int_en = board->sdirq[s->index - dev_private->irq_subd].int_en;
551 const struct dio_boardtype *board = NULL; local
557 board = &boardtypes[context];
558 if (!board)
[all...]
H A Dcb_das16_cs.c327 const struct das16cs_board *board; local
331 board = &das16cs_boards[i];
332 if (board->device_id == link->card_id)
333 return board;
343 const struct das16cs_board *board; local
348 board = das16cs_find_boardinfo(dev, link);
349 if (!board)
351 dev->board_ptr = board;
352 dev->board_name = board->name;
386 if (board
[all...]
H A Dcb_pcidda.c147 u16 eeprom_data[EEPROM_SIZE]; /* software copy of board's eeprom */
184 /* reads a 16 bit value from board's eeprom */
329 const struct cb_pcidda_board *board = NULL; local
336 board = &cb_pcidda_boards[context];
337 if (!board)
339 dev->board_ptr = board;
340 dev->board_name = board->name;
360 s->n_chan = board->ao_chans;
361 s->maxdata = (1 << board->ao_bits) - 1;
378 for (i = 0; i < board
[all...]
H A Dni_670x.c159 const struct ni_670x_board *board = NULL; local
166 board = &ni_670x_boards[context];
167 if (!board)
169 dev->board_ptr = board;
170 dev->board_name = board->name;
196 s->n_chan = board->ao_chans;
/linux-master/drivers/video/fbdev/
H A Dmetronomefb.c16 * It is intended to be architecture independent. A board specific driver
338 return par->board->met_wait_event_intr(par);
363 par->board->set_rst(par, 1);
366 par->board->set_stdby(par, 1);
368 return par->board->met_wait_event(par);
387 return par->board->met_wait_event(par);
413 return par->board->met_wait_event(par);
420 res = par->board->setup_io(par);
519 struct metronome_board *board; local
530 /* pick up board specifi
[all...]
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-usb.c54 const struct go7007_usb_board *board; member in struct:go7007_usb
653 if (usb->board->flags & GO7007_USB_EZUSB) {
887 if (usb->board->flags & GO7007_USB_EZUSB)
1045 const struct go7007_usb_board *board; local
1052 pr_debug("probing new GO7007 USB board\n");
1057 board = &board_matrix_ii;
1061 board = &board_matrix_reload;
1065 board = &board_matrix_revolution;
1069 board = &board_star_trek;
1073 board
[all...]
/linux-master/drivers/input/keyboard/
H A Dnomadik-ske-keypad.c58 * @board: keypad platform device
68 const struct ske_keypad_platform_data *board; member in struct:ske_keypad
98 int timeout = keypad->board->debounce_ms;
115 value |= ((keypad->board->debounce_ms * 32000)/32768) << 8;
126 value = (keypad->board->kcol - 1) << 3;
202 int timeout = keypad->board->debounce_ms;
228 keypad->board->exit();
259 keypad->board = plat;
295 /* go through board initialization helpers */
296 if (keypad->board
[all...]
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-video.c158 cx23885_boards[dev->board].name, type);
237 if (dev->board == CX23885_BOARD_MYGICA_X8506 ||
238 dev->board == CX23885_BOARD_MAGICPRO_PROHDTVE2 ||
239 dev->board == CX23885_BOARD_MYGICA_X8507) {
249 if ((dev->board == CX23885_BOARD_HAUPPAUGE_HVR1800) ||
250 (dev->board == CX23885_BOARD_MPX885) ||
251 (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1250) ||
252 (dev->board == CX23885_BOARD_HAUPPAUGE_IMPACTVCBE) ||
253 (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1255) ||
254 (dev->board
[all...]
H A Dcx23885-core.c906 /* board config */
907 dev->board = UNSET;
909 dev->board = card[dev->nr];
910 for (i = 0; UNSET == dev->board && i < cx23885_idcount; i++)
913 dev->board = cx23885_subids[i].card;
914 if (UNSET == dev->board) {
915 dev->board = CX23885_BOARD_UNKNOWN;
921 if (dev->board == CX23885_BOARD_HAUPPAUGE_QUADHD_ATSC)
922 dev->board = CX23885_BOARD_HAUPPAUGE_QUADHD_ATSC_885;
923 else if (dev->board
[all...]
/linux-master/drivers/parisc/
H A Deisa_enumerator.c168 char *board)
182 res->name = board;
326 char *board; local
329 if (NULL == (board = kmalloc(8, GFP_KERNEL))) {
332 print_eisa_id(board, es->eisa_slot_id);
334 slot, board, es->flags&HPEE_FLAG_BOARD_IS_ISA ? "ISA" : "EISA");
375 pos += configure_memory(buf+pos, mem_parent, board);
388 pos += configure_port(buf+pos, io_parent, board);
406 kfree(board);
432 /* try to read the id of the board i
167 configure_port(const unsigned char *buf, struct resource *io_parent, char *board) argument
[all...]
/linux-master/arch/mips/rb532/
H A Dprom.c52 char *cp, *board; local
77 board = prom_argv[i] + strlen(BOARD_TAG);
79 if (match_tag(board, BOARD_RB532A))
/linux-master/drivers/memory/
H A Dda8xx-ddrctl.c24 * first board we support here). When linux gets an appropriate framework,
50 const char *board; member in struct:da8xx_ddrctl_board_settings
64 .board = "ti,da850-lcdk",
93 if (of_machine_is_compatible(board_settings->board))
113 dev_err(dev, "no settings defined for this board\n");
/linux-master/drivers/tty/serial/8250/
H A D8250_pci.c111 * = 0 - use board->num_ports
136 const struct pciserial_board *board; member in struct:serial_private
164 "manufacturer and name of serial board or\n"
165 "modem board to <linux-serial@vger.kernel.org>.\n",
181 const struct pciserial_board *board,
184 unsigned int bar = 0, offset = board->first_offset;
185 bar = FL_GET_BASE(board->flags);
188 offset += idx * board->uart_offset;
191 offset += ((idx - 2) * board->uart_offset);
194 offset += ((idx - 4) * board
180 addidata_apci7800_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
208 afavlab_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
262 pci_hp_diva_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
432 sbs_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
586 pci_siig_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
679 pci_timedia_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
713 titan_400l_800l_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
814 pci_ni8430_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
841 pci_netmos_9900_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1300 pci_oxsemi_tornado_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *up, int idx) argument
1537 pci_quatech_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1551 pci_default_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1573 ce4100_serial_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1589 pci_omegapci_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1597 pci_brcm_trumanage_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1649 pci_fintek_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1756 pci_fintek_f815xxa_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1816 skip_tx_en_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1863 kt_serial_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1883 pci_wch_ch353_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1893 pci_wch_ch355_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1903 pci_wch_ch38x_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
1946 pci_sunix_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
2069 pci_moxa_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) argument
3981 serial_pci_guess_board(struct pci_dev *dev, struct pciserial_board *board) argument
4045 serial_pci_matches(const struct pciserial_board *board, const struct pciserial_board *guessed) argument
4057 pciserial_init_ports(struct pci_dev *dev, const struct pciserial_board *board) argument
4216 const struct pciserial_board *board; local
[all...]
/linux-master/drivers/scsi/
H A Dzorro7xx.c81 unsigned long board, ioaddr; local
83 board = zorro_resource_start(z);
89 ioaddr = board + zdd->offset;
94 board);
123 "board configuration problem?\n");
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c671 dev->board.output_mode);
769 if (dev->board.tuner_type == TUNER_XC5000) {
790 dev->board.output_mode);
880 dev->board.output_mode);
1191 switch (dev->board.tuner_type) {
1257 value |= (~dev->board.ctl_pin_status_mask);
1270 dev->board.
1275 dev->board.agc_analog_digital_select_gpio,
2358 if (dev->board.tuner_type != TUNER_ABSENT) {
2360 if (dev->board
[all...]
/linux-master/arch/mips/cavium-octeon/executive/
H A DMakefile14 cvmx-helper-board.o cvmx-helper.o cvmx-helper-xaui.o \
/linux-master/drivers/media/usb/au0828/
H A Dau0828-i2c.c124 u8 i2c_speed = dev->board.i2c_clk_divider;
130 if (((dev->board.tuner_type == TUNER_XC5000) ||
131 (dev->board.tuner_type == TUNER_XC5000C)) &&
132 (dev->board.tuner_addr == msg->addr)) {
213 u8 i2c_speed = dev->board.i2c_clk_divider;
224 if (((dev->board.tuner_type == TUNER_XC5000) ||
225 (dev->board.tuner_type == TUNER_XC5000C)) &&
226 (dev->board.tuner_addr == msg->addr))
H A Dau0828-cards.c32 .name = "Unknown board",
147 dev->board.tuner_type = tv.tuner_type;
149 /* Make sure we support the board model */
220 if (dev->board.tuner_type != TUNER_ABSENT && dev->board.has_analog) {
223 "tuner", dev->board.tuner_addr, NULL);
228 tun_setup.type = dev->board.tuner_type;
229 tun_setup.addr = dev->board.tuner_addr;
/linux-master/arch/arm/mach-tegra/
H A DMakefile19 obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += board-paz00.o
/linux-master/arch/powerpc/platforms/85xx/
H A Dtqm85xx.c106 static const char * const board[] __initconst = {
117 .compatibles = board,

Completed in 246 milliseconds

1234567891011>>