Searched defs:busdma (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/sys/dev/proto/ |
| HD | proto_busdma.c | 58 struct proto_busdma *busdma; member 64 proto_busdma_tag_create(struct proto_busdma *busdma, struct proto_tag *parent, in proto_busdma_tag_create() 116 proto_busdma_tag_destroy(struct proto_busdma *busdma, struct proto_tag *tag) in proto_busdma_tag_destroy() 134 proto_busdma_tag_lookup(struct proto_busdma *busdma, u_long key) in proto_busdma_tag_lookup() 146 proto_busdma_md_destroy_internal(struct proto_busdma *busdma, in proto_busdma_md_destroy_internal() 174 proto_busdma_mem_alloc(struct proto_busdma *busdma, struct proto_tag *tag, in proto_busdma_mem_alloc() 220 proto_busdma_mem_free(struct proto_busdma *busdma, struct proto_md *md) in proto_busdma_mem_free() 229 proto_busdma_md_create(struct proto_busdma *busdma, struct proto_tag *tag, in proto_busdma_md_create() 259 proto_busdma_md_destroy(struct proto_busdma *busdma, struct proto_md *md) in proto_busdma_md_destroy() 278 proto_busdma_md_load(struct proto_busdma *busdma, struct proto_md *md, in proto_busdma_md_load() [all …]
|
| HD | proto.h | 43 void *busdma; member
|
| HD | proto_core.c | 427 struct proto_ioc_busdma *busdma; in proto_ioctl() local
|
| /freebsd-11-stable/tools/bus_space/Python/ |
| HD | lang.c | 476 PyObject *bus, *busdma; in initbus() local
|