Searched defs:dev (Results 126 - 150 of 2117) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/arm/freescale/vybrid/
H A Dvf_tcon.c90 tcon_probe(device_t dev) argument
104 tcon_attach(device_t dev) argument
[all...]
/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Dixdp425_pci.c58 ixp425_md_attach(device_t dev) argument
159 int dev; local
[all...]
/freebsd-10-stable/sys/dev/acpica/
H A Dacpi_isab.c92 acpi_isab_probe(device_t dev) argument
106 acpi_isab_attach(device_t dev) argument
120 acpi_isab_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
[all...]
/freebsd-10-stable/sys/dev/aic7xxx/
H A Dahc_pci.c61 ahc_pci_probe(device_t dev) argument
74 ahc_pci_attach(device_t dev) argument
[all...]
/freebsd-10-stable/sys/dev/altera/atse/
H A Dif_atse_nexus.c67 atse_resource_int(device_t dev, const char *resname, int *v) argument
83 atse_resource_long(device_t dev, const char *resname, long *v) argument
99 atse_probe_nexus(device_t dev) argument
136 atse_attach_nexus(device_t dev) argument
[all...]
/freebsd-10-stable/sys/dev/altera/avgen/
H A Daltera_avgen_fdt.c62 altera_avgen_fdt_probe(device_t dev) argument
76 altera_avgen_fdt_attach(device_t dev) argument
133 altera_avgen_fdt_detach(device_t dev) argument
[all...]
H A Daltera_avgen_nexus.c57 altera_avgen_nexus_probe(device_t dev) argument
65 altera_avgen_nexus_attach(device_t dev) argument
117 altera_avgen_nexus_detach(device_t dev) argument
[all...]
/freebsd-10-stable/sys/dev/an/
H A Dif_an_isa.c84 an_probe_isa(device_t dev) argument
105 an_attach_isa(device_t dev) argument
[all...]
H A Dif_an_pccard.c113 an_pccard_probe(device_t dev) argument
127 an_pccard_attach(device_t dev) argument
[all...]
/freebsd-10-stable/sys/dev/ata/
H A Data-isa.c60 ata_isa_probe(device_t dev) argument
99 ata_isa_attach(device_t dev) argument
148 ata_isa_detach(device_t dev) argument
167 ata_isa_suspend(device_t dev) argument
178 ata_isa_resume(device_t dev) argument
[all...]
/freebsd-10-stable/sys/dev/atkbdc/
H A Datkbdc_subr.c51 atkbdc_print_child(device_t bus, device_t dev) argument
73 atkbdc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val) argument
98 atkbdc_write_ivar(device_t bus, device_t dev, int index, uintptr_t val) argument
123 atkbdc_get_resource_list(device_t bus, device_t dev) argument
[all...]
/freebsd-10-stable/sys/dev/cy/
H A Dcy_isa.c73 cy_isa_probe(device_t dev) argument
105 cy_isa_attach(device_t dev) argument
[all...]
/freebsd-10-stable/sys/dev/digi/
H A Ddigi_pci.c71 digi_pci_probe(device_t dev) argument
101 digi_pci_attach(device_t dev) argument
[all...]
/freebsd-10-stable/sys/dev/dpt/
H A Ddpt_pci.c64 dpt_pci_probe (device_t dev) argument
75 dpt_pci_attach (device_t dev) argument
[all...]
/freebsd-10-stable/sys/dev/drm/
H A Ddrm_dma.c44 int drm_dma_setup(struct drm_device *dev) argument
56 void drm_dma_takedown(struct drm_device *dev) argument
93 drm_free_buffer(struct drm_device *dev, drm_buf_t *buf) argument
103 drm_reclaim_buffers(struct drm_device *dev, struct drm_file *file_priv) argument
129 drm_dma(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
H A Ddrm_fops.c43 drm_open_helper(struct cdev *kdev, int flags, int fmt, DRM_STRUCTPROC *p, struct drm_device *dev) argument
[all...]
H A Ddrm_lock.c55 int drm_lock(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
109 drm_unlock(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
H A Ddrm_memory.c74 void *drm_ioremap_wc(struct drm_device *dev, drm_local_map_t *map) argument
79 void *drm_ioremap(struct drm_device *dev, drm_local_map_t *map) argument
H A Ddrm_pci.c57 drm_pci_alloc(struct drm_device *dev, size_t size, argument
117 drm_pci_free(struct drm_device *dev, drm_dma_handle_t *dmah) argument
H A Ddrm_scatter.c37 drm_sg_alloc(struct drm_device *dev, struct drm_scatter_gather *request) argument
85 drm_sg_alloc_ioctl(struct drm_device *dev, void *data, argument
111 drm_sg_free(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
H A Ddrm_vm.c37 struct drm_device *dev = drm_get_device_from_kdev(kdev); local
[all...]
H A Di915_drv.c49 struct drm_device *dev = device_get_softc(kdev); local
66 struct drm_device *dev = device_get_softc(kdev); local
76 i915_configure(struct drm_device *dev) argument
115 struct drm_device *dev = device_get_softc(kdev); local
128 struct drm_device *dev = device_get_softc(kdev); local
[all...]
H A Dmach64_drv.c50 static void mach64_configure(struct drm_device *dev) argument
88 struct drm_device *dev = device_get_softc(kdev); local
99 mach64_driver_load(struct drm_device * dev, unsigned long flags) argument
107 struct drm_device *dev = device_get_softc(kdev); local
[all...]
H A Dmach64_irq.c48 struct drm_device *dev = arg; local
74 u32 mach64_get_vblank_counter(struct drm_device * dev, int crtc) argument
84 int mach64_enable_vblank(struct drm_device * dev, in argument
104 mach64_disable_vblank(struct drm_device * dev, int crtc) argument
118 mach64_disable_vblank_local(struct drm_device * dev, int crtc) argument
136 mach64_driver_irq_preinstall(struct drm_device * dev) argument
147 mach64_driver_irq_postinstall(struct drm_device * dev) argument
152 mach64_driver_irq_uninstall(struct drm_device * dev) argument
[all...]
H A Dmga_drv.c65 static int mga_driver_device_is_agp(struct drm_device * dev) argument
90 mga_configure(struct drm_device *dev) argument
131 struct drm_device *dev = device_get_softc(kdev); local
144 struct drm_device *dev = device_get_softc(kdev); local
[all...]

Completed in 146 milliseconds

1234567891011>>