Searched refs:to_cros_ec_dev (Results 1 – 4 of 4) sorted by relevance
73 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in reboot_store()134 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in version_show()232 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in flashinfo_show()263 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in kb_wake_angle_show()296 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in kb_wake_angle_store()344 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in cros_ec_ctrl_visible()
32 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in vboot_context_read()72 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in vboot_context_write()112 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in cros_ec_vbc_is_visible()
173 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in version_show()195 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in brightness_store()239 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in led_rgb_store()311 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in sequence_show()438 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in sequence_store()486 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in program_store()596 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in cros_ec_lightbar_attrs_are_visible()
200 #define to_cros_ec_dev(dev) container_of(dev, struct cros_ec_dev, class_dev) macro