Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ddevops.h177 struct bus_ops { struct
178 int busops_rev; /* rev of this structure */
179 int (*bus_map)(dev_info_t *dip, dev_info_t *rdip,
188 ddi_intrspec_t (*bus_get_intrspec)(dev_info_t *dip, dev_info_t *rdip,
190 int (*bus_add_intrspec)(dev_info_t *dip,
196 void (*bus_remove_intrspec)(dev_info_t *dip,
200 int (*bus_map_fault)(dev_info_t *dip, dev_info_t *rdip,
204 int (*bus_dma_map)(dev_info_t *dip, dev_info_t *rdip,
207 int (*bus_dma_allochdl)(dev_info_t *dip, dev_info_t *rdip,
210 int (*bus_dma_freehdl)(dev_info_t *dip, dev_info_t *rdip,
[all …]