Searched refs:disc_res (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/platform/x86/intel/pmt/ |
| H A D | discovery.c | 334 struct resource *disc_res, in pmt_feature_get_disc_table() argument 339 disc_base = devm_ioremap_resource(priv->dev, disc_res); in pmt_feature_get_disc_table() 374 struct resource *disc_res) in pmt_feature_get_feature_table() argument 400 res = DEFINE_RES_MEM(disc_res->end + disc_tbl->offset + 1, in pmt_feature_get_feature_table() 471 struct resource *disc_res = &ivdev->resource[idx]; in pmt_features_discovery() local 475 ret = pmt_feature_get_disc_table(priv, disc_res, &disc_tbl); in pmt_features_discovery() 479 ret = pmt_feature_get_feature_table(priv, feature, &disc_tbl, disc_res); in pmt_features_discovery()
|
| /linux/drivers/platform/x86/intel/ |
| H A D | sdsi.c | 603 struct disc_table *disc_table, struct resource *disc_res) in sdsi_map_mbox_registers() argument 624 res.start = disc_res->end + offset + 1; in sdsi_map_mbox_registers() 655 struct resource *disc_res; in sdsi_probe() local 669 disc_res = &intel_cap_dev->resource[0]; in sdsi_probe() 670 disc_addr = devm_ioremap_resource(&auxdev->dev, disc_res); in sdsi_probe() 684 ret = sdsi_map_mbox_registers(priv, intel_cap_dev->pcidev, &disc_table, disc_res); in sdsi_probe()
|