Home
last modified time | relevance | path

Searched refs:device (Results 4251 - 4275 of 28310) sorted by relevance

1...<<171172173174175176177178179180>>...1133

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgm200.c30 nvkm_mask(i2c->subdev.device, 0x00d968 + (aux * 0x50), 0x00010000, enable << 16); in gm200_aux_autodpcd()
44 gm200_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm200_i2c_new() argument
47 return nvkm_i2c_new_(&gm200_i2c, device, type, inst, pi2c); in gm200_i2c_new()
H A Dgk110.c28 nvkm_mask(i2c->subdev.device, 0x00e4f8 + (aux * 0x50), 0x00010000, enable << 16); in gk110_aux_autodpcd()
42 gk110_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk110_i2c_new() argument
45 return nvkm_i2c_new_(&gk110_i2c, device, type, inst, pi2c); in gk110_i2c_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dgk104.c58 .device = &nv04_mc_device,
63 gk104_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in gk104_mc_new() argument
65 return nvkm_mc_new_(&gk104_mc, device, type, inst, pmc); in gk104_mc_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dg84.c44 g84_clk_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in g84_clk_new() argument
47 return nv50_clk_new_(&g84_clk, device, type, inst, (device->chipset >= 0x94), pclk); in g84_clk_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgm107.c28 struct nvkm_device *device, int fbp, int *pltcs) in gm107_ram_probe_fbp()
30 u32 fbpao = nvkm_rd32(device, 0x021c14); in gm107_ram_probe_fbp()
31 return func->probe_fbp_amount(func, fbpao, device, fbp, pltcs); in gm107_ram_probe_fbp()
27 gm107_ram_probe_fbp(const struct nvkm_ram_func *func, struct nvkm_device *device, int fbp, int *pltcs) gm107_ram_probe_fbp() argument
H A Dramnv04.c34 struct nvkm_device *device = fb->subdev.device; in nv04_ram_new() local
35 u32 boot0 = nvkm_rd32(device, NV04_PFB_BOOT_0); in nv04_ram_new()
H A Dramgk104.c234 struct nvkm_device *device = fb->subdev.device; in gk104_ram_nuts() local
242 u32 prev = nvkm_rd32(device, addr); in gk104_ram_nuts()
263 if (ram->base.fb->subdev.device->disp) in gk104_ram_calc_gddr5()
664 if (ram->base.fb->subdev.device->disp) in gk104_ram_calc_gddr5()
714 if (ram->base.fb->subdev.device->disp) in gk104_ram_calc_sddr3()
946 if (ram->base.fb->subdev.device->disp) in gk104_ram_calc_sddr3()
1065 ret = gk104_pll_calc_hiclk(next->freq, subdev->device->crystal, in gk104_ram_calc_xits()
1115 struct nvkm_clk *clk = ram->base.fb->subdev.device->clk; in gk104_ram_calc()
1157 struct nvkm_device *device in gk104_ram_prog_0() local
1235 struct nvkm_device *device = ram->base.fb->subdev.device; gk104_ram_prog() local
1335 struct nvkm_device *device = subdev->device; gk104_ram_train_init_0() local
1400 struct nvkm_device *device = subdev->device; gk104_ram_init() local
1525 struct nvkm_device *device = subdev->device; gk104_ram_new_() local
[all...]
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H A Dhmc5843.h31 * struct hmc5843_data - device specific data
32 * @dev: actual device
40 struct device *dev;
51 int hmc5843_common_probe(struct device *dev, struct regmap *regmap,
53 void hmc5843_common_remove(struct device *dev);
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dad714x.h16 struct device;
36 struct device *dev;
50 struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq,
/kernel/linux/linux-6.6/tools/testing/cxl/
H A Dmock_acpi.c5 #include <linux/device.h>
10 struct acpi_device *to_cxl_host_bridge(struct device *host, struct device *dev) in to_cxl_host_bridge()
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6dsp-lpass-clocks.h22 int (*lpass_set_clk)(struct device *dev, int clk_id, int attr,
24 int (*lpass_vote_clk)(struct device *dev, uint32_t hid, const char *n, uint32_t *h);
25 int (*lpass_unvote_clk)(struct device *dev, uint32_t hid, uint32_t h);
H A Dq6adm.h19 struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate,
22 int q6adm_close(struct device *dev, struct q6copp *copp);
24 int q6adm_matrix_map(struct device *dev, int path,
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_fence.h60 VkResult vk_fence_create(struct vk_device *device,
65 void vk_fence_destroy(struct vk_device *device,
69 void vk_fence_reset_temporary(struct vk_device *device,
H A Dvk_sync_dummy.c27 vk_sync_dummy_init(struct vk_device *device, in vk_sync_dummy_init() argument
35 vk_sync_dummy_finish(struct vk_device *device, in vk_sync_dummy_finish() argument
40 vk_sync_dummy_wait_many(struct vk_device *device, in vk_sync_dummy_wait_many() argument
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_metal.h18 IMGUI_IMPL_API bool ImGui_ImplMetal_Init(id<MTLDevice> device);
26 IMGUI_IMPL_API bool ImGui_ImplMetal_CreateFontsTexture(id<MTLDevice> device);
28 IMGUI_IMPL_API bool ImGui_ImplMetal_CreateDeviceObjects(id<MTLDevice> device);
/third_party/skia/third_party/externals/dawn/src/fuzzers/
H A DDawnWireServerAndVulkanBackendFuzzer.cpp30 wgpu::Device device; in LLVMFuzzerTestOneInput()
37 device = wgpu::Device::Acquire(adapter.CreateDevice()); in LLVMFuzzerTestOneInput()
41 return device; in LLVMFuzzerTestOneInput()
H A DDawnWireServerAndD3D12BackendFuzzer.cpp30 wgpu::Device device; in LLVMFuzzerTestOneInput()
37 device = wgpu::Device::Acquire(adapter.CreateDevice()); in LLVMFuzzerTestOneInput()
41 return device; in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H A DBindGroupLayoutMTL.h28 static Ref<BindGroupLayout> Create(DeviceBase* device,
32 Ref<BindGroup> AllocateBindGroup(Device* device, const BindGroupDescriptor* descriptor);
36 BindGroupLayout(DeviceBase* device,
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dni.c468 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...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgk104.c234 struct nvkm_device *device = fb->subdev.device; in gk104_ram_nuts() local
242 u32 prev = nvkm_rd32(device, addr); in gk104_ram_nuts()
263 if (nvkm_device_engine(ram->base.fb->subdev.device, NVKM_ENGINE_DISP)) in gk104_ram_calc_gddr5()
664 if (nvkm_device_engine(ram->base.fb->subdev.device, NVKM_ENGINE_DISP)) in gk104_ram_calc_gddr5()
714 if (nvkm_device_engine(ram->base.fb->subdev.device, NVKM_ENGINE_DISP)) in gk104_ram_calc_sddr3()
946 if (nvkm_device_engine(ram->base.fb->subdev.device, NVKM_ENGINE_DISP)) in gk104_ram_calc_sddr3()
1065 ret = gk104_pll_calc_hiclk(next->freq, subdev->device->crystal, in gk104_ram_calc_xits()
1115 struct nvkm_clk *clk = ram->base.fb->subdev.device->clk; in gk104_ram_calc()
1157 struct nvkm_device *device in gk104_ram_prog_0() local
1235 struct nvkm_device *device = ram->base.fb->subdev.device; gk104_ram_prog() local
1335 struct nvkm_device *device = subdev->device; gk104_ram_train_init_0() local
1400 struct nvkm_device *device = subdev->device; gk104_ram_init() local
1525 struct nvkm_device *device = subdev->device; gk104_ram_new_() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsg.c99 static int sg_add_device(struct device *);
100 static void sg_remove_device(struct device *);
104 file descriptor list for device */
141 struct list_head sfd_siblings; /* protected by device's sfd_lock */
142 struct sg_device *parentdp; /* owning device */
162 typedef struct sg_device { /* holds the state of each scsi generic device */
163 struct scsi_device *device; member
167 u32 index; /* device index number */
170 atomic_t detaching; /* 0->device usable, 1->device detachin
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dni.c455 if ((rdev->pdev->device == 0x9900) || in ni_init_golden_registers()
456 (rdev->pdev->device == 0x9901) || in ni_init_golden_registers()
457 (rdev->pdev->device == 0x9903) || in ni_init_golden_registers()
458 (rdev->pdev->device == 0x9904) || in ni_init_golden_registers()
459 (rdev->pdev->device == 0x9905) || in ni_init_golden_registers()
460 (rdev->pdev->device == 0x9906) || in ni_init_golden_registers()
461 (rdev->pdev->device == 0x9907) || in ni_init_golden_registers()
462 (rdev->pdev->device == 0x9908) || in ni_init_golden_registers()
463 (rdev->pdev->device == 0x9909) || in ni_init_golden_registers()
464 (rdev->pdev->device in ni_init_golden_registers()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c17 * The virtual adapter(s) are present in the open firmware device
635 * @dev: device for which the memory is mapped
640 struct device *dev) in unmap_cmd_data()
675 * @dev: device for which to map dma memory
682 struct srp_cmd *srp_cmd, struct device *dev) in map_sg_data()
726 sdev_printk(KERN_ERR, cmd->device, in map_sg_data()
749 * @dev: dma device for which to map dma memory
756 struct srp_cmd *srp_cmd, struct device *dev) in map_data_for_srp_cmd()
765 sdev_printk(KERN_ERR, cmd->device, in map_data_for_srp_cmd()
769 sdev_printk(KERN_ERR, cmd->device, in map_data_for_srp_cmd()
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dasus-laptop.c157 * they also control the WLAN/Bluetooth device.
234 * about the hotk device
241 struct acpi_device *device; /* the device we are in */ member
274 acpi_handle handle; /* the handle of the hotk device */
450 struct device *parent = input->dev.parent; in pega_accel_poll()
456 * device, and perhaps a firmware bug. Fake the first report. */ in pega_accel_poll()
472 * "real up" in the device's cartiesian coordinates). */ in pega_accel_poll()
746 * Backlight device
814 pr_err("Could not register asus backlight device\ in asus_backlight_init()
1518 asus_acpi_notify(struct acpi_device *device, u32 event) asus_acpi_notify() argument
1826 asus_acpi_add(struct acpi_device *device) asus_acpi_add() argument
1904 asus_acpi_remove(struct acpi_device *device) asus_acpi_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_core.c22 #include <linux/device.h>
82 * will try to access an unmapped device address.
84 static int rproc_iommu_fault(struct iommu_domain *domain, struct device *dev, in rproc_iommu_fault()
103 struct device *dev = rproc->dev.parent; in rproc_enable_iommu()
121 dev_err(dev, "can't attach iommu device: %d\n", ret); in rproc_enable_iommu()
137 struct device *dev = rproc->dev.parent; in rproc_disable_iommu()
166 * @da: remoteproc device address to translate
171 * device addresses (which are hardcoded in the firmware). They may also have
175 * They may then ask us to copy objects into specific device addresses (e.g.
176 * code/data sections) or expose us certain symbols in other device addres
[all...]

Completed in 21 milliseconds

1...<<171172173174175176177178179180>>...1133