Home
last modified time | relevance | path

Searched refs:to_cros_ec_dev (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_sysfs.c73 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()
Dcros_ec_vbc.c32 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()
Dcros_ec_lightbar.c173 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()
/Linux-v4.19/include/linux/mfd/
Dcros_ec.h200 #define to_cros_ec_dev(dev) container_of(dev, struct cros_ec_dev, class_dev) macro