Home
last modified time | relevance | path

Searched refs:config_change (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/misc/mic/vop/
Dvop_main.c562 if (ioread8(&dc->config_change) != MIC_VIRTIO_PARAM_CONFIG_CHANGED) in _vop_handle_config_change()
583 if (ioread8(&dc->config_change) == MIC_VIRTIO_PARAM_DEV_REMOVE) { in _vop_remove_device()
589 ioread8(&dc->config_change), ioread8(&d->type), vdev); in _vop_remove_device()
644 &dc->config_change); in _vop_scan_devices()
649 iowrite8(0, &dc->config_change); in _vop_scan_devices()
Dvop_vringh.c172 vdev->dc->config_change = MIC_VIRTIO_PARAM_CONFIG_CHANGED; in vop_virtio_config_change()
184 vdev->dc->config_change = 0; in vop_virtio_config_change()
249 dc->config_change = 0; in vop_init_device_ctrl()
401 devp->config_change = MIC_VIRTIO_PARAM_DEV_REMOVE; in vop_dev_remove()
414 devp->config_change = 0; in vop_dev_remove()
Dvop_debugfs.c78 seq_printf(s, "Config Change %d ", dc->config_change); in vop_dp_show()
/Linux-v5.4/include/uapi/linux/
Dmic_common.h66 __u8 config_change; member
/Linux-v5.4/drivers/usb/gadget/udc/
Dpxa27x_udc.c2217 unsigned config, interface, alternate, config_change; in irq_udc_reconfig() local
2224 config_change = (config != udc->config); in irq_udc_reconfig()
2231 if (config_change) in irq_udc_reconfig()
Dpxa25x_udc.c1702 config_change: in handle_ep0()
1722 goto config_change; in handle_ep0()