Searched defs:board_id (Results 1 - 25 of 33) sorted by relevance

12

/drivers/media/dvb/siano/
H A Dsmsir.c56 int board_id = smscore_get_board_id(coredev); local
72 "SMS IR (%s)", sms_get_board(board_id)->name);
92 dev->map_name = sms_get_board(board_id)->rc_codes;
H A Dsms-cards.c210 int board_id = smscore_get_board_id(coredev); local
211 struct sms_board *board = sms_get_board(board_id);
213 switch (board_id) {
232 int board_id = smscore_get_board_id(coredev); local
233 struct sms_board *board = sms_get_board(board_id);
235 switch (board_id) {
254 int board_id = smscore_get_board_id(coredev); local
255 struct sms_board *board = sms_get_board(board_id);
261 switch (board_id) {
277 int board_id local
[all...]
H A Dsmssdio.c232 int board_id; local
236 board_id = id->driver_data;
256 params.device_type = sms_get_board(board_id)->type;
272 smscore_set_board_id(smsdev->coredev, board_id);
H A Dsmsusb.c199 static inline char *sms_get_fw_name(int mode, int board_id) argument
201 char **fw = sms_get_board(board_id)->fw;
205 static int smsusb1_load_firmware(struct usb_device *udev, int id, int board_id) argument
217 fw_filename = sms_get_fw_name(id, board_id);
308 static int smsusb_init_device(struct usb_interface *intf, int board_id) argument
325 params.device_type = sms_get_board(board_id)->type;
364 smscore_set_board_id(dev->coredev, board_id);
/drivers/ata/
H A Dacard-ahci.c406 unsigned int board_id = ent->driver_data; local
407 struct ata_port_info pi = acard_ahci_port_info[board_id];
H A Dahci.c1041 unsigned int board_id = ent->driver_data; local
1042 struct ata_port_info pi = ahci_port_info[board_id];
1120 if (board_id == board_ahci_mcp65 &&
1125 if (board_id == board_ahci_sb700 && pdev->revision >= 0x40)
H A Dsata_via.c540 static void svia_configure(struct pci_dev *pdev, int board_id) argument
598 if (board_id == vt6420 || board_id == vt6421) {
610 int board_id = (int) ent->driver_data; local
619 if (board_id == vt6421)
635 switch (board_id) {
651 svia_configure(pdev, board_id);
H A Dsata_sil.c735 int board_id = ent->driver_data; local
736 struct ata_port_info pi = sil_port_info[board_id];
747 if (board_id == sil_3114)
/drivers/block/
H A Dcpqarray.h70 __u32 board_id; member in struct:board_type
90 __u32 board_id; member in struct:ctlr_info
H A Dida_ioctl.h39 __u32 board_id; member in struct:_ida_pci_info_struct
H A Dcciss.h65 __u32 board_id; member in struct:ctlr_info
429 __u32 board_id; member in struct:board_type
H A Dcpqarray.c79 /* board_id = Subsystem Device ID & Vendor ID
254 (unsigned long)h->board_id,
611 __u32 board_id; local
639 pci_read_config_dword(pdev, 0x2c, &board_id);
658 printk("board_id = %x\n", board_id);
692 c->board_id = board_id;
695 if (board_id == products[i].board_id) {
748 __u32 board_id; local
[all...]
H A Dida_cmd.h110 __u32 board_id; member in struct:__anon302
/drivers/net/ethernet/8390/
H A Dhp.c125 int i, retval, board_id, wordmode; local
145 if ((board_id = inb(ioaddr + HP_ID)) & 0x80) {
156 printk("%s: %s (ID %02x) at %#3x,", dev->name, name, board_id, ioaddr);
/drivers/net/ethernet/chelsio/cxgb/
H A Dsubr.c543 const struct board_info *t1_get_board_info(unsigned int board_id) argument
545 return board_id < ARRAY_SIZE(t1_board) ? &t1_board[board_id] : NULL;
/drivers/net/wireless/ath/ath6kl/
H A Dinit.c609 const char *board_id; local
613 board_id = of_get_property(node, board_id_prop, NULL);
614 if (board_id == NULL) {
620 "%s/bdata.%s.bin", ar->hw.fw.dir, board_id);
/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.h191 char board_id[MTHCA_BOARD_ID_LEN]; member in struct:mthca_adapter
H A Dmthca_dev.h298 char board_id[MTHCA_BOARD_ID_LEN]; member in struct:mthca_dev
/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.h138 char board_id[MLX4_BOARD_ID_LEN]; member in struct:mlx4_adapter
H A Dfw.c901 static void get_board_id(void *vsd, char *board_id) argument
912 memset(board_id, 0, MLX4_BOARD_ID_LEN);
916 strlcpy(board_id, vsd + VSD_OFFSET_TS_BOARD_ID, MLX4_BOARD_ID_LEN);
924 ((u32 *) board_id)[i] =
952 adapter->board_id);
/drivers/scsi/
H A Dhpsa.h56 u32 board_id; member in struct:ctlr_info
367 u32 board_id; member in struct:board_type
H A Dhpsa_cmd.h362 u32 board_id; member in struct:hpsa_pci_info
H A Du14-34f.c606 char board_id[256]; /* data from INQUIRY on this board */ member in struct:hostdata
750 id_dma_addr = pci_map_single(HD(j)->pdev, HD(j)->board_id,
751 sizeof(HD(j)->board_id), PCI_DMA_BIDIRECTIONAL);
759 cpp->data_len = H2DEV(sizeof(HD(j)->board_id));
792 pci_unmap_single(HD(j)->pdev, id_dma_addr, sizeof(HD(j)->board_id),
961 HD(j)->board_id[40] = 0;
963 if (strcmp(&HD(j)->board_id[32], "06000600")) {
964 printk("%s: %s.\n", BN(j), &HD(j)->board_id[8]);
966 BN(j), &HD(j)->board_id[32]);
/drivers/scsi/qla4xxx/
H A Dql4_nvram.h111 u16 board_id; /* x06 */ member in struct:eeprom_data::__anon4959::__anon4960
/drivers/staging/media/go7007/
H A Dgo7007-priv.h167 unsigned int board_id; member in struct:go7007

Completed in 467 milliseconds

12