Home
last modified time | relevance | path

Searched defs:busdma (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/proto/
H A Dproto_busdma.c56 struct proto_busdma *busdma; member
62 proto_busdma_tag_create(struct proto_busdma *busdma, struct proto_tag *parent, in proto_busdma_tag_create()
114 proto_busdma_tag_destroy(struct proto_busdma *busdma, struct proto_tag *tag) in proto_busdma_tag_destroy()
132 proto_busdma_tag_lookup(struct proto_busdma *busdma, u_long key) in proto_busdma_tag_lookup()
144 proto_busdma_md_destroy_internal(struct proto_busdma *busdma, in proto_busdma_md_destroy_internal()
172 proto_busdma_mem_alloc(struct proto_busdma *busdma, struct proto_tag *tag, in proto_busdma_mem_alloc()
218 proto_busdma_mem_free(struct proto_busdma *busdma, struct proto_md *md) in proto_busdma_mem_free()
227 proto_busdma_md_create(struct proto_busdma *busdma, struct proto_tag *tag, in proto_busdma_md_create()
257 proto_busdma_md_destroy(struct proto_busdma *busdma, struct proto_md *md) in proto_busdma_md_destroy()
276 proto_busdma_md_load(struct proto_busdma *busdma, struct proto_md *md, in proto_busdma_md_load()
[all …]
H A Dproto.h42 void *busdma; member
H A Dproto_core.c451 struct proto_ioc_busdma *busdma; in proto_ioctl() local
/freebsd/tools/bus_space/Python/
H A Dlang.c481 module_initialize(PyObject *bus, PyObject *busdma) in module_initialize()
521 PyObject *bus, *busdma; in PyInit_bus() local
533 PyObject *bus, *busdma; in initbus() local
/freebsd/tools/bus_space/examples/
H A Dam79c900_diag.py56 from bus import dma as busdma unknown