Searched refs:device_ids (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/scsi/megaraid/ |
| H A D | mega_common.h | 166 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 D | asus-wireless.c | 46 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 D | system76_acpi.c | 49 static const struct acpi_device_id device_ids[] = { variable 53 MODULE_DEVICE_TABLE(acpi, device_ids); 825 .acpi_match_table = device_ids,
|
| H A D | lg-laptop.c | 1077 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 D | ni_atmio.c | 218 static const struct pnp_device_id __maybe_unused device_ids[] = { variable 227 MODULE_DEVICE_TABLE(pnp, device_ids);
|
| /linux/drivers/net/phy/ |
| H A D | phy_device.c | 526 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 D | marvell-88q2xxx.c | 897 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 D | as21xxx.c | 888 if (!phy_id_compare_vendor(phydev->c45_ids.device_ids[MDIO_MMD_PCS], in as21xxx_match_phy_device()
|
| /linux/include/linux/ |
| H A D | phy.h | 528 u32 device_ids[MDIO_MMD_NUM]; member
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_mfw_hsi.h | 2087 u32 device_ids; member
|
| /linux/drivers/net/phy/realtek/ |
| H A D | realtek_main.c | 2814 return is_c45 && (id == phydev->c45_ids.device_ids[1]); in rtlgen_is_c45_match()
|