Searched defs:busdma (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/proto/ |
H A D | proto_busdma.c | 56 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 D | proto.h | 42 void *busdma; member
|
H A D | proto_core.c | 451 struct proto_ioc_busdma *busdma; in proto_ioctl() local
|
/freebsd/tools/bus_space/Python/ |
H A D | lang.c | 481 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 D | am79c900_diag.py | 56 from bus import dma as busdma unknown
|