Symbol: wilco_ec_device
drivers/platform/chrome/wilco_ec/core.c
138
struct wilco_ec_device *ec = platform_get_drvdata(pdev);
drivers/platform/chrome/wilco_ec/core.c
41
struct wilco_ec_device *ec;
drivers/platform/chrome/wilco_ec/debugfs.c
176
static int send_ec_cmd(struct wilco_ec_device *ec, u8 sub_cmd, u8 *out_val)
drivers/platform/chrome/wilco_ec/debugfs.c
24
struct wilco_ec_device *ec;
drivers/platform/chrome/wilco_ec/debugfs.c
247
struct wilco_ec_device *ec = dev_get_drvdata(pdev->dev.parent);
drivers/platform/chrome/wilco_ec/keyboard_leds.c
105
static int kbbl_exist(struct wilco_ec_device *ec, bool *exists)
drivers/platform/chrome/wilco_ec/keyboard_leds.c
134
static int kbbl_init(struct wilco_ec_device *ec)
drivers/platform/chrome/wilco_ec/keyboard_leds.c
173
int wilco_keyboard_leds_init(struct wilco_ec_device *ec)
drivers/platform/chrome/wilco_ec/keyboard_leds.c
22
struct wilco_ec_device *ec;
drivers/platform/chrome/wilco_ec/keyboard_leds.c
55
static int send_kbbl_msg(struct wilco_ec_device *ec,
drivers/platform/chrome/wilco_ec/keyboard_leds.c
79
static int set_kbbl(struct wilco_ec_device *ec, enum led_brightness brightness)
drivers/platform/chrome/wilco_ec/mailbox.c
115
static int wilco_ec_transfer(struct wilco_ec_device *ec,
drivers/platform/chrome/wilco_ec/mailbox.c
202
int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg)
drivers/platform/chrome/wilco_ec/mailbox.c
53
static bool wilco_ec_response_timed_out(struct wilco_ec_device *ec)
drivers/platform/chrome/wilco_ec/properties.c
104
int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id,
drivers/platform/chrome/wilco_ec/properties.c
124
int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id,
drivers/platform/chrome/wilco_ec/properties.c
34
static int send_property_msg(struct wilco_ec_device *ec,
drivers/platform/chrome/wilco_ec/properties.c
59
int wilco_ec_get_property(struct wilco_ec_device *ec,
drivers/platform/chrome/wilco_ec/properties.c
81
int wilco_ec_set_property(struct wilco_ec_device *ec,
drivers/platform/chrome/wilco_ec/sysfs.c
105
struct wilco_ec_device *ec = dev_get_drvdata(dev);
drivers/platform/chrome/wilco_ec/sysfs.c
157
static int send_usb_charge(struct wilco_ec_device *ec,
drivers/platform/chrome/wilco_ec/sysfs.c
182
struct wilco_ec_device *ec = dev_get_drvdata(dev);
drivers/platform/chrome/wilco_ec/sysfs.c
202
struct wilco_ec_device *ec = dev_get_drvdata(dev);
drivers/platform/chrome/wilco_ec/sysfs.c
242
int wilco_ec_add_sysfs(struct wilco_ec_device *ec)
drivers/platform/chrome/wilco_ec/sysfs.c
247
void wilco_ec_remove_sysfs(struct wilco_ec_device *ec)
drivers/platform/chrome/wilco_ec/sysfs.c
73
struct wilco_ec_device *ec = dev_get_drvdata(dev);
drivers/platform/chrome/wilco_ec/telemetry.c
207
struct wilco_ec_device *ec;
drivers/power/supply/wilco-charger.c
127
struct wilco_ec_device *ec = power_supply_get_drvdata(psy);
drivers/power/supply/wilco-charger.c
171
struct wilco_ec_device *ec = dev_get_drvdata(pdev->dev.parent);
drivers/power/supply/wilco-charger.c
90
struct wilco_ec_device *ec = power_supply_get_drvdata(psy);
drivers/rtc/rtc-wilco-ec.c
125
struct wilco_ec_device *ec = dev_get_drvdata(dev->parent);
drivers/rtc/rtc-wilco-ec.c
91
struct wilco_ec_device *ec = dev_get_drvdata(dev->parent);
include/linux/platform_data/wilco-ec.h
127
int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg);
include/linux/platform_data/wilco-ec.h
140
int wilco_keyboard_leds_init(struct wilco_ec_device *ec);
include/linux/platform_data/wilco-ec.h
175
int wilco_ec_get_property(struct wilco_ec_device *ec,
include/linux/platform_data/wilco-ec.h
188
int wilco_ec_set_property(struct wilco_ec_device *ec,
include/linux/platform_data/wilco-ec.h
199
int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id,
include/linux/platform_data/wilco-ec.h
210
int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id,
include/linux/platform_data/wilco-ec.h
222
int wilco_ec_add_sysfs(struct wilco_ec_device *ec);
include/linux/platform_data/wilco-ec.h
223
void wilco_ec_remove_sysfs(struct wilco_ec_device *ec);