Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/mic/vop/
Dvop_main.c544 if (ioread8(&dc->config_change) != MIC_VIRTIO_PARAM_CONFIG_CHANGED) in _vop_handle_config_change()
565 if (ioread8(&dc->config_change) == MIC_VIRTIO_PARAM_DEV_REMOVE) { in _vop_remove_device()
569 ioread8(&dc->config_change), ioread8(&d->type), vdev); in _vop_remove_device()
624 &dc->config_change); in _vop_scan_devices()
629 iowrite8(0, &dc->config_change); in _vop_scan_devices()
Dvop_vringh.c184 vdev->dc->config_change = MIC_VIRTIO_PARAM_CONFIG_CHANGED; in vop_virtio_config_change()
196 vdev->dc->config_change = 0; in vop_virtio_config_change()
261 dc->config_change = 0; in vop_init_device_ctrl()
413 devp->config_change = MIC_VIRTIO_PARAM_DEV_REMOVE; in vop_dev_remove()
426 devp->config_change = 0; in vop_dev_remove()
Dvop_debugfs.c90 seq_printf(s, "Config Change %d ", dc->config_change); in vop_dp_show()
/Linux-v4.19/include/uapi/linux/
Dmic_common.h66 __u8 config_change; member
/Linux-v4.19/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()