Home
last modified time | relevance | path

Searched refs:instance (Results 1726 - 1750 of 2364) sorted by relevance

1...<<61626364656667686970>>...95

/kernel/linux/linux-6.6/include/linux/
H A Dpowercap.h112 * 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 Ddmi.h93 int instance; member
H A Dslimbus.h17 * @instance: Instance value
23 u8 instance; member
48 * @ctrl: slim controller instance.
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/drivers/edac/
H A Dedac_device.h98 * 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:
231 /* To get from the instance's wq to the beginning of the ctl structure */
293 * @inst_nr: number of the instance wher
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h81 /* A PHY instance */
97 struct cphy_instance *instance; member
147 /* Operations of the PHY-instance factory */
149 /* Construct a PHY instance with the given PHY address */
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt_util.h29 u8 instance; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4.c94 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 Divtv-driver.c85 /* 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 Dname_table.c530 * 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 Dcal.c304 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 Divtv-driver.c85 /* 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/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4.c94 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/include/net/bluetooth/
H A Dhci_core.h249 __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...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp411 static BluetoothNoDestructor<HandsFreeAudioGateway> instance; in GetProfile() local
412 return instance.get(); in GetProfile()
414 static HandsFreeAudioGateway instance; in GetProfile()
415 return &instance; in GetProfile()
H A Dbluetooth_hfp_hf.cpp481 static BluetoothNoDestructor<HandsFreeUnit> instance; in GetProfile() local
482 return instance.get(); in GetProfile()
484 static HandsFreeUnit instance; in GetProfile()
485 return &instance; in GetProfile()
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/
H A Dcobalt-driver.c670 cobalt->instance = i; in cobalt_probe()
676 cobalt->instance); in cobalt_probe()
681 "cobalt-%d", cobalt->instance); in cobalt_probe()
683 cobalt_info("Initializing card %d\n", cobalt->instance); in cobalt_probe()
/kernel/linux/linux-5.10/drivers/slimbus/
H A Dqcom-ctrl.c397 u8 instance; in qcom_set_laddr() member
408 p.instance = ead->instance; in qcom_set_laddr()
458 ea.instance = buf[7]; in qcom_slim_rxwq()
/kernel/linux/linux-6.6/drivers/slimbus/
H A Dqcom-ctrl.c397 u8 instance; in qcom_set_laddr() member
408 p.instance = ead->instance; in qcom_set_laddr()
458 ea.instance = buf[7]; in qcom_slim_rxwq()
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/
H A Dcobalt-driver.c670 cobalt->instance = i; in cobalt_probe()
676 cobalt->instance); in cobalt_probe()
681 "cobalt-%d", cobalt->instance); in cobalt_probe()
683 cobalt_info("Initializing card %d\n", cobalt->instance); in cobalt_probe()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dmultipath.c490 head->subsys->instance, head->instance); in nvme_add_ns_head_cdev()
540 ctrl->subsys->instance, head->instance); in nvme_mpath_alloc_disk()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1701 [](const std::string& uri, const std::string& params, JsiEngineInstance& instance) { in JsHandlePageRoute()
1702 instance.GetFrontendDelegate()->Back(uri, params); in JsHandlePageRoute()
1703 return instance.GetJsRuntime()->NewNull(); in JsHandlePageRoute()
1706 [](const std::string& uri, const std::string& params, JsiEngineInstance& instance) { in JsHandlePageRoute()
1707 instance.GetFrontendDelegate()->Clear(); in JsHandlePageRoute()
1708 return instance.GetJsRuntime()->NewNull(); in JsHandlePageRoute()
1711 [](const std::string& uri, const std::string& params, JsiEngineInstance& instance) { in JsHandlePageRoute()
1712 int32_t routeLength = instance.GetFrontendDelegate()->GetStackSize(); in JsHandlePageRoute()
1714 return instance.GetJsRuntime()->NewString(indexLength); in JsHandlePageRoute()
1717 [](const std::string& uri, const std::string& params, JsiEngineInstance& instance) { in JsHandlePageRoute()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.cpp417 auto instance = panda::ObjectRef::New(GetEcmaVM()); in NewInstance() local
418 instance->SetNativePointerFieldCount(GetEcmaVM(), 1); in NewInstance()
419 return JsiRef<JsiObject>::Make(instance); in NewInstance()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedobserver_fuzzer/
H A Dresschedobserver_fuzzer.cpp336 auto instance = ObserverManager::GetInstance(); in ObserverManagerFuzzTest() local
337 if (instance) { in ObserverManagerFuzzTest()
338 instance->GetAllMmiStatusData(); in ObserverManagerFuzzTest()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp695 auto instance = ObserverManager::GetInstance(); in ObserverManagerInit() local
696 if (instance) { in ObserverManagerInit()
697 instance->Init(); in ObserverManagerInit()

Completed in 35 milliseconds

1...<<61626364656667686970>>...95