/linux/drivers/pci/ |
A D | of.c | 281 struct resource *res, tmp_res; in devm_of_pci_get_host_bridge_resources() local 335 err = of_pci_range_to_resource(&range, dev_node, &tmp_res); in devm_of_pci_get_host_bridge_resources() 339 res = devm_kmemdup(dev, &tmp_res, sizeof(tmp_res), GFP_KERNEL); in devm_of_pci_get_host_bridge_resources() 386 err = of_pci_range_to_resource(&range, dev_node, &tmp_res); in devm_of_pci_get_host_bridge_resources() 390 res = devm_kmemdup(dev, &tmp_res, sizeof(tmp_res), GFP_KERNEL); in devm_of_pci_get_host_bridge_resources()
|
A 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()
|
/linux/drivers/i2c/busses/ |
A D | i2c-mlxbf.c | 1011 struct mlxbf_i2c_resource *tmp_res; in mlxbf_i2c_init_resource() local 1017 tmp_res = devm_kzalloc(dev, sizeof(struct mlxbf_i2c_resource), in mlxbf_i2c_init_resource() 1019 if (!tmp_res) in mlxbf_i2c_init_resource() 1023 if (!tmp_res->params) { in mlxbf_i2c_init_resource() 1024 devm_kfree(dev, tmp_res); in mlxbf_i2c_init_resource() 1028 tmp_res->io = devm_ioremap_resource(dev, tmp_res->params); in mlxbf_i2c_init_resource() 1029 if (IS_ERR(tmp_res->io)) { in mlxbf_i2c_init_resource() 1030 devm_kfree(dev, tmp_res); in mlxbf_i2c_init_resource() 1031 return PTR_ERR(tmp_res->io); in mlxbf_i2c_init_resource() 1034 tmp_res->type = type; in mlxbf_i2c_init_resource() [all …]
|
/linux/drivers/scsi/aic94xx/ |
A 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()
|
/linux/drivers/staging/media/atomisp/i2c/ |
A D | atomisp-gc2235.c | 711 struct gc2235_resolution *tmp_res = NULL; in nearest_resolution_index() local 714 tmp_res = &gc2235_res[i]; in nearest_resolution_index() 715 dist = distance(tmp_res, w, h); in nearest_resolution_index()
|
A 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()
|
A D | atomisp-gc0310.c | 919 struct gc0310_resolution *tmp_res = NULL; in nearest_resolution_index() local 922 tmp_res = &gc0310_res[i]; in nearest_resolution_index() 923 dist = distance(tmp_res, w, h); in nearest_resolution_index()
|
A D | atomisp-ov2680.c | 884 struct ov2680_resolution *tmp_res = NULL; in nearest_resolution_index() local 887 tmp_res = &ov2680_res[i]; in nearest_resolution_index() 888 dist = distance(tmp_res, w, h); in nearest_resolution_index()
|
A D | atomisp-mt9m114.c | 623 const struct mt9m114_res_struct *tmp_res = NULL; in nearest_resolution_index() local 626 tmp_res = &mt9m114_res[i]; in nearest_resolution_index() 627 dist = distance(tmp_res, w, h); in nearest_resolution_index()
|
/linux/drivers/staging/media/atomisp/i2c/ov5693/ |
A 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()
|
/linux/drivers/net/bonding/ |
A D | bond_main.c | 4355 int tmp_res; in bond_change_mtu() local 4360 tmp_res = dev_set_mtu(rollback_slave->dev, bond_dev->mtu); in bond_change_mtu() 4361 if (tmp_res) in bond_change_mtu() 4363 tmp_res); in bond_change_mtu() 4426 int tmp_res; in bond_set_mac_address() local 4431 tmp_res = dev_set_mac_address(rollback_slave->dev, in bond_set_mac_address() 4433 if (tmp_res) { in bond_set_mac_address() 4435 __func__, tmp_res); in bond_set_mac_address()
|