Searched refs:dev (Results 51 - 75 of 5985) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/dev/drm/
H A Dradeon_drv.c33 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm/radeon_drv.c 283999 2015-06-04 20:36:16Z jhb $");
35 #include "dev/drm/drmP.h"
36 #include "dev/drm/drm.h"
37 #include "dev/drm/radeon_drm.h"
38 #include "dev/drm/radeon_drv.h"
39 #include "dev/drm/drm_pciids.h"
48 static void radeon_configure(struct drm_device *dev) argument
50 dev->driver->driver_features =
54 dev->driver->buf_priv_size = sizeof(drm_radeon_buf_priv_t);
55 dev
91 struct drm_device *dev = device_get_softc(kdev); local
104 struct drm_device *dev = device_get_softc(kdev); local
[all...]
H A Dmach64_irq.c39 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm/mach64_irq.c 189130 2009-02-28 02:37:55Z rnoland $");
41 #include "dev/drm/drmP.h"
42 #include "dev/drm/drm.h"
43 #include "dev/drm/mach64_drm.h"
44 #include "dev/drm/mach64_drv.h"
48 struct drm_device *dev = arg; local
49 drm_mach64_private_t *dev_priv = dev->dev_private;
68 drm_handle_vblank(dev, 0);
74 u32 mach64_get_vblank_counter(struct drm_device * dev, int crtc) argument
76 const drm_mach64_private_t *const dev_priv = dev
84 mach64_enable_vblank(struct drm_device * dev, int crtc) 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 Dsavage_drv.c30 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm/savage_drv.c 283999 2015-06-04 20:36:16Z jhb $");
32 #include "dev/drm/drmP.h"
33 #include "dev/drm/drm.h"
34 #include "dev/drm/savage_drm.h"
35 #include "dev/drm/savage_drv.h"
36 #include "dev/drm/drm_pciids.h"
43 static void savage_configure(struct drm_device *dev) argument
45 dev->driver->driver_features =
49 dev->driver->buf_priv_size = sizeof(drm_savage_buf_priv_t);
50 dev
77 struct drm_device *dev = device_get_softc(kdev); local
90 struct drm_device *dev = device_get_softc(kdev); local
[all...]
H A Dr128_drv.c35 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm/r128_drv.c 283999 2015-06-04 20:36:16Z jhb $");
37 #include "dev/drm/drmP.h"
38 #include "dev/drm/drm.h"
39 #include "dev/drm/r128_drm.h"
40 #include "dev/drm/r128_drv.h"
41 #include "dev/drm/drm_pciids.h"
48 static void r128_configure(struct drm_device *dev) argument
50 dev->driver->driver_features =
54 dev->driver->buf_priv_size = sizeof(drm_r128_buf_priv_t);
55 dev
87 struct drm_device *dev = device_get_softc(kdev); local
97 r128_driver_load(struct drm_device * dev, unsigned long flags) argument
105 struct drm_device *dev = device_get_softc(kdev); local
[all...]
H A Dmach64_drv.c34 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm/mach64_drv.c 283999 2015-06-04 20:36:16Z jhb $");
39 #include "dev/drm/drmP.h"
40 #include "dev/drm/drm.h"
41 #include "dev/drm/mach64_drm.h"
42 #include "dev/drm/mach64_drv.h"
43 #include "dev/drm/drm_pciids.h"
50 static void mach64_configure(struct drm_device *dev) argument
52 dev->driver->driver_features =
56 dev->driver->buf_priv_size = 1; /* No dev_priv */
57 dev
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...]
/freebsd-11.0-release/sys/dev/iicbus/
H A Diicbb.c28 __FBSDID("$FreeBSD: releng/11.0/sys/dev/iicbus/iicbb.c 289657 2015-10-20 19:52:59Z dumbbell $");
56 #include <dev/ofw/ofw_bus.h>
57 #include <dev/ofw/ofw_bus_subr.h>
58 #include <dev/fdt/fdt_common.h>
61 #include <dev/iicbus/iiconf.h>
62 #include <dev/iicbus/iicbus.h>
64 #include <dev/smbus/smbconf.h>
86 static int iicbb_transfer(device_t dev, struct iic_msg *msgs, uint32_t nmsgs);
128 iicbb_probe(device_t dev) argument
130 device_set_desc(dev, "I2
136 iicbb_attach(device_t dev) argument
150 iicbb_detach(device_t dev) argument
161 iicbb_get_node(device_t bus, device_t dev) argument
170 iicbb_child_detached( device_t dev, device_t child ) argument
179 iicbb_print_child(device_t bus, device_t dev) argument
230 iicbb_setscl(device_t dev, int val, int timeout) argument
247 iicbb_one(device_t dev, int timeout) argument
258 iicbb_zero(device_t dev, int timeout) argument
283 iicbb_ack(device_t dev, int timeout) argument
306 iicbb_sendbyte(device_t dev, u_char data, int timeout) argument
322 iicbb_readbyte(device_t dev, int last, int timeout) argument
346 iicbb_callback(device_t dev, int index, caddr_t data) argument
352 iicbb_reset(device_t dev, u_char speed, u_char addr, u_char *oldaddr) argument
358 iicbb_start(device_t dev, u_char slave, int timeout) argument
386 iicbb_stop(device_t dev) argument
399 iicbb_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
423 iicbb_read(device_t dev, char * buf, int len, int *read, int last, int delay) argument
441 iicbb_transfer(device_t dev, struct iic_msg *msgs, uint32_t nmsgs) argument
[all...]
H A Diicoc.c30 __FBSDID("$FreeBSD: releng/11.0/sys/dev/iicbus/iicoc.c 296137 2016-02-27 03:38:01Z jhibbits $");
43 #include <dev/iicbus/iiconf.h>
44 #include <dev/iicbus/iicbus.h>
45 #include <dev/iicbus/iicoc.h>
47 #include <dev/pci/pcireg.h>
48 #include <dev/pci/pcivar.h>
61 static int iicoc_start(device_t dev, u_char slave, int timeout);
62 static int iicoc_stop(device_t dev);
63 static int iicoc_read(device_t dev, char *buf,
65 static int iicoc_write(device_t dev, cons
70 device_t dev; /* Self */ member in struct:iicoc_softc
83 iicoc_dev_write(device_t dev, int reg, int value) argument
92 iicoc_dev_read(device_t dev, int reg) argument
103 iicoc_wait_on_status(device_t dev, uint8_t bit) argument
116 iicoc_rd_cmd(device_t dev, uint8_t cmd) argument
130 iicoc_wr_cmd(device_t dev, uint8_t data, uint8_t cmd) argument
143 iicoc_wr_ack_cmd(device_t dev, uint8_t data, uint8_t cmd) argument
156 iicoc_init(device_t dev) argument
177 iicoc_probe(device_t dev) argument
199 iicoc_attach(device_t dev) argument
229 iicoc_detach(device_t dev) argument
238 iicoc_start(device_t dev, u_char slave, int timeout) argument
276 iicoc_stop(device_t dev) argument
291 iicoc_write(device_t dev, const char *buf, int len, int *sent, int timeout ) argument
321 iicoc_read(device_t dev, char *buf, int len, int *read, int last, int delay) argument
347 iicoc_reset(device_t dev, u_char speed, u_char addr, u_char *oldadr) argument
360 iicoc_repeated_start(device_t dev, u_char slave, int timeout) argument
[all...]
/freebsd-11.0-release/sys/dev/nxge/include/
H A Dxgehal.h26 * $FreeBSD: releng/11.0/sys/dev/nxge/include/xgehal.h 173139 2007-10-29 14:19:32Z rwatson $
32 #include <dev/nxge/include/xge-defs.h>
33 #include <dev/nxge/include/xge-os-pal.h>
34 #include <dev/nxge/include/xge-debug.h>
35 #include <dev/nxge/include/xgehal-types.h>
36 #include <dev/nxge/include/xgehal-driver.h>
37 #include <dev/nxge/include/xgehal-config.h>
38 #include <dev/nxge/include/xgehal-device.h>
39 #include <dev/nxge/include/xgehal-channel.h>
40 #include <dev/nxg
[all...]
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_irq.c37 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm2/drm_irq.c 283291 2015-05-22 17:05:21Z jkim $");
39 #include <dev/drm2/drmP.h>
42 #define vblanktimestamp(dev, crtc, count) ( \
43 (dev)->_vblank_time[(crtc) * DRM_VBLANKTIME_RBSIZE + \
69 int drm_irq_by_busid(struct drm_device *dev, void *data, argument
74 if (!dev->driver->bus->irq_by_busid)
77 if (!drm_core_check_feature(dev, DRIVER_HAVE_IRQ))
80 return dev->driver->bus->irq_by_busid(dev, p);
86 static void clear_vblank_timestamps(struct drm_device *dev, in argument
98 vblank_disable_and_save(struct drm_device *dev, int crtc) argument
167 struct drm_device *dev = (struct drm_device *)arg; local
184 drm_vblank_cleanup(struct drm_device *dev) argument
209 drm_vblank_init(struct drm_device *dev, int num_crtcs) argument
286 drm_irq_install(struct drm_device *dev) argument
365 drm_irq_uninstall(struct drm_device *dev) argument
417 drm_control(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
545 drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev, int crtc, int *max_error, struct timeval *vblank_time, unsigned flags, struct drm_crtc *refcrtc) argument
726 drm_get_last_vbltimestamp(struct drm_device *dev, int crtc, struct timeval *tvblank, unsigned flags) argument
760 drm_vblank_count(struct drm_device *dev, int crtc) argument
780 drm_vblank_count_and_time(struct drm_device *dev, int crtc, struct timeval *vblanktime) argument
800 send_vblank_event(struct drm_device *dev, struct drm_pending_vblank_event *e, unsigned long seq, struct timeval *now) argument
825 drm_send_vblank_event(struct drm_device *dev, int crtc, struct drm_pending_vblank_event *e) argument
857 drm_update_vblank_count(struct drm_device *dev, int crtc) argument
916 drm_vblank_get(struct drm_device *dev, int crtc) argument
962 drm_vblank_put(struct drm_device *dev, int crtc) argument
982 drm_vblank_off(struct drm_device *dev, int crtc) argument
1020 drm_vblank_pre_modeset(struct drm_device *dev, int crtc) argument
1040 drm_vblank_post_modeset(struct drm_device *dev, int crtc) argument
1070 drm_modeset_ctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
1109 drm_queue_vblank_event(struct drm_device *dev, int pipe, union drm_wait_vblank *vblwait, struct drm_file *file_priv) argument
1192 drm_wait_vblank(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
1304 drm_handle_vblank_events(struct drm_device *dev, int crtc) argument
1341 drm_handle_vblank(struct drm_device *dev, int crtc) argument
[all...]
H A Ddrm_stub.c35 __FBSDID("$FreeBSD: releng/11.0/sys/dev/drm2/drm_stub.c 288653 2015-10-04 07:45:36Z adrian $");
37 #include <dev/drm2/drmP.h>
38 #include <dev/drm2/drm_core.h>
86 static int drm_minor_get_id(struct drm_device *dev, int type) argument
90 new_id = device_get_unit(dev->dev);
135 struct drm_device *dev = master->minor->dev; local
140 if (dev->driver->master_destroy)
141 dev
175 drm_setmaster_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
207 drm_dropmaster_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
225 drm_fill_in_dev(struct drm_device *dev, struct drm_driver *driver) argument
298 drm_cancel_fill_in_dev(struct drm_device *dev) argument
342 drm_get_minor(struct drm_device *dev, struct drm_minor **minor, int type) argument
436 drm_put_dev(struct drm_device *dev) argument
[all...]
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-upgrade.sh43 if [ -e "/dev/${MPART}" ] ; then
44 rc_nohalt "mount /dev/${MPART} ${FSMNT}"
55 mount -t devfs devfs ${FSMNT}/dev
62 chroot ${FSMNT} umount /proc >/dev/null 2>/dev/null
63 chroot ${FSMNT} umount /compat/linux/proc >/dev/null 2>/dev/null
72 cp ${FSMNT}${i} ${FSMNT}${i}.preUpgrade >/dev/null 2>/dev/null
76 rm -rf ${FSMNT}/etc/rc.d >/dev/nul
[all...]
/freebsd-11.0-release/sys/arm/allwinner/
H A Daw_if_dwc.c38 #include <dev/dwc/if_dwc.h>
39 #include <dev/dwc/if_dwcvar.h>
40 #include <dev/ofw/ofw_bus.h>
41 #include <dev/ofw/ofw_bus_subr.h>
44 #include <dev/extres/clk/clk.h>
45 #include <dev/extres/regulator/regulator.h>
50 a20_if_dwc_probe(device_t dev) argument
53 if (!ofw_bus_status_okay(dev))
55 if (!ofw_bus_is_compatible(dev, "allwinner,sun7i-a20-gmac"))
57 device_set_desc(dev, "A2
63 a20_if_dwc_init(device_t dev) argument
114 a20_if_dwc_mac_type(device_t dev) argument
121 a20_if_dwc_mii_clk(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_pcivar.h26 * $FreeBSD: releng/11.0/sys/dev/acpica/acpi_pcivar.h 297679 2016-04-07 17:15:16Z jhb $
34 void acpi_pci_child_added(device_t dev, device_t child);
/freebsd-11.0-release/sys/dev/etherswitch/arswitch/
H A Darswitch_7240.h26 * $FreeBSD: releng/11.0/sys/dev/etherswitch/arswitch/arswitch_7240.h 235323 2012-05-12 05:26:49Z adrian $
31 extern int ar7240_probe(device_t dev);
H A Darswitch_9340.h27 * $FreeBSD: releng/11.0/sys/dev/etherswitch/arswitch/arswitch_9340.h 256576 2013-10-16 03:15:52Z adrian $
32 extern int ar9340_probe(device_t dev);
H A Darswitch_phy.h26 * $FreeBSD: releng/11.0/sys/dev/etherswitch/arswitch/arswitch_phy.h 279767 2015-03-08 03:53:36Z adrian $
31 extern int arswitch_readphy_external(device_t dev, int phy, int reg);
32 extern int arswitch_writephy_external(device_t dev, int phy, int reg, int data);
34 extern int arswitch_readphy_internal(device_t dev, int phy, int reg);
35 extern int arswitch_writephy_internal(device_t dev, int phy, int reg, int data);
/freebsd-11.0-release/sys/mips/malta/
H A Dgtvar.h33 device_t dev; member in struct:gt_softc
/freebsd-11.0-release/sys/dev/usb/controller/
H A Ddwc_otg_hisi.c29 __FBSDID("$FreeBSD: releng/11.0/sys/dev/usb/controller/dwc_otg_hisi.c 287373 2015-09-01 17:13:04Z andrew $");
38 #include <dev/ofw/ofw_bus_subr.h>
40 #include <dev/usb/usb.h>
41 #include <dev/usb/usbdi.h>
43 #include <dev/usb/usb_busdma.h>
44 #include <dev/usb/usb_process.h>
46 #include <dev/usb/usb_controller.h>
47 #include <dev/usb/usb_bus.h>
49 #include <dev/usb/controller/dwc_otg.h>
50 #include <dev/us
56 hisi_dwc_otg_probe(device_t dev) argument
71 hisi_dwc_otg_attach(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/arm/at91/
H A Duart_bus_at91usart.c41 #include <dev/uart/uart.h>
42 #include <dev/uart/uart_bus.h>
43 #include <dev/uart/uart_cpu.h>
50 static int usart_at91_probe(device_t dev);
69 usart_at91_probe(device_t dev) argument
73 sc = device_get_softc(dev);
74 switch (device_get_unit(dev))
77 device_set_desc(dev, "DBGU");
86 device_set_desc(dev, "USART0");
89 device_set_desc(dev, "USART
[all...]
/freebsd-11.0-release/sys/arm/broadcom/bcm2835/
H A Dbcm283x_dwc_fdt.c38 #include <dev/ofw/ofw_bus_subr.h>
40 #include <dev/usb/usb.h>
41 #include <dev/usb/usbdi.h>
43 #include <dev/usb/usb_busdma.h>
44 #include <dev/usb/usb_process.h>
46 #include <dev/usb/usb_controller.h>
47 #include <dev/usb/usb_bus.h>
49 #include <dev/usb/controller/dwc_otg.h>
50 #include <dev/usb/controller/dwc_otg_fdt.h>
58 bcm283x_dwc_otg_probe(device_t dev) argument
73 bcm283x_dwc_otg_attach(device_t dev) argument
[all...]
/freebsd-11.0-release/sys/dev/dpaa/
H A Dfman.h26 * $FreeBSD: releng/11.0/sys/dev/dpaa/fman.h 296177 2016-02-29 03:38:00Z jhibbits $
36 device_t dev; member in struct:fman_softc
53 int fman_attach(device_t dev);
54 int fman_detach(device_t dev);
55 int fman_suspend(device_t dev);
56 int fman_resume(device_t dev);
57 int fman_shutdown(device_t dev);
58 int fman_read_ivar(device_t dev, device_t child, int index,
/freebsd-11.0-release/sys/boot/common/
H A Ddevopen.c38 struct devdesc *dev; local
41 result = archsw.arch_getdev((void **)&dev, fname, file);
46 f->f_devdata = dev;
47 result = dev->d_dev->dv_open(f, dev);
50 free(dev);
55 f->f_dev = dev->d_dev;
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dinterrupt.h48 struct device *dev; member in struct:irq_ent
57 linux_irq_rid(struct device *dev, int irq) argument
59 if (irq == dev->irq)
61 return irq - dev->msix + 1;
67 linux_irq_ent(struct device *dev, int irq) argument
71 list_for_each_entry(irqe, &dev->irqents, links)
84 struct device *dev; local
88 dev = _pci_find_irq_dev(irq);
89 if (dev == NULL)
91 rid = linux_irq_rid(dev, ir
118 struct device *dev; local
135 struct device *dev; local
[all...]
/freebsd-11.0-release/tools/regression/ccd/layout/
H A Dccd.sh17 ) > /dev/null 2>&1
24 ccdconfig -v ccd3 $5 $6 /dev/md90 /dev/md91 /dev/md92 /dev/md93
25 ./a > /dev/ccd3
27 md5 < /dev/md90
28 md5 < /dev/md91
29 md5 < /dev/md92
30 md5 < /dev/md9
[all...]
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdhw.c30 __FBSDID("$FreeBSD: releng/11.0/sys/dev/pms/RefTisa/tisa/sassata/common/tdhw.c 285242 2015-07-07 13:17:02Z achim $");
31 #include <dev/pms/config.h>
33 #include <dev/pms/freebsd/driver/common/osenv.h>
34 #include <dev/pms/freebsd/driver/common/ostypes.h>
35 #include <dev/pms/freebsd/driver/common/osdebug.h>
37 #include <dev/pms/RefTisa/sallsdk/api/sa.h>
38 #include <dev/pms/RefTisa/sallsdk/api/saapi.h>
39 #include <dev/pms/RefTisa/sallsdk/api/saosapi.h>
41 #include <dev/pms/RefTisa/tisa/api/titypes.h>
42 #include <dev/pm
[all...]

Completed in 243 milliseconds

1234567891011>>