Lines Matching defs:dev_info
96 * dev_info: The main device information structure this is intended to be
133 struct dev_info {
135 struct dev_info *devi_parent; /* my parent node in tree */
136 struct dev_info *devi_child; /* my child list head */
137 struct dev_info *devi_sibling; /* next element on my level */
158 struct dev_info *devi_next; /* Next instance of this device */
163 struct dev_info *devi_bus_map_fault; /* bus_map_fault parent */
165 struct dev_info *devi_bus_dma_allochdl; /* bus_dma_newhdl parent */
166 struct dev_info *devi_bus_dma_freehdl; /* bus_dma_freehdl parent */
167 struct dev_info *devi_bus_dma_bindhdl; /* bus_dma_bindhdl parent */
168 struct dev_info *devi_bus_dma_unbindhdl; /* bus_dma_unbindhdl parent */
169 struct dev_info *devi_bus_dma_flush; /* bus_dma_flush parent */
170 struct dev_info *devi_bus_dma_win; /* bus_dma_win parent */
171 struct dev_info *devi_bus_dma_ctl; /* bus_dma_ctl parent */
172 struct dev_info *devi_bus_ctl; /* bus_ctl parent */
197 struct dev_info *devi_pm_ppm; /* ppm attached to this one */
292 #define DEVI(dev_info_type) ((struct dev_info *)(dev_info_type))