Home
last modified time | relevance | path

Searched refs:device (Results 4876 - 4900 of 28310) sorted by relevance

1...<<191192193194195196197198199200>>...1133

/third_party/skia/src/core/
H A DSkCanvas.cpp197 SkCanvas::Layer::Layer(sk_sp<SkBaseDevice> device, in Layer() argument
200 : fDevice(std::move(device)) in Layer()
206 // can be used as-is to draw the result of the filter to the dst device. in Layer()
210 SkCanvas::MCRec::MCRec(SkBaseDevice* device) : fDevice(device) { in MCRec() argument
230 void SkCanvas::MCRec::reset(SkBaseDevice* device) { in reset() argument
232 SkASSERT(device); in reset()
234 fDevice = device; in reset()
242 // modifies the device's clip. in AutoUpdateQRBounds()
388 // know that the device i in resetForNextPicture()
395 init(sk_sp<SkBaseDevice> device) init() argument
443 SkCanvas(sk_sp<SkBaseDevice> device) SkCanvas() argument
556 SkBaseDevice* device = this->baseDevice(); writePixels() local
1157 SkBaseDevice* device = this->topDevice(); internalSaveBehind() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2949 void copyBufferToImage (Context& context, const DeviceInterface& vk, const VkDevice& device, const VkQueue& queue, VkCommandPool cmdPool, VkCommandBuffer cmdBuffer, VkBuffer buffer, VkImage image, VkImageAspectFlags aspect) in copyBufferToImage() argument
2973 submitCommandsAndWait(vk, device, queue, cmdBuffer); in copyBufferToImage()
2974 context.resetCommandPoolForVKSC(device, cmdPool); in copyBufferToImage()
3011 const VkDevice& device = context.getDevice(); in runAndVerifyDefaultPipeline() local
3210 const Unique<VkBuffer> vertexBuffer (createBuffer(vk, device, &vertexBufferParams)); in runAndVerifyDefaultPipeline()
3211 const UniquePtr<Allocation> vertexBufferMemory (allocator.allocate(getBufferMemoryRequirements(vk, device, *vertexBuffer), MemoryRequirement::HostVisible)); in runAndVerifyDefaultPipeline()
3213 VK_CHECK(vk.bindBufferMemory(device, *vertexBuffer, vertexBufferMemory->getMemory(), vertexBufferMemory->getOffset())); in runAndVerifyDefaultPipeline()
3227 const Unique<VkBuffer> readImageBuffer (createBuffer(vk, device, &readImageBufferParams)); in runAndVerifyDefaultPipeline()
3228 const UniquePtr<Allocation> readImageBufferMemory (allocator.allocate(getBufferMemoryRequirements(vk, device, *readImageBuffer), MemoryRequirement::HostVisible)); in runAndVerifyDefaultPipeline()
3230 VK_CHECK(vk.bindBufferMemory(device, *readImageBuffe in runAndVerifyDefaultPipeline()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2946 void copyBufferToImage (Context& context, const DeviceInterface& vk, const VkDevice& device, const VkQueue& queue, VkCommandPool cmdPool, VkCommandBuffer cmdBuffer, VkBuffer buffer, VkImage image, VkImageAspectFlags aspect) in copyBufferToImage() argument
2970 submitCommandsAndWait(vk, device, queue, cmdBuffer); in copyBufferToImage()
2971 context.resetCommandPoolForVKSC(device, cmdPool); in copyBufferToImage()
3008 const VkDevice& device = context.getDevice(); in runAndVerifyDefaultPipeline() local
3207 const Unique<VkBuffer> vertexBuffer (createBuffer(vk, device, &vertexBufferParams)); in runAndVerifyDefaultPipeline()
3208 const UniquePtr<Allocation> vertexBufferMemory (allocator.allocate(getBufferMemoryRequirements(vk, device, *vertexBuffer), MemoryRequirement::HostVisible)); in runAndVerifyDefaultPipeline()
3210 VK_CHECK(vk.bindBufferMemory(device, *vertexBuffer, vertexBufferMemory->getMemory(), vertexBufferMemory->getOffset())); in runAndVerifyDefaultPipeline()
3224 const Unique<VkBuffer> readImageBuffer (createBuffer(vk, device, &readImageBufferParams)); in runAndVerifyDefaultPipeline()
3225 const UniquePtr<Allocation> readImageBufferMemory (allocator.allocate(getBufferMemoryRequirements(vk, device, *readImageBuffer), MemoryRequirement::HostVisible)); in runAndVerifyDefaultPipeline()
3227 VK_CHECK(vk.bindBufferMemory(device, *readImageBuffe in runAndVerifyDefaultPipeline()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ngene/
H A Dngene-cards.c119 struct device *pdev = &chan->dev->pci_dev->dev; in tuner_attach_stv6110()
150 struct device *pdev = &chan->dev->pci_dev->dev; in tuner_attach_stv6111()
183 struct device *pdev = &chan->dev->pci_dev->dev; in tuner_attach_tda18271()
204 struct device *pdev = &chan->dev->pci_dev->dev; in tuner_tda18212_ping()
225 struct device *pdev = &chan->dev->pci_dev->dev; in tuner_attach_tda18212()
284 struct device *pdev = &chan->dev->pci_dev->dev; in demod_attach_stv0900()
328 struct device *pdev = &chan->dev->pci_dev->dev; in demod_attach_stv0910()
382 struct device *pdev = &chan->dev->pci_dev->dev; in demod_attach_stv0367()
401 struct device *pdev = &chan->dev->pci_dev->dev; in demod_attach_cxd28xx()
490 struct device *pde in demod_attach_drxk()
[all...]
/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dbmc150-accel-core.c262 struct device *dev = regmap_get_device(data->regmap); in bmc150_accel_set_mode()
323 struct device *dev = regmap_get_device(data->regmap); in bmc150_accel_update_slope()
385 struct device *dev = regmap_get_device(data->regmap); in bmc150_accel_set_power_state()
453 struct device *dev = regmap_get_device(data->regmap); in bmc150_accel_set_interrupt()
504 struct device *dev = regmap_get_device(data->regmap); in bmc150_accel_set_scale()
527 struct device *dev = regmap_get_device(data->regmap); in bmc150_accel_get_temp()
550 struct device *dev = regmap_get_device(data->regmap); in bmc150_accel_get_axis()
770 static ssize_t bmc150_accel_get_fifo_watermark(struct device *dev, in bmc150_accel_get_fifo_watermark()
785 static ssize_t bmc150_accel_get_fifo_state(struct device *dev, in bmc150_accel_get_fifo_state()
851 struct device *de in bmc150_accel_fifo_transfer()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dpc87427.c35 MODULE_PARM_DESC(force_id, "Override the detected device ID");
43 * device is using banked registers) and the register cache (needed to keep
47 struct device *hwmon_dev;
82 #define SIOREG_LDSEL 0x07 /* Logical device select */
143 /* ldi is the logical device index */
349 static struct pc87427_data *pc87427_update_device(struct device *dev) in pc87427_update_device()
387 static ssize_t fan_input_show(struct device *dev, in fan_input_show()
396 static ssize_t fan_min_show(struct device *dev, in fan_min_show()
405 static ssize_t fan_alarm_show(struct device *dev, in fan_alarm_show()
415 static ssize_t fan_fault_show(struct device *de
[all...]
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
H A Dmod_host.c39 * +--------+ | | other device requested
187 * we can decide some device is attached or not in usbhsh_is_running()
213 * So, driver should re-use the limited pipe for each device/endpoint. in usbhsh_endpoint_sequence_save()
252 struct device *dev = usbhs_priv_to_dev(priv); in usbhsh_pipe_attach()
329 struct device *dev = usbhs_priv_to_dev(priv); in usbhsh_pipe_detach()
373 struct device *dev = usbhs_priv_to_dev(priv); in usbhsh_endpoint_attach()
409 struct device *dev = usbhs_priv_to_dev(priv); in usbhsh_endpoint_detach()
449 * device control
478 /* return attached device */ in usbhsh_device_get()
489 struct device *de in usbhsh_device_attach()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Di740fb.c167 par->ddc_adapter.dev.parent = info->device; in i740fb_setup_ddc_bus()
407 dev_dbg(info->device, "decode_var: xres: %i, yres: %i, xres_v: %i, xres_v: %i\n", in i740fb_decode_var()
409 dev_dbg(info->device, " xoff: %i, yoff: %i, bpp: %i, graysc: %i\n", in i740fb_decode_var()
412 dev_dbg(info->device, " activate: %i, nonstd: %i, vmode: %i\n", in i740fb_decode_var()
414 dev_dbg(info->device, " pixclock: %i, hsynclen:%i, vsynclen:%i\n", in i740fb_decode_var()
416 dev_dbg(info->device, " left: %i, right: %i, up:%i, lower:%i\n", in i740fb_decode_var()
426 dev_err(info->device, "requested pixclock %i MHz out of range (max. %i MHz at 8bpp)\n", in i740fb_decode_var()
436 dev_err(info->device, "requested pixclock %i MHz out of range (max. %i MHz at 15/16bpp)\n", in i740fb_decode_var()
445 dev_err(info->device, "requested pixclock %i MHz out of range (max. %i MHz at 24bpp)\n", in i740fb_decode_var()
453 dev_err(info->device, "requeste in i740fb_decode_var()
[all...]
/kernel/linux/linux-6.6/drivers/memory/
H A Dmtk-smi.c9 #include <linux/device.h>
133 int (*config_port)(struct device *dev);
140 struct device *dev;
148 struct device *smi_common_dev; /* for sub common */
155 struct device *smi_common_dev; /* common or sub-common dev */
163 mtk_smi_larb_bind(struct device *dev, struct device *master, void *data) in mtk_smi_larb_bind()
181 mtk_smi_larb_unbind(struct device *dev, struct device *master, void *data) in mtk_smi_larb_unbind()
191 static int mtk_smi_larb_config_port_gen1(struct device *de
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Di740fb.c168 par->ddc_adapter.dev.parent = info->device; in i740fb_setup_ddc_bus()
408 dev_dbg(info->device, "decode_var: xres: %i, yres: %i, xres_v: %i, xres_v: %i\n", in i740fb_decode_var()
410 dev_dbg(info->device, " xoff: %i, yoff: %i, bpp: %i, graysc: %i\n", in i740fb_decode_var()
413 dev_dbg(info->device, " activate: %i, nonstd: %i, vmode: %i\n", in i740fb_decode_var()
415 dev_dbg(info->device, " pixclock: %i, hsynclen:%i, vsynclen:%i\n", in i740fb_decode_var()
417 dev_dbg(info->device, " left: %i, right: %i, up:%i, lower:%i\n", in i740fb_decode_var()
427 dev_err(info->device, "requested pixclock %i MHz out of range (max. %i MHz at 8bpp)\n", in i740fb_decode_var()
437 dev_err(info->device, "requested pixclock %i MHz out of range (max. %i MHz at 15/16bpp)\n", in i740fb_decode_var()
446 dev_err(info->device, "requested pixclock %i MHz out of range (max. %i MHz at 24bpp)\n", in i740fb_decode_var()
454 dev_err(info->device, "requeste in i740fb_decode_var()
[all...]
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/
H A Dmod_host.c39 * +--------+ | | other device requested
187 * we can decide some device is attached or not in usbhsh_is_running()
213 * So, driver should re-use the limited pipe for each device/endpoint. in usbhsh_endpoint_sequence_save()
252 struct device *dev = usbhs_priv_to_dev(priv); in usbhsh_pipe_attach()
329 struct device *dev = usbhs_priv_to_dev(priv); in usbhsh_pipe_detach()
373 struct device *dev = usbhs_priv_to_dev(priv); in usbhsh_endpoint_attach()
409 struct device *dev = usbhs_priv_to_dev(priv); in usbhsh_endpoint_detach()
449 * device control
478 /* return attached device */ in usbhsh_device_get()
489 struct device *de in usbhsh_device_attach()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/ngene/
H A Dngene-cards.c119 struct device *pdev = &chan->dev->pci_dev->dev; in tuner_attach_stv6110()
150 struct device *pdev = &chan->dev->pci_dev->dev; in tuner_attach_stv6111()
183 struct device *pdev = &chan->dev->pci_dev->dev; in tuner_attach_tda18271()
204 struct device *pdev = &chan->dev->pci_dev->dev; in tuner_tda18212_ping()
225 struct device *pdev = &chan->dev->pci_dev->dev; in tuner_attach_tda18212()
284 struct device *pdev = &chan->dev->pci_dev->dev; in demod_attach_stv0900()
328 struct device *pdev = &chan->dev->pci_dev->dev; in demod_attach_stv0910()
382 struct device *pdev = &chan->dev->pci_dev->dev; in demod_attach_stv0367()
401 struct device *pdev = &chan->dev->pci_dev->dev; in demod_attach_cxd28xx()
490 struct device *pde in demod_attach_drxk()
[all...]
/kernel/linux/linux-6.6/drivers/net/wwan/
H A Dwwan_core.c25 static DEFINE_MUTEX(wwan_register_lock); /* WWAN device create|remove lock */
27 static DEFINE_IDA(wwan_dev_ids); /* for unique WWAN device IDs */
39 * struct wwan_device - The structure that defines a WWAN device
41 * @id: WWAN device unique ID.
42 * @dev: Underlying device.
44 * @ops: wwan device ops
46 * @debugfs_dir: WWAN device debugfs dir
50 struct device dev;
66 * @dev: Underlying device
80 struct device de
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dpc87427.c35 MODULE_PARM_DESC(force_id, "Override the detected device ID");
43 * device is using banked registers) and the register cache (needed to keep
47 struct device *hwmon_dev;
82 #define SIOREG_LDSEL 0x07 /* Logical device select */
143 /* ldi is the logical device index */
349 static struct pc87427_data *pc87427_update_device(struct device *dev) in pc87427_update_device()
387 static ssize_t fan_input_show(struct device *dev, in fan_input_show()
396 static ssize_t fan_min_show(struct device *dev, in fan_min_show()
405 static ssize_t fan_alarm_show(struct device *dev, in fan_alarm_show()
415 static ssize_t fan_fault_show(struct device *de
[all...]
H A Df71882fg.c24 #define SIO_F71858FG_LD_HWM 0x02 /* Hardware monitor logical device */
25 #define SIO_F71882FG_LD_HWM 0x04 /* Hardware monitor logical device */
29 #define SIO_REG_LDSEL 0x07 /* Logical device select */
33 #define SIO_REG_ENABLE 0x30 /* Logical device enable */
34 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */
106 MODULE_PARM_DESC(force_id, "Override the detected device ID");
247 struct device *hwmon_dev;
338 static struct f71882fg_data *f71882fg_update_device(struct device *dev) in f71882fg_update_device()
513 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show()
522 static ssize_t show_temp(struct device *de
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DTextureD3D12.cpp487 MaybeError ValidateD3D12VideoTextureCanBeShared(Device* device, DXGI_FORMAT textureFormat) { in ValidateD3D12VideoTextureCanBeShared() argument
489 device->GetDeviceInfo().supportsSharedResourceCapabilityTier1; in ValidateD3D12VideoTextureCanBeShared()
505 ResultOrError<Ref<Texture>> Texture::Create(Device* device, in Create() argument
508 AcquireRef(new Texture(device, descriptor, TextureState::OwnedInternal)); in Create()
519 Device* device, in CreateExternalImage()
528 AcquireRef(new Texture(device, descriptor, TextureState::OwnedExternal)); in CreateExternalImage()
546 ResultOrError<Ref<Texture>> Texture::Create(Device* device, in Create() argument
550 AcquireRef(new Texture(device, descriptor, TextureState::OwnedExternal)); in Create()
622 Device* device = ToBackend(GetDevice()); in InitializeAsInternalTexture() local
624 if (device in InitializeAsInternalTexture()
518 CreateExternalImage( Device* device, const TextureDescriptor* descriptor, ComPtr<ID3D12Resource> d3d12Texture, Ref<D3D11on12ResourceCacheEntry> d3d11on12Resource, ExternalMutexSerial acquireMutexKey, ExternalMutexSerial releaseMutexKey, bool isSwapChainTexture, bool isInitialized) CreateExternalImage() argument
648 Texture(Device* device, const TextureDescriptor* descriptor, TextureState state) Texture() argument
663 Device* device = ToBackend(GetDevice()); DestroyImpl() local
995 Device* device = ToBackend(GetDevice()); ClearTexture() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c72 MODULE_PARM_DESC(phyaddr, "Physical device address");
384 * if the GMAC supports the EEE (from the HW cap reg) and the phy device
505 * @dev: device pointer.
706 * @dev: device pointer.
1105 * @dev: net device structure
1147 device_set_wakeup_capable(priv->device, !!wol.supported); in stmmac_init_phy()
1148 device_set_wakeup_enable(priv->device, !!wol.wolopts); in stmmac_init_phy()
1165 fwnode = dev_fwnode(priv->device); in stmmac_phy_setup()
1406 dma_unmap_page(priv->device, in stmmac_free_tx_buffer()
1411 dma_unmap_single(priv->device, in stmmac_free_tx_buffer()
4991 stmmac_dvr_probe(struct device *device, struct plat_stmmacenet_data *plat_dat, struct stmmac_resources *res) stmmac_dvr_probe() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
H A Dvgic-its.c159 * @dte_esz: device table entry size
207 * Find and returns a device in the device table for an ITS.
212 struct its_device *device; in find_its_device() local
214 list_for_each_entry(device, &its->device_list, dev_list) in find_its_device()
215 if (device_id == device->device_id) in find_its_device()
216 return device; in find_its_device()
229 struct its_device *device; in find_ite() local
232 device = find_its_device(its, device_id); in find_ite()
233 if (device in find_ite()
405 struct its_device *device; update_affinity_collection() local
1009 struct its_device *device; vgic_its_free_collection() local
1031 vgic_its_alloc_ite(struct its_device *device, struct its_collection *collection, u32 event_id) vgic_its_alloc_ite() argument
1060 struct its_device *device; vgic_its_cmd_handle_mapi() local
1115 vgic_its_free_device(struct kvm *kvm, struct its_device *device) vgic_its_free_device() argument
1156 struct its_device *device; vgic_its_alloc_device() local
1182 struct its_device *device; vgic_its_cmd_handle_mapd() local
2213 vgic_its_save_itt(struct vgic_its *its, struct its_device *device) vgic_its_save_itt() argument
[all...]
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptscsih.c455 desc = "device not there"; in mptscsih_info_scsiio()
523 desc1 = "fcpext device logged out"; in mptscsih_info_scsiio()
538 ioc->name, pScsiReply->Bus, pScsiReply->TargetID, sc->device->lun); in mptscsih_info_scsiio()
614 * If a SCSI I/O cmd, device disabled by OS and in mptscsih_io_done()
631 VirtDevice *vdevice = sc->device->hostdata; in mptscsih_io_done()
695 sc->device->host->host_no, sc->device->channel, in mptscsih_io_done()
696 sc->device->id, sc->device->lun, in mptscsih_io_done()
727 vdevice = sc->device in mptscsih_io_done()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptscsih.c455 desc = "device not there"; in mptscsih_info_scsiio()
523 desc1 = "fcpext device logged out"; in mptscsih_info_scsiio()
538 ioc->name, pScsiReply->Bus, pScsiReply->TargetID, sc->device->lun); in mptscsih_info_scsiio()
614 * If a SCSI I/O cmd, device disabled by OS and in mptscsih_io_done()
631 VirtDevice *vdevice = sc->device->hostdata; in mptscsih_io_done()
695 sc->device->host->host_no, sc->device->channel, in mptscsih_io_done()
696 sc->device->id, sc->device->lun, in mptscsih_io_done()
727 vdevice = sc->device in mptscsih_io_done()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1473 const auto device = m_context.getDevice(); in iterate() local
1529 const vk::ImageWithMemory texImage {vkd, device, allocator, texImgCreateInfo, vk::MemoryRequirement::Any}; in iterate()
1530 const vk::ImageWithMemory fbImage {vkd, device, allocator, fbImgCreateInfo, vk::MemoryRequirement::Any}; in iterate()
1534 const auto texView = vk::makeImageView(vkd, device, texImage.get(), vk::VK_IMAGE_VIEW_TYPE_2D, m_params.format, colorSubresourceRange); in iterate()
1535 const auto fbView = vk::makeImageView(vkd, device, fbImage.get(), vk::VK_IMAGE_VIEW_TYPE_2D, m_params.format, colorSubresourceRange); in iterate()
1541 const vk::BufferWithMemory texBuffer {vkd, device, allocator, texBufferInfo, vk::MemoryRequirement::HostVisible}; in iterate()
1542 const vk::BufferWithMemory resultsBuffer {vkd, device, allocator, resultsBufferInfo, vk::MemoryRequirement::HostVisible}; in iterate()
1581 vk::flushAlloc(vkd, device, texBufferAlloc); in iterate()
1614 const vk::BufferWithMemory vertexBuffer {vkd, device, allocator, vertexBufferInfo, vk::MemoryRequirement::HostVisible}; in iterate()
1620 vk::flushAlloc(vkd, device, vertexAllo in iterate()
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_cl_autogen.cpp83 cl_int CL_API_CALL clGetDeviceInfo(cl_device_id device, in clGetDeviceInfo() argument
90 "device = 0x%016" PRIxPTR in clGetDeviceInfo()
93 (uintptr_t)device, param_name, param_value_size, (uintptr_t)param_value, in clGetDeviceInfo()
98 ANGLE_CL_VALIDATE_ERROR(GetDeviceInfo, device, param_namePacked, param_value_size, param_value, in clGetDeviceInfo()
101 return GetDeviceInfo(device, param_namePacked, param_value_size, param_value, in clGetDeviceInfo()
524 cl_device_id device, in clGetProgramBuildInfo()
531 "program = 0x%016" PRIxPTR ", device = 0x%016" PRIxPTR in clGetProgramBuildInfo()
534 (uintptr_t)program, (uintptr_t)device, param_name, param_value_size, in clGetProgramBuildInfo()
539 ANGLE_CL_VALIDATE_ERROR(GetProgramBuildInfo, program, device, param_namePacked, in clGetProgramBuildInfo()
542 return GetProgramBuildInfo(program, device, param_namePacke in clGetProgramBuildInfo()
523 clGetProgramBuildInfo(cl_program program, cl_device_id device, cl_program_build_info param_name, size_t param_value_size, void *param_value, size_t *param_value_size_ret) clGetProgramBuildInfo() argument
638 clGetKernelWorkGroupInfo(cl_kernel kernel, cl_device_id device, cl_kernel_work_group_info param_name, size_t param_value_size, void *param_value, size_t *param_value_size_ret) clGetKernelWorkGroupInfo() argument
1277 clCreateCommandQueue(cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int *errcode_ret) clCreateCommandQueue() argument
1580 clRetainDevice(cl_device_id device) clRetainDevice() argument
1589 clReleaseDevice(cl_device_id device) clReleaseDevice() argument
1880 clCreateCommandQueueWithProperties(cl_context context, cl_device_id device, const cl_queue_properties *properties, cl_int *errcode_ret) clCreateCommandQueueWithProperties() argument
2161 clSetDefaultDeviceCommandQueue(cl_context context, cl_device_id device, cl_command_queue command_queue) clSetDefaultDeviceCommandQueue() argument
2175 clGetDeviceAndHostTimer(cl_device_id device, cl_ulong *device_timestamp, cl_ulong *host_timestamp) clGetDeviceAndHostTimer() argument
2189 clGetHostTimer(cl_device_id device, cl_ulong *host_timestamp) clGetHostTimer() argument
2240 clGetKernelSubGroupInfo(cl_kernel kernel, cl_device_id device, cl_kernel_sub_group_info param_name, size_t input_value_size, const void *input_value, size_t param_value_size, void *param_value, size_t *param_value_size_ret) clGetKernelSubGroupInfo() argument
[all...]
/kernel/linux/linux-5.10/drivers/acpi/nfit/
H A Dcore.c31 MODULE_PARM_DESC(force_enable_dimms, "Ignore _STA (ACPI DIMM device) status");
443 struct device *dev = acpi_desc->dev; in acpi_nfit_ctl()
692 struct device *dev = acpi_desc->dev; in add_spa()
722 struct device *dev = acpi_desc->dev; in add_memdev()
793 struct device *dev = acpi_desc->dev; in add_dcr()
821 struct device *dev = acpi_desc->dev; in add_bdw()
855 struct device *dev = acpi_desc->dev; in add_idt()
894 struct device *dev = acpi_desc->dev; in add_flush()
926 struct device *dev = acpi_desc->dev; in add_platform_cap()
938 struct device *de in add_table()
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dpxa_dma.c15 #include <linux/device.h>
151 dev_vdbg(&phy->vchan->vc.chan.dev->device, \
159 dev_vdbg(&phy->vchan->vc.chan.dev->device, \
166 dev_vdbg(&phy->vchan->vc.chan.dev->device, \
309 /* basic device status */ in state_show()
372 struct pxad_device *pdev = to_pxad_dev(pchan->vc.chan.device); in lookup_phy()
400 dev_dbg(&pchan->vc.chan.dev->device, in lookup_phy()
409 struct pxad_device *pdev = to_pxad_dev(chan->vc.chan.device); in pxad_free_phy()
413 dev_dbg(&chan->vc.chan.dev->device, in pxad_free_phy()
458 dev_dbg(&phy->vchan->vc.chan.dev->device, in phy_enable()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c115 * @priv: private device pointer
199 * @dev: net device structure
258 * @ndev: net device structure
350 rx_ring->rx_skbuff_dma[i] = dma_map_single(priv->device, skb->data, in sxgbe_init_rx_buffers()
353 if (dma_mapping_error(priv->device, rx_ring->rx_skbuff_dma[i])) { in sxgbe_init_rx_buffers()
366 * @dev: net device structure
382 dma_unmap_single(priv->device, rx_ring->rx_skbuff_dma[i], in sxgbe_free_rx_buffers()
388 * @dev: net device structure
394 static int init_tx_ring(struct device *dev, u8 queue_no, in init_tx_ring()
439 * @dev: net device structur
2058 sxgbe_drv_probe(struct device *device, struct sxgbe_plat_data *plat_dat, void __iomem *addr) sxgbe_drv_probe() argument
[all...]

Completed in 54 milliseconds

1...<<191192193194195196197198199200>>...1133