• Home
  • Raw
  • Download

Lines Matching defs:cdev

191 static void enclosure_link_name(struct enclosure_component *cdev, char *name)  in enclosure_link_name()
197 static void enclosure_remove_links(struct enclosure_component *cdev) in enclosure_remove_links()
206 static int enclosure_add_links(struct enclosure_component *cdev) in enclosure_add_links()
223 static void enclosure_release(struct device *cdev) in enclosure_release()
233 struct enclosure_component *cdev = to_enclosure_component(dev); in enclosure_component_release() local
264 struct device *cdev; in enclosure_component_register() local
315 struct enclosure_component *cdev; in enclosure_add_device() local
344 struct enclosure_component *cdev; in enclosure_remove_device() local
368 static ssize_t enclosure_show_components(struct device *cdev, in enclosure_show_components()
406 static ssize_t get_component_fault(struct device *cdev, in get_component_fault()
417 static ssize_t set_component_fault(struct device *cdev, in set_component_fault()
430 static ssize_t get_component_status(struct device *cdev, in get_component_status()
441 static ssize_t set_component_status(struct device *cdev, in set_component_status()
464 static ssize_t get_component_active(struct device *cdev, in get_component_active()
475 static ssize_t set_component_active(struct device *cdev, in set_component_active()
488 static ssize_t get_component_locate(struct device *cdev, in get_component_locate()
499 static ssize_t set_component_locate(struct device *cdev, in set_component_locate()
512 static ssize_t get_component_type(struct device *cdev, in get_component_type()