Searched refs:board (Results 226 - 250 of 284) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c134 struct lpc32xx_usbd_cfg *board; member in struct:lpc32xx_udc
581 /* Driver VBUS_DRV high or low depending on board setup */
582 if (udc->board->vbus_drv_pol != 0)
1102 * USB device board specific events handled via callbacks
1105 /* Connection change event - notify board function of change */
1109 if (udc->board->conn_chgb != NULL)
1110 udc->board->conn_chgb(conn);
1113 /* Suspend/resume event - notify board function of change */
1117 if (udc->board->susp_chgb != NULL)
1118 udc->board
[all...]
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c303 static inline int at76_is_intersil(enum board_type board) argument
305 return (board == BOARD_503_ISL3861 || board == BOARD_503_ISL3863);
308 static inline int at76_is_503rfmd(enum board_type board) argument
310 return (board == BOARD_503 || board == BOARD_503_ACC);
313 static inline int at76_is_505a(enum board_type board) argument
315 return (board == BOARD_505A || board == BOARD_505AMX);
606 * depends on the board typ
[all...]
/linux-master/drivers/tty/serial/
H A Dpch_uart.c396 /* Return UART clock, checking for board specific clocks. */
1649 struct pch_uart_driver_data *board; local
1652 board = &drv_dat[id->driver_data];
1653 port_type = board->port_type;
1699 priv->port.line = board->line_no;
1716 pch_uart_ports[board->line_no] = priv;
1730 pch_uart_ports[board->line_no] = NULL;
1881 "Override UART default or board specific UART clock");
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885.h37 #define INPUT(nr) (&cx23885_boards[dev->board].input[nr])
367 /* This valud is board specific and is used to configure the
378 /* board details */
379 unsigned int board; member in struct:cx23885_dev
H A Dcx23885-417.c926 pr_err("Please fix your hotplug setup, the board will not work without firmware loaded!\n");
1324 strscpy(cap->card, cx23885_boards[tsport->dev->board].name,
1485 cx23885_boards[tsport->dev->board].name, type);
1500 if (cx23885_boards[dev->board].portb != CX23885_MPEG_ENCODER)
/linux-master/drivers/media/pci/cx88/
H A Dcx88.h295 #define INPUT(nr) (core->board.input[nr])
336 /* board name */
363 struct cx88_board board; member in struct:cx88_core
H A Dcx88-input.c78 * This board apparently uses a combination of 2 GPIO
459 snprintf(ir->name, sizeof(ir->name), "cx88 IR (%s)", core->board.name);
629 core->init_data.name = core->board.name;
H A Dcx88-tvaudio.c133 if (core->board.mpeg & CX88_MPEG_BLACKBIRD) {
145 if ((always_analog) || (!(core->board.mpeg & CX88_MPEG_BLACKBIRD))) {
788 cx_write(AUD_I2SINPUTCNTL, core->board.i2sinputcntl);
H A Dcx88-dvb.c788 if (!core->board.num_frontends)
792 core->board.num_frontends);
793 for (i = 1; i <= core->board.num_frontends; i++) {
1197 * On this board, the demod provides the I2C bus pullup.
1749 if (!(core->board.mpeg & CX88_MPEG_DVB))
1765 for (i = 1; i <= core->board.num_frontends; i++) {
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-vbi.c202 strscpy(cap->card, saa7164_boards[dev->board].name,
691 type, saa7164_boards[dev->board].name);
/linux-master/arch/mips/bcm47xx/
H A Dleds.c584 enum bcm47xx_board board = bcm47xx_board_get(); local
586 switch (board) {
/linux-master/drivers/net/wireless/ath/ath10k/
H A Ddebug.c76 const struct firmware *board; local
85 board = ar->normal_mode_fw.board;
86 if (!IS_ERR_OR_NULL(board))
87 crc = crc32_le(0, board->data, board->size);
2189 "board-N.bin\t\t%08x\n",
2190 crc32_le(0, ar->normal_mode_fw.board->data,
2191 ar->normal_mode_fw.board->size));
2193 "board\
[all...]
/linux-master/drivers/media/usb/siano/
H A Dsmsusb.c367 struct sms_board *board = sms_get_board(board_id); local
374 media_device_usb_init(mdev, udev, board->name);
512 pr_info("board id=%lu, interface number %d\n",
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-i2c.c57 if (i2c_port != dev->board.tuner_i2c_master)
60 if (msg->addr != dev->board.tuner_addr)
H A Dcx231xx.h569 struct cx231xx_board board; member in struct:cx231xx
974 if (dev->board.max_range_640_480)
982 if (dev->board.max_range_640_480)
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-i2c.c383 if (dev->board == SAA7134_BOARD_MD7134)
H A Dsaa7134-go7007.c411 pr_debug("saa7134-go7007: probing new SAA713X board\n");
425 strscpy(go->name, saa7134_boards[dev->board].name, sizeof(go->name));
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-sgmii.c38 #include <asm/octeon/cvmx-helper-board.h>
H A Dcvmx-helper-rgmii.c38 #include <asm/octeon/cvmx-helper-board.h>
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-core.c872 /* board config */
873 dev->board = 1; /* card[dev->nr]; */
917 pr_info("%s: subsystem: %04x:%04x, board: %s [card=%d,%s]\n",
919 dev->pci->subsystem_device, cx25821_boards[dev->board].name,
920 dev->board, card[dev->nr] == dev->board ?
/linux-master/sound/mips/
H A Dhal2.c744 unsigned short board, major, minor; local
760 board = (rev & H2_REV_BOARD_M) >> 12;
765 board, major, minor);
/linux-master/drivers/atm/
H A Diphase.c33 Add 4K VC support to the board with 512K control memory.
2059 #if 1 /* for 1K VC board, CBR_PTR_BASE is 0 */
2344 /* find mapping size of board */
2759 int i, board; local
2767 board = ia_cmds.status;
2769 if ((board < 0) || (board > iadev_count))
2770 board = 0;
2771 board = array_index_nospec(board, iadev_coun
[all...]
/linux-master/sound/soc/
H A Dsoc-core.c1882 * "vendor-product-version-board"
1893 * the extra differentiation, like "vendor-product-version-board-flavor".
1904 const char *vendor, *product, *board; local
1912 /* make up dmi long name as: vendor-product-version-board */
1936 board = dmi_get_system_info(DMI_BOARD_NAME);
1937 if (board && is_dmi_valid(board)) {
1938 if (!product || strcasecmp(board, product))
1939 append_dmi_string(card, board);
1942 dev_warn(card->dev, "ASoC: no DMI board/produc
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dtlan.h199 struct board *adapter;
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx.h660 struct em28xx_board board; member in struct:em28xx

Completed in 440 milliseconds

1234567891011>>