Searched refs:wilco_ec_mailbox (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/chrome/wilco_ec/ |
H A D | sysfs.c | 94 ret = wilco_ec_mailbox(ec, &msg); in boot_on_ac_store() 118 ret = wilco_ec_mailbox(ec, &msg); in get_info() 171 ret = wilco_ec_mailbox(ec, &msg); in send_usb_charge()
|
H A D | mailbox.c | 183 * wilco_ec_mailbox() - Send EC request and receive EC response. 196 int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg) in wilco_ec_mailbox() function 215 EXPORT_SYMBOL_GPL(wilco_ec_mailbox); variable
|
H A D | debugfs.c | 127 ret = wilco_ec_mailbox(debug_info->ec, &msg); in raw_write() 193 ret = wilco_ec_mailbox(ec, &msg); in send_ec_cmd()
|
H A D | properties.c | 48 ret = wilco_ec_mailbox(ec, &ec_msg); in send_property_msg()
|
H A D | keyboard_leds.c | 69 ret = wilco_ec_mailbox(ec, &msg); in send_kbbl_msg()
|
H A D | telemetry.c | 288 ret = wilco_ec_mailbox(sess_data->dev_data->ec, &msg); in telem_write()
|
/kernel/linux/linux-6.6/drivers/platform/chrome/wilco_ec/ |
H A D | sysfs.c | 94 ret = wilco_ec_mailbox(ec, &msg); in boot_on_ac_store() 118 ret = wilco_ec_mailbox(ec, &msg); in get_info() 170 ret = wilco_ec_mailbox(ec, &msg); in send_usb_charge()
|
H A D | mailbox.c | 183 * wilco_ec_mailbox() - Send EC request and receive EC response. 196 int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg) in wilco_ec_mailbox() function 215 EXPORT_SYMBOL_GPL(wilco_ec_mailbox); variable
|
H A D | debugfs.c | 127 ret = wilco_ec_mailbox(debug_info->ec, &msg); in raw_write() 193 ret = wilco_ec_mailbox(ec, &msg); in send_ec_cmd()
|
H A D | properties.c | 48 ret = wilco_ec_mailbox(ec, &ec_msg); in send_property_msg()
|
H A D | keyboard_leds.c | 69 ret = wilco_ec_mailbox(ec, &msg); in send_kbbl_msg()
|
H A D | telemetry.c | 287 ret = wilco_ec_mailbox(sess_data->dev_data->ec, &msg); in telem_write()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-wilco-ec.c | 103 ret = wilco_ec_mailbox(ec, &msg); in wilco_ec_rtc_read() 153 ret = wilco_ec_mailbox(ec, &msg); in wilco_ec_rtc_write()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-wilco-ec.c | 103 ret = wilco_ec_mailbox(ec, &msg); in wilco_ec_rtc_read() 153 ret = wilco_ec_mailbox(ec, &msg); in wilco_ec_rtc_write()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | wilco-ec.h | 121 * wilco_ec_mailbox() - Send request to the EC and receive the response. 127 int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg); 136 * This may sleep because it uses wilco_ec_mailbox().
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | wilco-ec.h | 121 * wilco_ec_mailbox() - Send request to the EC and receive the response. 127 int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg); 136 * This may sleep because it uses wilco_ec_mailbox().
|
Completed in 9 milliseconds