cdev              214 include/acpi/processor.h 	struct thermal_cooling_device *cdev;
cdev               21 include/linux/cdev.h void cdev_init(struct cdev *, const struct file_operations *);
cdev               23 include/linux/cdev.h struct cdev *cdev_alloc(void);
cdev               25 include/linux/cdev.h void cdev_put(struct cdev *p);
cdev               27 include/linux/cdev.h int cdev_add(struct cdev *, dev_t, unsigned);
cdev               29 include/linux/cdev.h void cdev_del(struct cdev *);
cdev               19 include/linux/container.h 	int (*offline)(struct container_dev *cdev);
cdev               61 include/linux/cpu_cooling.h void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev);
cdev               77 include/linux/cpu_cooling.h void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev)
cdev               87 include/linux/enclosure.h 	struct device cdev;
cdev              115 include/linux/enclosure.h 	return container_of(dev, struct enclosure_component, cdev);
cdev              616 include/linux/fs.h 		struct cdev		*i_cdev;
cdev              478 include/linux/iio/iio.h 	struct cdev			chrdev;
cdev               23 include/linux/mfd/asic3.h 	struct led_classdev *cdev;
cdev              722 include/linux/mfd/wm8350/pmic.h 	struct led_classdev cdev;
cdev              115 include/linux/mtd/ubi.h 	dev_t cdev;
cdev              157 include/linux/mtd/ubi.h 	dev_t cdev;
cdev               13 include/linux/platform_data/leds-omap.h 	struct led_classdev	cdev;
cdev              119 include/linux/posix-clock.h 	struct cdev cdev;
cdev               73 include/linux/pps_kernel.h 	struct cdev cdev;
cdev               97 include/linux/rtc.h 	struct cdev char_dev;
cdev              242 include/linux/thermal.h 	struct thermal_cooling_device *cdev;
cdev              269 include/linux/thermal.h 			struct thermal_cooling_device *cdev);
cdev              299 include/linux/tty_driver.h 	struct cdev *cdevs;
cdev              305 include/linux/usb/composite.h 	struct usb_composite_dev	*cdev;
cdev              376 include/linux/usb/composite.h 	int			(*bind)(struct usb_composite_dev *cdev);
cdev              404 include/linux/usb/composite.h extern void usb_composite_setup_continue(struct usb_composite_dev *cdev);
cdev              406 include/linux/usb/composite.h 		struct usb_composite_dev *cdev);
cdev              407 include/linux/usb/composite.h extern int composite_os_desc_req_prepare(struct usb_composite_dev *cdev,
cdev              409 include/linux/usb/composite.h void composite_dev_cleanup(struct usb_composite_dev *cdev);
cdev              496 include/linux/usb/composite.h extern struct usb_string *usb_gstrings_attach(struct usb_composite_dev *cdev,
cdev              541 include/linux/usb/composite.h void usb_composite_overwrite_options(struct usb_composite_dev *cdev,
cdev              577 include/linux/usb/composite.h struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev,
cdev              579 include/linux/usb/composite.h int usb_add_config_only(struct usb_composite_dev *cdev,
cdev               80 include/linux/watchdog.h 	struct cdev cdev;
cdev               71 include/media/media-devnode.h 	struct cdev cdev;		/* character device */
cdev               96 include/media/v4l2-dev.h 	struct cdev *cdev;		/* character device */
cdev              131 include/scsi/libfcoe.h 	struct fcoe_ctlr_device *cdev;
cdev              177 include/scsi/libfcoe.h 	(x)->cdev
cdev               37 include/trace/events/thermal.h 	TP_PROTO(struct thermal_cooling_device *cdev, unsigned long target),
cdev               39 include/trace/events/thermal.h 	TP_ARGS(cdev, target),
cdev               42 include/trace/events/thermal.h 		__string(type, cdev->type)
cdev               47 include/trace/events/thermal.h 		__assign_str(type, cdev->type);