Lines Matching defs:dip
189 px_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) in px_info()
222 px_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) in px_attach()
451 px_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) in px_detach()
588 dev_info_t *dip = px_p->px_dip; in px_cb_attach() local
608 px_pwr_setup(dev_info_t *dip) in px_pwr_setup()
683 px_pwr_teardown(dev_info_t *dip) in px_pwr_teardown()
725 px_map(dev_info_t *dip, dev_info_t *rdip, ddi_map_req_t *mp, in px_map()
837 px_dma_setup(dev_info_t *dip, dev_info_t *rdip, ddi_dma_req_t *dmareq, in px_dma_setup()
905 px_dma_allochdl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_attr_t *attrp, in px_dma_allochdl()
945 px_dma_freehdl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle) in px_dma_freehdl()
963 px_dma_bindhdl(dev_info_t *dip, dev_info_t *rdip, in px_dma_bindhdl()
1045 px_dma_unbindhdl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle) in px_dma_unbindhdl()
1098 px_dma_win(dev_info_t *dip, dev_info_t *rdip, in px_dma_win()
1202 px_dma_ctlops(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle, in px_dma_ctlops()
1265 px_ctlops(dev_info_t *dip, dev_info_t *rdip, in px_ctlops()
1395 px_intr_ops(dev_info_t *dip, dev_info_t *rdip, ddi_intr_op_t intr_op, in px_intr_ops()
1448 dev_info_t *dip; in px_set_mps() local