/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | cadence_master.h | 20 * 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 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: 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 D | cphy.h | 81 /* 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 D | mgmt_util.h | 29 u8 instance; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_nir_lower_multiview.c | 105 if (likely(!(dev->physical_device->instance->debug_flags & TU_DEBUG_NOMULTIPOS)) && in tu_nir_lower_multiview()
|
/third_party/node/test/es-module/ |
H A D | test-esm-loader-modulemap.js | 97 message: /^The "job" argument must be an instance of ModuleJob/
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | LLVMContext.h | 260 return OptionRegistry::instance().template get<ValT, Base, Mem>(); in getOption()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | ValidationTest.h | 138 std::unique_ptr<dawn_native::Instance> instance; member in ValidationTest
|
/third_party/protobuf/js/experimental/runtime/internal/ |
H A D | checks.js | 96 * instance, but not involving any parameters to the calling method. 115 * instance, but not involving any parameters to the calling method. 490 * Ensures that value is a long instance. 492 * @throws {!Error} If the value is not a long instance and check state is 503 * Ensures that value is a long instance. 505 * @throws {!Error} If the value is not a long instance and check state is 513 throw new Error(`Must be Int64 instance, but got: ${value}`); 658 value !== null, 'Given value is not a message instance: null');
|
/third_party/vulkan-loader/openharmony/bundle_mgr_helper/ |
H A D | vk_bundle_mgr_helper.cpp | 24 void *loader_instance_heap_calloc(const struct loader_instance *instance, 109 VKHILOGE("Bundle helper instance is nullptr"); in Connect()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 103 Move<VkDevice> createTestDevice (Context& context, SemaphoreTestConfig& config, const VkInstance& instance, const InstanceInterface& vki, deUint32* outQueueFamilyIndex) in createTestDevice() argument 106 VkPhysicalDevice physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in createTestDevice() 215 return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceInfo); in createTestDevice() 1152 const auto instance = context.getInstance(); in testSemaphores() local 1154 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in testSemaphores() 1157 vk::Move<VkDevice> device (createTestDevice(context, config, instance, instanceDriver, &queueFamilyIdx)); in testSemaphores() 1160 de::MovePtr<vk::DeviceDriver> deviceInterfacePtr = de::MovePtr<DeviceDriver>(new DeviceDriver(platformInterface, instance, *device, context.getUsedApiVersion())); in testSemaphores() 1162 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceInterfacePtr = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(platformInterface, instance, *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *device)); in testSemaphores()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc.c | 2472 * @bfa: driver instance structure 2642 * @ioc: IOC instance 3070 msg->instance = flash->instance; in bfa_flash_write_send() 3103 msg->instance = flash->instance; in bfa_flash_read_send() 3289 * @instance: flash partition instance 3299 bfa_nw_flash_update_part(struct bfa_flash *flash, u32 type, u8 instance, in bfa_nw_flash_update_part() argument 3322 flash->instance in bfa_nw_flash_update_part() 3348 bfa_nw_flash_read_part(struct bfa_flash *flash, u32 type, u8 instance, void *buf, u32 len, u32 offset, bfa_cb_flash cbfn, void *cbarg) bfa_nw_flash_read_part() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc.c | 2472 * @bfa: driver instance structure 2642 * @ioc: IOC instance 3070 msg->instance = flash->instance; in bfa_flash_write_send() 3103 msg->instance = flash->instance; in bfa_flash_read_send() 3289 * @instance: flash partition instance 3299 bfa_nw_flash_update_part(struct bfa_flash *flash, u32 type, u8 instance, in bfa_nw_flash_update_part() argument 3322 flash->instance in bfa_nw_flash_update_part() 3348 bfa_nw_flash_read_part(struct bfa_flash *flash, u32 type, u8 instance, void *buf, u32 len, u32 offset, bfa_cb_flash cbfn, void *cbarg) bfa_nw_flash_read_part() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v9_4_2.c | 850 u32 sh_num, u32 instance) in gfx_v9_4_2_select_se_sh() 854 if (instance == 0xffffffff) in gfx_v9_4_2_select_se_sh() 859 instance); in gfx_v9_4_2_select_se_sh() 1506 for (k = 0; k < gfx_v9_4_2_edc_counter_regs[i].instance; in gfx_v9_4_2_query_sram_edc_count() 1547 uint32_t instance, uint32_t sec_cnt, in gfx_v9_4_2_log_utc_edc_count() 1554 mem = instance % blk->num_mem_blocks; in gfx_v9_4_2_log_utc_edc_count() 1555 way = (instance / blk->num_mem_blocks) % blk->num_ways; in gfx_v9_4_2_log_utc_edc_count() 1556 bank = instance / (blk->num_mem_blocks * blk->num_ways); in gfx_v9_4_2_log_utc_edc_count() 1683 for (j = 0; j < gfx_v9_4_2_ea_err_status_regs.instance; in gfx_v9_4_2_reset_ea_err_status() 1713 for (j = 0; j < gfx_v9_4_2_ea_err_status_regs.instance; in gfx_v9_4_2_query_ea_err_status() 849 gfx_v9_4_2_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num, u32 instance) gfx_v9_4_2_select_se_sh() argument 1545 gfx_v9_4_2_log_utc_edc_count(struct amdgpu_device *adev, struct gfx_v9_4_2_utc_block *blk, uint32_t instance, uint32_t sec_cnt, uint32_t ded_cnt) gfx_v9_4_2_log_utc_edc_count() argument [all...] |
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 45 /* vkGetInstanceProcAddr: Get global level or instance level entrypoint addresses. 46 * @param instance 50 * If instance == NULL || instance is invalid || (instance is valid && instance.minor_version <= 2): 55 * If instance is valid: 62 * returned regardless of the value of the instance parameter. The spec was amended in this version to only allow querying global 63 * level entrypoints with a NULL instance. However, as to not break old applications, the new behavior is only applied if the 64 * instance passe 67 vkGetInstanceProcAddr(VkInstance instance, const char *pName) vkGetInstanceProcAddr() argument 812 vkDestroyInstance(VkInstance instance, const VkAllocationCallbacks *pAllocator) vkDestroyInstance() argument 870 vkEnumeratePhysicalDevices(VkInstance instance, uint32_t *pPhysicalDeviceCount, VkPhysicalDevice *pPhysicalDevices) vkEnumeratePhysicalDevices() argument 2600 vkEnumeratePhysicalDeviceGroups( VkInstance instance, uint32_t *pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties *pPhysicalDeviceGroupProperties) vkEnumeratePhysicalDeviceGroups() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 117 printk(KERN_INFO "ivtvfb%d " type ": " fmt, itv->instance , ## args); \ 123 #define IVTVFB_ERR(fmt, args...) printk(KERN_ERR "ivtvfb%d: " fmt, itv->instance , ## args) 124 #define IVTVFB_WARN(fmt, args...) printk(KERN_WARNING "ivtvfb%d: " fmt, itv->instance , ## args) 125 #define IVTVFB_INFO(fmt, args...) printk(KERN_INFO "ivtvfb%d: " fmt, itv->instance , ## args) 1259 IVTVFB_INFO("Unregister framebuffer %d\n", itv->instance); in ivtvfb_callback_cleanup()
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 117 printk(KERN_INFO "ivtvfb%d " type ": " fmt, itv->instance , ## args); \ 123 #define IVTVFB_ERR(fmt, args...) printk(KERN_ERR "ivtvfb%d: " fmt, itv->instance , ## args) 124 #define IVTVFB_WARN(fmt, args...) printk(KERN_WARNING "ivtvfb%d: " fmt, itv->instance , ## args) 125 #define IVTVFB_INFO(fmt, args...) printk(KERN_INFO "ivtvfb%d: " fmt, itv->instance , ## args) 1258 IVTVFB_INFO("Unregister framebuffer %d\n", itv->instance); in ivtvfb_callback_cleanup()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_reset.c | 361 vecs_id = _VECS((engine->instance) / 2); in find_sfc_paired_vecs_engine() 392 sfc_lock->reset_bit = GEN11_VCS_SFC_RESET_BIT(engine->instance); in get_sfc_forced_lock_data() 404 sfc_lock->reset_bit = GEN11_VECS_SFC_RESET_BIT(engine->instance); in get_sfc_forced_lock_data() 422 if ((BIT(engine->instance) & vdbox_sfc_access) == 0) in gen11_lock_sfc() 513 (BIT(engine->instance) & vdbox_sfc_access) == 0) in gen11_unlock_sfc()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzgnames.cpp | 658 // If not BasicTimeZone... only if the instance is not an ICU's implementation. in formatGenericNonLocationName() 1198 TimeZoneGenericNames* instance = new TimeZoneGenericNames(); in createInstance() local 1199 if (instance == NULL) { in createInstance() 1279 delete instance; in createInstance() 1283 instance->fRef = cacheEntry; in createInstance() 1284 return instance; in createInstance()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_kopper.c | 87 error = VKSCR(CreateXcbSurfaceKHR)(screen->instance, &cdt->info.xcb, NULL, &surface); in kopper_CreateSurface() 92 error = VKSCR(CreateWaylandSurfaceKHR)(screen->instance, &cdt->info.wl, NULL, &surface); in kopper_CreateSurface() 97 error = VKSCR(CreateWin32SurfaceKHR)(screen->instance, &cdt->info.win32, NULL, &surface); in kopper_CreateSurface() 131 VKSCR(DestroySurfaceKHR)(screen->instance, surface, NULL); in kopper_CreateSurface() 211 VKSCR(DestroySurfaceKHR)(screen->instance, cdt->surface, NULL); in zink_kopper_deinit_displaytarget()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzgnames.cpp | 658 // If not BasicTimeZone... only if the instance is not an ICU's implementation. in formatGenericNonLocationName() 1198 TimeZoneGenericNames* instance = new TimeZoneGenericNames(); in createInstance() local 1199 if (instance == nullptr) { in createInstance() 1279 delete instance; in createInstance() 1283 instance->fRef = cacheEntry; in createInstance() 1284 return instance; in createInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRatePixelConsistency.cpp | 91 Move<VkDevice> createImageRobustnessDevice(Context& context, const vk::VkInstance& instance, const InstanceInterface& vki) in createImageRobustnessDevice() argument 93 const VkPhysicalDevice physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in createImageRobustnessDevice() 147 instance, vki, context.getPhysicalDevice(), &deviceParams); in createImageRobustnessDevice() 484 const VkInstance instance = m_context.getInstance(); in iterate() local 487 Move<VkDevice> vkd = createImageRobustnessDevice(m_context, instance, instanceDriver); in iterate()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzgnames.cpp | 661 // If not BasicTimeZone... only if the instance is not an ICU's implementation. in formatGenericNonLocationName() 1201 TimeZoneGenericNames* instance = new TimeZoneGenericNames(); in createInstance() local 1202 if (instance == NULL) { in createInstance() 1282 delete instance; in createInstance() 1286 instance->fRef = cacheEntry; in createInstance() 1287 return instance; in createInstance()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 1610 char inst_name[16]; /* ncb instance name */ 8291 struct Scsi_Host *instance = NULL; local 8315 instance = scsi_host_alloc(tpnt, sizeof(*host_data)); 8316 if (!instance) 8318 host_data = (struct host_data *) instance->hostdata; 8388 instance->max_channel = 0; 8389 instance->this_id = np->myaddr; 8390 instance->max_id = np->maxwide ? 16 : 8; 8391 instance->max_lun = SCSI_NCR_MAX_LUN; 8392 instance [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 1607 char inst_name[16]; /* ncb instance name */ 8084 struct Scsi_Host *instance = NULL; local 8110 instance = scsi_host_alloc(tpnt, sizeof(*host_data)); 8111 if (!instance) 8113 host_data = (struct host_data *) instance->hostdata; 8183 instance->max_channel = 0; 8184 instance->this_id = np->myaddr; 8185 instance->max_id = np->maxwide ? 16 : 8; 8186 instance->max_lun = SCSI_NCR_MAX_LUN; 8187 instance [all...] |