/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | pdr_internal.h | 28 u32 instance; member 48 instance),
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-device.c | 61 atomic_t *instance) in v4l2_device_set_name() 63 int num = atomic_inc_return(instance) - 1; in v4l2_device_set_name() 60 v4l2_device_set_name(struct v4l2_device *v4l2_dev, const char *basename, atomic_t *instance) v4l2_device_set_name() argument
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-device.c | 61 atomic_t *instance) in v4l2_device_set_name() 63 int num = atomic_inc_return(instance) - 1; in v4l2_device_set_name() 60 v4l2_device_set_name(struct v4l2_device *v4l2_dev, const char *basename, atomic_t *instance) v4l2_device_set_name() argument
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sgiwd93.c | 142 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() argument 146 struct ip22_hostdata *hdata = host_to_hostdata(instance); in dma_stop()
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | pdr_internal.h | 28 u32 instance; member 48 instance),
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surface_aggregator_hub.c | 271 .instance = 0, 336 .instance = 0,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | nbio_v7_2.c | 108 static void nbio_v7_2_sdma_doorbell_range(struct amdgpu_device *adev, int instance, in nbio_v7_2_sdma_doorbell_range() argument 132 int doorbell_index, int instance) in nbio_v7_2_vcn_doorbell_range() 131 nbio_v7_2_vcn_doorbell_range(struct amdgpu_device *adev, bool use_doorbell, int doorbell_index, int instance) nbio_v7_2_vcn_doorbell_range() argument
|
H A D | nbio_v7_7.c | 65 static void nbio_v7_7_sdma_doorbell_range(struct amdgpu_device *adev, int instance, in nbio_v7_7_sdma_doorbell_range() argument 89 int doorbell_index, int instance) in nbio_v7_7_vcn_doorbell_range() 88 nbio_v7_7_vcn_doorbell_range(struct amdgpu_device *adev, bool use_doorbell, int doorbell_index, int instance) nbio_v7_7_vcn_doorbell_range() argument
|
H A D | amdgpu_ras.c | 342 /* no need to set instance mask if there is only one instance */ in amdgpu_ras_instance_mask_check() 368 /* remove invalid bits in instance mask */ in amdgpu_ras_instance_mask_check() 432 * The mask means instance mask, is optional, default value is 0x1. 434 * For instance, 3077 * If it is uncorrectable error, then find out UMC instance and in amdgpu_bad_page_notifier() 3216 uint32_t instance, in amdgpu_ras_inst_get_memory_id_field() 3225 AMDGPU_RAS_REG_ENTRY_OFFSET(reg_entry->hwip, instance, in amdgpu_ras_inst_get_memory_id_field() 3240 uint32_t instance, in amdgpu_ras_inst_get_err_cnt_field() 3249 AMDGPU_RAS_REG_ENTRY_OFFSET(reg_entry->hwip, instance, in amdgpu_ras_inst_get_err_cnt_field() 3214 amdgpu_ras_inst_get_memory_id_field(struct amdgpu_device *adev, const struct amdgpu_ras_err_status_reg_entry *reg_entry, uint32_t instance, uint32_t *memory_id) amdgpu_ras_inst_get_memory_id_field() argument 3238 amdgpu_ras_inst_get_err_cnt_field(struct amdgpu_device *adev, const struct amdgpu_ras_err_status_reg_entry *reg_entry, uint32_t instance, unsigned long *err_cnt) amdgpu_ras_inst_get_err_cnt_field() argument 3264 amdgpu_ras_inst_query_ras_error_count(struct amdgpu_device *adev, const struct amdgpu_ras_err_status_reg_entry *reg_list, uint32_t reg_list_size, const struct amdgpu_ras_memory_id_entry *mem_list, uint32_t mem_list_size, uint32_t instance, uint32_t err_type, unsigned long *err_count) amdgpu_ras_inst_query_ras_error_count() argument 3316 amdgpu_ras_inst_reset_ras_error_count(struct amdgpu_device *adev, const struct amdgpu_ras_err_status_reg_entry *reg_list, uint32_t reg_list_size, uint32_t instance) amdgpu_ras_inst_reset_ras_error_count() argument [all...] |
H A D | gfx_v9_4.c | 94 u32 sh_num, u32 instance) in gfx_v9_4_select_se_sh() 98 if (instance == 0xffffffff) in gfx_v9_4_select_se_sh() 103 instance); in gfx_v9_4_select_se_sh() 884 for (k = 0; k < gfx_v9_4_edc_counter_regs[i].instance; in gfx_v9_4_query_ras_error_count() 918 for (k = 0; k < gfx_v9_4_edc_counter_regs[i].instance; in gfx_v9_4_reset_ras_error_count() 987 for (j = 0; j < gfx_v9_4_ea_err_status_regs.instance; in gfx_v9_4_query_ras_error_status() 998 dev_warn(adev->dev, "GCEA err detected at instance: %d, status: 0x%x!\n", in gfx_v9_4_query_ras_error_status() 93 gfx_v9_4_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num, u32 instance) gfx_v9_4_select_se_sh() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_fwif.h | 137 * The class goes in bits [0..2] of the GuC ID, the instance in bits [3..6]. 146 #define MAKE_GUC_ID(class, instance) \ 148 ((instance) << GUC_ENGINE_INSTANCE_SHIFT))
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | base.py | 239 with HIDTestUdevRule.instance(): 342 def instance(cls): member in HIDTestUdevRule
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v9_4.c | 94 u32 sh_num, u32 instance) in gfx_v9_4_select_se_sh() 98 if (instance == 0xffffffff) in gfx_v9_4_select_se_sh() 103 instance); in gfx_v9_4_select_se_sh() 884 for (k = 0; k < gfx_v9_4_edc_counter_regs[i].instance; in gfx_v9_4_query_ras_error_count() 919 for (k = 0; k < gfx_v9_4_edc_counter_regs[i].instance; in gfx_v9_4_reset_ras_error_count() 1010 for (j = 0; j < gfx_v9_4_rdrsp_status_regs.instance; in gfx_v9_4_query_ras_error_status() 1016 dev_warn(adev->dev, "GCEA err detected at instance: %d, status: 0x%x!\n", in gfx_v9_4_query_ras_error_status() 93 gfx_v9_4_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num, u32 instance) gfx_v9_4_select_se_sh() argument
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.c | 85 /* ivtv instance counter */ 293 /* Initialize ivtv-alsa for this instance of the cx18 device */ in request_module_async() 653 itv->options.cardtype = cardtype[itv->instance]; in ivtv_process_options() 654 itv->options.tuner = tuner[itv->instance]; in ivtv_process_options() 655 itv->options.radio = radio[itv->instance]; in ivtv_process_options() 657 itv->options.i2c_clock_period = i2c_clock_period[itv->instance]; in ivtv_process_options() 1003 itv->instance = v4l2_device_set_name(&itv->v4l2_dev, "ivtv", in ivtv_probe() 1011 IVTV_INFO("Initializing card %d\n", itv->instance); in ivtv_probe()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | name_table.c | 530 * tipc_nametbl_translate - perform service instance to socket translation 545 u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance, u32 *dnode) in tipc_nametbl_translate() argument 566 service_range_foreach_match(sr, sc, instance, instance) { in tipc_nametbl_translate() 601 bool tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 scope, in tipc_nametbl_lookup() argument 619 sr = service_range_match_first(sc->ranges.rb_node, instance, instance); in tipc_nametbl_lookup()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/cal/ |
H A D | cal.c | 304 val = cal_read(ctx->cal, CAL_CSI2_CTX(ctx->phy->instance, ctx->csi2_ctx)); in cal_ctx_csi2_config() 320 cal_write(ctx->cal, CAL_CSI2_CTX(ctx->phy->instance, ctx->csi2_ctx), val); in cal_ctx_csi2_config() 322 ctx->phy->instance, ctx->csi2_ctx, in cal_ctx_csi2_config() 323 cal_read(ctx->cal, CAL_CSI2_CTX(ctx->phy->instance, ctx->csi2_ctx))); in cal_ctx_csi2_config() 584 cal_write(ctx->cal, CAL_CSI2_CTX(ctx->phy->instance, ctx->csi2_ctx), 0); in cal_ctx_stop() 609 cal_read(cal, CAL_CSI2_STATUS(phy->instance, ctx->csi2_ctx)) & in cal_update_seq_number()
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.c | 85 /* ivtv instance counter */ 290 /* Initialize ivtv-alsa for this instance of the cx18 device */ in request_module_async() 650 itv->options.cardtype = cardtype[itv->instance]; in ivtv_process_options() 651 itv->options.tuner = tuner[itv->instance]; in ivtv_process_options() 652 itv->options.radio = radio[itv->instance]; in ivtv_process_options() 654 itv->options.i2c_clock_period = i2c_clock_period[itv->instance]; in ivtv_process_options() 1005 itv->instance = v4l2_device_set_name(&itv->v4l2_dev, "ivtv", in ivtv_probe() 1013 IVTV_INFO("Initializing card %d\n", itv->instance); in ivtv_probe()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 249 __u8 instance; member 1758 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance); 1759 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance); 1760 struct adv_info *hci_add_adv_instance(struct hci_dev *hdev, u8 instance, 1766 struct adv_info *hci_add_per_instance(struct hci_dev *hdev, u8 instance, 1769 int hci_set_adv_instance_data(struct hci_dev *hdev, u8 instance, 1772 int hci_remove_adv_instance(struct hci_dev *hdev, u8 instance); 1774 u32 hci_adv_instance_flags(struct hci_dev *hdev, u8 instance); 1775 bool hci_adv_instance_is_scannable(struct hci_dev *hdev, u8 instance); 2277 u8 instance); [all...] |
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | edac_device.h | 98 * each block in each instance of the containing control structure 118 struct edac_device_instance *instance; /* Up Pointer */ member 132 /* device instance control structure */ 137 struct edac_device_counter counters; /* instance counters */ 159 /* Per instance controls for this edac_device */ 181 /* the internal state of this controller instance */ 183 /* work struct for this instance */ 206 * and instance name: 229 /* To get from the instance's wq to the beginning of the ctl structure */ 292 * @inst_nr: number of the instance wher [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
H A D | rn_clk_mgr_vbios_smu.c | 37 (MP0_BASE.instance[0].segment[mm ## reg_name ## _BASE_IDX] + mm ## reg_name)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cphy.h | 90 /* A PHY instance */ 106 struct cphy_instance *instance; member 156 /* Operations of the PHY-instance factory */ 158 /* Construct a PHY instance with the given PHY address */
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | cadence_master.h | 18 * struct sdw_cdns_pdi: PDI (Physical Data Interface) instance 111 * @instance: instance number 126 unsigned int instance; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | powercap.h | 112 * struct powercap_zone- Defines instance of a power cap zone 115 * @control_type_inst: Control type instance for this zone. 133 * This defines a power zone instance. The fields of this structure are 188 * struct powercap_zone_constraint- Defines instance of a constraint 193 * This defines a constraint instance. 207 * @power_zone: A pointer to the valid zone instance. 210 * Allows client drivers to associate some private data to zone instance. 221 * @power_zone: A pointer to the valid zone instance. 250 * A pointer to the control_type instance is returned on success. 259 * @instance [all...] |
H A D | slimbus.h | 17 * @instance: Instance value 23 u8 instance; member 48 * @ctrl: slim controller instance.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_memory_region.h | 55 * Memory regions encoded as type | instance 93 unsigned int instance; member
|