Searched refs:subdev (Results 1 - 25 of 397) sorted by relevance

1234567891011>>

/drivers/gpu/drm/nouveau/core/subdev/timer/
H A Dpriv.h4 #include <subdev/timer.h>
/drivers/gpu/drm/nouveau/core/core/
H A Dsubdev.c26 #include <core/subdev.h>
31 nouveau_subdev_reset(struct nouveau_object *subdev) argument
33 nv_trace(subdev, "resetting...\n");
34 nv_ofuncs(subdev)->fini(subdev, false);
35 nv_debug(subdev, "reset\n");
39 nouveau_subdev_init(struct nouveau_subdev *subdev) argument
41 int ret = nouveau_object_init(&subdev->base);
45 nouveau_subdev_reset(&subdev->base);
56 nouveau_subdev_fini(struct nouveau_subdev *subdev, boo argument
73 nouveau_subdev_destroy(struct nouveau_subdev *subdev) argument
93 struct nouveau_subdev *subdev; local
[all...]
H A Dprintk.c27 #include <core/subdev.h>
64 struct nouveau_object *subdev = object; local
71 subdev = object->engine;
75 if (subdev->parent)
76 device = subdev->parent;
78 if (level > nv_subdev(subdev)->debug)
82 name[level], nv_subdev(subdev)->name,
/drivers/media/platform/vsp1/
H A Dvsp1_hsit.h17 #include <media/v4l2-subdev.h>
31 static inline struct vsp1_hsit *to_hsit(struct v4l2_subdev *subdev) argument
33 return container_of(subdev, struct vsp1_hsit, entity.subdev);
H A Dvsp1_lif.h17 #include <media/v4l2-subdev.h>
30 static inline struct vsp1_lif *to_lif(struct v4l2_subdev *subdev) argument
32 return container_of(subdev, struct vsp1_lif, entity.subdev);
H A Dvsp1_lut.h17 #include <media/v4l2-subdev.h>
31 static inline struct vsp1_lut *to_lut(struct v4l2_subdev *subdev) argument
33 return container_of(subdev, struct vsp1_lut, entity.subdev);
H A Dvsp1_sru.h18 #include <media/v4l2-subdev.h>
33 static inline struct vsp1_sru *to_sru(struct v4l2_subdev *subdev) argument
35 return container_of(subdev, struct vsp1_sru, entity.subdev);
H A Dvsp1_uds.h17 #include <media/v4l2-subdev.h>
31 static inline struct vsp1_uds *to_uds(struct v4l2_subdev *subdev) argument
33 return container_of(subdev, struct vsp1_uds, entity.subdev);
H A Dvsp1_rwpf.h18 #include <media/v4l2-subdev.h>
44 static inline struct vsp1_rwpf *to_rwpf(struct v4l2_subdev *subdev) argument
46 return container_of(subdev, struct vsp1_rwpf, entity.subdev);
52 int vsp1_rwpf_enum_mbus_code(struct v4l2_subdev *subdev,
55 int vsp1_rwpf_enum_frame_size(struct v4l2_subdev *subdev,
58 int vsp1_rwpf_get_format(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh,
60 int vsp1_rwpf_set_format(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh,
62 int vsp1_rwpf_get_selection(struct v4l2_subdev *subdev,
65 int vsp1_rwpf_set_selection(struct v4l2_subdev *subdev,
[all...]
H A Dvsp1_bru.h18 #include <media/v4l2-subdev.h>
39 static inline struct vsp1_bru *to_bru(struct v4l2_subdev *subdev) argument
41 return container_of(subdev, struct vsp1_bru, entity.subdev);
/drivers/gpu/drm/nouveau/core/engine/device/
H A Dgm100.c25 #include <subdev/bios.h>
26 #include <subdev/bus.h>
27 #include <subdev/gpio.h>
28 #include <subdev/i2c.h>
29 #include <subdev/fuse.h>
30 #include <subdev/clock.h>
31 #include <subdev/therm.h>
32 #include <subdev/mxm.h>
33 #include <subdev/devinit.h>
34 #include <subdev/m
[all...]
/drivers/mtd/maps/
H A Dsa1100-flash.c36 struct sa_subdev_info subdev[0]; member in struct:sa_info
43 struct sa_subdev_info *subdev = container_of(map, struct sa_subdev_info, map); local
49 subdev->plat->set_vpp(1);
52 subdev->plat->set_vpp(0);
57 static void sa1100_destroy_subdev(struct sa_subdev_info *subdev) argument
59 if (subdev->mtd)
60 map_destroy(subdev->mtd);
61 if (subdev->map.virt)
62 iounmap(subdev->map.virt);
63 release_mem_region(subdev
66 sa1100_probe_subdev(struct sa_subdev_info *subdev, struct resource *res) argument
191 struct sa_subdev_info *subdev = &info->subdev[i]; local
[all...]
/drivers/gpu/drm/nouveau/core/subdev/bus/
H A Dnv31.c29 nv31_bus_intr(struct nouveau_subdev *subdev) argument
31 struct nouveau_bus *pbus = nouveau_bus(subdev);
36 subdev = nouveau_subdev(pbus, NVDEV_SUBDEV_GPIO);
37 if (subdev && subdev->intr)
38 subdev->intr(subdev);
54 subdev = nouveau_subdev(pbus, NVDEV_SUBDEV_THERM);
55 if (subdev && subdev
[all...]
H A Dnv04.c29 nv04_bus_intr(struct nouveau_subdev *subdev) argument
31 struct nouveau_bus *pbus = nouveau_bus(subdev);
41 subdev = nouveau_subdev(subdev, NVDEV_SUBDEV_GPIO);
42 if (subdev && subdev->intr)
43 subdev->intr(subdev);
H A Dnv50.c26 #include <subdev/timer.h>
47 nv50_bus_intr(struct nouveau_subdev *subdev) argument
49 struct nouveau_bus *pbus = nouveau_bus(subdev);
65 subdev = nouveau_subdev(pbus, NVDEV_SUBDEV_THERM);
66 if (subdev && subdev->intr)
67 subdev->intr(subdev);
/drivers/gpu/drm/nouveau/core/subdev/clock/
H A Dnv50.h4 #include <subdev/bus.h>
5 #include <subdev/bus/hwsq.h>
6 #include <subdev/clock.h>
/drivers/staging/comedi/
H A Dcomedilib.h24 int comedi_dio_get_config(struct comedi_device *dev, unsigned int subdev,
26 int comedi_dio_config(struct comedi_device *dev, unsigned int subdev,
28 int comedi_dio_bitfield2(struct comedi_device *dev, unsigned int subdev,
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
H A Dfan.h4 #include <subdev/bios/therm.h>
/drivers/gpu/drm/nouveau/core/subdev/fuse/
H A Dpriv.h4 #include <subdev/fuse.h>
/drivers/gpu/drm/nouveau/
H A DMakefile26 nouveau-y += core/core/subdev.o
28 nouveau-y += core/subdev/bar/base.o
29 nouveau-y += core/subdev/bar/nv50.o
30 nouveau-y += core/subdev/bar/nvc0.o
31 nouveau-y += core/subdev/bar/gk20a.o
32 nouveau-y += core/subdev/bios/base.o
33 nouveau-y += core/subdev/bios/bit.o
34 nouveau-y += core/subdev/bios/boost.o
35 nouveau-y += core/subdev/bios/conn.o
36 nouveau-y += core/subdev/bio
[all...]
/drivers/mtd/
H A Dmtdconcat.c46 struct mtd_info **subdev; member in struct:mtd_concat
51 * including the pointer array subdev points to:
76 struct mtd_info *subdev = concat->subdev[i]; local
79 if (from >= subdev->size) {
80 /* Not destined for this subdev */
82 from -= subdev->size;
85 if (from + len > subdev->size)
86 /* First part goes into this subdev */
87 size = subdev
128 struct mtd_info *subdev = concat->subdev[i]; local
186 struct mtd_info *subdev = concat->subdev[i]; local
242 struct mtd_info *subdev = concat->subdev[i]; local
302 struct mtd_info *subdev = concat->subdev[i]; local
377 struct mtd_info *subdev; local
503 struct mtd_info *subdev = concat->subdev[i]; local
537 struct mtd_info *subdev = concat->subdev[i]; local
571 struct mtd_info *subdev = concat->subdev[i]; local
582 struct mtd_info *subdev = concat->subdev[i]; local
595 struct mtd_info *subdev = concat->subdev[i]; local
609 struct mtd_info *subdev = concat->subdev[i]; local
629 struct mtd_info *subdev = concat->subdev[i]; local
658 struct mtd_info *subdev = concat->subdev[i]; local
677 mtd_concat_create(struct mtd_info *subdev[], int num_devs, const char *name) argument
[all...]
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dramcfg.c25 #include <subdev/bios.h>
26 #include <subdev/bios/bit.h>
27 #include <subdev/bios/ramcfg.h>
30 nvbios_ramcfg_strap(struct nouveau_subdev *subdev) argument
32 return (nv_rd32(subdev, 0x101000) & 0x0000003c) >> 2;
51 nvbios_ramcfg_index(struct nouveau_subdev *subdev) argument
53 struct nouveau_bios *bios = nouveau_bios(subdev);
54 u8 strap = nvbios_ramcfg_strap(subdev);
/drivers/gpu/drm/nouveau/core/include/core/
H A Dsubdev.h62 struct nouveau_subdev *subdev = nv_subdev(obj); local
63 u8 data = ioread8(subdev->mmio + addr);
64 nv_spam(subdev, "nv_rd08 0x%06x 0x%02x\n", addr, data);
71 struct nouveau_subdev *subdev = nv_subdev(obj); local
72 u16 data = ioread16_native(subdev->mmio + addr);
73 nv_spam(subdev, "nv_rd16 0x%06x 0x%04x\n", addr, data);
80 struct nouveau_subdev *subdev = nv_subdev(obj); local
81 u32 data = ioread32_native(subdev->mmio + addr);
82 nv_spam(subdev, "nv_rd32 0x%06x 0x%08x\n", addr, data);
89 struct nouveau_subdev *subdev local
97 struct nouveau_subdev *subdev = nv_subdev(obj); local
105 struct nouveau_subdev *subdev = nv_subdev(obj); local
[all...]
/drivers/gpu/drm/nouveau/core/include/subdev/
H A Dgpio.h4 #include <core/subdev.h>
8 #include <subdev/bios.h>
9 #include <subdev/bios/gpio.h>
38 return (void *)nv_device(obj)->subdev[NVDEV_SUBDEV_GPIO];
/drivers/gpu/drm/nouveau/core/subdev/vm/
H A Dnv04.h4 #include <subdev/vm.h>

Completed in 1210 milliseconds

1234567891011>>