Searched refs:config_changed (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvirtio.h124 * @config_changed: optional function to call when the device configuration
134 void (*config_changed)(struct virtio_device *dev); member in struct:virtio_driver
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/kvm/
H A Dkvm_virtio.c337 int config_changed; local
348 config_changed = S390_lowcore.ext_params & 1;
350 if (config_changed) {
354 if (drv->config_changed)
355 drv->config_changed(vq->vdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/virtio/
H A Dvirtio_pci.c198 if (drv && drv->config_changed)
199 drv->config_changed(&vp_dev->vdev);
H A Dvirtio_balloon.c371 .config_changed = virtballoon_changed,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dgconf.c41 static gboolean config_changed = FALSE; variable
506 if (config_changed == FALSE)
613 config_changed = FALSE;
886 config_changed = TRUE;
917 config_changed = TRUE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmlme.c925 u32 changed = 0, config_changed = 0; local
984 config_changed |= IEEE80211_CONF_CHANGE_PS;
987 ieee80211_hw_config(local, config_changed);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dvirtio_net.c1091 .config_changed = virtnet_config_changed,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvirtio_console.c1645 .config_changed = config_intr,

Completed in 100 milliseconds