Home
last modified time | relevance | path

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

1234

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c50 #define hdaa_lock(devinfo) snd_mtxlock((devinfo)->lock) argument
51 #define hdaa_unlock(devinfo) snd_mtxunlock((devinfo)->lock) argument
52 #define hdaa_lockassert(devinfo) snd_mtxassert((devinfo)->lock) 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
578 struct hdaa_devinfo *devinfo = arg; in hdaa_jack_poll_callback() local
[all …]
H A Dhdaa_patches.c420 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_widget_patch() local
473 hdaa_patch(struct hdaa_devinfo *devinfo) in hdaa_patch()
709 hdaa_patch_direct(struct hdaa_devinfo *devinfo) in hdaa_patch_direct()
H A Dhdaa.h112 struct hdaa_devinfo *devinfo; member
170 struct hdaa_devinfo *devinfo; member
225 struct hdaa_devinfo *devinfo; member
260 #define hdaa_codec_id(devinfo) \ argument
264 #define hdaa_card_id(devinfo) \ argument
/freebsd/cddl/lib/libdtrace/
H A Dio.d31 typedef struct devinfo { struct
39 } devinfo_t; argument
/freebsd/stand/efi/gptboot/
H A Dproto.c59 dev_info_t *devinfo = (dev_info_t *)dskp->devinfo; in drvread() local
86 dev_info_t *devinfo = (dev_info_t *)dskp->devinfo; in drvwrite() local
113 dev_info_t *devinfo = (dev_info_t *)dskp->devinfo; in drvsize() local
140 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
/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()
H A Dufs_module.c45 static dev_info_t *devinfo; variable
H A Dproto.c55 dev_info_t *devinfo; in probe_handle() local
H A Dboot1.c276 add_device(dev_info_t **devinfop, dev_info_t *devinfo) in add_device()
/freebsd/sys/dev/aic7xxx/
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...]
/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
/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()
857 emurchan_init(kobj_t obj __unused, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int di… in emurchan_init()
1037 emufxrchan_init(kobj_t obj __unused, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int … in emufxrchan_init()
H A Dneomagic.c225 nm_initcd(kobj_t obj, void *devinfo) in nm_initcd()
246 nm_rdcd(kobj_t obj, void *devinfo, int regno) in nm_rdcd()
262 nm_wrcd(kobj_t obj, void *devinfo, int regno, u_int32_t data) in nm_wrcd()
350 nmchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in nmchan_init()
H A Dcsapcm.c140 csa_rdcd(kobj_t obj, void *devinfo, int regno) in csa_rdcd()
154 csa_wrcd(kobj_t obj, void *devinfo, int regno, u_int32_t data) in csa_wrcd()
530 csachan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in csachan_init()
H A Dcs4281.c255 cs4281_rdcd(kobj_t obj, void *devinfo, int regno) in cs4281_rdcd()
287 cs4281_wrcd(kobj_t obj, void *devinfo, int regno, u_int32_t data) in cs4281_wrcd()
316 cs4281chan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in cs4281chan_init()
H A Dt4dwave.c179 tr_rdcd(kobj_t obj, void *devinfo, int regno) in tr_rdcd()
238 tr_wrcd(kobj_t obj, void *devinfo, int regno, u_int32_t data) in tr_wrcd()
500 trpchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in trpchan_init()
609 trrchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in trrchan_init()
/freebsd/sys/dev/adb/
H A Dadbvar.h50 struct adb_devinfo devinfo[16]; member
/freebsd/sys/dev/pwm/
H A Dofw_pwmbus.c45 struct ofw_bus_devinfo devinfo; member
/freebsd/sys/dev/sound/pcm/
H A Dsound.c190 pcm_addchan(device_t dev, int dir, kobj_class_t cls, void *devinfo) in pcm_addchan()
438 pcm_init(device_t dev, void *devinfo) in pcm_init()
/freebsd/sys/dev/usb/
H A Dusb_hub_acpi.c102 ACPI_DEVICE_INFO *devinfo; in acpi_uhub_find_rh_cb() local
366 ACPI_DEVICE_INFO *devinfo; in acpi_usb_hub_port_probe_cb() local

1234