Lines Matching refs:device_get_parent
242 if (device_get_parent(child) != dev) in bcma_write_ioctl()
304 if (device_get_parent(child) != dev) in bcma_reset_hw()
352 if (device_get_parent(child) != dev) in bcma_suspend_hw()
389 if (device_get_parent(child) != dev) in bcma_read_config()
427 if (device_get_parent(child) != dev) in bcma_write_config()
463 if (device_get_parent(child) != dev) in bcma_get_port_count()
464 return (BHND_BUS_GET_PORT_COUNT(device_get_parent(dev), child, in bcma_get_port_count()
492 if (device_get_parent(child) != dev) in bcma_get_region_count()
493 return (BHND_BUS_GET_REGION_COUNT(device_get_parent(dev), child, in bcma_get_region_count()
614 if (device_get_parent(child) != dev) in bcma_get_intr_count()
615 return (BHND_BUS_GET_INTR_COUNT(device_get_parent(dev), child)); in bcma_get_intr_count()
631 if (device_get_parent(child) != dev) { in bcma_get_intr_ivec()
632 return (BHND_BUS_GET_INTR_IVEC(device_get_parent(dev), child, in bcma_get_intr_ivec()