/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | base.c | 32 nvkm_dma_oclass_new(struct nvkm_device *device, in nvkm_dma_oclass_new() argument 55 return nvkm_dma_oclass_new(oclass->engine->subdev.device, in nvkm_dma_oclass_fifo_new() 106 nvkm_dma_new_(const struct nvkm_dma_func *func, struct nvkm_device *device, in nvkm_dma_new_() argument 115 return nvkm_engine_ctor(&nvkm_dma, device, type, inst, true, &dma->engine); in nvkm_dma_new_()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-samsung-s6e63m0-spi.c | 3 #include <linux/device.h> 20 static int s6e63m0_spi_dcs_read(struct device *dev, void *trsp, in s6e63m0_spi_dcs_read() 33 static int s6e63m0_spi_dcs_write(struct device *dev, void *trsp, in s6e63m0_spi_dcs_write() 47 struct device *dev = &spi->dev; in s6e63m0_spi_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | ic.c | 85 struct nvkm_device *device = therm->subdev.device; in nvkm_therm_ic_ctor() local 86 struct nvkm_bios *bios = device->bios; in nvkm_therm_ic_ctor() 87 struct nvkm_i2c *i2c = device->i2c; in nvkm_therm_ic_ctor() 101 nvkm_i2c_bus_probe(bus, "monitoring device", board, in nvkm_therm_ic_ctor() 113 nvkm_i2c_bus_probe(bus, "monitoring device", board, in nvkm_therm_ic_ctor() 123 device. Let's try our static list. in nvkm_therm_ic_ctor() 125 nvkm_i2c_bus_probe(bus, "monitoring device", nv_board_infos, in nvkm_therm_ic_ctor()
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ad5592r-base.h | 19 struct device; 53 struct device *dev; 74 int ad5592r_probe(struct device *dev, const char *name, 76 void ad5592r_remove(struct device *dev);
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | cma3000_d0x_i2c.c | 14 static int cma3000_i2c_set(struct device *dev, in cma3000_i2c_set() 27 static int cma3000_i2c_read(struct device *dev, u8 reg, char *msg) in cma3000_i2c_read() 67 static int cma3000_i2c_suspend(struct device *dev) in cma3000_i2c_suspend() 77 static int cma3000_i2c_resume(struct device *dev) in cma3000_i2c_resume()
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | hda_dsp_common.c | 17 * Search card topology and return PCM device number 18 * matching Nth HDMI device (zero-based index). 63 hpcm->device = spcm->device; in hda_dsp_hdmi_build_controls() 66 i, hpcm->device, spcm); in hda_dsp_hdmi_build_controls() 69 hpcm->device = SNDRV_PCM_INVALID_DEVICE; in hda_dsp_hdmi_build_controls()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/ |
H A D | mt8192-afe-control.c | 44 unsigned int mt8192_general_rate_transform(struct device *dev, in mt8192_general_rate_transform() 88 static unsigned int dai_memif_rate_transform(struct device *dev, in dai_memif_rate_transform() 108 static unsigned int pcm_rate_transform(struct device *dev, in pcm_rate_transform() 128 unsigned int mt8192_rate_transform(struct device *dev, in mt8192_rate_transform()
|
/third_party/ffmpeg/libavcodec/ |
H A D | hwconfig.h | 45 #define HW_CONFIG_HWACCEL(device, frames, ad_hoc, format, device_type_, name) \ 49 .methods = (device ? AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX : 0) | \ 82 #define HW_CONFIG_ENCODER(device, frames, ad_hoc, format, device_type_) \ 86 .methods = (device ? AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX : 0) | \
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_driver_ds.h | 79 /* API of this device */ 85 /* Clock identifier for this device. */ 124 struct intel_ds_device *device; member 126 /* Unique queue ID across the device */ 152 void intel_ds_device_init(struct intel_ds_device *device, 157 void intel_ds_device_fini(struct intel_ds_device *device); 159 struct intel_ds_queue *intel_ds_device_add_queue(struct intel_ds_device *device,
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount05.c | 47 static char *device; variable 55 {"D:", &dflag, &device}, 107 tst_mkfs(NULL, device, fstype, NULL, NULL); in setup() 109 SAFE_MOUNT(cleanup, device, mntpoint_src, fstype, 0, NULL); in setup() 130 printf("-D device : device used for mounting.\n"); in help()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | MidiOutputPortSelector.java | 57 public void onDeviceOpened(MidiDevice device) { in onPortSelected() 58 if (device == null) { in onPortSelected() 61 mOpenDevice = device; in onPortSelected() 62 mOutputPort = device.openOutputPort(wrapper.getPortIndex()); in onPortSelected()
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
H A D | VulkanBackend.h | 27 DAWN_NATIVE_EXPORT VkInstance GetInstance(WGPUDevice device); 29 DAWN_NATIVE_EXPORT PFN_vkVoidFunction GetInstanceProcAddr(WGPUDevice device, const char* pName); 32 CreateNativeSwapChainImpl(WGPUDevice device, ::VkSurfaceKHR surface); 127 DAWN_NATIVE_EXPORT WGPUTexture WrapVulkanImage(WGPUDevice device,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
H A D | TextureMTL.h | 32 MaybeError ValidateIOSurfaceCanBeWrapped(const DeviceBase* device, 39 static ResultOrError<Ref<Texture>> Create(Device* device, 42 Device* device, 46 static Ref<Texture> CreateWrapping(Device* device,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | QueueGL.cpp | 26 Queue::Queue(Device* device) : QueueBase(device) { in Queue() argument 30 Device* device = ToBackend(GetDevice()); in SubmitImpl() local 38 device->SubmitFenceSync(); in SubmitImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandValidation.h | 34 MaybeError ValidateWriteBuffer(const DeviceBase* device, 51 MaybeError ValidateTextureCopyRange(DeviceBase const* device, 57 MaybeError ValidateImageCopyBuffer(DeviceBase const* device, 59 MaybeError ValidateImageCopyTexture(DeviceBase const* device,
|
H A D | Pipeline.h | 32 MaybeError ValidateProgrammableStage(DeviceBase* device, 77 PipelineBase(DeviceBase* device, 81 PipelineBase(DeviceBase* device, ObjectBase::ErrorTag tag); 84 PipelineBase(DeviceBase* device);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | SamplerD3D12.cpp | 36 Ref<Sampler> Sampler::Create(Device* device, const SamplerDescriptor* descriptor) { in Create() argument 37 return AcquireRef(new Sampler(device, descriptor)); in Create() 40 Sampler::Sampler(Device* device, const SamplerDescriptor* descriptor) in Sampler() argument 41 : SamplerBase(device, descriptor) { in Sampler()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | ComputeValidationTests.cpp | 27 wgpu::ShaderModule computeModule = utils::CreateShaderModule(device, R"( 32 wgpu::PipelineLayout pl = utils::MakeBasicPipelineLayout(device, nullptr); 38 pipeline = device.CreateComputePipeline(&csDesc); 42 wgpu::CommandEncoder encoder = device.CreateCommandEncoder(); in TestDispatch()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
H A D | WireBasicTests.cpp | 29 wgpuDeviceCreateCommandEncoder(device, nullptr); in TEST_F() 40 WGPUCommandEncoder encoder = wgpuDeviceCreateCommandEncoder(device, nullptr); in TEST_F() 55 WGPUCommandEncoder encoder = wgpuDeviceCreateCommandEncoder(device, nullptr); in TEST_F() 69 WGPUCommandEncoder encoder = wgpuDeviceCreateCommandEncoder(device, nullptr); in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | D3D12ResourceHeapTests.cpp | 64 wgpu::Texture texture = device.CreateTexture(&descriptor); in TEST_P() 74 texture = device.CreateTexture(&descriptor); in TEST_P() 88 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_P() 98 buffer = device.CreateBuffer(&descriptor); in TEST_P()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_android.h | 93 typedef VkResult (VKAPI_PTR *PFN_vkGetAndroidHardwareBufferPropertiesANDROID)(VkDevice device, const struct AHardwareBuffer* buffer, VkAndroidHardwareBufferPropertiesANDROID* pProperties); 94 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryAndroidHardwareBufferANDROID)(VkDevice device, const VkMemoryGetAndroidHardwareBufferInfoANDROID* pInfo, struct AHardwareBuffer** pBuffer); 98 VkDevice device, 103 VkDevice device,
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smbdirect.c | 45 struct ib_device *device; member 247 log_rdma_event(ERR, "%s on device %s info %p\n", in smbd_qp_async_error_upcall() 248 ib_event_msg(event->event), event->device->name, info); in smbd_qp_async_error_upcall() 288 ib_dma_unmap_single(request->info->id->device, in send_done() 468 wc->qp->device, in recv_done() 620 * Test if FRWR (Fast Registration Work Requests) is supported on the device 645 if (!frwr_is_supported(&info->id->device->attrs)) { in smbd_ia_open() 648 info->id->device->attrs.device_cap_flags, in smbd_ia_open() 649 info->id->device->attrs.max_fast_reg_page_list_len); in smbd_ia_open() 655 info->id->device in smbd_ia_open() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 123 VkDevice device; member 146 , device (device_) in Environment() 274 return allocateMemory(env.vkd, env.device, &memoryAllocateInfo); 285 return getDeviceMemoryParameters(getImageMemoryRequirements(env.vkd, env.device, image)); 290 return getDeviceMemoryParameters(getBufferMemoryRequirements(env.vkd, env.device, buffer)); 328 return createBuffer(env.vkd, env.device, &bufferCreateInfo); 363 VK_CHECK(env.vkd.bindBufferMemory(env.device, *buffer.object, *memory.object, 0)); 380 return createBufferView(env.vkd, env.device, &bufferViewCreateInfo); 450 return createImage(env.vkd, env.device, &imageCreateInfo); 488 VK_CHECK(env.vkd.bindImageMemory(env.device, *imag 1568 CaseDescription<Device> device; global() member 1749 Unique<VkDevice> device; global() member 2032 checkBufferSupport(const InstanceInterface& vki, VkPhysicalDevice device, VkBufferUsageFlags usage, VkExternalMemoryHandleTypeFlagBits externalMemoryType) checkBufferSupport() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_fc.c | 7 * Rewrite for host, target, device, and remote port attributes, 31 struct device *pdev, struct fc_vport_identifiers *ids, 356 static int fc_target_setup(struct transport_container *tc, struct device *dev, in fc_target_setup() 357 struct device *cdev) in fc_target_setup() 386 static int fc_host_setup(struct transport_container *tc, struct device *dev, in fc_host_setup() 387 struct device *cdev) in fc_host_setup() 468 static int fc_host_remove(struct transport_container *tc, struct device *dev, in fc_host_remove() 469 struct device *cdev) in fc_host_remove() 647 * @wwpn: wwpn of the fc_rport device 988 show_fc_rport_##field (struct device *de [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | ni.c | 468 if ((rdev->pdev->device == 0x9900) || in ni_init_golden_registers() 469 (rdev->pdev->device == 0x9901) || in ni_init_golden_registers() 470 (rdev->pdev->device == 0x9903) || in ni_init_golden_registers() 471 (rdev->pdev->device == 0x9904) || in ni_init_golden_registers() 472 (rdev->pdev->device == 0x9905) || in ni_init_golden_registers() 473 (rdev->pdev->device == 0x9906) || in ni_init_golden_registers() 474 (rdev->pdev->device == 0x9907) || in ni_init_golden_registers() 475 (rdev->pdev->device == 0x9908) || in ni_init_golden_registers() 476 (rdev->pdev->device == 0x9909) || in ni_init_golden_registers() 477 (rdev->pdev->device in ni_init_golden_registers() [all...] |