| /drivers/gpu/drm/i915/display/ |
| A D | intel_display_power_map.c | 54 .instances = &I915_PW_INSTANCES( 77 .instances = &I915_PW_INSTANCES( 109 .instances = &I915_PW_INSTANCES( 143 .instances = &I915_PW_INSTANCES( 202 .instances = &I915_PW_INSTANCES( 209 .instances = &I915_PW_INSTANCES( 221 .instances = &I915_PW_INSTANCES( 284 .instances = &I915_PW_INSTANCES( 289 .instances = &I915_PW_INSTANCES( 359 .instances = &I915_PW_INSTANCES( [all …]
|
| /drivers/platform/x86/ |
| A D | serial-multi-instantiate.c | 40 struct smi_instance instances[]; member 266 return smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 284 ret = smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 306 .instances = { 316 .instances = { 327 .instances = { 338 .instances = { 349 .instances = { 362 .instances = { 375 .instances = { [all …]
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | adf_gen2_config.c | 19 int instances; in adf_gen2_crypto_dev_config() local 24 instances = min(cpus, banks); in adf_gen2_crypto_dev_config() 26 instances = 0; in adf_gen2_crypto_dev_config() 28 for (i = 0; i < instances; i++) { in adf_gen2_crypto_dev_config() 118 int instances; in adf_gen2_comp_dev_config() local 123 instances = min(cpus, banks); in adf_gen2_comp_dev_config() 125 instances = 0; in adf_gen2_comp_dev_config() 127 for (i = 0; i < instances; i++) { in adf_gen2_comp_dev_config()
|
| A D | adf_gen4_config.c | 20 int instances; in adf_crypto_dev_config() local 25 instances = min(cpus, banks / 2); in adf_crypto_dev_config() 27 instances = 0; in adf_crypto_dev_config() 29 for (i = 0; i < instances; i++) { in adf_crypto_dev_config() 126 int instances; in adf_comp_dev_config() local 131 instances = min(cpus, banks); in adf_comp_dev_config() 133 instances = 0; in adf_comp_dev_config() 135 for (i = 0; i < instances; i++) { in adf_comp_dev_config()
|
| /drivers/gpu/drm/msm/disp/mdp5/ |
| A D | mdp5_cfg.c | 65 .instances = { 154 .instances = { 229 .instances = { 324 .instances = { 416 .instances = { 488 .instances = { 576 .instances = { 682 .instances = { 802 .instances = { 888 .instances = { [all …]
|
| A D | mdp5_cfg.h | 43 struct mdp5_lm_instance instances[MAX_BASES]; member 79 struct mdp5_wb_instance instances[MAX_BASES]; member
|
| /drivers/phy/samsung/ |
| A D | phy-exynos4x12-usb2.c | 281 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on() 291 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on() 292 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_on() 322 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off() 326 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off() 327 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_off()
|
| A D | phy-samsung-usb2.c | 101 return drv->instances[args->args[0]].phy; in samsung_usb2_phy_xlate() 160 drv = devm_kzalloc(dev, struct_size(drv, instances, cfg->num_phys), in samsung_usb2_phy_probe() 222 struct samsung_usb2_phy_instance *p = &drv->instances[i]; in samsung_usb2_phy_probe()
|
| A D | phy-samsung-usb2.h | 46 struct samsung_usb2_phy_instance instances[]; member
|
| /drivers/md/dm-vdo/ |
| A D | dm-vdo-target.c | 1432 instances.count -= 1; in release_instance() 1544 instances.bit_count = new_count; in grow_bit_array() 1545 instances.words = new_words; in grow_bit_array() 1563 if (instances.count >= instances.bit_count) { in allocate_instance() 1573 instance = find_next_zero_bit(instances.words, instances.bit_count, in allocate_instance() 1574 instances.next); in allocate_instance() 1577 instance = find_first_zero_bit(instances.words, instances.bit_count); in allocate_instance() 1585 instances.count++; in allocate_instance() 1586 instances.next = instance + 1; in allocate_instance() 2886 instances.count); in vdo_module_destroy() [all …]
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | core_acl_flex_keys.h | 120 const struct mlxsw_afk_element_inst *instances; member 128 .instances = _instances, \ 135 .instances = _instances, \
|
| A D | core_acl_flex_keys.c | 72 elinst = &block->instances[j]; in mlxsw_afk_blocks_check() 159 elinst = &block->instances[j]; in mlxsw_afk_picker_count_hits() 391 elinst = &block->instances[i]; in mlxsw_afk_block_elinst_get()
|
| /drivers/crypto/intel/qat/qat_c3xxxvf/ |
| A D | adf_c3xxxvf_hw_data.c | 89 hw_data->dev_class->instances++; in adf_init_hw_data_c3xxxiov() 99 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxxiov()
|
| /drivers/crypto/intel/qat/qat_c62xvf/ |
| A D | adf_c62xvf_hw_data.c | 89 hw_data->dev_class->instances++; in adf_init_hw_data_c62xiov() 99 hw_data->dev_class->instances--; in adf_clean_hw_data_c62xiov()
|
| /drivers/crypto/intel/qat/qat_dh895xccvf/ |
| A D | adf_dh895xccvf_hw_data.c | 89 hw_data->dev_class->instances++; in adf_init_hw_data_dh895xcciov() 99 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcciov()
|
| /drivers/edac/ |
| A D | edac_device.h | 206 struct edac_device_instance *instances; member 345 kfree(ci->instances); in __edac_device_free_ctl_info()
|
| /drivers/net/ethernet/microchip/vcap/ |
| A D | Kconfig | 31 of the VCAP instances are attached to the VCAP API and a client can then 35 Different switchcores will have different VCAP instances with different
|
| /drivers/media/platform/qcom/iris/ |
| A D | iris_power.c | 50 list_for_each_entry(instance, &core->instances, list) { in iris_set_interconnects() 86 list_for_each_entry(instance, &core->instances, list) { in iris_set_clocks()
|
| A D | iris_vidc.c | 46 list_for_each_entry(iter, &core->instances, list) in iris_add_session() 50 list_add_tail(&inst->list, &core->instances); in iris_add_session() 61 list_for_each_entry_safe(iter, temp, &core->instances, list) { in iris_remove_session()
|
| /drivers/crypto/intel/qat/qat_c3xxx/ |
| A D | adf_c3xxx_hw_data.c | 117 hw_data->instance_id = c3xxx_class.instances++; in adf_init_hw_data_c3xxx() 166 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxx()
|
| /drivers/crypto/intel/qat/qat_c62x/ |
| A D | adf_c62x_hw_data.c | 119 hw_data->instance_id = c62x_class.instances++; in adf_init_hw_data_c62x() 168 hw_data->dev_class->instances--; in adf_clean_hw_data_c62x()
|
| /drivers/crypto/intel/qat/qat_dh895xcc/ |
| A D | adf_dh895xcc_hw_data.c | 217 hw_data->instance_id = dh895xcc_class.instances++; in adf_init_hw_data_dh895xcc() 268 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcc()
|
| /drivers/media/platform/amphion/ |
| A D | vpu_core.c | 448 list_add_tail(&inst->list, &core->instances); in vpu_inst_register() 506 list_for_each_entry(tmp, &core->instances, list) { in vpu_core_find_instance() 634 INIT_LIST_HEAD(&core->instances); in vpu_core_probe() 759 list_for_each_entry(inst, &core->instances, list) in vpu_core_cancel_work() 773 list_for_each_entry(inst, &core->instances, list) in vpu_core_resume_work()
|
| /drivers/usb/gadget/function/ |
| A D | u_serial.h | 23 int instances; member
|
| /drivers/pci/controller/dwc/ |
| A D | Kconfig | 237 work in host mode. There are two instances of PCIe controllers in 252 work in endpoint mode. There are two instances of PCIe controllers in 268 work in host mode. There are two instances of PCIe controller in 283 work in endpoint mode. There are two instances of PCIe controller 438 host mode. There are two instances of PCIe controller in DRA7xx. 453 endpoint mode. There are two instances of PCIe controller in DRA7xx.
|