Home
last modified time | relevance | path

Searched refs:device_ids (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/scsi/megaraid/
H A Dmega_common.h166 int device_ids[LSI_MAX_CHANNELS] member
239 (adp)->device_ids[(adp)->max_channel][SCP2TARGET(scp)]; \
242 p_chan = ((adp)->device_ids[SCP2CHANNEL(scp)] \
244 target = ((adp)->device_ids[SCP2CHANNEL(scp)] \
/linux/drivers/platform/x86/
H A Dasus-wireless.c46 static const struct acpi_device_id device_ids[] = { variable
51 MODULE_DEVICE_TABLE(acpi, device_ids);
135 id = acpi_match_acpi_device(device_ids, adev); in asus_wireless_probe()
205 .acpi_match_table = device_ids,
H A Dsystem76_acpi.c49 static const struct acpi_device_id device_ids[] = { variable
53 MODULE_DEVICE_TABLE(acpi, device_ids);
825 .acpi_match_table = device_ids,
H A Dlg-laptop.c1077 static const struct acpi_device_id device_ids[] = { variable
1081 MODULE_DEVICE_TABLE(acpi, device_ids);
1088 .acpi_match_table = device_ids,
/linux/drivers/comedi/drivers/
H A Dni_atmio.c218 static const struct pnp_device_id __maybe_unused device_ids[] = { variable
227 MODULE_DEVICE_TABLE(pnp, device_ids);
/linux/drivers/net/phy/
H A Dphy_device.c526 const int num_ids = ARRAY_SIZE(phydev->c45_ids.device_ids); in genphy_match_phy_device()
530 if (phydev->c45_ids.device_ids[i] == 0xffffffff) in genphy_match_phy_device()
533 if (phy_id_compare(phydev->c45_ids.device_ids[i], in genphy_match_phy_device()
622 (unsigned long)phydev->c45_ids.device_ids[n]); \
702 if (i >= ARRAY_SIZE(phydev->c45_ids.device_ids) || in phy_mmd_is_visible()
703 phydev->c45_ids.device_ids[i] == 0xffffffff) in phy_mmd_is_visible()
817 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); in phy_device_create()
821 if (c45_ids->device_ids[i] == 0xffffffff) in phy_device_create()
825 c45_ids->device_ids[i]); in phy_device_create()
909 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); in get_phy_c45_ids()
[all …]
H A Dmarvell-88q2xxx.c897 bool is_rev_b1 = phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB1; in mv88q222x_revb1_revb2_config_init()
921 if (phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB0) in mv88q222x_config_init()
H A Das21xxx.c888 if (!phy_id_compare_vendor(phydev->c45_ids.device_ids[MDIO_MMD_PCS], in as21xxx_match_phy_device()
/linux/include/linux/
H A Dphy.h528 u32 device_ids[MDIO_MMD_NUM]; member
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h2087 u32 device_ids; member
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c2814 return is_c45 && (id == phydev->c45_ids.device_ids[1]); in rtlgen_is_c45_match()