Home
last modified time | relevance | path

Searched defs:devinfo (Results 1 – 25 of 144) sorted by relevance

123456

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c50 #define hdaa_lock(devinfo) mtx_lock((devinfo)->lock) argument
51 #define hdaa_unlock(devinfo) mtx_unlock((devinfo)->lock) argument
52 #define hdaa_lockassert(devinfo) mtx_assert((devinfo)->lock, MA_OWNED) argument
199 hdaa_audio_ctl_each(struct hdaa_devinfo *devinfo, int *index) in hdaa_audio_ctl_each()
210 hdaa_audio_ctl_amp_get(struct hdaa_devinfo *devinfo, nid_t nid, int dir, in hdaa_audio_ctl_amp_get()
266 struct hdaa_devinfo *devinfo = pdevinfo->devinfo; in hdaa_channels_handler() local
381 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_hpredir_handler() local
464 struct hdaa_devinfo *devinfo; in hdaa_autorecsrc_handler() local
534 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_presence_handler() local
605 struct hdaa_devinfo *devinfo = arg; in hdaa_jack_poll_callback() local
[all …]
H A Dhdaa_patches.c466 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_widget_patch() local
519 hdaa_patch(struct hdaa_devinfo *devinfo) in hdaa_patch()
755 hdaa_patch_direct(struct hdaa_devinfo *devinfo) in hdaa_patch_direct()
/freebsd/cddl/lib/libdtrace/
H A Dio.d31 typedef struct devinfo { struct
39 } devinfo_t; argument
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in77 typedef struct devinfo { struct
84 } devinfo_t; argument
/freebsd/stand/efi/gptboot/
H A Dproto.c61 dev_info_t *devinfo = (dev_info_t *)dskp->devinfo; in drvread() local
88 dev_info_t *devinfo = (dev_info_t *)dskp->devinfo; in drvwrite() local
115 dev_info_t *devinfo = (dev_info_t *)dskp->devinfo; in drvsize() local
142 dev_info_t *devinfo; in probe_handle() local
H A Ddrv.h32 void *devinfo; /* Really a dev_into_t *, but that's not in scope */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusba.c94 struct dev_info devinfo; in mdb_usba_get_usba_device() local
129 struct dev_info devinfo; in mdb_usba_get_usba_device() local
/freebsd/lib/libdevstat/
H A Ddevstat.h130 struct devinfo { struct
141 struct devinfo *dinfo; argument
/freebsd/stand/efi/boot1/
H A Dzfs_module.c46 dev_info_t *devinfo = priv; in ldi_get_size() local
55 dev_info_t *devinfo; in vdev_read() local
139 load(const char *filepath, dev_info_t *devinfo, void **bufp, size_t *bufsize) in load()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c414 struct ahc_devinfo devinfo; in ahc_handle_seqint() local
1047 struct ahc_devinfo devinfo; in ahc_handle_scsiint() local
1183 struct ahc_devinfo devinfo; in ahc_handle_scsiint() local
1210 struct ahc_devinfo devinfo; in ahc_handle_scsiint() local
1399 ahc_force_renegotiation(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) in ahc_force_renegotiation()
1851 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, in ahc_update_neg_request()
1894 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, in ahc_set_syncrate()
2019 ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, in ahc_set_width()
2075 ahc_set_tags(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, in ahc_set_tags()
2103 struct ahc_devinfo devinfo; in ahc_update_pending_scbs() local
[all …]
H A Daic79xx.c1049 struct ahd_devinfo devinfo; in ahd_handle_seqint() local
1191 struct ahd_devinfo devinfo; in ahd_handle_seqint() local
1302 struct ahd_devinfo devinfo; in ahd_handle_seqint() local
1381 struct ahd_devinfo devinfo; in ahd_handle_seqint() local
1440 struct ahd_devinfo devinfo; in ahd_handle_seqint() local
1624 struct ahd_devinfo devinfo; in ahd_handle_scsiint() local
2166 struct ahd_devinfo devinfo; in ahd_handle_nonpkt_busfree() local
2440 struct ahd_devinfo devinfo; in ahd_handle_proto_violation() local
2542 ahd_force_renegotiation(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) in ahd_force_renegotiation()
3006 ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, in ahd_update_neg_request()
[all …]
H A Daic7xxx_osm.c594 struct ahc_devinfo devinfo; ahc_action() local
819 struct ahc_devinfo devinfo; ahc_get_tran_settings() local
892 struct ahc_devinfo devinfo; ahc_async() local
1321 ahc_platform_set_tags(struct ahc_softc * ahc,struct ahc_devinfo * devinfo,int enable) ahc_platform_set_tags() argument
[all...]
H A Daic79xx_osm.c722 struct ahd_devinfo devinfo; ahd_set_tran_settings() local
838 struct ahd_devinfo devinfo; ahd_get_tran_settings() local
911 struct ahd_devinfo devinfo; ahd_async() local
1261 ahd_platform_set_tags(struct ahd_softc * ahd,struct ahd_devinfo * devinfo,int enable) ahd_platform_set_tags() argument
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_buf.c315 dev_info_t *devinfo; in ixgbe_alloc_tbd_ring() local
444 dev_info_t *devinfo; in ixgbe_alloc_rbd_ring() local
560 dev_info_t *devinfo = ixgbe->dip; in ixgbe_alloc_dma_buffer() local
663 dev_info_t *devinfo = ixgbe->dip; in ixgbe_alloc_tcb_lists() local
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_buf.c210 dev_info_t *devinfo; in igb_alloc_tbd_ring() local
448 dev_info_t *devinfo; in igb_alloc_rbd_ring() local
566 dev_info_t *devinfo = igb->dip; in igb_alloc_dma_buffer() local
669 dev_info_t *devinfo = igb->dip; in igb_alloc_tcb_lists() local
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c274 dev_info_t *devinfo; in e1000g_alloc_tx_descriptors() local
479 dev_info_t *devinfo; in e1000g_alloc_rx_descriptors() local
782 dev_info_t *devinfo; in e1000g_alloc_dvma_buffer() local
855 dev_info_t *devinfo; in e1000g_alloc_dma_buffer() local
953 dev_info_t *devinfo; in e1000g_alloc_dma_buffer_82546() local
1131 dev_info_t *devinfo; in e1000g_alloc_tx_packets() local
/illumos-gate/usr/src/cmd/allocate/
H A Dadd_allocatable.c71 devinfo_t devinfo; in main() local
173 devinfo_t *devinfo; in process_args() local
393 devinfo_t *devinfo; in check_args() local
/freebsd/contrib/libfido2/src/
H A Dhid_win.c207 get_path(HDEVINFO devinfo, SP_DEVICE_INTERFACE_DATA *ifdata) in get_path()
255 hid_ok(HDEVINFO devinfo, DWORD idx) in hid_ok()
299 copy_info(fido_dev_info_t *di, HDEVINFO devinfo, DWORD idx, in copy_info()
372 HDEVINFO devinfo = INVALID_HANDLE_VALUE; in fido_hid_manifest() local
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c324 ath_alloc_dma_mem(dev_info_t *devinfo, ddi_dma_attr_t *dma_attr, size_t memsize, in ath_alloc_dma_mem()
387 ath_buflist_setup(dev_info_t *devinfo, ath_t *asc, list_t *bflist, in ath_buflist_setup()
459 ath_desc_alloc(dev_info_t *devinfo, ath_t *asc) in ath_desc_alloc()
1926 ath_resume(dev_info_t *devinfo) in ath_resume()
1958 ath_attach(dev_info_t *devinfo, ddi_attach_cmd_t cmd) in ath_attach()
2371 ath_detach(dev_info_t *devinfo, ddi_detach_cmd_t cmd) in ath_detach()
2449 ath_quiesce(dev_info_t *devinfo) in ath_quiesce()
/freebsd/sys/dev/sound/pci/
H A Dspicds.c44 void *devinfo; member
140 spicds_create(device_t dev, void *devinfo, int num, spicds_ctrl ctrl) in spicds_create()
H A Demu10kx-pcm.c629 emu_erdcd(kobj_t obj __unused, void *devinfo, int regno) in emu_erdcd()
637 emu_ewrcd(kobj_t obj __unused, void *devinfo, int regno, uint32_t data) in emu_ewrcd()
654 emu_rdcd(kobj_t obj __unused, void *devinfo, int regno) in emu_rdcd()
666 emu_wrcd(kobj_t obj __unused, void *devinfo, int regno, uint32_t data) in emu_wrcd()
706 emupchan_init(kobj_t obj __unused, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int di… in emupchan_init()
858 emurchan_init(kobj_t obj __unused, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int di… in emurchan_init()
1039 emufxrchan_init(kobj_t obj __unused, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int … in emufxrchan_init()
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c769 dev_info_t *devinfo = pOdl->devinfo; in amd8111s_allocate_descriptors() local
926 dev_info_t *devinfo = pLayerPointers->pOdl->devinfo; in amd8111s_alloc_dma_ringbuf() local
1669 amd8111s_attach(dev_info_t *devinfo, ddi_attach_cmd_t cmd) in amd8111s_attach()
1822 amd8111s_detach(dev_info_t *devinfo, ddi_detach_cmd_t cmd) in amd8111s_detach()
1845 amd8111s_unattach(dev_info_t *devinfo, struct LayerPointers *pLayerPointers) in amd8111s_unattach()
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c332 dev_info_t *devinfo; /* Devinfo of the primary device */ member
394 dnet_probe(dev_info_t *devinfo) in dnet_probe()
439 dnet_hack(dev_info_t *devinfo) in dnet_hack()
505 dnet_attach(dev_info_t *devinfo, ddi_attach_cmd_t cmd) in dnet_attach()
778 dnet_detach(dev_info_t *devinfo, ddi_detach_cmd_t cmd) in dnet_detach()
2794 dnet_read_srom(dev_info_t *devinfo, int board_type, ddi_acc_handle_t io_handle, in dnet_read_srom()
2968 get_alternative_srom_image(dev_info_t *devinfo, uchar_t *vi, int len) in get_alternative_srom_image()
3022 set_alternative_srom_image(dev_info_t *devinfo, uchar_t *vi, int len) in set_alternative_srom_image()
3538 dev_info_t *devinfo = dnetp->devinfo; in dnet_hack_interrupts() local
3700 dnet_detach_hacked_interrupt(dev_info_t *devinfo) in dnet_detach_hacked_interrupt()
/freebsd/sys/dev/adb/
H A Dadbvar.h50 struct adb_devinfo devinfo[16]; member
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c1498 rge_resume(dev_info_t *devinfo) in rge_resume()
1565 rge_attach(dev_info_t *devinfo, ddi_attach_cmd_t cmd) in rge_attach()
1896 rge_quiesce(dev_info_t *devinfo) in rge_quiesce()
1919 rge_detach(dev_info_t *devinfo, ddi_detach_cmd_t cmd) in rge_detach()

123456