Searched refs:cdc (Results 1 – 14 of 14) sorted by relevance
25 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(sch->driver_data); in s390_ccw_cmd_request() local27 if (!cdc->handle_request) { in s390_ccw_cmd_request()30 return cdc->handle_request(sch); in s390_ccw_cmd_request()35 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(sch->driver_data); in s390_ccw_halt() local37 if (!cdc->handle_halt) { in s390_ccw_halt()40 return cdc->handle_halt(sch); in s390_ccw_halt()45 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(sch->driver_data); in s390_ccw_clear() local47 if (!cdc->handle_clear) { in s390_ccw_clear()50 return cdc->handle_clear(sch); in s390_ccw_clear()55 S390CCWDeviceClass *cdc = NULL; in s390_ccw_store() local[all …]
568 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(cdev); in vfio_ccw_realize() local573 if (cdc->realize) { in vfio_ccw_realize()574 if (!cdc->realize(cdev, vcdev->vdev.sysfsdev, errp)) { in vfio_ccw_realize()624 if (cdc->unrealize) { in vfio_ccw_realize()625 cdc->unrealize(cdev); in vfio_ccw_realize()633 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(cdev); in vfio_ccw_unrealize() local642 if (cdc->unrealize) { in vfio_ccw_unrealize()643 cdc->unrealize(cdev); in vfio_ccw_unrealize()692 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_CLASS(klass); in vfio_ccw_class_init() local705 cdc->handle_request = vfio_ccw_handle_request; in vfio_ccw_class_init()[all …]
120 unsigned cdc:1; member163 return dev->cdc; /* depends on what hardware we found */ in is_cdc()2005 u8 cdc = 1, zlp = 1, rndis = 1; in eth_bind() local2016 cdc = 0; in eth_bind()2028 cdc = 0; in eth_bind()2034 cdc = 0; in eth_bind()2043 cdc = 0; in eth_bind()2091 if (!cdc) { in eth_bind()2132 if (cdc || rndis) { in eth_bind()2140 } else if (cdc) { in eth_bind()[all …]
44 RRECOMMENDS:${PN} = "kernel-module-cdc-acm"
46 @@ -889,7 +889,7 @@ StatusWith<DERInteger> readDERInt(ConstDataRangeCursor& cdc) {
108 15 .init.data 00040cdc 81634000 01634000 00635000 2**12110 16 .x86_cpu_dev.init 0000001c 81674cdc 01674cdc 00675cdc 2**2
293 kernel-module-cdc-acm \294 kernel-module-cdc-wdm"
2534 cdc-acm.c: 430812535 cdc-acm.h: 37372538 cdc.h: 71002540 cdc-wdm.c: 19634
211 CRAYL1 powerpc ppc4xx 1521cdc 2014-10-10 David Updegraff <dave@cray.com>
287 index 3d66a87..6457cdc 100644
4006 -rw-r--r-- root root 12962 ./usr/include/linux/usb/cdc.h4007 -rw-r--r-- root root 739 ./usr/include/linux/usb/cdc-wdm.h
4005 -rw-r--r-- root root 12962 ./usr/include/linux/usb/cdc.h4006 -rw-r--r-- root root 739 ./usr/include/linux/usb/cdc-wdm.h
[all...]