Lines Matching defs:p
348 static struct kobject *cdev_get(struct cdev *p) in cdev_get()
361 void cdev_put(struct cdev *p) in cdev_put()
376 struct cdev *p; in chrdev_open() local
459 struct cdev *p = data; in exact_match() local
465 struct cdev *p = data; in exact_lock() local
479 int cdev_add(struct cdev *p, dev_t dev, unsigned count) in cdev_add()
505 void cdev_set_parent(struct cdev *p, struct kobject *kobj) in cdev_set_parent()
591 void cdev_del(struct cdev *p) in cdev_del()
600 struct cdev *p = container_of(kobj, struct cdev, kobj); in cdev_default_release() local
609 struct cdev *p = container_of(kobj, struct cdev, kobj); in cdev_dynamic_release() local
632 struct cdev *p = kzalloc(sizeof(struct cdev), GFP_KERNEL); in cdev_alloc() local