/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_wayland.c | 1262 VkDevice device, in wsi_wl_surface_create_swapchain() 1283 result = wsi_swapchain_init(wsi_device, &chain->base, device, in wsi_wl_surface_create_swapchain() 1261 wsi_wl_surface_create_swapchain(VkIcdSurfaceBase *icd_surface, VkDevice device, struct wsi_device *wsi_device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, struct wsi_swapchain **swapchain_out) wsi_wl_surface_create_swapchain() argument
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 22 - handle audio device stream format changes (will require changes to the core) 55 PA_MODULE_DESCRIPTION("CoreAudio device"); 58 PA_MODULE_USAGE("object_id=<the CoreAudio device id> " 135 static OSStatus io_render_proc (AudioDeviceID device, in io_render_proc() argument 145 pa_assert(device == u->object_id); in io_render_proc() 172 * The device settings will appear to be 'locked' for any application as long as the PA daemon is running. in ca_stream_format_changed() 211 /* get the device latency */ in get_latency_us() 218 pa_log_warn("Failed to get device latency: %d", err); in get_latency_us() 420 pa_log("Skipping device with more channels than we support (%u)", (unsigned int) buf->mNumberChannels); in ca_device_create_sink() 554 pa_log("Skipping device wit in ca_device_create_source() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDescriptorLimitsTests.cpp | 98 const VkDevice device, in makeRenderPassInputAttachment() 161 return RenderPassWrapper(pipelineConstructionType, vk, device, &renderPassInfo); in makeRenderPassInputAttachment() 97 makeRenderPassInputAttachment(const DeviceInterface& vk, const VkDevice device, const PipelineConstructionType pipelineConstructionType, const VkFormat colorFormat) makeRenderPassInputAttachment() argument
|
H A D | vktPipelineStencilTests.cpp | 63 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument 67 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 780 const VkDevice device = m_context.getDevice(); in createGraphicsPipeline() local 822 device, // device in createGraphicsPipeline()
|
/third_party/skia/src/gpu/v1/ |
H A D | Device.cpp | 387 // This offsetting in device space matches the expectations of the Android framework for non-AA in drawPoints() 712 // When the device doesn't have a texture, or a copy is requested, we create a temporary in snapSpecial() 713 // texture that matches the device contents in snapSpecial() 739 void Device::drawDevice(SkBaseDevice* device, in drawDevice() argument 743 // clear of the source device must occur before CHECK_SHOULD_DRAW in drawDevice() 745 this->INHERITED::drawDevice(device, sampling, paint); in drawDevice() 1016 // Skia's convention is to only clear a device if it is non-opaque. in onCreateDevice()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SetupRoutine.cpp | 40 Pointer<Byte> device(function.Arg<0>()); in generate() 46 Pointer<Byte> constants = device + OFFSET(vk::Device, constants); in generate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDescriptorLimitsTests.cpp | 96 const VkDevice device, in makeRenderPassInputAttachment() 158 return createRenderPass(vk, device, &renderPassInfo, DE_NULL); in makeRenderPassInputAttachment() 95 makeRenderPassInputAttachment(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat) makeRenderPassInputAttachment() argument
|
H A D | vktPipelineStencilTests.cpp | 61 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument 65 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 780 const VkDevice device = m_context.getDevice(); in createGraphicsPipeline() local 822 device, // device in createGraphicsPipeline()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 389 Bluetooth::BluetoothRemoteDevice device; in HWTEST_F() local 392 bluetoothConnection->OnConnectionStateChanged(device, state, cause); in HWTEST_F() 394 bluetoothConnection->OnConnectionStateChanged(device, state, cause); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/extcon/ |
H A D | extcon-arizona.c | 65 struct device *dev; 697 /* Make sure we keep the device enabled during the measurement */ in arizona_identify_headphone() 749 /* Make sure we keep the device enabled during the measurement */ in arizona_start_hpdet_acc_id() 1278 static int arizona_extcon_get_micd_configs(struct device *dev, in arizona_extcon_get_micd_configs() 1322 static int arizona_extcon_device_get_pdata(struct device *dev, in arizona_extcon_device_get_pdata() 1449 dev_err(&pdev->dev, "failed to allocate extcon device\n"); in arizona_extcon_probe() 1507 * against the MFD device, as that is where the of_node in arizona_extcon_probe() 1727 dev_err(&pdev->dev, "Can't register input device: %d\n", ret); in arizona_extcon_probe()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | xgene-dma.c | 76 /* X-Gene DMA device csr registers and bit definitions */ 247 * @pdma: X-Gene DMA device structure reference 248 * @dev: struct device reference for dma mapping api 272 struct device *dev; 289 * struct xgene_dma - internal representation of an X-Gene DMA device 290 * @dev: reference to this device's struct device 291 * @clk: reference to this device's clock 302 struct device *dev; 1356 /* DMA device inf in xgene_dma_init_hw() [all...] |
H A D | bcm-sba-raid.c | 26 * design, the internal buffer size of SBA hardware device is limited 32 * except submitting request to SBA hardware device via mailbox channels. 33 * This driver implements a DMA device with one DMA channel using a single 35 * For having more SBA DMA channels, we can create more SBA device nodes 132 /* Underlying device */ 133 struct device *dev; 149 struct device *mbox_dev; 150 /* DMA device and DMA channel */ 1557 sba->dma_chan.device = dma_dev; in sba_async_register() 1560 /* Initialize DMA device capabilit in sba_async_register() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | qat_uclo.c | 713 switch (handle->pci_dev->device) { in qat_uclo_get_dev_type() 721 pr_err("QAT: unsupported device 0x%x\n", in qat_uclo_get_dev_type() 722 handle->pci_dev->device); in qat_uclo_get_dev_type() 1068 pr_err("QAT: incompatible device majver 0x%x\n", maj_ver); in qat_uclo_check_simg_compat() 1394 if (handle->pci_dev->device == PCI_DEVICE_ID_INTEL_QAT_C3XXX) { in qat_uclo_wr_mimage()
|
H A D | qat_hal.c | 418 if (handle->pci_dev->device != PCI_DEVICE_ID_INTEL_QAT_DH895XCC) in qat_hal_init_esram() 494 pr_err("QAT: failed to get device out of reset\n"); in qat_hal_clr_reset() 683 if (handle->pci_dev->device == PCI_DEVICE_ID_INTEL_QAT_DH895XCC) { in qat_hal_init() 688 handle->fw_auth = (handle->pci_dev->device == in qat_hal_init()
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | smc_smp.c | 23 #include <linux/device.h> 1946 static int init_smc_related_rsrc(const struct device *class_dev) 2008 int smc_context_init(const struct device *class_dev)
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | xgene_edac.c | 46 struct device *dev; 510 struct device ddev; 989 /* L3 Error device */ 1018 struct device ddev; 1272 /* SoC error device */
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | cik.c | 2024 if (adev->pdev->device == 0x1312 || in cik_common_early_init() 2025 adev->pdev->device == 0x1316 || in cik_common_early_init() 2026 adev->pdev->device == 0x1317) in cik_common_early_init()
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | grcan.c | 251 struct device *ofdev_dev; 288 * running reset. A running reset, resets the device and continues from 295 * respectively in the case of a hanged device due to a txbug. 301 * when a reset is scheduled or when closing of the device is 413 * device is up in grcan_set_bittiming() 461 /* Reset device, but keep configuration information */ 478 /* stop device without changing any configurations */ 716 * device. in grcan_err() 730 netdev_err(dev, "Fatal AHB bus error %s- halting device\n", in grcan_err() 735 /* Prevent anything to be enabled again and halt device */ in grcan_err() [all...] |
/kernel/linux/linux-5.10/drivers/net/can/spi/ |
H A D | mcp251x.c | 29 #include <linux/device.h> 234 struct mutex mcp_lock; /* SPI device lock */ 751 /* May only be called when device is sleeping! */ 757 /* Force wakeup interrupt to wake device, but don't execute IST */ in mcp251x_hw_wake() 764 /* Put device into config mode */ in mcp251x_hw_wake() 767 /* Wait for the device to enter config mode */ in mcp251x_hw_wake() 837 /* Put device into loopback mode */ in mcp251x_set_normal_mode() 840 /* Put device into listen-only mode */ in mcp251x_set_normal_mode() 843 /* Put device into normal mode */ in mcp251x_set_normal_mode() 846 /* Wait for the device t in mcp251x_set_normal_mode() [all...] |
/kernel/linux/linux-5.10/drivers/net/can/m_can/ |
H A D | m_can.c | 1264 * returns 0 if an unsupported device is detected 1631 /* open the can device */ in m_can_open() 1634 netdev_err(dev, "failed to open can device\n"); in m_can_open() 1770 struct m_can_classdev *m_can_class_allocate_dev(struct device *dev) in m_can_class_allocate_dev() 1792 /* allocate the m_can device */ in m_can_class_allocate_dev() 1795 dev_err(dev, "Failed to allocate CAN device"); in m_can_class_allocate_dev() 1847 dev_info(m_can_dev->dev, "%s device registered (irq=%d, version=%d)\n", in m_can_class_register() 1851 * Stop clocks. They will be reactivated once the M_CAN device is opened in m_can_class_register() 1865 int m_can_class_suspend(struct device *dev) in m_can_class_suspend() 1885 int m_can_class_resume(struct device *de [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 15 #include <linux/device.h> 164 struct device *dev; 503 /* This function issues the specified command to the NAND device and 542 * NAND device. The address is used to select the source/destination for 618 /* Request the NANDFC to perform a read of the NAND device ID. */ 621 /* NANDFC buffer 0 is used for device ID output */ in send_read_id_v1_v2() 641 * NAND device status and returns the current status. */ 651 * The device status is stored in main_area0. To in get_dev_status_v1_v2() 703 /* This functions is used by upper layer to checks if device is ready */ 1682 struct device *de in mxcnd_attach_chip() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/ |
H A D | main.c | 1059 pdev->device == ALX_DEV_ID_AR8161 && in alx_init_sw() 1755 dev_err(&pdev->dev, "cannot map device registers\n"); in alx_probe() 1770 dev_err(&pdev->dev, "net device private data init failed\n"); in alx_probe() 1877 static int alx_suspend(struct device *dev) in alx_suspend() 1888 static int alx_resume(struct device *dev) in alx_resume() 1954 dev_err(&pdev->dev, "Failed to re-enable PCI device after reset\n"); in alx_pci_error_slot_reset()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/adaptec/ |
H A D | starfire.c | 1 /* starfire.c: Linux device driver for the Adaptec Starfire network adapter. */ 295 /* Offsets to the device registers. 296 Unlike software-only systems, device drivers interact with complex hardware. 298 device. The name can only partially document the semantics and make 561 int phy_cnt; /* MII device addresses. */ 562 unsigned char phys[PHY_CNT]; /* MII device addresses. */ 640 struct device *d = &pdev->dev; in starfire_init_one() 1993 static int __maybe_unused starfire_suspend(struct device *dev_d) in starfire_suspend() 2005 static int __maybe_unused starfire_resume(struct device *dev_d) in starfire_resume()
|