Searched refs:dev (Results 551 - 575 of 6298) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdacc.c37 #include <dev/sound/pcm/sound.h>
41 #include <dev/sound/pci/hda/hda_reg.h>
42 #include <dev/sound/pci/hda/hdac.h>
44 SND_DECLARE_FILE("$FreeBSD: stable/11/sys/dev/sound/pci/hda/hdacc.c 345822 2019-04-03 01:30:59Z mav $");
47 device_t dev; member in struct:hdacc_fg
54 device_t dev; member in struct:hdacc_softc
394 hdacc_suspend(device_t dev) argument
398 device_printf(dev, "Suspend...\n");
400 bus_generic_suspend(dev);
402 device_printf(dev, "Suspen
408 hdacc_resume(device_t dev) argument
422 hdacc_probe(device_t dev) argument
453 hdacc_attach(device_t dev) argument
509 hdacc_detach(device_t dev) argument
520 hdacc_child_location_str(device_t dev, device_t child, char *buf, size_t buflen) argument
530 hdacc_child_pnpinfo_str_method(device_t dev, device_t child, char *buf, size_t buflen) argument
541 hdacc_print_child(device_t dev, device_t child) argument
554 hdacc_probe_nomatch(device_t dev, device_t child) argument
580 hdacc_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
602 hdacc_get_mtx(device_t dev, device_t child) argument
610 hdacc_codec_command(device_t dev, device_t child, uint32_t verb) argument
617 hdacc_stream_alloc(device_t dev, device_t child, int dir, int format, int stripe, uint32_t **dmapos) argument
631 hdacc_stream_free(device_t dev, device_t child, int dir, int stream) argument
636 HDAC_STREAM_FREE(device_get_parent(dev), dev, dir, stream); local
640 hdacc_stream_start(device_t dev, device_t child, int dir, int stream, bus_addr_t buf, int blksz, int blkcnt) argument
649 hdacc_stream_stop(device_t dev, device_t child, int dir, int stream) argument
652 HDAC_STREAM_STOP(device_get_parent(dev), dev, dir, stream); local
656 hdacc_stream_reset(device_t dev, device_t child, int dir, int stream) argument
659 HDAC_STREAM_RESET(device_get_parent(dev), dev, dir, stream); local
663 hdacc_stream_getptr(device_t dev, device_t child, int dir, int stream) argument
670 hdacc_stream_intr(device_t dev, int dir, int stream) argument
680 hdacc_unsol_alloc(device_t dev, device_t child, int wanted) argument
690 HDAC_UNSOL_ALLOC(device_get_parent(dev), dev, tag); local
700 hdacc_unsol_free(device_t dev, device_t child, int tag) argument
706 HDAC_UNSOL_FREE(device_get_parent(dev), dev, tag); local
710 hdacc_unsol_intr(device_t dev, uint32_t resp) argument
725 hdacc_pindump(device_t dev) argument
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.c31 __FBSDID("$FreeBSD: stable/11/sys/dev/drm2/i915/i915_drv.c 317609 2017-04-30 18:39:31Z markj $");
33 #include <dev/drm2/drmP.h>
34 #include <dev/drm2/drm_pciids.h>
35 #include <dev/drm2/i915/i915_drm.h>
36 #include "dev/drm2/i915/i915_drv.h"
38 #include "dev/drm2/i915/i915_trace.h"
40 #include "dev/drm2/i915/intel_drv.h"
42 #include <dev/drm2/drm_crtc_helper.h>
428 void intel_detect_pch(struct drm_device *dev) argument
430 struct drm_i915_private *dev_priv = dev
478 i915_semaphore_is_enabled(struct drm_device *dev) argument
495 i915_drm_freeze(struct drm_device *dev) argument
536 i915_suspend(struct drm_device *dev, pm_message_t state) argument
572 struct drm_device *dev = dev_priv->dev; local
579 __i915_drm_thaw(struct drm_device *dev) argument
623 i915_drm_thaw(struct drm_device *dev) argument
641 i915_resume(struct drm_device *dev) argument
677 i8xx_do_reset(struct drm_device *dev) argument
712 i965_reset_complete(struct drm_device *dev) argument
719 i965_do_reset(struct drm_device *dev) argument
746 ironlake_do_reset(struct drm_device *dev) argument
766 gen6_do_reset(struct drm_device *dev) argument
808 intel_gpu_reset(struct drm_device *dev) argument
858 i915_reset(struct drm_device *dev) argument
982 struct drm_device *dev = pci_get_drvdata(pdev); local
987 i915_pm_suspend(struct device *dev) argument
1011 i915_pm_resume(struct device *dev) argument
1019 i915_pm_freeze(struct device *dev) argument
1032 i915_pm_thaw(struct device *dev) argument
1040 i915_pm_poweroff(struct device *dev) argument
1193 struct drm_device *dev; local
1418 i915_reg_read_ioctl(struct drm_device *dev, void *data, struct drm_file *file) argument
[all...]
/freebsd-11-stable/contrib/libucl/tests/
H A Dbasic.test16 diff -s $_out $_t.res -u 2>/dev/null
25 $PROG -f $_t.in > /dev/null
27 $PROG -j $_t.in > /dev/null
28 $PROG -c -j $_t.in > /dev/null
30 $PROG -y $_t.in > /dev/null
32 $PROG -C $_t.in > /dev/null
34 $PROG -M $_t.in > /dev/null
35 $PROG -M -C $_t.in > /dev/null
/freebsd-11-stable/contrib/dialog/samples/
H A Dtailboxbg19 kill -$SIG_QUIT `cat $tempfile` 2>&1 >/dev/null 2>/dev/null
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.ksh45 while kill -0 $id >/dev/null 2>&1; do
46 $dtrace -p $id -s /dev/stdin <<-EOF
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_dma.c39 #include <dev/drm2/drmP.h>
44 * \param dev DRM device.
49 int drm_dma_setup(struct drm_device *dev) argument
53 dev->dma = malloc(sizeof(*dev->dma), DRM_MEM_DRIVER, M_NOWAIT | M_ZERO);
54 if (!dev->dma)
58 memset(&dev->dma->bufs[i], 0, sizeof(dev->dma->bufs[0]));
66 * \param dev DRM device.
71 void drm_dma_takedown(struct drm_device *dev) argument
117 drm_free_buffer(struct drm_device *dev, struct drm_buf * buf) argument
135 drm_core_reclaim_buffers(struct drm_device *dev, struct drm_file *file_priv) argument
[all...]
/freebsd-11-stable/sys/arm/freescale/
H A Dfsl_ocotp.c41 #include <dev/ofw/ofw_bus.h>
42 #include <dev/ofw/ofw_bus_subr.h>
61 #include <dev/fdt/fdt_common.h>
92 device_t dev; member in struct:ocotp_softc
106 ocotp_detach(device_t dev) argument
114 ocotp_attach(device_t dev) argument
119 sc = device_get_softc(dev);
120 sc->dev = dev;
124 sc->mem_res = bus_alloc_resource_any(dev, SYS_RES_MEMOR
148 ocotp_probe(device_t dev) argument
[all...]
/freebsd-11-stable/sys/arm/ti/usb/
H A Domap_usb.h46 int omap_usb_port_mode(device_t dev, int port);
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdc_subr.h48 int atkbdc_print_child(device_t bus, device_t dev);
49 int atkbdc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val);
50 int atkbdc_write_ivar(device_t bus, device_t dev, int index, uintptr_t val);
51 struct resource_list *atkbdc_get_resource_list(device_t bus, device_t dev);
/freebsd-11-stable/sbin/recoverdisk/
H A DMakefile9 ./${PROG} /dev/ad0
/freebsd-11-stable/etc/rc.d/
H A Dnfsd31 sysctl vfs.nfsd.nfs_privport=1 > /dev/null
33 sysctl vfs.nfsd.nfs_privport=0 > /dev/null
42 sysctl vfs.nfsd.server_max_nfsvers=4 > /dev/null
45 sysctl vfs.nfsd.server_max_nfsvers=3 > /dev/null
/freebsd-11-stable/gnu/usr.bin/groff/font/
H A DMakefile.dev4 FILESDIR?= ${fontdir}/dev${DEV}
6 SCRIPTSDIR?= ${fontdir}/dev${DEV}
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_fixup.h33 extern void ar71xx_pci_slot_create_eeprom_firmware(device_t dev,
H A Dar71xx_wdog.c47 device_t dev; member in struct:ar71xx_wdog_softc
61 device_printf(sc->dev, "ar71xx_wdog_watchdog_fn: cmd: %x\n", cmd);
66 device_printf(sc->dev, "ar71xx_wdog_watchdog_fn: programming timer: %jx\n", (uintmax_t) timer_val);
81 device_printf(sc->dev, "ar71xx_wdog_watchdog_fn: disarming\n");
91 ar71xx_wdog_probe(device_t dev) argument
94 device_set_desc(dev, "Atheros AR71XX watchdog timer");
99 ar71xx_wdog_sysctl(device_t dev) argument
101 struct ar71xx_wdog_softc *sc = device_get_softc(dev);
103 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(sc->dev);
104 struct sysctl_oid *tree = device_get_sysctl_tree(sc->dev);
119 ar71xx_wdog_attach(device_t dev) argument
[all...]
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_icvar.h32 device_t dev; member in struct:rt305x_ic_softc
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_synchronize_cache.h63 #include <dev/isci/scil/sati_translator_sequence.h>
H A Dscif_sas_constants.h67 #include <dev/isci/scil/sci_controller_constants.h>
H A Dscif_sas_internal_io_request.c64 #include <dev/isci/scil/scic_io_request.h>
65 #include <dev/isci/scil/scic_remote_device.h>
66 #include <dev/isci/scil/scic_user_callback.h>
67 #include <dev/isci/scil/scic_controller.h>
68 #include <dev/isci/scil/scic_task_request.h>
69 #include <dev/isci/scil/scif_user_callback.h>
71 #include <dev/isci/scil/scif_sas_controller.h>
72 #include <dev/isci/scil/scif_sas_domain.h>
73 #include <dev/isci/scil/scif_sas_remote_device.h>
74 #include <dev/isc
[all...]
H A Dscif_sas_stp_io_request.h68 #include <dev/isci/scil/sati_translator_sequence.h>
69 #include <dev/isci/scil/sci_types.h>
70 #include <dev/isci/scil/sci_status.h>
71 #include <dev/isci/scil/sci_base_request.h>
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc.h30 #include <dev/drm2/ttm/ttm_bo_driver.h>
31 #include <dev/drm2/ttm/ttm_memory.h>
83 extern int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev);
84 extern void ttm_dma_unpopulate(struct ttm_dma_tt *ttm_dma, struct device *dev);
/freebsd-11-stable/sys/i386/include/
H A Dspeaker.h11 #warning "machine/speaker.h is deprecated. Include dev/speaker/speaker.h instead."
14 #include <dev/speaker/speaker.h>
/freebsd-11-stable/sys/modules/ispfw/isp_2400/
H A DMakefile29 .PATH: ${SRCTOP}/sys/dev/ispfw
/freebsd-11-stable/sys/modules/ispfw/isp_12160/
H A DMakefile29 .PATH: ${SRCTOP}/sys/dev/ispfw
/freebsd-11-stable/sys/modules/ispfw/isp_1000/
H A DMakefile29 .PATH: ${SRCTOP}/sys/dev/ispfw
/freebsd-11-stable/sys/modules/ispfw/isp_1040/
H A DMakefile29 .PATH: ${SRCTOP}/sys/dev/ispfw

Completed in 146 milliseconds

<<21222324252627282930>>