Home | History | Annotate | Download | only in include

Lines Matching defs:pc_conf_v

87 	void		*pc_conf_v;
146 (*(c)->pc_bus_maxdevs)((c)->pc_conf_v, (b))
148 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
150 (*(c)->pc_decompose_tag)((c)->pc_conf_v, (t), (bp), (dp), (fp))
152 ((c)->pc_get_segment ? (*(c)->pc_get_segment)((c)->pc_conf_v) : 0)
154 ((c)->pc_get_devid ? (*(c)->pc_get_devid)((c)->pc_conf_v, (d)) : (d))
156 ((c)->pc_get_frameid ? (*(c)->pc_get_frameid)((c)->pc_conf_v, (d)) : 0)
158 (*(c)->pc_conf_read)((c)->pc_conf_v, (t), (r))
160 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
173 (*(c)->pc_conf_hook)((c)->pc_conf_v, (b), (d), (f), (id))
176 (*(c)->pc_conf_interrupt)((c)->pc_conf_v, (b), (d), (i), (s), (p))