Symbol: device_ids
drivers/comedi/drivers/ni_atmio.c
218
static const struct pnp_device_id __maybe_unused device_ids[] = {
drivers/comedi/drivers/ni_atmio.c
227
MODULE_DEVICE_TABLE(pnp, device_ids);
drivers/gpu/drm/bridge/ite-it66121.c
1509
u32 revision_id, vendor_ids[2] = { 0 }, device_ids[2] = { 0 };
drivers/gpu/drm/bridge/ite-it66121.c
1570
regmap_read(ctx->regmap, IT66121_DEVICE_ID0_REG, &device_ids[0]);
drivers/gpu/drm/bridge/ite-it66121.c
1571
regmap_read(ctx->regmap, IT66121_DEVICE_ID1_REG, &device_ids[1]);
drivers/gpu/drm/bridge/ite-it66121.c
1574
revision_id = FIELD_GET(IT66121_REVISION_MASK, device_ids[1]);
drivers/gpu/drm/bridge/ite-it66121.c
1575
device_ids[1] &= IT66121_DEVICE_ID1_MASK;
drivers/gpu/drm/bridge/ite-it66121.c
1580
(device_ids[1] << 8 | device_ids[0]) == chip_info->pid) {
drivers/irqchip/irq-gic-v3-its.c
2537
device_ids(its), ids);
drivers/irqchip/irq-gic-v3-its.c
2699
device_ids(its));
drivers/irqchip/irq-gic-v3-its.c
3419
return (ilog2(dev_id) < device_ids(its));
drivers/irqchip/irq-gic-v3-its.c
4843
if (device_ids(its) > ids) {
drivers/irqchip/irq-gic-v3-its.c
5180
devid = GENMASK(device_ids(its) - 1, 0);
drivers/isdn/mISDN/core.c
204
if (!test_and_set_bit(i, (u_long *)&device_ids))
drivers/isdn/mISDN/core.c
21
static u64 device_ids;
drivers/isdn/mISDN/core.c
263
test_and_clear_bit(dev->id, (u_long *)&device_ids);
drivers/net/ethernet/qlogic/qed/qed_mfw_hsi.h
2087
u32 device_ids;
drivers/net/phy/as21xxx.c
888
if (!phy_id_compare_vendor(phydev->c45_ids.device_ids[MDIO_MMD_PCS],
drivers/net/phy/bcm87xx.c
191
return phydev->c45_ids.device_ids[4] == phydrv->phy_id;
drivers/net/phy/marvell-88q2xxx.c
897
bool is_rev_b1 = phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB1;
drivers/net/phy/marvell-88q2xxx.c
921
if (phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB0)
drivers/net/phy/marvell10g.c
1270
if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] &
drivers/net/phy/marvell10g.c
1280
if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] &
drivers/net/phy/marvell10g.c
1291
if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] &
drivers/net/phy/marvell10g.c
585
return (phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] &
drivers/net/phy/nxp-c45-tja11xx.c
1985
u32 id = phydev->is_c45 ? phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] :
drivers/net/phy/phy_device.c
1079
memset(c45_ids.device_ids, 0xff, sizeof(c45_ids.device_ids));
drivers/net/phy/phy_device.c
526
const int num_ids = ARRAY_SIZE(phydev->c45_ids.device_ids);
drivers/net/phy/phy_device.c
530
if (phydev->c45_ids.device_ids[i] == 0xffffffff)
drivers/net/phy/phy_device.c
533
if (phy_id_compare(phydev->c45_ids.device_ids[i],
drivers/net/phy/phy_device.c
622
(unsigned long)phydev->c45_ids.device_ids[n]); \
drivers/net/phy/phy_device.c
702
if (i >= ARRAY_SIZE(phydev->c45_ids.device_ids) ||
drivers/net/phy/phy_device.c
703
phydev->c45_ids.device_ids[i] == 0xffffffff)
drivers/net/phy/phy_device.c
817
const int num_ids = ARRAY_SIZE(c45_ids->device_ids);
drivers/net/phy/phy_device.c
821
if (c45_ids->device_ids[i] == 0xffffffff)
drivers/net/phy/phy_device.c
825
c45_ids->device_ids[i]);
drivers/net/phy/phy_device.c
909
const int num_ids = ARRAY_SIZE(c45_ids->device_ids);
drivers/net/phy/phy_device.c
976
c45_ids->device_ids[i] = phy_reg << 16;
drivers/net/phy/phy_device.c
981
c45_ids->device_ids[i] |= phy_reg;
drivers/net/phy/realtek/realtek_main.c
1870
return is_c45 && (id == phydev->c45_ids.device_ids[1]);
drivers/net/phy/teranetics.c
73
return phydev->c45_ids.device_ids[3] == PHY_ID_TN2020;
drivers/platform/x86/asus-wireless.c
151
id = acpi_match_acpi_device(device_ids, adev);
drivers/platform/x86/asus-wireless.c
187
.ids = device_ids,
drivers/platform/x86/asus-wireless.c
45
static const struct acpi_device_id device_ids[] = {
drivers/platform/x86/asus-wireless.c
50
MODULE_DEVICE_TABLE(acpi, device_ids);
drivers/platform/x86/lg-laptop.c
896
static const struct acpi_device_id device_ids[] = {
drivers/platform/x86/lg-laptop.c
900
MODULE_DEVICE_TABLE(acpi, device_ids);
drivers/platform/x86/lg-laptop.c
905
.ids = device_ids,
drivers/platform/x86/system76_acpi.c
48
static const struct acpi_device_id device_ids[] = {
drivers/platform/x86/system76_acpi.c
52
MODULE_DEVICE_TABLE(acpi, device_ids);
drivers/platform/x86/system76_acpi.c
812
.ids = device_ids,
drivers/scsi/megaraid/mega_common.h
166
int device_ids[LSI_MAX_CHANNELS]
drivers/scsi/megaraid/mega_common.h
239
(adp)->device_ids[(adp)->max_channel][SCP2TARGET(scp)]; \
drivers/scsi/megaraid/mega_common.h
242
p_chan = ((adp)->device_ids[SCP2CHANNEL(scp)] \
drivers/scsi/megaraid/mega_common.h
244
target = ((adp)->device_ids[SCP2CHANNEL(scp)] \
drivers/scsi/megaraid/megaraid_mbox.c
3362
adapter->device_ids[adapter->max_channel][t] =
drivers/scsi/megaraid/megaraid_mbox.c
3365
adapter->device_ids[adapter->max_channel][adapter->init_id] = 0xFF;
drivers/scsi/megaraid/megaraid_mbox.c
3372
adapter->device_ids[c][t] = (c << 8) | t;
drivers/scsi/megaraid/megaraid_mbox.c
815
adapter->device_ids[adapter->max_channel][i] += 0x80;
drivers/scsi/megaraid/megaraid_mbox.c
817
adapter->device_ids[adapter->max_channel][adapter->init_id] =
include/linux/phy.h
528
u32 device_ids[MDIO_MMD_NUM];