Searched refs:p_dev (Results 1 – 1 of 1) sorted by relevance
55 device_t p_dev; member175 port->p_ipend = SERDEV_IPEND(port->p_dev); in puc_intr()315 port->p_dev = device_add_child(dev, NULL, -1); in puc_bfe_attach()316 if (port->p_dev != NULL) in puc_bfe_attach()317 device_set_ivars(port->p_dev, (void *)port); in puc_bfe_attach()355 if (port->p_dev == NULL) in puc_bfe_attach()357 error = device_probe_and_attach(port->p_dev); in puc_bfe_attach()359 device_delete_child(dev, port->p_dev); in puc_bfe_attach()360 port->p_dev = NULL; in puc_bfe_attach()376 if (port->p_dev != NULL) in puc_bfe_attach()[all …]