Searched refs:ch_dev (Results 1 – 3 of 3) sorted by relevance
1019 chan->ch_dev = device_add_child(parent, NULL, -1); in vmbus_add_child()1020 if (chan->ch_dev == NULL) { in vmbus_add_child()1026 device_set_ivars(chan->ch_dev, chan); in vmbus_add_child()1027 device_probe_and_attach(chan->ch_dev); in vmbus_add_child()1039 if (chan->ch_dev != NULL) { in vmbus_delete_child()1041 chan->ch_dev); in vmbus_delete_child()1042 chan->ch_dev = NULL; in vmbus_delete_child()
105 device_t ch_dev; member
251 SYSCTL_CHILDREN(device_get_sysctl_tree(chan->ch_dev)), in vmbus_chan_sysctl_create()326 chan->ch_bufring = hyperv_dmamem_alloc(bus_get_dma_tag(chan->ch_dev), in vmbus_chan_open()1616 newchan->ch_dev = prichan->ch_dev; in vmbus_chan_add()2090 if (chan->ch_dev == NULL || !device_is_alive(chan->ch_dev)) in vmbus_chan_printf()2093 dev = chan->ch_dev; in vmbus_chan_printf()