Home
last modified time | relevance | path

Searched refs:cros_ec_command (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/include/linux/mfd/
Dcros_ec.h48 struct cros_ec_command { struct
119 struct cros_ec_command *msg);
154 struct cros_ec_command *msg);
166 struct cros_ec_command *msg);
178 struct cros_ec_command *msg);
/linux-4.1.27/drivers/mfd/
Dcros_ec.c31 struct cros_ec_command *msg) in cros_ec_prepare_tx()
51 struct cros_ec_command *msg) in cros_ec_check_result()
69 struct cros_ec_command *msg) in cros_ec_cmd_xfer()
77 struct cros_ec_command status_msg = { }; in cros_ec_cmd_xfer()
Dcros_ec_i2c.c33 struct cros_ec_command *msg) in cros_ec_cmd_xfer_i2c()
Dcros_ec_spi.c223 struct cros_ec_command *ec_msg) in cros_ec_cmd_xfer_spi()
/linux-4.1.27/drivers/platform/chrome/
Dcros_ec_lightbar.c105 struct cros_ec_command msg = INIT_MSG(param, resp); in get_lightbar_version()
162 struct cros_ec_command msg = INIT_MSG(param, resp); in brightness_store()
200 struct cros_ec_command msg = INIT_MSG(param, resp); in led_rgb_store()
264 struct cros_ec_command msg = INIT_MSG(param, resp); in sequence_show()
295 struct cros_ec_command msg = INIT_MSG(param, resp); in sequence_store()
Dcros_ec_sysfs.c69 struct cros_ec_command msg = { 0 }; in store_ec_reboot()
126 struct cros_ec_command msg = { 0 }; in show_ec_version()
219 struct cros_ec_command msg = { 0 }; in show_ec_flashinfo()
Dcros_ec_dev.h44 #define CROS_EC_DEV_IOCXCMD _IOWR(CROS_EC_DEV_IOC, 0, struct cros_ec_command)
Dcros_ec_dev.c39 struct cros_ec_command msg = { in ec_get_version()
113 struct cros_ec_command s_cmd = { }; in ec_device_ioctl_xcmd()
Dcros_ec_lpc.c50 struct cros_ec_command *msg) in cros_ec_cmd_xfer_lpc()
/linux-4.1.27/drivers/i2c/busses/
Di2c-cros-ec-tunnel.c186 struct cros_ec_command msg = { }; in ec_i2c_xfer()
/linux-4.1.27/drivers/input/keyboard/
Dcros_ec_keyb.c152 struct cros_ec_command msg = { in cros_ec_keyb_get_state()