Searched refs:board (Results 176 - 200 of 284) sorted by relevance

1234567891011>>

/linux-master/drivers/mtd/maps/
H A Dpismo.c31 char board[15]; member in struct:pismo_eeprom
238 dev_info(&client->dev, "%.15s board found\n", eeprom.board);
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-cards.c31 /* Required during new board bringup */
37 /* Required during new board bringup */
708 "%s: Your board isn't known (yet) to the driver.\n"
728 switch (dev->board) {
775 /* Make sure we support the board model */
778 /* Development board - Limit circulation */
803 /* First production board rev B2I6 */
808 /* First production board rev B2I6 */
813 /* First production board rev B1I6 */
837 switch (dev->board) {
[all...]
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfalcon.c231 * 0-0x400 chip and board config (see struct falcon_nvconfig)
236 * 0-0x400 chip and board config
239 * Aside from the chip and board config, all of these are optional and may
2286 struct falcon_board *board; local
2384 board = falcon_board(efx);
2385 board->i2c_adap.owner = THIS_MODULE;
2386 board->i2c_data = falcon_i2c_bit_operations;
2387 board->i2c_data.data = efx;
2388 board->i2c_adap.algo_data = &board
2544 struct falcon_board *board = falcon_board(efx); local
[all...]
H A Dqt202x_phy.c92 * PHY's on-board EEPROM so it cannot load firmware */
216 struct falcon_board *board = falcon_board(efx); local
240 * EEPROM (including the differences between board revisions), except
246 * board revisions, as the bus is connected to different GPIO/LED
248 if (board->major == 0 && board->minor < 2) {
/linux-master/drivers/usb/host/
H A Dsl811-hcd.c98 if (sl811->board && sl811->board->port_power) {
102 sl811->board->port_power(hcd->self.controller, is_on);
106 if (sl811->board && sl811->board->reset)
107 sl811->board->reset(hcd->self.controller);
1105 if (sl811->board && sl811->board->port_power) {
1106 desc->bPwrOn2PwrGood = sl811->board->potpg;
1532 if (sl811->board) {
[all...]
H A Disp1362-hcd.c2323 if (isp1362_hcd->board && isp1362_hcd->board->reset) {
2324 isp1362_hcd->board->reset(hcd->self.controller, 1);
2326 if (isp1362_hcd->board->clock)
2327 isp1362_hcd->board->clock(hcd->self.controller, 1);
2328 isp1362_hcd->board->reset(hcd->self.controller, 0);
2373 if (isp1362_hcd->board && isp1362_hcd->board->reset)
2374 isp1362_hcd->board->reset(hcd->self.controller, 1);
2378 if (isp1362_hcd->board
2481 struct isp1362_platform_data *board = isp1362_hcd->board; local
[all...]
H A Disp116x-hcd.c1302 struct isp116x_platform_data *board = isp116x->board; local
1327 if (board->sel15Kres)
1330 if (board->remote_wakeup_enable)
1332 if (board->oc_enable)
1334 if (board->int_act_high)
1336 if (board->int_edge_triggered)
1356 if (board->remote_wakeup_enable) {
1370 if (board->remote_wakeup_enable)
1378 if (board
[all...]
H A Dsl811.h125 struct sl811_platform_data *board; member in struct:sl811
/linux-master/drivers/comedi/drivers/
H A Daddi_apci_3120.c255 * There are three timers on the board. They all use the same base
257 * depends on the board version and type.
968 const struct apci3120_board *board = NULL; local
975 board = &apci3120_boardtypes[context];
976 if (!board)
978 dev->board_ptr = board;
979 dev->board_name = board->name;
1022 s->maxdata = board->ai_is_16bit ? 0xffff : 0x0fff;
1036 if (board->has_ao) {
1116 MODULE_DESCRIPTION("ADDI-DATA APCI-3120, Analog input board");
[all...]
H A Djr3_pci.c4 * hardware driver for JR3/PCI force sensor board
11 * Description: JR3/PCI force sensor board
15 * Devices: [JR3] PCI force sensor board (jr3_pci)
24 * The DSP on the board requires initialization code, which can be
658 static const struct jr3_pci_board *board; local
669 board = &jr3_pci_boards[context];
670 if (!board)
672 dev->board_ptr = board;
673 dev->board_name = board->name;
683 if (pci_resource_len(pcidev, 0) < board
[all...]
H A Dme4000.c4 * Source code for the Meilhaus ME-4000 board family.
1098 const struct me4000_board *board = NULL; local
1104 board = &me4000_boards[context];
1105 if (!board)
1107 dev->board_ptr = board;
1108 dev->board_name = board->name;
1151 if (board->can_do_diff_ai)
1153 s->n_chan = board->ai_nchan;
1169 if (board->has_ao) {
1206 if (board
[all...]
H A Drti800.c4 * Hardware driver for Analog Devices RTI-800/815 board
255 const struct rti800_board *board = dev->board_ptr; local
294 if (board->has_ao) {
355 MODULE_DESCRIPTION("Comedi: RTI-800 Multifunction Analog/Digital board");
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-cards.c42 /* board config info */
1207 pr_info("%s: Your board isn't known (yet) to the driver.\n"
1238 cx23885_boards[dev->board].name,
1248 /* Make sure we support the board model */
1433 switch (dev->board) {
1467 switch (dev->board) {
1515 switch (dev->board) {
1965 switch (dev->board) {
2051 switch (dev->board) {
2106 switch (dev->board) {
[all...]
/linux-master/drivers/scsi/
H A Dadvansys.c564 * These macros keep the chip SCSI id bitfields in board order. C bitfields
1645 * All fields here are accessed by the board microcode and need to be
2196 /* Per board statistics structure */
2221 * Structure allocated for each board.
2233 ASC_DVC_VAR asc_dvc_var; /* Narrow board */
2234 ADV_DVC_VAR adv_dvc_var; /* Wide board */
2237 ASC_DVC_CFG asc_dvc_cfg; /* Narrow board */
2238 ADV_DVC_CFG adv_dvc_cfg; /* Wide board */
2683 * Print driver information for devices attached to the board.
2849 * Print board EEPRO
3972 struct asc_board *board = asc_dvc_to_board(asc_dvc); local
7410 struct asc_board *board = shost_priv(scp->device->host); local
9093 struct asc_board *board = shost_priv(shost); local
9147 struct asc_board *board = shost_priv(shost); local
10527 struct asc_board *board = shost_priv(shost); local
10621 struct asc_board *board = shost_priv(shost); local
10696 advansys_wide_free_mem(struct asc_board *board) argument
11164 struct asc_board *board = shost_priv(shost); local
11222 struct asc_board *board; local
11323 struct asc_board *board; local
11447 struct asc_board *board; local
[all...]
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-cards.c1562 .tuner_type = TUNER_ABSENT, /* capture only board */
1576 .tuner_type = TUNER_ABSENT, /* Capture-only board */
1632 .tuner_type = TUNER_ABSENT, /* capture only board */
2850 rc = em28xx_gpio_set(dev, dev->board.tuner_gpio);
2858 const struct em28xx_board *board = &em28xx_boards[dev->model]; local
2859 u8 xclk = board->xclk, i2c_speed = board->i2c_speed;
2877 if (!dev->board.is_em2800)
2884 dev->board = em28xx_boards[dev->model];
2885 dev->has_msp34xx = dev->board
[all...]
/linux-master/arch/mips/pci/
H A Dpci-bcm1480.c33 #include <asm/sibyte/board.h>
H A Dpci-sb1250.c34 #include <asm/sibyte/board.h>
H A Dpci-bcm1480ht.c31 #include <asm/sibyte/board.h>
/linux-master/drivers/comedi/drivers/tests/
H A Dni_routes_test.c31 /* *** BEGIN fake board data *** */
39 static struct ni_board_struct board = { variable in typeref:struct:ni_board_struct
149 /* *** END fake board data *** */
151 /* *** BEGIN board data initializers *** */
159 board.name = pci_6070e;
166 board.name = pci_6220;
173 board.name = pci_fake;
179 /* *** END board data initializers *** */
/linux-master/arch/mips/sibyte/common/
H A Dcfe.c17 #include <asm/sibyte/board.h>
/linux-master/drivers/parport/
H A Dparport_serial.c622 struct pciserial_board *board; local
625 board = &pci_parport_serial_boards[id->driver_data];
626 if (board->num_ports == 0)
629 serial = pciserial_init_ports(dev, board);
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c83 #define BOARD_VEC(board) extern struct txx9_board_vec board;
91 #define BOARD_VEC(board) &board,
208 if (strncmp(str, "board=", 6) == 0) {
241 /* first, determine by "board=" argument in preprocess_cmdline() */
244 /* next, determine by "board" envvar */
245 envstr = prom_getenv("board");
252 /* select "default" board */
/linux-master/drivers/media/usb/au0828/
H A Dau0828.h107 #define AUVI_INPUT(nr) (dev->board.input[nr])
177 struct au0828_board board; member in struct:au0828_dev
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-empress.c44 switch (dev->board) {
258 saa7134_boards[dev->board].name);
/linux-master/drivers/media/common/siano/
H A Dsmscoreapi.c816 * configures device features according to board configuration structure.
825 struct sms_board *board; local
827 board = sms_get_board(coredev->board_id);
828 if (!board) {
829 pr_err("no board configuration exist.\n");
833 if (board->mtu) {
835 pr_debug("set max transmit unit %d\n", board->mtu);
842 mtu_msg.msg_data[0] = board->mtu;
848 if (board->crystal) {
850 pr_debug("set crystal value %d\n", board
[all...]

Completed in 478 milliseconds

1234567891011>>