scullc_dev 46 ldd3-samples-1.0.0/scullc/main.c struct scullc_dev *scullc_devices; /* allocated in scullc_init */ scullc_dev 84 ldd3-samples-1.0.0/scullc/main.c struct scullc_dev *d; scullc_dev 126 ldd3-samples-1.0.0/scullc/main.c struct scullc_dev *dev; /* device information */ scullc_dev 129 ldd3-samples-1.0.0/scullc/main.c dev = container_of(inode->i_cdev, struct scullc_dev, cdev); scullc_dev 153 ldd3-samples-1.0.0/scullc/main.c struct scullc_dev *scullc_follow(struct scullc_dev *dev, int n) scullc_dev 157 ldd3-samples-1.0.0/scullc/main.c dev->next = kmalloc(sizeof(struct scullc_dev), GFP_KERNEL); scullc_dev 158 ldd3-samples-1.0.0/scullc/main.c memset(dev->next, 0, sizeof(struct scullc_dev)); scullc_dev 173 ldd3-samples-1.0.0/scullc/main.c struct scullc_dev *dev = filp->private_data; /* the first listitem */ scullc_dev 174 ldd3-samples-1.0.0/scullc/main.c struct scullc_dev *dptr; scullc_dev 221 ldd3-samples-1.0.0/scullc/main.c struct scullc_dev *dev = filp->private_data; scullc_dev 222 ldd3-samples-1.0.0/scullc/main.c struct scullc_dev *dptr; scullc_dev 372 ldd3-samples-1.0.0/scullc/main.c struct scullc_dev *dev = filp->private_data; scullc_dev 479 ldd3-samples-1.0.0/scullc/main.c struct scullc_dev *next, *dptr; scullc_dev 547 ldd3-samples-1.0.0/scullc/main.c scullc_devices = kmalloc(scullc_devs*sizeof (struct scullc_dev), GFP_KERNEL); scullc_dev 552 ldd3-samples-1.0.0/scullc/main.c memset(scullc_devices, 0, scullc_devs*sizeof (struct scullc_dev)); scullc_dev 35 ldd3-samples-1.0.0/scullc/mmap.c struct scullc_dev *dev = vma->vm_private_data; scullc_dev 42 ldd3-samples-1.0.0/scullc/mmap.c struct scullc_dev *dev = vma->vm_private_data; scullc_dev 64 ldd3-samples-1.0.0/scullc/mmap.c struct scullc_dev *ptr, *dev = vma->vm_private_data; scullc_dev 57 ldd3-samples-1.0.0/scullc/scullc.h struct scullc_dev *next; /* next listitem */ scullc_dev 66 ldd3-samples-1.0.0/scullc/scullc.h extern struct scullc_dev *scullc_devices; scullc_dev 82 ldd3-samples-1.0.0/scullc/scullc.h struct scullc_dev *scullc_follow(struct scullc_dev *dev, int n);