/Linux-v4.19/drivers/media/usb/gspca/ |
D | spca561.c | 45 __u8 chip_revision; member 431 sd->chip_revision = id->driver_info; in sd_config() 432 if (sd->chip_revision == Rev012A) { in sd_config() 468 if (sd->chip_revision == Rev012A) in setbrightness() 488 if (sd->chip_revision == Rev012A) { in setwhite() 642 if (sd->chip_revision == Rev012A) { in sd_stopN() 670 switch (sd->chip_revision) { in do_autogain() 742 if (sd->chip_revision == Rev012A) { in sd_pkt_scan()
|
D | zc3xx.c | 56 u16 chip_revision; member 6214 sd->chip_revision = retword; in vga_3wr_probe() 6571 sd->chip_revision); in sd_init() 6599 sd->chip_revision); in sd_init() 6607 sd->chip_revision); in sd_init()
|
/Linux-v4.19/drivers/net/ethernet/cirrus/ |
D | mac89x0.c | 107 char chip_revision; /* revision letter of the chip ('A'...) */ member 223 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in mac89x0_device_probe() 228 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F') in mac89x0_device_probe() 230 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C') in mac89x0_device_probe() 238 lp->chip_revision, dev->base_addr); in mac89x0_device_probe()
|
D | cs89x0.c | 138 char chip_revision; /* revision letter of the chip ('A'...) */ member 1353 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in cs89x0_probe1() 1360 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F') in cs89x0_probe1() 1362 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C') in cs89x0_probe1() 1371 lp->chip_revision, in cs89x0_probe1()
|
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | pcie_bus.c | 43 u8 chip_revision = (wil_r(wil, RGF_USER_REVISION_ID) & in wil_set_capabilities() local 53 wil->chip_revision = chip_revision; in wil_set_capabilities() 59 switch (chip_revision) { in wil_set_capabilities() 118 jtag_id, chip_revision); in wil_set_capabilities()
|
D | wil6210.h | 897 u8 chip_revision; member
|
D | debugfs.c | 2520 WIL_FIELD(chip_revision, 0444, doff_u8),
|
/Linux-v4.19/drivers/media/i2c/ |
D | ad9389b.c | 72 int chip_revision; member 369 v4l2_info(sd, "chip revision %d\n", state->chip_revision); in ad9389b_log_status() 1142 state->chip_revision = ad9389b_rd(sd, 0x0); in ad9389b_probe() 1143 if (state->chip_revision != 2) { in ad9389b_probe() 1144 v4l2_err(sd, "chip_revision %d != 2\n", state->chip_revision); in ad9389b_probe() 1149 ad9389b_rd(sd, 0x41), state->chip_revision); in ad9389b_probe() 1182 state->chip_revision = -1; in ad9389b_remove()
|
D | tda1997x.c | 234 int chip_revision; member 786 if (state->chip_revision == 0) in tda1997x_configure_vhref() 1460 if (state->chip_revision == 0) in tda1997x_irq_rate() 1951 state->chip_revision + 1); in tda1997x_log_status() 2076 if (state->chip_revision == 0) { in tda1997x_core_init() 2141 if (state->chip_revision == 0) in tda1997x_core_init() 2145 if (state->chip_revision == 0) in tda1997x_core_init() 2156 if (state->chip_revision == 0) in tda1997x_core_init() 2428 state->chip_revision = io_read(sd, REG_CMTP_REG11); in tda1997x_identify_module() 2669 if (state->chip_revision != 0) { in tda1997x_probe() [all …]
|
D | adv7511.c | 82 int chip_revision; member 1860 state->chip_revision = adv7511_rd(sd, 0x0); in adv7511_probe() 1956 state->chip_revision = -1; in adv7511_remove()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/ |
D | common.h | 200 unsigned short chip_revision; member 306 adapter->params.chip_revision == revision; in adapter_matches_type()
|
D | subr.c | 906 p->chip_revision = TERM_T1B; in t1_get_board_rev() 908 p->chip_revision = TERM_T2; in t1_get_board_rev()
|
D | cxgb2.c | 1160 adapter->name, bi->desc, adapter->params.chip_revision, in init_one()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | pci_impl.h | 89 int chip_revision; member
|
D | psycho_common.c | 460 pbm->chip_revision = of_getintprop_default(dp, "module-revision#", 0); in psycho_pbm_init_common() 470 pbm->chip_version, pbm->chip_revision); in psycho_pbm_init_common()
|
D | pci_schizo.c | 1362 pbm->chip_revision = of_getintprop_default(dp, "module-version#", 0); in schizo_pbm_init() 1374 pbm->chip_version, pbm->chip_revision); in schizo_pbm_init()
|
/Linux-v4.19/drivers/net/ethernet/dec/tulip/ |
D | dmfe.c | 210 u8 chip_revision; /* Chip revision */ member 469 db->chip_revision = pdev->revision; in dmfe_init_one() 482 if ( (pci_pmr == 0x10000) && (db->chip_revision == 0x31) ) in dmfe_init_one() 582 (db->chip_revision >= 0x30) ) { in dmfe_open() 1206 (db->chip_revision == 0x30)) || in dmfe_timer() 1208 (db->chip_revision == 0x10)) ) { in dmfe_timer()
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_nx.c | 1747 ha->chip_revision = ha->pdev->revision; in qla82xx_pci_config() 1750 ha->chip_revision, ret); in qla82xx_pci_config() 1845 uint8_t chiprev = ha->chip_revision; in qla82xx_set_product_offset()
|
D | qla_mr.c | 515 ha->chip_revision = ha->pdev->revision; in qlafx00_pci_config()
|
D | qla_def.h | 4029 uint16_t chip_revision; member
|
D | qla_isr.c | 3575 ha->chip_revision, ha->fw_attributes); in qla2x00_request_irqs()
|
D | qla_init.c | 2401 ha->chip_revision = ha->pdev->revision; in qla24xx_pci_config() 2437 ha->chip_revision = ha->pdev->revision; in qla25xx_pci_config()
|
/Linux-v4.19/drivers/input/mouse/ |
D | cyapa_gen5.c | 236 u8 chip_revision; member
|