Home
last modified time | relevance | path

Searched refs:wilco_ec_device (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/include/linux/platform_data/
Dwilco-ec.h34 struct wilco_ec_device { struct
121 int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg);
156 int wilco_ec_get_property(struct wilco_ec_device *ec,
169 int wilco_ec_set_property(struct wilco_ec_device *ec,
180 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id,
191 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id,
203 int wilco_ec_add_sysfs(struct wilco_ec_device *ec);
204 void wilco_ec_remove_sysfs(struct wilco_ec_device *ec);
/Linux-v5.4/drivers/platform/chrome/wilco_ec/
Dproperties.c31 static int send_property_msg(struct wilco_ec_device *ec, in send_property_msg()
56 int wilco_ec_get_property(struct wilco_ec_device *ec, in wilco_ec_get_property()
78 int wilco_ec_set_property(struct wilco_ec_device *ec, in wilco_ec_set_property()
101 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_get_byte_property()
121 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_set_byte_property()
Dsysfs.c49 struct wilco_ec_device *ec = dev_get_drvdata(dev); in boot_on_ac_store()
81 struct wilco_ec_device *ec = dev_get_drvdata(dev); in get_info()
148 int wilco_ec_add_sysfs(struct wilco_ec_device *ec) in wilco_ec_add_sysfs()
153 void wilco_ec_remove_sysfs(struct wilco_ec_device *ec) in wilco_ec_remove_sysfs()
Dmailbox.c53 static bool wilco_ec_response_timed_out(struct wilco_ec_device *ec) in wilco_ec_response_timed_out()
115 static int wilco_ec_transfer(struct wilco_ec_device *ec, in wilco_ec_transfer()
196 int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg) in wilco_ec_mailbox()
Ddebugfs.c23 struct wilco_ec_device *ec;
177 struct wilco_ec_device *ec = arg; in h1_gpio_get()
217 struct wilco_ec_device *ec = dev_get_drvdata(pdev->dev.parent); in wilco_ec_debugfs_probe()
Dcore.c44 struct wilco_ec_device *ec; in wilco_ec_probe()
121 struct wilco_ec_device *ec = platform_get_drvdata(pdev); in wilco_ec_remove()
Dtelemetry.c207 struct wilco_ec_device *ec;
/Linux-v5.4/drivers/power/supply/
Dwilco-charger.c85 struct wilco_ec_device *ec = power_supply_get_drvdata(psy); in wilco_charge_get_property()
122 struct wilco_ec_device *ec = power_supply_get_drvdata(psy); in wilco_charge_set_property()
166 struct wilco_ec_device *ec = dev_get_drvdata(pdev->dev.parent); in wilco_charge_probe()
/Linux-v5.4/drivers/rtc/
Drtc-wilco-ec.c91 struct wilco_ec_device *ec = dev_get_drvdata(dev->parent); in wilco_ec_rtc_read()
123 struct wilco_ec_device *ec = dev_get_drvdata(dev->parent); in wilco_ec_rtc_write()