Home
last modified time | relevance | path

Searched defs:cdev (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/
Dchar_dev.c20 #define destroy_cdev(cdev) kmem_cache_free(cdev_cachep, (cdev)) argument
24 struct char_device * cdev = (struct char_device *) foo; in init_once() local
68 struct char_device *cdev; in cdfind() local
82 struct char_device *cdev, *new_cdev; in cdget() local
105 void cdput(struct char_device *cdev) in cdput()
/linux-2.4.37.9/drivers/isdn/avmb1/
Dcapi.c125 struct capidev *cdev; member
297 static struct capincci *capincci_alloc(struct capidev *cdev, u32 ncci) in capincci_alloc()
334 static void capincci_free(struct capidev *cdev, u32 ncci) in capincci_free()
378 static struct capincci *capincci_find(struct capidev *cdev, u32 ncci) in capincci_find()
393 struct capidev *cdev; in capidev_alloc() local
411 static void capidev_free(struct capidev *cdev) in capidev_free()
625 struct capidev *cdev = (struct capidev *)param; in capi_signal() local
707 struct capidev *cdev = (struct capidev *)file->private_data; in capi_read() local
758 struct capidev *cdev = (struct capidev *)file->private_data; in capi_write() local
808 struct capidev *cdev = (struct capidev *)file->private_data; in capi_poll() local
[all …]