Searched refs:subdev (Results 26 - 50 of 908) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgk104.h28 #include <subdev/therm.h>
/linux-master/include/linux/mtd/
H A Dconcat.h13 struct mtd_info *subdev[], /* subdevices to concatenate */
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dfan.h4 #include <subdev/bios/therm.h>
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_brx.h14 #include <media/v4l2-subdev.h>
36 static inline struct vsp1_brx *to_brx(struct v4l2_subdev *subdev) argument
38 return container_of(subdev, struct vsp1_brx, entity.subdev);
H A Dvsp1_clu.h16 #include <media/v4l2-subdev.h>
38 static inline struct vsp1_clu *to_clu(struct v4l2_subdev *subdev) argument
40 return container_of(subdev, struct vsp1_clu, entity.subdev);
H A Dvsp1_hgo.h14 #include <media/v4l2-subdev.h>
33 static inline struct vsp1_hgo *to_hgo(struct v4l2_subdev *subdev) argument
35 return container_of(subdev, struct vsp1_hgo, histo.entity.subdev);
H A Dvsp1_lut.h16 #include <media/v4l2-subdev.h>
35 static inline struct vsp1_lut *to_lut(struct v4l2_subdev *subdev) argument
37 return container_of(subdev, struct vsp1_lut, entity.subdev);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dramcfg.c24 #include <subdev/bios.h>
25 #include <subdev/bios/bit.h>
26 #include <subdev/bios/ramcfg.h>
27 #include <subdev/bios/M0203.h>
30 nvbios_ramcfg_strap(struct nvkm_subdev *subdev) argument
32 return (nvkm_rd32(subdev->device, 0x101000) & 0x0000003c) >> 2;
51 nvbios_ramcfg_index(struct nvkm_subdev *subdev) argument
53 struct nvkm_bios *bios = subdev->device->bios;
54 u8 strap = nvbios_ramcfg_strap(subdev);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv50.c26 #include <subdev/bios.h>
27 #include <subdev/bios/dcb.h>
28 #include <subdev/bios/disp.h>
29 #include <subdev/bios/init.h>
30 #include <subdev/bios/pll.h>
31 #include <subdev/clk/pll.h>
32 #include <subdev/vga.h>
37 struct nvkm_subdev *subdev = &init->subdev; local
38 struct nvkm_device *device = subdev
93 struct nvkm_subdev *subdev = &base->subdev; local
122 struct nvkm_subdev *subdev = &init->base.subdev; local
[all...]
H A Dnv1a.c26 #include <subdev/bios.h>
27 #include <subdev/bios/init.h>
H A Dgv100.c24 #include <subdev/bios.h>
25 #include <subdev/bios/pll.h>
26 #include <subdev/clk/pll.h>
31 struct nvkm_subdev *subdev = &init->subdev; local
32 struct nvkm_device *device = subdev->device;
42 ret = gt215_pll_calc(subdev, &info, freq, &N, &fN, &M, &P);
57 nvkm_warn(subdev, "%08x/%dKhz unimplemented\n", type, freq);
/linux-master/drivers/mtd/
H A Dmtdconcat.c32 struct mtd_info **subdev; member in struct:mtd_concat
37 * including the pointer array subdev points to:
62 struct mtd_info *subdev = concat->subdev[i]; local
65 if (from >= subdev->size) {
66 /* Not destined for this subdev */
68 from -= subdev->size;
71 if (from + len > subdev->size)
72 /* First part goes into this subdev */
73 size = subdev
113 struct mtd_info *subdev = concat->subdev[i]; local
155 struct mtd_info *subdev = concat->subdev[i]; local
213 struct mtd_info *subdev = concat->subdev[i]; local
269 struct mtd_info *subdev = concat->subdev[i]; local
329 struct mtd_info *subdev = concat->subdev[i]; local
366 struct mtd_info *subdev; local
488 struct mtd_info *subdev = concat->subdev[i]; local
535 struct mtd_info *subdev = concat->subdev[i]; local
557 struct mtd_info *subdev = concat->subdev[i]; local
568 struct mtd_info *subdev = concat->subdev[i]; local
581 struct mtd_info *subdev = concat->subdev[i]; local
595 struct mtd_info *subdev = concat->subdev[i]; local
615 struct mtd_info *subdev = concat->subdev[i]; local
637 mtd_concat_create(struct mtd_info *subdev[], int num_devs, const char *name) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dpcie.c74 nvkm_trace(&pci->subdev, "set to version %i\n", version);
83 nvkm_debug(&pci->subdev, "pcie max speed: %s\n",
91 struct nvkm_subdev *subdev = &pci->subdev; local
102 nvkm_error(subdev, "couldn't raise version: %i\n", ret);
117 struct nvkm_subdev *subdev; local
127 subdev = &pci->subdev;
128 nvkm_trace(subdev, "requested %s\n", nvkm_pcie_speeds[speed]);
131 nvkm_error(subdev, "settin
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dgk104.c49 struct nvkm_subdev *subdev = &ce->subdev; local
50 struct nvkm_device *device = subdev->device;
54 nvkm_warn(subdev, "LAUNCHERR %08x [%s]\n", stat, en ? en->name : "");
61 struct nvkm_subdev *subdev = &ce->subdev; local
62 struct nvkm_device *device = subdev->device;
63 const u32 base = subdev->inst * 0x1000;
67 nvkm_warn(subdev, "BLOCKPIPE\n");
72 nvkm_warn(subdev, "NONBLOCKPIP
[all...]
H A Dgp100.c51 struct nvkm_subdev *subdev = &ce->subdev; local
52 struct nvkm_device *device = subdev->device;
56 nvkm_warn(subdev, "LAUNCHERR %08x [%s]\n", stat, en ? en->name : "");
62 struct nvkm_subdev *subdev = &ce->subdev; local
63 struct nvkm_device *device = subdev->device;
64 const u32 base = subdev->inst * 0x80;
68 nvkm_warn(subdev, "BLOCKPIPE\n");
73 nvkm_warn(subdev, "NONBLOCKPIP
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dnv40.c30 struct nvkm_subdev *subdev = &tmr->subdev; local
31 struct nvkm_device *device = subdev->device;
46 nvkm_warn(subdev, "unknown input clock freq\n");
65 nvkm_debug(subdev, "input frequency : %dHz\n", f);
66 nvkm_debug(subdev, "numerator : %08x\n", n);
67 nvkm_debug(subdev, "denominator : %08x\n", d);
68 nvkm_debug(subdev, "timer frequency : %dHz\n", f * d / n);
H A Dnv41.c30 struct nvkm_subdev *subdev = &tmr->subdev; local
31 struct nvkm_device *device = subdev->device;
60 nvkm_debug(subdev, "input frequency : %dHz\n", f);
61 nvkm_debug(subdev, "input multiplier: %d\n", m);
62 nvkm_debug(subdev, "numerator : %08x\n", n);
63 nvkm_debug(subdev, "denominator : %08x\n", d);
64 nvkm_debug(subdev, "timer frequency : %dHz\n", (f * m) * d / n);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
H A Dpriv.h4 #define nvkm_fuse(p) container_of((p), struct nvkm_fuse, subdev)
5 #include <subdev/fuse.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dfuse.h4 #include <core/subdev.h>
8 struct nvkm_subdev subdev; member in struct:nvkm_fuse
H A Diccsense.h5 #include <core/subdev.h>
8 struct nvkm_subdev subdev; member in struct:nvkm_iccsense
H A Dvfn.h4 #include <core/subdev.h>
8 struct nvkm_subdev subdev; member in struct:nvkm_vfn
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dpriv.h4 #define nvkm_bus(p) container_of((p), struct nvkm_bus, subdev)
5 #include <subdev/bus.h>
H A Dnv04.c27 #include <subdev/gpio.h>
32 struct nvkm_subdev *subdev = &bus->subdev; local
33 struct nvkm_device *device = subdev->device;
37 nvkm_error(subdev, "BUS ERROR\n");
45 nvkm_subdev_intr(&gpio->subdev);
51 nvkm_error(subdev, "intr %08x\n", stat);
59 struct nvkm_device *device = bus->subdev.device;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dpriv.h4 #define nvkm_top(p) container_of((p), struct nvkm_top, subdev)
5 #include <subdev/top.h>
/linux-master/drivers/staging/media/atomisp/include/linux/
H A Datomisp_gmin_platform.h21 int atomisp_register_i2c_module(struct v4l2_subdev *subdev,
29 struct v4l2_subdev *subdev,

Completed in 183 milliseconds

1234567891011>>