| /Linux-v5.4/drivers/media/usb/gspca/ |
| D | spca561.c | 36 __u8 chip_revision; member 422 sd->chip_revision = id->driver_info; in sd_config() 423 if (sd->chip_revision == Rev012A) { in sd_config() 459 if (sd->chip_revision == Rev012A) in setbrightness() 479 if (sd->chip_revision == Rev012A) { in setwhite() 633 if (sd->chip_revision == Rev012A) { in sd_stopN() 661 switch (sd->chip_revision) { in do_autogain() 733 if (sd->chip_revision == Rev012A) { in sd_pkt_scan()
|
| D | zc3xx.c | 47 u16 chip_revision; member 6205 sd->chip_revision = retword; in vga_3wr_probe() 6562 sd->chip_revision); in sd_init() 6590 sd->chip_revision); in sd_init() 6598 sd->chip_revision); in sd_init()
|
| /Linux-v5.4/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-v5.4/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() 119 jtag_id, chip_revision); in wil_set_capabilities()
|
| D | wil6210.h | 940 u8 chip_revision; member
|
| D | debugfs.c | 2448 WIL_FIELD(chip_revision, 0444, doff_u8),
|
| /Linux-v5.4/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() 1955 state->chip_revision + 1); in tda1997x_log_status() 2080 if (state->chip_revision == 0) { in tda1997x_core_init() 2145 if (state->chip_revision == 0) in tda1997x_core_init() 2149 if (state->chip_revision == 0) in tda1997x_core_init() 2160 if (state->chip_revision == 0) in tda1997x_core_init() 2432 state->chip_revision = io_read(sd, REG_CMTP_REG11); in tda1997x_identify_module() 2673 if (state->chip_revision != 0) { in tda1997x_probe() [all …]
|
| D | adv7511-v4l2.c | 87 int chip_revision; member 1865 state->chip_revision = adv7511_rd(sd, 0x0); in adv7511_probe() 1960 state->chip_revision = -1; in adv7511_remove()
|
| /Linux-v5.4/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-v5.4/arch/sparc/kernel/ |
| D | pci_impl.h | 89 int chip_revision; member
|
| D | psycho_common.c | 461 pbm->chip_revision = of_getintprop_default(dp, "module-revision#", 0); in psycho_pbm_init_common() 471 pbm->chip_version, pbm->chip_revision); in psycho_pbm_init_common()
|
| D | pci_schizo.c | 1363 pbm->chip_revision = of_getintprop_default(dp, "module-version#", 0); in schizo_pbm_init() 1375 pbm->chip_version, pbm->chip_revision); in schizo_pbm_init()
|
| /Linux-v5.4/drivers/net/ethernet/dec/tulip/ |
| D | dmfe.c | 202 u8 chip_revision; /* Chip revision */ member 461 db->chip_revision = pdev->revision; in dmfe_init_one() 474 if ( (pci_pmr == 0x10000) && (db->chip_revision == 0x31) ) in dmfe_init_one() 574 (db->chip_revision >= 0x30) ) { in dmfe_open() 1198 (db->chip_revision == 0x30)) || in dmfe_timer() 1200 (db->chip_revision == 0x10)) ) { in dmfe_timer()
|
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_nx.c | 1754 ha->chip_revision = ha->pdev->revision; in qla82xx_pci_config() 1757 ha->chip_revision, ret); in qla82xx_pci_config() 1853 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 | 4110 uint16_t chip_revision; member
|
| D | qla_isr.c | 3620 ha->chip_revision, ha->fw_attributes); in qla2x00_request_irqs()
|
| D | qla_init.c | 2424 ha->chip_revision = ha->pdev->revision; in qla24xx_pci_config() 2460 ha->chip_revision = ha->pdev->revision; in qla25xx_pci_config()
|
| /Linux-v5.4/drivers/input/mouse/ |
| D | cyapa_gen5.c | 236 u8 chip_revision; member
|