Searched refs:instance (Results 226 - 250 of 512) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.h30 __le32 instance; member in struct:bnxt_coredump_segment_hdr
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h81 /* A PHY instance */
97 struct cphy_instance *instance; member in struct:cphy
147 /* Operations of the PHY-instance factory */
149 /* Construct a PHY instance with the given PHY address */
/linux-master/net/bluetooth/
H A Dmgmt_util.h29 u8 instance; member in struct:mgmt_mesh_tx
/linux-master/drivers/soundwire/
H A Dcadence_master.h20 * struct sdw_cdns_pdi: PDI (Physical Data Interface) instance
109 * @instance: instance number
124 unsigned int instance; member in struct:sdw_cdns
/linux-master/include/linux/
H A Dlockdep_types.h54 * cached in the instance of lockdep_map
182 * Map the lock object (the lock instance) to the lock-class object.
222 struct lockdep_map *instance; member in struct:held_lock
230 * lock_classes this held lock instance belongs to. class_idx is in
H A Dslimbus.h17 * @instance: Instance value
23 u8 instance; member in struct:slim_eaddr
48 * @ctrl: slim controller instance.
/linux-master/drivers/gpu/drm/xe/
H A Dxe_hw_engine_types.h115 /** @instance: physical instance of this hw engine */
116 u16 instance; member in struct:xe_hw_engine
117 /** @logical_instance: logical instance of this hw engine */
163 /** @logical_instance: logical instance of this hw engine */
/linux-master/drivers/edac/
H A Dedac_device.h97 * each block in each instance of the containing control structure can
108 struct edac_device_instance *instance; /* Up Pointer */ member in struct:edac_device_block
122 /* device instance control structure */
127 struct edac_device_counter counters; /* instance counters */
149 /* Per instance controls for this edac_device */
171 /* the internal state of this controller instance */
173 /* work struct for this instance */
194 * and instance name:
218 /* To get from the instance's wq to the beginning of the ctl structure */
278 * @inst_nr: number of the instance wher
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsdma_v5_0.c167 static u32 sdma_v5_0_get_reg_offset(struct amdgpu_device *adev, u32 instance, u32 internal_offset) argument
174 if (instance == 1)
178 if (instance == 1)
679 ring = &adev->sdma.instance[i].ring;
851 if (!adev->sdma.instance[i].fw)
854 hdr = (const struct sdma_firmware_header_v1_0 *)adev->sdma.instance[i].fw->data;
859 (adev->sdma.instance[i].fw->data +
870 WREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_UCODE_ADDR), adev->sdma.instance[i].fw_version);
1360 ring = &adev->sdma.instance[i].ring;
1390 amdgpu_ring_fini(&adev->sdma.instance[
[all...]
H A Dnbio_v7_7.c65 static void nbio_v7_7_sdma_doorbell_range(struct amdgpu_device *adev, int instance, argument
89 int doorbell_index, int instance)
88 nbio_v7_7_vcn_doorbell_range(struct amdgpu_device *adev, bool use_doorbell, int doorbell_index, int instance) argument
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ads.c245 engine->instance);
343 #define GUC_REGSET_STEERING(group, instance) ( \
345 FIELD_PREP(GUC_REGSET_STEERING_INSTANCE, (instance)) | \
483 GEM_BUG_ON(engine->instance >= GUC_MAX_INSTANCES_PER_CLASS);
489 ads.reg_state_list[guc_class][engine->instance].address,
492 ads.reg_state_list[guc_class][engine->instance].count,
498 ads.reg_state_list[guc_class][engine->instance].address,
501 ads.reg_state_list[guc_class][engine->instance].count,
517 /* The GSC engine is an instance (6) of OTHER_CLASS */
520 BIT(gt->engine[GSC0]->instance));
[all...]
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c913 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) argument
916 if ((instance >= 0) && (targ >= 0)
917 && (instance < ARRAY_SIZE(aic7xxx_tag_info))
919 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff;
921 printk("tag_info[%d:%d] = %d\n", instance, targ, value);
933 int instance; local
942 instance = -1;
955 if (instance == -1) {
956 instance = 0;
972 else if (instance !
[all...]
/linux-master/drivers/soc/qcom/
H A Dpdr_internal.h28 u32 instance; member in struct:servreg_location_entry
48 instance),
/linux-master/drivers/platform/surface/
H A Dsurface_aggregator_hub.c271 .instance = 0,
336 .instance = 0,
H A Dsurface3-wmi.c57 static int s3_wmi_query_block(const char *guid, int instance, int *ret) argument
65 status = wmi_query_block(guid, instance, &output);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h1106 struct megasas_instance *instance; member in struct:megasas_cmd_fusion
1386 void megasas_free_cmds_fusion(struct megasas_instance *instance);
1387 int megasas_ioc_init_fusion(struct megasas_instance *instance);
1388 u8 megasas_get_map_info(struct megasas_instance *instance);
1389 int megasas_sync_map_info(struct megasas_instance *instance);
1390 void megasas_release_fusion(struct megasas_instance *instance);
1391 void megasas_reset_reply_desc(struct megasas_instance *instance);
1392 int megasas_check_mpio_paths(struct megasas_instance *instance,
/linux-master/include/acpi/
H A Dacpiosxf.h380 u32 instance,
389 u32 *instance, acpi_physical_address *address);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_device.h642 * @instance: Pointer to the instance of the struct to validate.
643 * @union_offset: Offset into the type of @instance of the target union. Must
645 * @union_size: Size of the target union in the type of @instance. Must be
661 pvr_ioctl_union_padding_check(void *instance, size_t union_offset, argument
668 void *padding_start = ((u8 *)instance) + union_offset + member_size;
/linux-master/drivers/md/dm-vdo/
H A Dvdo.h181 unsigned int instance; member in struct:vdo
300 int __must_check vdo_make(unsigned int instance, struct device_config *config,
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_smu.c42 struct IP_BASE_INSTANCE instance[MAX_INSTANCE]; member in struct:IP_BASE
54 (MP0_BASE.instance[0].segment[reg ## reg_name ## _BASE_IDX] + reg ## reg_name)
/linux-master/include/uapi/drm/
H A Di915_drm.h226 * struct i915_engine_class_instance - Engine class/instance identifier
229 * Each engine of a class is given a unique instance number and therefore
230 * any engine can be specified by its class:instance tuplet. APIs that allow
247 * Engine instance.
269 #define __I915_PMU_ENGINE(class, instance, sample) \
271 (instance) << I915_PMU_SAMPLE_BITS | \
274 #define I915_PMU_ENGINE_BUSY(class, instance) \
275 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
277 #define I915_PMU_ENGINE_WAIT(class, instance) \
278 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAI
[all...]
H A Dxe_drm.h211 * struct drm_xe_engine_class_instance - instance of an engine class
236 /** @engine_instance: engine instance id */
248 /** @instance: The @drm_xe_engine_class_instance */
249 struct drm_xe_engine_class_instance instance; member in struct:drm_xe_engine
297 * @instance: The unique ID for this region, which serves as the
301 __u16 instance; member in struct:drm_xe_mem_region
445 * drm_xe_query_mem_regions' instance, no assumptions should
457 * drm_xe_query_mem_regions' instance, no assumptions should
660 * engines->engines[i].instance.engine_class ==
662 * engines->engines[i].instance
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-device.c61 atomic_t *instance)
63 int num = atomic_inc_return(instance) - 1;
60 v4l2_device_set_name(struct v4l2_device *v4l2_dev, const char *basename, atomic_t *instance) argument
/linux-master/tools/include/uapi/drm/
H A Di915_drm.h226 * struct i915_engine_class_instance - Engine class/instance identifier
229 * Each engine of a class is given a unique instance number and therefore
230 * any engine can be specified by its class:instance tuplet. APIs that allow
247 * Engine instance.
269 #define __I915_PMU_ENGINE(class, instance, sample) \
271 (instance) << I915_PMU_SAMPLE_BITS | \
274 #define I915_PMU_ENGINE_BUSY(class, instance) \
275 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
277 #define I915_PMU_ENGINE_WAIT(class, instance) \
278 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAI
[all...]
/linux-master/drivers/scsi/bfa/
H A Dbfad_bsg.h490 u16 instance; member in struct:bfa_bsg_port_cfg_mode_s
557 u8 instance; member in struct:bfa_bsg_flash_s
656 u16 instance; member in struct:bfa_bsg_phy_attr_s
663 u16 instance; member in struct:bfa_bsg_phy_s
681 u16 instance; member in struct:bfa_bsg_phy_stats_s

Completed in 270 milliseconds

1234567891011>>