Searched refs:subdev (Results 251 - 275 of 912) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Devent.c23 #include <core/subdev.h>
30 nvkm_trace(event->subdev, "event: decr %08x on %d\n", types, index);
35 nvkm_trace(event->subdev, "event: blocking %d on %d\n", type, index);
47 nvkm_trace(event->subdev, "event: incr %08x on %d\n", types, index);
52 nvkm_trace(event->subdev, "event: allowing %d on %d\n", type, index);
65 nvkm_trace(event->subdev, "event: ntfy state changed\n");
100 struct nvkm_subdev *subdev = ntfy->event->subdev; local
102 nvkm_trace(subdev, "event: ntfy block %08x on %d wait:%d\n", ntfy->bits, ntfy->id, wait);
121 nvkm_trace(ntfy->event->subdev, "even
201 __nvkm_event_init(const struct nvkm_event_func *func, struct nvkm_subdev *subdev, int types_nr, int index_nr, struct nvkm_event *event) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Devent.h11 struct nvkm_subdev *subdev; member in struct:nvkm_event
37 nvkm_event_init(const struct nvkm_event_func *func, struct nvkm_subdev *subdev, argument
42 return __nvkm_event_init(func, subdev, types_nr, index_nr, event);
/linux-master/include/media/
H A Dv4l2-mc.h15 #include <media/v4l2-subdev.h>
37 * interface centric PC-consumer's hardware, V4L2 subdev centric camera
90 * source subdev to a sink pad.
92 * @src_sd: pointer to a source subdev
120 * subdev to a sink subdev.
128 * v4l2-async notifier subdev bound callback, to create all links from
/linux-master/drivers/media/v4l2-core/
H A DMakefile12 v4l2-event.o v4l2-subdev.o v4l2-common.o \
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-dma.c62 struct v4l2_subdev *subdev; local
65 subdev = xvip_dma_remote_subdev(&dma->pad, &fmt.pad);
66 if (subdev == NULL)
69 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt);
102 struct v4l2_subdev *subdev; local
116 subdev = media_entity_to_v4l2_subdev(entity);
118 ret = v4l2_subdev_call(subdev, video, s_stream, start);
397 * connected subdev.
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispstat.c116 stat->subdev.name);
126 stat->subdev.name);
243 stat->subdev.name);
261 stat->subdev.name);
291 stat->subdev.name);
297 stat->subdev.name);
313 stat->subdev.name);
327 stat->subdev.name, rval);
358 stat->subdev.name);
423 stat->subdev
811 omap3isp_stat_s_stream(struct v4l2_subdev *subdev, int enable) argument
1003 omap3isp_stat_subscribe_event(struct v4l2_subdev *subdev, struct v4l2_fh *fh, struct v4l2_event_subscription *sub) argument
1015 omap3isp_stat_unsubscribe_event(struct v4l2_subdev *subdev, struct v4l2_fh *fh, struct v4l2_event_subscription *sub) argument
1038 struct v4l2_subdev *subdev = &stat->subdev; local
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-ispif.h16 #include <media/v4l2-subdev.h>
43 struct v4l2_subdev subdev; member in struct:ispif_line
H A Dcamss-csiphy.h18 #include <media/v4l2-subdev.h>
69 struct v4l2_subdev subdev; member in struct:csiphy_device
/linux-master/drivers/media/i2c/
H A Dadp1653.c40 struct i2c_client *client = v4l2_get_subdevdata(&flash->subdev);
79 struct i2c_client *client = v4l2_get_subdevdata(&flash->subdev);
108 struct i2c_client *client = v4l2_get_subdevdata(&flash->subdev);
252 flash->subdev.ctrl_handler = &flash->ctrls;
257 * V4L2 subdev operations
263 struct i2c_client *client = v4l2_get_subdevdata(&flash->subdev);
301 ret = flash->platform_data->power(&flash->subdev, on);
319 flash->platform_data->power(&flash->subdev, 0);
327 adp1653_set_power(struct v4l2_subdev *subdev, int on) argument
329 struct adp1653_flash *flash = to_adp1653_flash(subdev);
382 struct v4l2_subdev *subdev = dev_get_drvdata(dev); local
393 struct v4l2_subdev *subdev = dev_get_drvdata(dev); local
516 struct v4l2_subdev *subdev = i2c_get_clientdata(client); local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dtu102.c24 #include <subdev/gsp.h>
33 nvkm_wr32(vfn->subdev.device, vfn->addr.priv + 0x1000 + (leaf * 4), mask);
41 nvkm_wr32(vfn->subdev.device, vfn->addr.priv + 0x1200 + (leaf * 4), mask);
49 nvkm_wr32(vfn->subdev.device, vfn->addr.priv + 0x1400 + (leaf * 4), mask);
57 nvkm_wr32(vfn->subdev.device, vfn->addr.priv + 0x1608, 0x0000000f);
65 nvkm_wr32(vfn->subdev.device, vfn->addr.priv + 0x1610, 0x0000000f);
72 struct nvkm_device *device = vfn->subdev.device;
H A Dpriv.h4 #define nvkm_vfn(p) container_of((p), struct nvkm_vfn, subdev)
5 #include <subdev/vfn.h>
H A Dga100.c24 #include <subdev/gsp.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dgk104.c26 #include <subdev/gsp.h>
31 struct nvkm_subdev *subdev = &top->subdev; local
32 struct nvkm_device *device = subdev->device;
46 nvkm_trace(subdev, "%02x: %08x\n", i, data);
99 nvkm_debug(subdev, "%02x.%d (%8s): addr %06x fault %2d "
H A Dga100.c24 #include <subdev/gsp.h>
29 struct nvkm_subdev *subdev = &top->subdev; local
30 struct nvkm_device *device = subdev->device;
44 nvkm_trace(subdev, "%02x: %08x\n", i, data);
89 nvkm_debug(subdev, "%02x.%d (%8s): addr %06x fault %2d "
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgp100.c26 #include <subdev/gsp.h>
31 struct nvkm_device *device = therm->subdev.device;
32 struct nvkm_subdev *subdev = &therm->subdev; local
38 nvkm_trace(subdev, "reading temperature from SHADOWed sensor\n");
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/privring/
H A Dgm200.c26 #include <subdev/gsp.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgp102.c26 #include <subdev/gsp.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c25 #include <subdev/fb.h>
1065 dma_free_coherent(vmm->mmu->subdev.device->dev, 16 * 1024,
1104 vmm->debug = mmu->subdev.debug;
1402 nvkm_memory_tags_put(vma->memory, vmm->mmu->subdev.device, &vma->tags);
1566 nvkm_memory_tags_put(vma->memory, vmm->mmu->subdev.device, &vma->tags);
H A Dtu102.c27 #include <subdev/gsp.h>
H A Dbase.c27 #include <subdev/bar.h>
28 #include <subdev/fb.h>
207 ret = nvkm_memory_new(mmu->subdev.device, NVKM_MEM_TARGET_INST,
280 struct nvkm_device *device = mmu->subdev.device;
317 struct nvkm_device *device = mmu->subdev.device;
368 nvkm_mmu_oneinit(struct nvkm_subdev *subdev) argument
370 struct nvkm_mmu *mmu = nvkm_mmu(subdev);
373 if (mmu->subdev.device->fb && mmu->subdev.device->fb->ram)
379 int ret = nvkm_vmm_new(subdev
389 nvkm_mmu_init(struct nvkm_subdev *subdev) argument
398 nvkm_mmu_dtor(struct nvkm_subdev *subdev) argument
[all...]
H A Dpriv.h4 #define nvkm_mmu(p) container_of((p), struct nvkm_mmu, subdev)
5 #include <subdev/mmu.h>
H A Dr535.c35 ret = nvkm_gsp_client_device_ctor(vmm->mmu->subdev.device->gsp,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dgp100.c26 #include <subdev/gsp.h>
52 nvkm_wr32(mc->subdev.device, 0x000160 + (leaf * 4), mask);
60 nvkm_wr32(mc->subdev.device, 0x000180 + (leaf * 4), mask);
H A Dga100.c24 #include <subdev/gsp.h>
29 struct nvkm_device *device = mc->subdev.device;
39 struct nvkm_device *device = mc->subdev.device;
49 return (nvkm_rd32(mc->subdev.device, 0x000600) & mask) == mask;
62 struct nvkm_device *device = mc->subdev.device;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgp102.c24 #include <subdev/gsp.h>
29 struct nvkm_device *device = ltc->subdev.device;

Completed in 203 milliseconds

<<11121314151617181920>>