Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_sysfs.c60 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in reboot_store()
121 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in version_show()
219 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in flashinfo_show()
250 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in kb_wake_angle_show()
283 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in kb_wake_angle_store()
331 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in cros_ec_ctrl_visible()
Dcros_ec_lightbar.c159 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in version_show()
181 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in brightness_store()
225 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in led_rgb_store()
297 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in sequence_show()
402 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in sequence_store()
450 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in program_store()
Dcros_ec_vbc.c22 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in vboot_context_read()
62 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in vboot_context_write()
/Linux-v5.4/include/linux/mfd/
Dcros_ec.h33 #define to_cros_ec_dev(dev) container_of(dev, struct cros_ec_dev, class_dev) macro
/Linux-v5.4/drivers/mfd/
Dcros_ec_dev.c149 kfree(to_cros_ec_dev(dev)); in cros_ec_class_release()