/linux-4.1.27/sound/pci/ctxfi/ |
H A D | cthardware.c | 23 int create_hw_obj(struct pci_dev *pci, enum CHIPTYP chip_type, create_hw_obj() argument 28 switch (chip_type) { create_hw_obj() 43 (*rhw)->chip_type = chip_type; create_hw_obj()
|
H A D | ctatc.h | 84 int chip_type; member in struct:ct_atc 156 unsigned int rsr, unsigned int msr, int chip_type,
|
H A D | cthardware.h | 193 enum CHIPTYP chip_type; member in struct:hw 197 int create_hw_obj(struct pci_dev *pci, enum CHIPTYP chip_type,
|
H A D | ctdaio.c | 109 switch (hw->chip_type) { daio_device_index() 337 switch (hw->chip_type) { daio_rsc_init() 361 switch (hw->chip_type) { daio_rsc_init()
|
H A D | ctatc.c | 1265 switch (atc->chip_type) { atc_identify_card() 1294 if (atc->chip_type == ATC20K1) atc_identify_card() 1335 err = create_hw_obj(atc->pci, atc->chip_type, atc->model, &hw); atc_create_hw_devs() 1679 int chip_type, unsigned int ssid, ct_atc_create() 1701 atc->chip_type = chip_type; ct_atc_create() 1677 ct_atc_create(struct snd_card *card, struct pci_dev *pci, unsigned int rsr, unsigned int msr, int chip_type, unsigned int ssid, struct ct_atc **ratc) ct_atc_create() argument
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | psycho_common.h | 46 const char *chip_name, int chip_type);
|
H A D | pci_schizo.c | 1076 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) schizo_scan_bus() 1093 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) { schizo_pbm_strbuf_init() 1267 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO && schizo_pbm_hw_init() 1276 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO && schizo_pbm_hw_init() 1282 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) schizo_pbm_hw_init() 1295 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) { schizo_pbm_hw_init() 1311 int chip_type) schizo_pbm_init() 1318 switch (chip_type) { schizo_pbm_init() 1359 pbm->chip_type = chip_type; schizo_pbm_init() 1366 if (chip_type == PBM_CHIP_TYPE_TOMATILLO) schizo_pbm_init() 1392 static inline int portid_compare(u32 x, u32 y, int chip_type) portid_compare() argument 1394 if (chip_type == PBM_CHIP_TYPE_TOMATILLO) { portid_compare() 1402 static struct pci_pbm_info *schizo_find_sibling(u32 portid, int chip_type) schizo_find_sibling() argument 1407 if (portid_compare(pbm->portid, portid, chip_type)) schizo_find_sibling() 1413 static int __schizo_init(struct platform_device *op, unsigned long chip_type) __schizo_init() argument 1430 pbm->sibling = schizo_find_sibling(portid, chip_type); __schizo_init() 1440 if (schizo_pbm_init(pbm, op, portid, chip_type)) __schizo_init() 1309 schizo_pbm_init(struct pci_pbm_info *pbm, struct platform_device *op, u32 portid, int chip_type) schizo_pbm_init() argument
|
H A D | psycho_common.c | 451 const char *chip_name, int chip_type) psycho_pbm_init_common() 457 pbm->chip_type = chip_type; psycho_pbm_init_common() 450 psycho_pbm_init_common(struct pci_pbm_info *pbm, struct platform_device *op, const char *chip_name, int chip_type) psycho_pbm_init_common() argument
|
H A D | pci_impl.h | 81 int chip_type; member in struct:pci_pbm_info
|
H A D | pci_sabre.c | 320 if (pbm->chip_type == PBM_CHIP_TYPE_SABRE) sabre_register_error_handlers()
|
/linux-4.1.27/drivers/ide/ |
H A D | hpt366.c | 397 u8 chip_type; /* Chip type */ member in struct:hpt_info 448 .chip_type = HPT36x, 456 .chip_type = HPT370, 464 .chip_type = HPT370A, 472 .chip_type = HPT374, 480 .chip_type = HPT372, 488 .chip_type = HPT372A, 496 .chip_type = HPT302, 504 .chip_type = HPT371, 512 .chip_type = HPT372N, 520 .chip_type = HPT302N, 528 .chip_type = HPT371N, 563 switch (info->chip_type) { hpt3xx_udma_filter() 601 switch (info->chip_type) { hpt3xx_mdma_filter() 670 if (info->chip_type >= HPT370) { hpt3xx_maskproc() 883 u8 chip_type = info->chip_type; hpt3xx_disable_fast_irq() local 892 if (chip_type >= HPT374) hpt3xx_disable_fast_irq() 894 else if (chip_type >= HPT370) { hpt3xx_disable_fast_irq() 915 u8 chip_type; init_chipset_hpt366() local 918 chip_type = info->chip_type; init_chipset_hpt366() 928 if (chip_type >= HPT370) { init_chipset_hpt366() 942 if (chip_type == HPT372A) init_chipset_hpt366() 967 if (chip_type == HPT374 && (PCI_FUNC(dev->devfn) & 1)) { init_chipset_hpt366() 1062 if (chip_type >= HPT374 || info->timings->clock_table[clock] == NULL) { init_chipset_hpt366() 1126 if (chip_type >= HPT370) { init_chipset_hpt366() 1145 if (chip_type == HPT371N && clock == ATA_CLOCK_66MHZ) init_chipset_hpt366() 1158 u8 chip_type = info->chip_type; hpt3xx_cable_detect() local 1166 if (chip_type == HPT374 && (PCI_FUNC(dev->devfn) & 1)) { hpt3xx_cable_detect() 1181 } else if (chip_type >= HPT370) { hpt3xx_cable_detect() 1203 u8 chip_type = info->chip_type; init_hwif_hpt366() local 1214 if (chip_type >= HPT372N && info->dpll_clk && info->pci_clk < 66) { init_hwif_hpt366()
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | bt-nokia-h4p.h | 27 int chip_type; member in struct:hci_h4p_platform_data
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-pca953x.c | 98 int chip_type; member in struct:pca953x_chip 155 switch (chip->chip_type) { pca953x_write_regs() 215 switch (chip->chip_type) { pca953x_gpio_direction_input() 250 switch (chip->chip_type) { pca953x_gpio_direction_output() 266 switch (chip->chip_type) { pca953x_gpio_direction_output() 292 switch (chip->chip_type) { pca953x_gpio_get_value() 327 switch (chip->chip_type) { pca953x_gpio_set_value() 455 switch (chip->chip_type) { pca953x_irq_pending() 527 switch (chip->chip_type) { pca953x_irq_setup() 670 chip->chip_type = id->driver_data & (PCA953X_TYPE | PCA957X_TYPE); pca953x_probe() 679 if (chip->chip_type == PCA953X_TYPE) pca953x_probe()
|
/linux-4.1.27/sound/pci/ |
H A D | als300.c | 132 int chip_type; /* ALS300 or ALS300+ */ member in struct:snd_als300 172 if (((chip->revision > 5 || chip->chip_type == DEVICE_ALS300_PLUS) ^ snd_als300_set_irq_flag() 646 struct pci_dev *pci, int chip_type, snd_als300_create() 678 chip->chip_type = chip_type; snd_als300_create() 688 if (chip->chip_type == DEVICE_ALS300_PLUS) snd_als300_create() 763 int err, chip_type; snd_als300_probe() local 778 chip_type = pci_id->driver_data; snd_als300_probe() 780 if ((err = snd_als300_create(card, pci, chip_type, &chip)) < 0) { snd_als300_probe() 787 if (chip->chip_type == DEVICE_ALS300_PLUS) snd_als300_probe() 645 snd_als300_create(struct snd_card *card, struct pci_dev *pci, int chip_type, struct snd_als300 **rchip) snd_als300_create() argument
|
H A D | via82xx.c | 360 int chip_type; member in struct:via82xx 738 if (chip->chip_type != TYPE_VIA686) snd_via82xx_pcm_trigger() 1923 if (chip->chip_type != TYPE_VIA686) { snd_via82xx_mixer_new() 1999 caps = chip->chip_type == TYPE_VIA8233A ? 1 : 2; snd_via8233_init_misc() 2011 if (chip->chip_type != TYPE_VIA8233A) { snd_via8233_init_misc() 2162 if (chip->chip_type == TYPE_VIA686) snd_via82xx_chip_init() 2232 if (chip->chip_type == TYPE_VIA686) { snd_via82xx_chip_init() 2239 if (chip->chip_type != TYPE_VIA686) { snd_via82xx_chip_init() 2253 if (chip->chip_type != TYPE_VIA8233A) { snd_via82xx_chip_init() 2287 if (chip->chip_type != TYPE_VIA686) { snd_via82xx_suspend() 2304 if (chip->chip_type == TYPE_VIA686) { snd_via82xx_resume() 2346 if (chip->chip_type == TYPE_VIA686) { snd_via82xx_free() 2364 int chip_type, snd_via82xx_create() 2383 chip->chip_type = chip_type; snd_via82xx_create() 2405 chip_type == TYPE_VIA8233 ? snd_via82xx_create() 2530 int chip_type = 0, card_type; snd_via82xx_probe() local 2543 chip_type = TYPE_VIA686; snd_via82xx_probe() 2546 chip_type = TYPE_VIA8233; snd_via82xx_probe() 2550 chip_type = via823x_cards[i].type; snd_via82xx_probe() 2555 if (chip_type != TYPE_VIA8233A) { snd_via82xx_probe() 2562 chip_type = TYPE_VIA8233A; snd_via82xx_probe() 2564 chip_type = TYPE_VIA8233; snd_via82xx_probe() 2566 if (chip_type == TYPE_VIA8233A) snd_via82xx_probe() 2579 if ((err = snd_via82xx_create(card, pci, chip_type, pci->revision, snd_via82xx_probe() 2586 if (chip_type == TYPE_VIA686) { snd_via82xx_probe() 2591 if (chip_type == TYPE_VIA8233A) { snd_via82xx_probe() 2362 snd_via82xx_create(struct snd_card *card, struct pci_dev *pci, int chip_type, int revision, unsigned int ac97_clock, struct via82xx **r_via) snd_via82xx_create() argument
|
H A D | via82xx_modem.c | 1098 int chip_type, snd_via82xx_create() 1164 int chip_type = 0, card_type; snd_via82xx_probe() local 1184 if ((err = snd_via82xx_create(card, pci, chip_type, pci->revision, snd_via82xx_probe() 1096 snd_via82xx_create(struct snd_card *card, struct pci_dev *pci, int chip_type, int revision, unsigned int ac97_clock, struct via82xx_modem **r_via) snd_via82xx_create() argument
|
H A D | es1968.c | 2675 int chip_type, snd_es1968_create() 2707 chip->type = chip_type; snd_es1968_create() 2670 snd_es1968_create(struct snd_card *card, struct pci_dev *pci, int total_bufsize, int play_streams, int capt_streams, int chip_type, int do_pm, int radio_nr, struct es1968 **chip_ret) snd_es1968_create() argument
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
H A D | af9035.c | 340 (state->chip_type == 0x9135)) { af9035_i2c_master_xfer() 357 if (state->chip_type == 0x9306) { af9035_i2c_master_xfer() 364 if (state->chip_type == 0x9306) { af9035_i2c_master_xfer() 383 (state->chip_type == 0x9135)) { af9035_i2c_master_xfer() 400 if (state->chip_type == 0x9306) { af9035_i2c_master_xfer() 407 if (state->chip_type == 0x9306) { af9035_i2c_master_xfer() 430 if (state->chip_type == 0x9306) { af9035_i2c_master_xfer() 436 if (state->chip_type == 0x9306) { af9035_i2c_master_xfer() 489 state->chip_type = rbuf[2] << 8 | rbuf[1] << 0; af9035_identify_state() 496 "%s: prechip_version=%02x chip_version=%02x chip_type=%04x\n", af9035_identify_state() 498 state->chip_version, state->chip_type); af9035_identify_state() 500 if (state->chip_type == 0x9135) { af9035_identify_state() 506 } else if (state->chip_type == 0x9306) { af9035_identify_state() 718 if ((state->chip_type == 0x9135) || af9035_download_firmware() 719 (state->chip_type == 0x9306)) { af9035_download_firmware() 787 if (state->chip_type == 0x9135) { af9035_read_config() 811 } else if (state->chip_type == 0x9306) { af9035_read_config() 859 if (state->chip_type == 0x9135) { af9035_read_config() 959 if (state->chip_type == 0x9135) af9035_read_config()
|
H A D | af9035.h | 63 u16 chip_type; member in struct:state
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | ftdi_sio.c | 55 enum ftdi_chip_type chip_type; member in struct:ftdi_private 1288 switch (priv->chip_type) { get_ftdi_divisor() 1357 } /* priv->chip_type */ get_ftdi_divisor() 1362 ftdi_chip_name[priv->chip_type]); get_ftdi_divisor() 1380 if ((priv->chip_type == FT2232C) || (priv->chip_type == FT2232H) || change_speed() 1381 (priv->chip_type == FT4232H) || (priv->chip_type == FT232H)) { change_speed() 1568 priv->chip_type = FT4232H; ftdi_determine_type() 1572 priv->chip_type = FT2232H; ftdi_determine_type() 1576 priv->chip_type = FT2232C; ftdi_determine_type() 1598 priv->chip_type = SIO; ftdi_determine_type() 1604 priv->chip_type = FT8U232AM; ftdi_determine_type() 1607 priv->chip_type = FT232BM; ftdi_determine_type() 1610 priv->chip_type = FT232RL; ftdi_determine_type() 1613 priv->chip_type = FT232H; ftdi_determine_type() 1616 priv->chip_type = FTX; ftdi_determine_type() 1619 dev_info(&udev->dev, "Detected %s\n", ftdi_chip_name[priv->chip_type]); ftdi_determine_type() 1730 if (priv->chip_type != SIO) { create_sysfs_attrs() 1731 dev_dbg(&port->dev, "sysfs attributes for %s\n", ftdi_chip_name[priv->chip_type]); create_sysfs_attrs() 1734 (priv->chip_type == FT232BM || create_sysfs_attrs() 1735 priv->chip_type == FT2232C || create_sysfs_attrs() 1736 priv->chip_type == FT232RL || create_sysfs_attrs() 1737 priv->chip_type == FT2232H || create_sysfs_attrs() 1738 priv->chip_type == FT4232H || create_sysfs_attrs() 1739 priv->chip_type == FT232H || create_sysfs_attrs() 1740 priv->chip_type == FTX)) { create_sysfs_attrs() 1753 if (priv->chip_type != SIO) { remove_sysfs_attrs() 1755 if (priv->chip_type == FT232BM || remove_sysfs_attrs() 1756 priv->chip_type == FT2232C || remove_sysfs_attrs() 1757 priv->chip_type == FT232RL || remove_sysfs_attrs() 1758 priv->chip_type == FT2232H || remove_sysfs_attrs() 1759 priv->chip_type == FT4232H || remove_sysfs_attrs() 1760 priv->chip_type == FT232H || remove_sysfs_attrs() 1761 priv->chip_type == FTX) { remove_sysfs_attrs() 2001 if (priv->chip_type == SIO) { ftdi_prepare_write_buffer() 2405 switch (priv->chip_type) { ftdi_get_modem_status()
|
/linux-4.1.27/drivers/power/ |
H A D | max17042_battery.c | 70 enum max170xx_chip_type chip_type; member in struct:max17042_chip 131 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042) max17042_get_property() 380 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17047 || max17042_write_config_regs() 381 chip->chip_type == MAXIM_DEVICE_TYPE_MAX17050) max17042_write_config_regs() 394 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042) { max17042_write_custom_regs() 503 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042) max17042_override_por_values() 510 if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042) max17042_override_por_values() 519 if (chip->chip_type) { max17042_override_por_values() 712 chip->chip_type = id->driver_data; max17042_probe()
|
/linux-4.1.27/drivers/watchdog/ |
H A D | it8712f_wdt.c | 365 int chip_type; it8712f_wdt_find() local 370 chip_type = superio_inw(DEVID); it8712f_wdt_find() 371 if (chip_type != IT8712F_DEVID) it8712f_wdt_find() 398 chip_type, revision, *address); it8712f_wdt_find()
|
H A D | it87_wdt.c | 143 static unsigned int base, gpact, ciract, max_units, chip_type; variable 246 if (chip_type != IT8721_ID) wdt_update_timeout() 618 chip_type = superio_inw(CHIPID); it87_wdt_init() 622 switch (chip_type) { it87_wdt_init() 643 chip_type, chip_rev); it87_wdt_init() 650 chip_type, chip_rev); it87_wdt_init() 738 chip_type, chip_rev, timeout, it87_wdt_init()
|
/linux-4.1.27/drivers/net/ethernet/cirrus/ |
H A D | mac89x0.c | 112 int chip_type; /* one of: CS8900, CS8920, CS8920M */ member in struct:net_local 246 lp->chip_type = rev_type &~ REVISON_BITS; mac89x0_probe() 252 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F') mac89x0_probe() 254 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C') mac89x0_probe() 262 lp->chip_type==CS8900?'0':'2', mac89x0_probe() 263 lp->chip_type==CS8920M?"M":"", mac89x0_probe() 338 if (lp->chip_type == CS8900) net_open()
|
H A D | cs89x0.c | 135 int chip_type; /* one of: CS8900, CS8920, CS8920M */ member in struct:net_local 288 write_irq(struct net_device *dev, int chip_type, int irq) write_irq() argument 292 if (chip_type == CS8900) { write_irq() 346 if (lp->chip_type == CS8900) get_dma_channel() 356 write_dma(struct net_device *dev, int chip_type, int dma) write_dma() argument 361 if (chip_type == CS8900) write_dma() 583 if (lp->chip_type == CS8900) { detect_tp() 847 write_irq(dev, lp->chip_type, i); net_open() 875 write_irq(dev, lp->chip_type, dev->irq); net_open() 909 write_dma(dev, lp->chip_type, dev->dma); net_open() 1282 if (lp->chip_type != CS8900) { reset_chip() 1352 lp->chip_type = rev_type & ~REVISON_BITS; cs89x0_probe1() 1360 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F') cs89x0_probe1() 1362 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C') cs89x0_probe1() 1369 lp->chip_type == CS8900 ? '0' : '2', cs89x0_probe1() 1370 lp->chip_type == CS8920M ? "M" : "", cs89x0_probe1() 1428 if (lp->chip_type == CS8900) cs89x0_probe1() 1518 if (lp->chip_type != CS8900 && cs89x0_probe1() 1527 if (lp->chip_type == CS8900) { cs89x0_probe1()
|
/linux-4.1.27/drivers/video/fbdev/via/ |
H A D | via-core.c | 191 if (global_dev.chip_type != UNICHROME_VX855) viafb_request_dma() 364 static int viafb_get_fb_size_from_pci(int chip_type) viafb_get_fb_size_from_pci() argument 417 if (chip_type < UNICHROME_CX700) { viafb_get_fb_size_from_pci() 501 if (vdev->chip_type == UNICHROME_VX900) via_pci_setup_mmio() 505 ret = vdev->fbmem_len = viafb_get_fb_size_from_pci(vdev->chip_type); via_pci_setup_mmio() 687 global_dev.chip_type = ent->driver_data; via_pci_probe()
|
H A D | hw.c | 468 static void init_gfx_chip_info(int chip_type); 1510 void viafb_init_chip_info(int chip_type) viafb_init_chip_info() argument 1512 via_clock_init(&clock, chip_type); viafb_init_chip_info() 1513 init_gfx_chip_info(chip_type); viafb_init_chip_info() 1543 static void init_gfx_chip_info(int chip_type) init_gfx_chip_info() argument 1547 viaparinfo->chip_info->gfx_chip_name = chip_type; init_gfx_chip_info()
|
H A D | hw.h | 666 void viafb_init_chip_info(int chip_type);
|
H A D | viafbdev.c | 1794 viafb_init_chip_info(vdev->chip_type); via_fb_pci_probe()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_common.h | 55 enum chip_type { enum 218 enum chip_type chip; /* chip code */ 275 static inline int is_t4(enum chip_type chip) is_t4()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
H A D | csio_hw_chip.h | 55 enum chip_type { enum
|
/linux-4.1.27/drivers/hwmon/ |
H A D | adm1031.c | 80 int chip_type; member in struct:adm1031_data 135 chan < ((data->chip_type == adm1031) ? 3 : 2); chan++) { adm1031_update_device() 184 if (data->chip_type == adm1030) adm1031_update_device() 187 for (chan = 0; chan < (data->chip_type == adm1030 ? 1 : 2); adm1031_update_device() 564 || (data->chip_type == adm1031 trust_fan_readings() 1023 if (data->chip_type == adm1031) { adm1031_init_client() 1059 data->chip_type = id->driver_data; adm1031_probe() 1062 if (data->chip_type == adm1030) adm1031_probe() 1072 if (data->chip_type == adm1031) adm1031_probe()
|
H A D | asc7621.c | 50 enum asc7621_type chip_type; member in struct:asc7621_chip 61 .chip_type = asc7621, 70 .chip_type = asc7621a, 1063 static inline int valid_address_for_chip(int chip_type, int address) valid_address_for_chip() argument 1067 for (i = 0; asc7621_chips[chip_type].addresses[i] != I2C_CLIENT_END; valid_address_for_chip() 1069 if (asc7621_chips[chip_type].addresses[i] == address) valid_address_for_chip()
|
H A D | w83795.c | 337 enum chip_types chip_type; member in struct:w83795_data 481 if ((i == 2 && data->chip_type == w83795adg) || w83795_update_limits() 2164 data->chip_type = id->driver_data; w83795_probe() 2211 if (data->chip_type == w83795g) w83795_probe() 2217 if (data->chip_type == w83795g) { w83795_probe() 2234 if (data->chip_type == w83795g) w83795_probe()
|
H A D | it87.c | 1822 u16 chip_type; it87_find() local 1831 chip_type = force_id ? force_id : superio_inw(DEVID); it87_find() 1833 switch (chip_type) { it87_find() 1887 pr_debug("Unsupported chip (DEVID=0x%x)\n", chip_type); it87_find() 1905 pr_info("Found IT%04x%s chip at 0x%x, revision %d\n", chip_type, it87_find()
|
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/ |
H A D | inv_mpu_iio.h | 108 * @chip_type: chip type. 120 enum inv_devices chip_type; member in struct:inv_mpu6050_state
|
H A D | inv_mpu_core.c | 279 memcpy(&st->chip_config, hw_info[st->chip_type].config, inv_mpu6050_init_config() 729 st->chip_type = INV_MPU6050; inv_check_and_setup_chip() 730 st->hw = &hw_info[st->chip_type]; inv_check_and_setup_chip() 731 st->reg = hw_info[st->chip_type].reg; inv_check_and_setup_chip()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
H A D | drv_types.h | 215 u16 chip_type; member in struct:rtw_adapter
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
H A D | drv_types.h | 179 u16 chip_type; member in struct:adapter
|
/linux-4.1.27/drivers/char/tpm/ |
H A D | tpm_i2c_infineon.c | 71 enum i2c_chip_type chip_type; member in struct:tpm_inf_dev 119 if (tpm_dev.chip_type == SLB9645) { iic_tpm_read() 611 tpm_dev.chip_type = SLB9645; tpm_tis_i2c_init() 613 tpm_dev.chip_type = SLB9635; tpm_tis_i2c_init()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | octeon.h | 102 uint16_t chip_type; member in struct:octeon_boot_descriptor 155 uint16_t chip_type;
|
/linux-4.1.27/drivers/scsi/ |
H A D | advansys.c | 461 #define ASC_IERR_BAD_CHIPTYPE 0x2000 /* Invalid chip_type setting */ 1938 uchar chip_type; member in struct:adv_dvc_var 2843 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { advansys_info() 2845 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { advansys_info() 3122 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { asc_prt_adv_board_eeprom() 3124 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { asc_prt_adv_board_eeprom() 3134 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { asc_prt_adv_board_eeprom() 3136 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { asc_prt_adv_board_eeprom() 3147 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) asc_prt_adv_board_eeprom() 3152 else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) asc_prt_adv_board_eeprom() 3164 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { asc_prt_adv_board_eeprom() 3166 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { asc_prt_adv_board_eeprom() 3187 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) asc_prt_adv_board_eeprom() 3192 else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) asc_prt_adv_board_eeprom() 3208 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { asc_prt_adv_board_eeprom() 3210 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { asc_prt_adv_board_eeprom() 3221 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { asc_prt_adv_board_eeprom() 3223 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { asc_prt_adv_board_eeprom() 3234 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { asc_prt_adv_board_eeprom() 3236 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { asc_prt_adv_board_eeprom() 3247 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { asc_prt_adv_board_eeprom() 3256 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { asc_prt_adv_board_eeprom() 3265 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { asc_prt_adv_board_eeprom() 3267 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { asc_prt_adv_board_eeprom() 3278 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800 || asc_prt_adv_board_eeprom() 3279 adv_dvc_varp->chip_type == ADV_CHIP_ASC38C1600) { asc_prt_adv_board_eeprom() 4464 if (asc_dvc->chip_type == ADV_CHIP_ASC3550) { AdvSendIdleCmd() 4567 * The caller must set 'chip_type' to ADV_CHIP_ASC3550. AdvInitAsc3550Driver() 4569 if (asc_dvc->chip_type != ADV_CHIP_ASC3550) { AdvInitAsc3550Driver() 5027 * The caller must set 'chip_type' to ADV_CHIP_ASC38C0800. AdvInitAsc38C0800Driver() 5029 if (asc_dvc->chip_type != ADV_CHIP_ASC38C0800) { AdvInitAsc38C0800Driver() 5528 * The caller must set 'chip_type' to ADV_CHIP_ASC38C1600. AdvInitAsc38C1600Driver() 5530 if (asc_dvc->chip_type != ADV_CHIP_ASC38C1600) { AdvInitAsc38C1600Driver() 6025 if (asc_dvc->chip_type == ADV_CHIP_ASC38C1600) { AdvResetChipAndSB() 6057 if (asc_dvc->chip_type == ADV_CHIP_ASC38C1600) { AdvResetChipAndSB() 6059 } else if (asc_dvc->chip_type == ADV_CHIP_ASC38C0800) { AdvResetChipAndSB() 6082 if (asc_dvc->chip_type == ADV_CHIP_ASC38C1600) { AdvResetChipAndSB() 6338 if (asc_dvc->chip_type == ADV_CHIP_ASC3550 || AdvISR() 6339 asc_dvc->chip_type == ADV_CHIP_ASC38C0800) { AdvISR() 6344 if (asc_dvc->chip_type == ADV_CHIP_ASC3550) { AdvISR() 7810 if (adv_dvc->chip_type == ADV_CHIP_ASC38C1600 && sdev->ppr) advansys_wide_slave_configure() 8869 if (asc_dvc->chip_type == ADV_CHIP_ASC3550 || AdvExeScsiQueue() 8870 asc_dvc->chip_type == ADV_CHIP_ASC38C0800) { AdvExeScsiQueue() 8875 if (asc_dvc->chip_type == ADV_CHIP_ASC3550) { AdvExeScsiQueue() 8884 } else if (asc_dvc->chip_type == ADV_CHIP_ASC38C1600) { AdvExeScsiQueue() 11188 * The caller must set 'chip_type' to a valid setting. AdvInitGetConfig() 11190 if (asc_dvc->chip_type != ADV_CHIP_ASC3550 && AdvInitGetConfig() 11191 asc_dvc->chip_type != ADV_CHIP_ASC38C0800 && AdvInitGetConfig() 11192 asc_dvc->chip_type != ADV_CHIP_ASC38C1600) { AdvInitGetConfig() 11206 if (asc_dvc->chip_type == ADV_CHIP_ASC38C1600) { AdvInitGetConfig() 11208 } else if (asc_dvc->chip_type == ADV_CHIP_ASC38C0800) { AdvInitGetConfig() 11327 if (adv_dvc->chip_type == ADV_CHIP_ASC3550) { advansys_wide_init_chip() 11330 } else if (adv_dvc->chip_type == ADV_CHIP_ASC38C0800) { advansys_wide_init_chip() 11392 adv_dvc_varp->chip_type = ADV_CHIP_ASC3550; advansys_board_found() 11395 adv_dvc_varp->chip_type = ADV_CHIP_ASC38C0800; advansys_board_found() 11398 adv_dvc_varp->chip_type = ADV_CHIP_ASC38C1600; advansys_board_found() 11537 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550) { advansys_board_found() 11559 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800) { advansys_board_found()
|
H A D | fdomain.c | 340 enum chip_type { enum 399 static enum chip_type chip = unknown;
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | si2165.c | 48 u8 chip_type; member in struct:si2165_state 1001 io_ret = si2165_readreg8(state, 0x0118, &state->chip_type); si2165_attach() 1015 switch (state->chip_type) { si2165_attach() 1027 KBUILD_MODNAME, state->chip_type, state->chip_revcode); si2165_attach() 1033 KBUILD_MODNAME, chip_name, rev_char, state->chip_type, si2165_attach()
|
/linux-4.1.27/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt8135.c | 317 .chip_type = MTK_CHIP_TYPE_BASE,
|
H A D | pinctrl-mtk-common.h | 205 unsigned char chip_type; member in struct:mtk_pinctrl_devdata
|
/linux-4.1.27/drivers/block/paride/ |
H A D | frpw.c | 193 /* returns chip_type: 0 = Xilinx, 1 = ASIC */ frpw_test_pnp()
|
/linux-4.1.27/include/linux/ |
H A D | via-core.h | 83 int chip_type; member in struct:viafb_dev
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
H A D | dmfe.c | 254 u8 chip_type; /* Keep DM9102A chip type */ member in struct:dmfe_board_info 487 db->chip_type = 1; /* DM9102A E3 */ dmfe_init_one() 489 db->chip_type = 0; dmfe_init_one() 1154 if (db->chip_type && (db->chip_id==PCI_DM9102_ID)) { dmfe_timer() 1730 if ( db->chip_type && (db->chip_id == PCI_DM9102_ID) ) dmfe_set_phyxcer() 1732 if ( !db->chip_type ) dmfe_set_phyxcer() 1777 if ( db->chip_type && (db->chip_id == PCI_DM9102_ID) ) dmfe_process_mode()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 277 enum chip_type { enum 319 enum chip_type chip; /* chip code */ 677 enum chip_type chip; 846 static inline int is_t5(enum chip_type chip) is_t5() 851 static inline int is_t4(enum chip_type chip) is_t4()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/ |
H A D | halbtcoutsrc.c | 940 void exhalbtc_set_chip_type(u8 chip_type) exhalbtc_set_chip_type() argument 942 switch (chip_type) { exhalbtc_set_chip_type()
|
H A D | halbtcoutsrc.h | 537 void exhalbtc_set_chip_type(u8 chip_type);
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | cyttsp4_core.h | 272 size_t chip_type; member in struct:cyttsp4_sysinfo_ofs
|
/linux-4.1.27/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 1138 enum chip_type { enum 1143 enum chip_type chip_id; 1444 enum chip_type chip_id;
|
H A D | via-velocity.c | 408 static const char *get_chip_name(enum chip_type chip_id) get_chip_name()
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptctl.h | 285 int chip_type; member in struct:mpt_ioctl_test
|
H A D | mptctl.c | 1537 karg.chip_type = ioc->mfcnt; mptctl_readtest() 1539 karg.chip_type = ioc->pcidev->device; mptctl_readtest()
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
H A D | usb_ops_linux.c | 691 padapter->chip_type = RTL8723A; rtl8723au_set_hw_type()
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
H A D | usb_intf.c | 382 padapter->chip_type = RTL8188E; rtw_usb_if1_init()
|
/linux-4.1.27/drivers/ata/ |
H A D | sata_mv.c | 475 enum chip_type { enum
|