/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | via686a.c | 18 * Warning - only supports a single device. 41 * the device at the given address. 195 * that the transfer function of the device is monotonic and smooth, so a 307 struct device *hwmon_dev; 344 static struct via686a_data *via686a_update_device(struct device *dev) in via686a_update_device() 411 static ssize_t in_show(struct device *dev, struct device_attribute *da, in in_show() 419 static ssize_t in_min_show(struct device *dev, struct device_attribute *da, in in_min_show() 427 static ssize_t in_max_show(struct device *dev, struct device_attribute *da, in in_max_show() 435 static ssize_t in_min_store(struct device *dev, struct device_attribute *da, in in_min_store() 454 static ssize_t in_max_store(struct device *de in in_min_store() [all...] |
H A D | lm85.c | 368 static struct lm85_data *lm85_update_device(struct device *dev) in lm85_update_device() 552 static ssize_t fan_show(struct device *dev, struct device_attribute *attr, in fan_show() 560 static ssize_t fan_min_show(struct device *dev, struct device_attribute *attr, in fan_min_show() 568 static ssize_t fan_min_store(struct device *dev, in fan_min_store() 600 static ssize_t cpu0_vid_show(struct device *dev, in cpu0_vid_show() 619 static ssize_t vrm_show(struct device *dev, struct device_attribute *attr, in vrm_show() 626 static ssize_t vrm_store(struct device *dev, struct device_attribute *attr, in vrm_store() 646 static ssize_t alarms_show(struct device *dev, struct device_attribute *attr, in alarms_show() 655 static ssize_t alarm_show(struct device *dev, struct device_attribute *attr, in alarm_show() 683 static ssize_t pwm_show(struct device *de [all...] |
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | ap_queue.c | 63 pr_err("Registering adapter interrupts for AP device %02x.%04x failed\n", in ap_queue_enable_irq() 105 * not change the state of the device. 510 static ssize_t request_count_show(struct device *dev, in request_count_show() 531 static ssize_t request_count_store(struct device *dev, in request_count_store() 546 static ssize_t requestq_count_show(struct device *dev, in requestq_count_show() 561 static ssize_t pendingq_count_show(struct device *dev, in pendingq_count_show() 576 static ssize_t reset_show(struct device *dev, in reset_show() 599 static ssize_t reset_store(struct device *dev, in reset_store() 619 static ssize_t interrupt_show(struct device *dev, in interrupt_show() 638 static ssize_t config_show(struct device *de [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 676 const VkDevice device = m_context.getDevice(); 693 const BufferWithMemory tessLevelsBuffer(vk, device, allocator, 701 const BufferWithMemory resultBuffer (vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible); 708 .build(vk, device)); 713 .build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u)); 715 const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout)); 723 .update(vk, device); 727 const Unique<VkRenderPass> renderPass (makeRenderPassWithoutAttachments (vk, device)); 728 const Unique<VkFramebuffer> framebuffer (makeFramebuffer(vk, device, *renderPass, 0u, DE_NULL, 1u, 1u)); 729 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, *descriptorSetLayou [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 661 const VkDevice device = m_context.getDevice(); 678 const BufferWithMemory tessLevelsBuffer(vk, device, allocator, 686 const BufferWithMemory resultBuffer (vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible); 693 .build(vk, device)); 698 .build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u)); 700 const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout)); 708 .update(vk, device); 712 const Unique<VkRenderPass> renderPass (makeRenderPassWithoutAttachments (vk, device)); 713 const Unique<VkFramebuffer> framebuffer (makeFramebuffer(vk, device, *renderPass, 0u, DE_NULL, 1u, 1u)); 714 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, *descriptorSetLayou [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_pm.c | 115 static ssize_t amdgpu_get_power_dpm_state(struct device *dev, in amdgpu_get_power_dpm_state() 152 static ssize_t amdgpu_set_power_dpm_state(struct device *dev, in amdgpu_set_power_dpm_state() 259 static ssize_t amdgpu_get_power_dpm_force_performance_level(struct device *dev, in amdgpu_get_power_dpm_force_performance_level() 299 static ssize_t amdgpu_set_power_dpm_force_performance_level(struct device *dev, in amdgpu_set_power_dpm_force_performance_level() 405 static ssize_t amdgpu_get_pp_num_states(struct device *dev, in amdgpu_get_pp_num_states() 447 static ssize_t amdgpu_get_pp_cur_state(struct device *dev, in amdgpu_get_pp_cur_state() 492 static ssize_t amdgpu_get_pp_force_state(struct device *dev, in amdgpu_get_pp_force_state() 508 static ssize_t amdgpu_set_pp_force_state(struct device *dev, in amdgpu_set_pp_force_state() 570 static ssize_t amdgpu_get_pp_table(struct device *dev, in amdgpu_get_pp_table() 614 static ssize_t amdgpu_set_pp_table(struct device *de [all...] |
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 770 struct domain_device *device = sas_dev->sas_device; in setup_itct_v3_hw() local 771 struct device *dev = hisi_hba->dev; in setup_itct_v3_hw() 774 struct domain_device *parent_dev = device->parent; in setup_itct_v3_hw() 775 struct asd_sas_port *sas_port = device->port; in setup_itct_v3_hw() 802 (device->linkrate << ITCT_HDR_MCR_OFF) | in setup_itct_v3_hw() 810 memcpy(&sas_addr, device->sas_addr, SAS_ADDR_SIZE); in setup_itct_v3_hw() 814 if (!dev_is_sata(device)) in setup_itct_v3_hw() 826 struct device *dev = hisi_hba->dev; in clear_itct_v3_hw() 850 struct domain_device *device) in dereg_device_v3_hw() 853 struct hisi_sas_device *sas_dev = device in dereg_device_v3_hw() 849 dereg_device_v3_hw(struct hisi_hba *hisi_hba, struct domain_device *device) dereg_device_v3_hw() argument 1208 struct domain_device *device = task->dev; prep_ssp_v3_hw() local 1330 struct domain_device *device = task->dev; prep_smp_v3_hw() local 1368 struct domain_device *device = task->dev; prep_ata_v3_hw() local 2197 struct domain_device *device; slot_complete_v3_hw() local 3466 _suspend_v3_hw(struct device *device) _suspend_v3_hw() argument 3512 _resume_v3_hw(struct device *device) _resume_v3_hw() argument 3551 suspend_v3_hw(struct device *device) suspend_v3_hw() argument 3567 resume_v3_hw(struct device *device) resume_v3_hw() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 157 ResultsVector& output, const DeviceInterface& vk, vk::VkDevice device, vk::VkQueryPool queryPool, deUint32 firstQuery, deUint32 queryCount, VkQueryResultFlags flags) in GetQueryPoolResultsVector() 169 result = vk.getQueryPoolResults(device, queryPool, firstQuery, queryCount, totalSize, output.data(), stride, flags); in GetQueryPoolResultsVector() 184 result = vk.getQueryPoolResults(device, queryPool, firstQuery, queryCount, totalSize, intermediate.data(), stride, flags); in GetQueryPoolResultsVector() 194 ResultsVectorWithAvailability& output, const DeviceInterface& vk, vk::VkDevice device, vk::VkQueryPool queryPool, deUint32 firstQuery, deUint32 queryCount, VkQueryResultFlags flags) in GetQueryPoolResultsVector() 205 result = vk.getQueryPoolResults(device, queryPool, firstQuery, queryCount, totalSize, output.data(), stride, flags); in GetQueryPoolResultsVector() 220 result = vk.getQueryPoolResults(device, queryPool, firstQuery, queryCount, totalSize, intermediate.data(), stride, flags); in GetQueryPoolResultsVector() 231 ResultsVector& output, const DeviceInterface& vk, vk::VkDevice device, const vk::Allocation& allocation, deUint32 queryCount, VkQueryResultFlags flags, deBool dstOffset) in cmdCopyQueryPoolResultsVector() 239 vk::invalidateAlloc(vk, device, allocation); in cmdCopyQueryPoolResultsVector() 269 ResultsVectorWithAvailability& output, const DeviceInterface& vk, vk::VkDevice device, const vk::Allocation& allocation, deUint32 queryCount, VkQueryResultFlags flags, deBool dstOffset) in cmdCopyQueryPoolResultsVector() 276 vk::invalidateAlloc(vk, device, allocatio in cmdCopyQueryPoolResultsVector() 156 GetQueryPoolResultsVector( ResultsVector& output, const DeviceInterface& vk, vk::VkDevice device, vk::VkQueryPool queryPool, deUint32 firstQuery, deUint32 queryCount, VkQueryResultFlags flags) GetQueryPoolResultsVector() argument 193 GetQueryPoolResultsVector( ResultsVectorWithAvailability& output, const DeviceInterface& vk, vk::VkDevice device, vk::VkQueryPool queryPool, deUint32 firstQuery, deUint32 queryCount, VkQueryResultFlags flags) GetQueryPoolResultsVector() argument 230 cmdCopyQueryPoolResultsVector( ResultsVector& output, const DeviceInterface& vk, vk::VkDevice device, const vk::Allocation& allocation, deUint32 queryCount, VkQueryResultFlags flags, deBool dstOffset) cmdCopyQueryPoolResultsVector() argument 268 cmdCopyQueryPoolResultsVector( ResultsVectorWithAvailability& output, const DeviceInterface& vk, vk::VkDevice device, const vk::Allocation& allocation, deUint32 queryCount, VkQueryResultFlags flags, deBool dstOffset) cmdCopyQueryPoolResultsVector() argument 352 makeQueryPool(const DeviceInterface& vk, const VkDevice device, deUint32 queryCount, VkQueryPipelineStatisticFlags statisticFlags ) makeQueryPool() argument 419 clearBuffer(const DeviceInterface& vk, const VkDevice device, const de::SharedPtr<Buffer> buffer, const VkDeviceSize bufferSizeBytes) clearBuffer() argument 547 const VkDevice device = m_context.getDevice(); iterate() local 602 const VkDevice device = m_context.getDevice(); executeTest() local 813 const VkDevice device = m_context.getDevice(); executeTest() local 957 const VkDevice device = m_context.getDevice(); checkResult() local 1070 const VkDevice device = m_context.getDevice(); executeTest() local 1303 const VkDevice device = m_context.getDevice(); creatAndFillVertexBuffer() local 1345 const VkDevice device = m_context.getDevice(); creatColorAttachmentAndRenderPass() local 1526 const VkDevice device = m_context.getDevice(); createPipeline() local 1608 const VkDevice device = m_context.getDevice(); executeTest() local 1710 const VkDevice device = m_context.getDevice(); checkResult() local 1884 const VkDevice device = m_context.getDevice(); executeTest() local 2013 const VkDevice device = m_context.getDevice(); executeTest() local 2145 const VkDevice device = m_context.getDevice(); createPipeline() local 2218 const VkDevice device = m_context.getDevice(); executeTest() local 2320 const VkDevice device = m_context.getDevice(); checkResult() local 2464 const VkDevice device = m_context.getDevice(); executeTest() local 2591 const VkDevice device = m_context.getDevice(); executeTest() local 2725 const VkDevice device = m_context.getDevice(); createPipeline() local 2795 const VkDevice device = m_context.getDevice(); executeTest() local 2897 const VkDevice device = m_context.getDevice(); checkResult() local 3013 const VkDevice device = m_context.getDevice(); executeTest() local 3146 const VkDevice device = m_context.getDevice(); executeTest() local 3651 const VkDevice device = m_context.getDevice(); creatAndFillVertexBuffer() local 3669 const VkDevice device = m_context.getDevice(); creatColorAttachmentAndRenderPass() local 3777 const VkDevice device = m_context.getDevice(); createPipeline() local 3846 const VkDevice device = m_context.getDevice(); executeTest() local 3979 const VkDevice device = m_context.getDevice(); checkResult() local 4144 const VkDevice device = m_context.getDevice(); iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 258 const vk::VkDevice device = m_context.getDevice(); in transitionImageLayout() local 272 vk.transitionImageLayoutEXT(device, 1, &transition); in transitionImageLayout() 280 vk::submitCommandsAndWait(vk, device, queue, **cmdBuffer); in transitionImageLayout() 287 const vk::VkDevice device = m_context.getDevice(); in copyMemoryToImage() local 333 vk.copyMemoryToImageEXT(device, ©MemoryToImageInfo); in copyMemoryToImage() 341 const vk::VkDevice device = m_context.getDevice(); in iterate() local 350 const Move<vk::VkCommandPool> cmdPool (createCommandPool(vk, device, vk::VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queueFamilyIndex)); in iterate() 351 const Move<vk::VkCommandBuffer> cmdBuffer (allocateCommandBuffer(vk, device, *cmdPool, vk::VK_COMMAND_BUFFER_LEVEL_PRIMARY)); in iterate() 424 sparseSampledImage = de::MovePtr<SparseImage>(new SparseImage(vk, device, physicalDevice, vki, createInfo, m_context.getSparseQueue(), alloc, mapVkFormat(createInfo.format))); in iterate() 429 sampledImageWithMemory = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vk, device, allo in iterate() 1260 const vk::VkDevice device = m_context.getDevice(); iterate() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 24 struct device, kobj))); in qla2x00_sysfs_read_fw_dump() 65 struct device, kobj))); in qla2x00_sysfs_write_fw_dump() 187 struct device, kobj))); in qla2x00_sysfs_read_nvram() 227 struct device, kobj))); in qla2x00_sysfs_write_nvram() 301 struct device, kobj))); in qla2x00_sysfs_read_optrom() 325 struct device, kobj))); in qla2x00_sysfs_write_optrom() 363 struct device, kobj))); in qla2x00_sysfs_write_optrom_ctl() 547 struct device, kobj))); in qla2x00_sysfs_read_vpd() 594 struct device, kobj))); in qla2x00_sysfs_write_vpd() 661 struct device, kob in qla2x00_sysfs_read_sfp() [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm85.c | 368 static struct lm85_data *lm85_update_device(struct device *dev) in lm85_update_device() 552 static ssize_t fan_show(struct device *dev, struct device_attribute *attr, in fan_show() 560 static ssize_t fan_min_show(struct device *dev, struct device_attribute *attr, in fan_min_show() 568 static ssize_t fan_min_store(struct device *dev, in fan_min_store() 600 static ssize_t cpu0_vid_show(struct device *dev, in cpu0_vid_show() 619 static ssize_t vrm_show(struct device *dev, struct device_attribute *attr, in vrm_show() 626 static ssize_t vrm_store(struct device *dev, struct device_attribute *attr, in vrm_store() 646 static ssize_t alarms_show(struct device *dev, struct device_attribute *attr, in alarms_show() 655 static ssize_t alarm_show(struct device *dev, struct device_attribute *attr, in alarm_show() 683 static ssize_t pwm_show(struct device *de [all...] |
H A D | stts751.c | 86 struct device *dev; 280 * we have valid data from a device conversion, or if we know in stts751_update_alert() 328 "Alert received, but can't communicate to the device. Triggering all alarms!"); in stts751_alert() 376 static ssize_t max_alarm_show(struct device *dev, in max_alarm_show() 393 static ssize_t min_alarm_show(struct device *dev, in min_alarm_show() 410 static ssize_t input_show(struct device *dev, struct device_attribute *attr, in input_show() 425 static ssize_t therm_show(struct device *dev, struct device_attribute *attr, in therm_show() 433 static ssize_t therm_store(struct device *dev, struct device_attribute *attr, in therm_store() 467 static ssize_t hyst_show(struct device *dev, struct device_attribute *attr, in hyst_show() 475 static ssize_t hyst_store(struct device *de [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | sa_query.c | 177 static int ib_sa_add_one(struct ib_device *device); 178 static void ib_sa_remove_one(struct ib_device *device, void *client_data); 764 dev_name(&query->port->agent->device->dev), in ib_nl_set_path_rec_attrs() 1198 static u8 get_src_path_mask(struct ib_device *device, u8 port_num) in get_src_path_mask() argument 1205 sa_dev = ib_get_client_data(device, &sa_client); in get_src_path_mask() 1217 static int init_ah_attr_grh_fields(struct ib_device *device, u8 port_num, in init_ah_attr_grh_fields() argument 1225 gid_attr = rdma_find_gid_by_port(device, &rec->sgid, type, in init_ah_attr_grh_fields() 1242 * @device: Device associated ah attributes initialization. 1243 * @port_num: Port on the specified device. 1255 int ib_init_ah_attr_from_path(struct ib_device *device, u argument 1445 opa_pr_query_possible(struct ib_sa_client *client, struct ib_sa_device *sa_dev, struct ib_device *device, u8 port_num, struct sa_path_rec *rec) opa_pr_query_possible() argument 1535 ib_sa_path_rec_get(struct ib_sa_client *client, struct ib_device *device, u8 port_num, struct sa_path_rec *rec, ib_sa_comp_mask comp_mask, unsigned long timeout_ms, gfp_t gfp_mask, void (*callback)(int status, struct sa_path_rec *resp, void *context), void *context, struct ib_sa_query **sa_query) ib_sa_path_rec_get() argument 1690 ib_sa_service_rec_query(struct ib_sa_client *client, struct ib_device *device, u8 port_num, u8 method, struct ib_sa_service_rec *rec, ib_sa_comp_mask comp_mask, unsigned long timeout_ms, gfp_t gfp_mask, void (*callback)(int status, struct ib_sa_service_rec *resp, void *context), void *context, struct ib_sa_query **sa_query) ib_sa_service_rec_query() argument 1786 ib_sa_mcmember_rec_query(struct ib_sa_client *client, struct ib_device *device, u8 port_num, u8 method, struct ib_sa_mcmember_rec *rec, ib_sa_comp_mask comp_mask, unsigned long timeout_ms, gfp_t gfp_mask, void (*callback)(int status, struct ib_sa_mcmember_rec *resp, void *context), void *context, struct ib_sa_query **sa_query) ib_sa_mcmember_rec_query() argument 1878 ib_sa_guid_info_rec_query(struct ib_sa_client *client, struct ib_device *device, u8 port_num, struct ib_sa_guidinfo_rec *rec, ib_sa_comp_mask comp_mask, u8 method, unsigned long timeout_ms, gfp_t gfp_mask, void (*callback)(int status, struct ib_sa_guidinfo_rec *resp, void *context), void *context, struct ib_sa_query **sa_query) ib_sa_guid_info_rec_query() argument 1954 ib_sa_sendonly_fullmem_support(struct ib_sa_client *client, struct ib_device *device, u8 port_num) ib_sa_sendonly_fullmem_support() argument 2322 ib_sa_add_one(struct ib_device *device) ib_sa_add_one() argument 2400 ib_sa_remove_one(struct ib_device *device, void *client_data) ib_sa_remove_one() argument [all...] |
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | transport_rdma.c | 269 ib_dma_unmap_single(t->cm_id->device, recvmsg->sge.addr, in put_recvmsg() 295 ib_dma_unmap_single(t->cm_id->device, recvmsg->sge.addr, in put_empty_recvmsg() 480 ib_dma_unmap_single(t->cm_id->device, in smb_direct_free_sendmsg() 484 ib_dma_unmap_page(t->cm_id->device, in smb_direct_free_sendmsg() 558 ib_dma_sync_single_for_cpu(wc->qp->device, recvmsg->sge.addr, in recv_done() 645 recvmsg->sge.addr = ib_dma_map_single(t->cm_id->device, in smb_direct_post_recv() 648 ret = ib_dma_mapping_error(t->cm_id->device, recvmsg->sge.addr); in smb_direct_post_recv() 663 ib_dma_unmap_single(t->cm_id->device, in smb_direct_post_recv() 1061 sendmsg->sge[0].addr = ib_dma_map_single(t->cm_id->device, in smb_direct_create_header() 1065 ret = ib_dma_mapping_error(t->cm_id->device, sendms in smb_direct_create_header() 1111 get_mapped_sg_list(struct ib_device *device, void *buf, int size, struct scatterlist *sg_list, int nentries, enum dma_data_direction dir) get_mapped_sg_list() argument 1711 struct ib_device *device = t->cm_id->device; smb_direct_init_params() local [all...] |
/third_party/backends/backend/ |
H A D | xerox_mfp.c | 45 static struct device *devices_head = NULL; /* sane_get_devices list */ 101 static int decompress(struct device __sane_unused__ *dev, in decompress() 161 static int copy_decompress_data(struct device *dev, unsigned char *pDest, int maxlen, int *destLen) in copy_decompress_data() 185 static int decompress_tempfile(struct device *dev) in decompress_tempfile() 192 static int dump_to_tmp_file(struct device *dev) in dump_to_tmp_file() 207 static int isSupportedDevice(struct device __sane_unused__ *dev) in isSupportedDevice() 210 /* Checking device which supports JPEG Lossy compression for color scanning*/ in isSupportedDevice() 212 /* blacklist malfunctioning device(s) */ in isSupportedDevice() 228 static int isJPEGEnabled(struct device __sane_unused__ *dev) in isJPEGEnabled() 233 static void dbg_dump(struct device *de [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateRSTests.cpp | 127 const vk::VkDevice device = m_context.getDevice(); in initialize() local 158 m_setLayout = setLayoutBuilder.build(m_vk, device); in initialize() 161 m_descriptorPool = poolBuilder.build(m_vk, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initialize() 163 m_descriptorSet = vk::makeDescriptorSet(m_vk, device, m_descriptorPool.get(), m_setLayout.get()); in initialize() 168 m_pipelineLayout = vk::PipelineLayoutWrapper(m_pipelineConstructionType, m_vk, device, m_setLayout.get(), de::dataOrNull(pcRanges)); in initialize() 174 m_colorTargetImage = Image::createAndAlloc(m_vk, device, targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in initialize() 180 m_depthStencilImage = Image::createAndAlloc(m_vk, device, depthStencilImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in initialize() 183 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize() 186 m_attachmentView = vk::createImageView(m_vk, device, &attachmentViewInfo); in initialize() 230 m_renderPass = vk::RenderPassWrapper(m_pipelineConstructionType, m_vk, device, in initialize() 511 const vk::VkDevice device = m_context.getDevice(); iterate() local 623 const vk::VkDevice device = m_context.getDevice(); iterate() local 723 const vk::VkDevice device = m_context.getDevice(); iterate() local 965 const auto device = m_context.getDevice(); iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 137 static Move<VkRenderPass> makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat format, VkSampleCountFlagBits samples) in makeRenderPass() argument 210 return createRenderPass(vk, device, &renderPassInfo, DE_NULL); in makeRenderPass() 214 const VkDevice device, in makeGraphicsPipeline() 310 device, // const VkDevice device, in makeGraphicsPipeline() 638 const VkDevice device = m_context.getDevice(); in createVertexBuffer() local 642 MovePtr<BufferWithMemory> vertexBuffer = MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, vertexBufferCreateInfo, MemoryRequirement::HostVisible)); in createVertexBuffer() 647 flushAlloc(vkd, device, vertexBufferAlloc); in createVertexBuffer() 668 const VkDevice device = m_context.getDevice(); in iterate() local 689 const MovePtr<ImageWithMemory> image = MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, allocato in iterate() 213 makeGraphicsPipeline(const DeviceInterface& vkd, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertShaderModule, const VkShaderModule fragShaderModule, const uint32_t width, const uint32_t height, const VkPrimitiveTopology topology, const VkSampleCountFlagBits rasterizationSamples, const bool withColor = false, const bool provokingVertexLast = false, const bool dynamicTopology = false) makeGraphicsPipeline() argument 1054 const VkDevice device = m_context.getDevice(); createVertexBuffer() local 1071 const VkDevice device = m_context.getDevice(); iterate() local [all...] |
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | core.c | 3 * NVM Express device driver 65 "max power saving latency for new devices; use PM QOS to change per device"); 163 dev_info(ctrl->device, "failfast expired\n"); in nvme_failfast_work() 212 dev_info(ctrl->device, in nvme_do_delete_ctrl() 330 dev_name(nr->ctrl->device), in nvme_log_error() 459 dev_dbg_ratelimited(((struct nvme_ctrl *) data)->device, in nvme_cancel_request() 696 * For something we're not in a state to send to the device the default action 778 * number of segments to prevent device reading beyond end of buffer. in nvme_setup_discard() 1091 dev_warn_once(ctrl->device, in nvme_command_effects() 1141 dev_info(ctrl->device, in nvme_passthru_end() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 253 const auto device = m_context.getDevice(); in iterate() local 283 ImageWithMemory colorImage (vkd, device, alloc, colorBufferInfo, MemoryRequirement::Any); in iterate() 286 const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate() 293 BufferWithMemory verificationBuffer (vkd, device, alloc, verificationBufferInfo, MemoryRequirement::HostVisible); in iterate() 298 const auto pipelineLayout = makePipelineLayout(vkd, device); in iterate() 304 const auto meshShader = createShaderModule(vkd, device, binaries.get("mesh")); in iterate() 305 const auto fragShader = createShaderModule(vkd, device, binaries.get("frag")); in iterate() 309 taskShader = createShaderModule(vkd, device, binaries.get("task")); in iterate() 312 const auto renderPass = makeRenderPass(vkd, device, imageFormat); in iterate() 315 const auto framebuffer = makeFramebuffer(vkd, device, renderPas in iterate() 2112 const auto device = m_context.getDevice(); iterate() local 2454 const auto device = m_context.getDevice(); iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 253 const auto device = m_context.getDevice(); in iterate() local 283 ImageWithMemory colorImage (vkd, device, alloc, colorBufferInfo, MemoryRequirement::Any); in iterate() 286 const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate() 293 BufferWithMemory verificationBuffer (vkd, device, alloc, verificationBufferInfo, MemoryRequirement::HostVisible); in iterate() 298 const auto pipelineLayout = makePipelineLayout(vkd, device); in iterate() 304 const auto meshShader = createShaderModule(vkd, device, binaries.get("mesh")); in iterate() 305 const auto fragShader = createShaderModule(vkd, device, binaries.get("frag")); in iterate() 309 taskShader = createShaderModule(vkd, device, binaries.get("task")); in iterate() 312 const auto renderPass = makeRenderPass(vkd, device, imageFormat); in iterate() 315 const auto framebuffer = makeFramebuffer(vkd, device, renderPas in iterate() 2112 const auto device = m_context.getDevice(); iterate() local 2454 const auto device = m_context.getDevice(); iterate() local [all...] |
/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/ |
H A D | nn_compiled_cache_test.cpp | 20 #include "device.h" 119 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); in Creator() local 121 EXPECT_CALL(*((MockIDevice *) device.get()), GetDeviceStatus(::testing::_)) in Creator() 129 EXPECT_CALL(*((MockIDevice *) device.get()), GetDeviceName(::testing::_)) in Creator() 132 EXPECT_CALL(*((MockIDevice *) device.get()), GetVendorName(::testing::_)) in Creator() 135 EXPECT_CALL(*((MockIDevice *) device.get()), GetVersion(::testing::_)) in Creator() 138 EXPECT_CALL(*((MockIDevice *) device.get()), AllocateBuffer(::testing::_, ::testing::_)) in Creator() 141 std::shared_ptr<Backend> backend = std::make_unique<NNBackend>(device, backendID); in Creator() 183 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); in Creator2() local 185 EXPECT_CALL(*((MockIDevice *) device in Creator2() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_service.cpp | 56 void PanService::NotifyStateChanged(const RawAddress &device, int state) in NotifyStateChanged() argument 61 panObservers_.ForEach([device, newState](IPanObserver &observer) { in NotifyStateChanged() 62 observer.OnConnectionStateChanged(device, newState); in NotifyStateChanged() 149 int PanService::Connect(const RawAddress &device) in Connect() argument 156 int PanService::Disconnect(const RawAddress &device) in Disconnect() argument 161 std::string address = device.GetAddress(); in Disconnect() 211 void PanService::CloseNetwork(std::string device) in CloseNetwork() argument 219 (it->first != device)) { in CloseNetwork() 220 LOG_DEBUG("[PAN Service]%{public}s had other connected device", __PRETTY_FUNCTION__); in CloseNetwork() 241 LOG_DEBUG("[PAN Service]%{public}s is broadcast,also forward to other device", __PRETTY_FUNCTION_ in WriteNetworkData() 344 GetDeviceState(const RawAddress &device) GetDeviceState() argument 429 RemoveStateMachine(const std::string &device) RemoveStateMachine() argument [all...] |
/kernel/linux/linux-5.10/drivers/char/agp/ |
H A D | amd64-agp.c | 400 dev_info(&pdev->dev, "can't find ULi secondary device\n"); in uli_agp_init() 450 /* Handle shadow device of the Nvidia NForce3 */ 463 dev_info(&pdev->dev, "can't find Nforce3 secondary device\n"); in nforce3_agp_init() 535 pdev->device == PCI_DEVICE_ID_AMD_8151_0) { in agp_amd64_probe() 539 pdev->vendor, pdev->device); in agp_amd64_probe() 619 .device = PCI_DEVICE_ID_AMD_8151_0, 628 .device = PCI_DEVICE_ID_AL_M1689, 637 .device = PCI_DEVICE_ID_VIA_K8T800PRO_0, 646 .device = PCI_DEVICE_ID_VIA_8385_0, 655 .device [all...] |
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_nokia.c | 165 struct device *dev = &btdev->serdev->dev; in wakeup_handler() 184 struct device *dev = &btdev->serdev->dev; in nokia_reset() 224 struct device *dev = &btdev->serdev->dev; in nokia_send_alive_packet() 264 struct device *dev = &btdev->serdev->dev; in nokia_send_negotiation() 327 struct device *dev = &btdev->serdev->dev; in nokia_setup_fw() 341 dev_err(dev, "Unsupported bluetooth device!"); in nokia_setup_fw() 396 struct device *dev = &btdev->serdev->dev; in nokia_setup() 467 struct device *dev = &hu->serdev->dev; in nokia_open() 480 dev_dbg(&btdev->serdev->dev, "flush device"); in nokia_flush() 490 struct device *de in nokia_close() [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_sysfs.c | 30 static ssize_t power_on_acct_show(struct device *dev, in power_on_acct_show() 39 static ssize_t power_off_acct_show(struct device *dev, in power_off_acct_show() 53 static ssize_t type##_show(struct device *dev, \ 62 static ssize_t type##_show(struct device *dev, \ 95 static ssize_t init_pin_configs_show(struct device *dev, in init_pin_configs_show() 103 static ssize_t driver_pin_configs_show(struct device *dev, in driver_pin_configs_show() 167 static ssize_t type##_store(struct device *dev, \ 181 static ssize_t type##_store(struct device *dev, \ 202 static ssize_t type##_store(struct device *dev, \ 216 static ssize_t init_verbs_show(struct device *de [all...] |