Lines Matching defs:dev
47 device_t dev; member
54 device_t dev; member
346 hdacc_suspend(device_t dev) in hdacc_suspend()
360 hdacc_resume(device_t dev) in hdacc_resume()
374 hdacc_probe(device_t dev) in hdacc_probe()
405 hdacc_attach(device_t dev) in hdacc_attach()
461 hdacc_detach(device_t dev) in hdacc_detach()
472 hdacc_child_location_str(device_t dev, device_t child, char *buf, in hdacc_child_location_str()
482 hdacc_child_pnpinfo_str_method(device_t dev, device_t child, char *buf, in hdacc_child_pnpinfo_str_method()
493 hdacc_print_child(device_t dev, device_t child) in hdacc_print_child()
506 hdacc_probe_nomatch(device_t dev, device_t child) in hdacc_probe_nomatch()
532 hdacc_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in hdacc_read_ivar()
554 hdacc_get_mtx(device_t dev, device_t child) in hdacc_get_mtx()
562 hdacc_codec_command(device_t dev, device_t child, uint32_t verb) in hdacc_codec_command()
569 hdacc_stream_alloc(device_t dev, device_t child, int dir, int format, in hdacc_stream_alloc()
583 hdacc_stream_free(device_t dev, device_t child, int dir, int stream) in hdacc_stream_free()
592 hdacc_stream_start(device_t dev, device_t child, in hdacc_stream_start()
601 hdacc_stream_stop(device_t dev, device_t child, int dir, int stream) in hdacc_stream_stop()
608 hdacc_stream_reset(device_t dev, device_t child, int dir, int stream) in hdacc_stream_reset()
615 hdacc_stream_getptr(device_t dev, device_t child, int dir, int stream) in hdacc_stream_getptr()
622 hdacc_stream_intr(device_t dev, int dir, int stream) in hdacc_stream_intr()
632 hdacc_unsol_alloc(device_t dev, device_t child, int wanted) in hdacc_unsol_alloc()
652 hdacc_unsol_free(device_t dev, device_t child, int tag) in hdacc_unsol_free()
662 hdacc_unsol_intr(device_t dev, uint32_t resp) in hdacc_unsol_intr()
677 hdacc_pindump(device_t dev) in hdacc_pindump()