/drivers/pci/ |
D | of.c | 273 struct resource *res, tmp_res; in devm_of_pci_get_host_bridge_resources() local 327 err = of_pci_range_to_resource(&range, dev_node, &tmp_res); in devm_of_pci_get_host_bridge_resources() 331 res = devm_kmemdup(dev, &tmp_res, sizeof(tmp_res), GFP_KERNEL); in devm_of_pci_get_host_bridge_resources() 376 err = of_pci_range_to_resource(&range, dev_node, &tmp_res); in devm_of_pci_get_host_bridge_resources() 380 res = devm_kmemdup(dev, &tmp_res, sizeof(tmp_res), GFP_KERNEL); in devm_of_pci_get_host_bridge_resources()
|
D | setup-bus.c | 373 struct pci_dev_resource *dev_res, *tmp_res, *dev_res2; in __assign_resources_sorted() local 390 list_for_each_entry_safe(dev_res, tmp_res, head, list) { in __assign_resources_sorted() 447 list_for_each_entry_safe(dev_res, tmp_res, head, list) in __assign_resources_sorted()
|
/drivers/i2c/busses/ |
D | i2c-mlxbf.c | 1047 struct mlxbf_i2c_resource *tmp_res; in mlxbf_i2c_init_resource() local 1053 tmp_res = devm_kzalloc(dev, sizeof(struct mlxbf_i2c_resource), in mlxbf_i2c_init_resource() 1055 if (!tmp_res) in mlxbf_i2c_init_resource() 1058 tmp_res->params = platform_get_resource(pdev, IORESOURCE_MEM, type); in mlxbf_i2c_init_resource() 1059 if (!tmp_res->params) { in mlxbf_i2c_init_resource() 1060 devm_kfree(dev, tmp_res); in mlxbf_i2c_init_resource() 1064 tmp_res->io = devm_ioremap_resource(dev, tmp_res->params); in mlxbf_i2c_init_resource() 1065 if (IS_ERR(tmp_res->io)) { in mlxbf_i2c_init_resource() 1066 devm_kfree(dev, tmp_res); in mlxbf_i2c_init_resource() 1067 return PTR_ERR(tmp_res->io); in mlxbf_i2c_init_resource() [all …]
|
/drivers/scsi/aic94xx/ |
D | aic94xx_tmf.c | 164 int res, tmp_res, i; in asd_I_T_nexus_reset() local 183 tmp_res = asd_clear_nexus_I_T(dev, NEXUS_PHASE_RESUME); in asd_I_T_nexus_reset() 184 if (tmp_res == TC_RESUME) in asd_I_T_nexus_reset() 193 "Failed to resume nexus after reset 0x%x\n", tmp_res); in asd_I_T_nexus_reset()
|
/drivers/staging/media/atomisp/i2c/ |
D | atomisp-gc2235.c | 710 struct gc2235_resolution *tmp_res = NULL; in nearest_resolution_index() local 713 tmp_res = &gc2235_res[i]; in nearest_resolution_index() 714 dist = distance(tmp_res, w, h); in nearest_resolution_index()
|
D | atomisp-ov2722.c | 823 struct ov2722_resolution *tmp_res = NULL; in nearest_resolution_index() local 826 tmp_res = &ov2722_res[i]; in nearest_resolution_index() 827 dist = distance(tmp_res, w, h); in nearest_resolution_index()
|
D | atomisp-gc0310.c | 923 struct gc0310_resolution *tmp_res = NULL; in nearest_resolution_index() local 926 tmp_res = &gc0310_res[i]; in nearest_resolution_index() 927 dist = distance(tmp_res, w, h); in nearest_resolution_index()
|
D | atomisp-ov2680.c | 881 struct ov2680_resolution *tmp_res = NULL; in nearest_resolution_index() local 884 tmp_res = &ov2680_res[i]; in nearest_resolution_index() 885 dist = distance(tmp_res, w, h); in nearest_resolution_index()
|
D | atomisp-mt9m114.c | 622 const struct mt9m114_res_struct *tmp_res = NULL; in nearest_resolution_index() local 625 tmp_res = &mt9m114_res[i]; in nearest_resolution_index() 626 dist = distance(tmp_res, w, h); in nearest_resolution_index()
|
/drivers/net/bonding/ |
D | bond_main.c | 4171 int tmp_res; in bond_change_mtu() local 4176 tmp_res = dev_set_mtu(rollback_slave->dev, bond_dev->mtu); in bond_change_mtu() 4177 if (tmp_res) in bond_change_mtu() 4179 tmp_res); in bond_change_mtu() 4242 int tmp_res; in bond_set_mac_address() local 4247 tmp_res = dev_set_mac_address(rollback_slave->dev, in bond_set_mac_address() 4249 if (tmp_res) { in bond_set_mac_address() 4251 __func__, tmp_res); in bond_set_mac_address()
|
/drivers/staging/media/atomisp/i2c/ov5693/ |
D | atomisp-ov5693.c | 1514 struct ov5693_resolution *tmp_res = NULL; in nearest_resolution_index() local 1517 tmp_res = &ov5693_res[i]; in nearest_resolution_index() 1518 dist = distance(tmp_res, w, h); in nearest_resolution_index()
|