Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_proto.c27 struct cros_ec_command *msg) in prepare_packet()
60 struct cros_ec_command *msg) in send_command()
63 int (*xfer_fxn)(struct cros_ec_device *ec, struct cros_ec_command *msg); in send_command()
73 struct cros_ec_command *status_msg; in send_command()
116 struct cros_ec_command *msg) in cros_ec_prepare_tx()
140 struct cros_ec_command *msg) in cros_ec_check_result()
171 struct cros_ec_command *msg, in cros_ec_get_host_event_wake_mask()
193 struct cros_ec_command *msg) in cros_ec_host_command_proto_query()
229 struct cros_ec_command *msg; in cros_ec_host_command_proto_query_v2()
297 struct cros_ec_command *msg; in cros_ec_get_host_command_version_mask()
[all …]
Dcros_ec_lightbar.c100 static struct cros_ec_command *alloc_lightbar_cmd_msg(struct cros_ec_dev *ec) in alloc_lightbar_cmd_msg()
102 struct cros_ec_command *msg; in alloc_lightbar_cmd_msg()
125 struct cros_ec_command *msg; in get_lightbar_version()
192 struct cros_ec_command *msg; in brightness_store()
238 struct cros_ec_command *msg; in led_rgb_store()
309 struct cros_ec_command *msg; in sequence_show()
348 struct cros_ec_command *msg; in lb_send_empty_cmd()
379 struct cros_ec_command *msg; in lb_manual_suspend_ctrl()
435 struct cros_ec_command *msg; in sequence_store()
485 struct cros_ec_command *msg; in program_store()
Dcros_ec_debugfs.c54 struct cros_ec_command *read_msg;
74 struct cros_ec_command snapshot_msg = { in cros_ec_console_log_work()
223 struct cros_ec_command msg; in cros_ec_pdinfo_read()
229 struct cros_ec_command *msg; in cros_ec_pdinfo_read()
288 struct cros_ec_command *msg; in ec_read_version_supported()
375 struct cros_ec_command *msg; in cros_ec_create_panicinfo()
Dcros_ec_sysfs.c68 struct cros_ec_command *msg; in reboot_store()
131 struct cros_ec_command *msg; in version_show()
230 struct cros_ec_command *msg; in flashinfo_show()
266 struct cros_ec_command *msg; in kb_wake_angle_show()
298 struct cros_ec_command *msg; in kb_wake_angle_store()
Dcros_ec_vbc.c35 struct cros_ec_command *msg; in vboot_context_read()
75 struct cros_ec_command *msg; in vboot_context_write()
Dcros_ec_i2c.c61 struct cros_ec_command *msg) in cros_ec_pkt_xfer_i2c()
189 struct cros_ec_command *msg) in cros_ec_cmd_xfer_i2c()
Dcros_ec_lpc.c59 struct cros_ec_command *msg) in cros_ec_pkt_xfer_lpc()
122 struct cros_ec_command *msg) in cros_ec_cmd_xfer_lpc()
Dcros_ec_spi.c369 struct cros_ec_command *ec_msg) in cros_ec_pkt_xfer_spi()
512 struct cros_ec_command *ec_msg) in cros_ec_cmd_xfer_spi()
/Linux-v4.19/include/linux/mfd/
Dcros_ec.h69 struct cros_ec_command { struct
143 struct cros_ec_command *msg);
145 struct cros_ec_command *msg);
233 struct cros_ec_command *msg);
245 struct cros_ec_command *msg);
257 struct cros_ec_command *msg);
272 struct cros_ec_command *msg);
/Linux-v4.19/drivers/pwm/
Dpwm-cros-ec.c36 struct cros_ec_command msg; in cros_ec_pwm_set_duty()
40 struct cros_ec_command *msg = &buf.msg; in cros_ec_pwm_set_duty()
60 struct cros_ec_command msg; in __cros_ec_pwm_get_duty()
68 struct cros_ec_command *msg = &buf.msg; in __cros_ec_pwm_get_duty()
/Linux-v4.19/drivers/mfd/
Dcros_ec_dev.c57 struct cros_ec_command *msg; in ec_get_version()
97 struct cros_ec_command *msg; in cros_ec_check_features()
174 struct cros_ec_command u_cmd; in ec_device_ioctl_xcmd()
175 struct cros_ec_command *s_cmd; in ec_device_ioctl_xcmd()
278 struct cros_ec_command *msg; in cros_ec_sensors_register()
280 msg = kzalloc(sizeof(struct cros_ec_command) + in cros_ec_sensors_register()
Dcros_ec_dev.h43 #define CROS_EC_DEV_IOCXCMD _IOWR(CROS_EC_DEV_IOC, 0, struct cros_ec_command)
Dcros_ec.c79 struct cros_ec_command msg; in cros_ec_sleep_event()
/Linux-v4.19/drivers/media/platform/cros-ec-cec/
Dcros-ec-cec.c97 struct cros_ec_command msg; in cros_ec_cec_set_log_addr()
123 struct cros_ec_command msg; in cros_ec_cec_transmit()
147 struct cros_ec_command msg; in cros_ec_cec_adap_enable()
/Linux-v4.19/include/linux/iio/common/
Dcros_ec_sensors_core.h66 struct cros_ec_command *msg;
/Linux-v4.19/drivers/rtc/
Drtc-cros-ec.c37 struct cros_ec_command msg; in cros_ec_rtc_get()
64 struct cros_ec_command msg; in cros_ec_rtc_set()
/Linux-v4.19/drivers/i2c/busses/
Di2c-cros-ec-tunnel.c189 struct cros_ec_command *msg; in ec_i2c_xfer()
/Linux-v4.19/drivers/extcon/
Dextcon-usbc-cros-ec.c67 struct cros_ec_command *msg; in cros_ec_pd_command()
/Linux-v4.19/drivers/power/supply/
Dcros_usbpd-charger.c81 struct cros_ec_command *msg; in cros_usbpd_charger_ec_command()
/Linux-v4.19/drivers/input/keyboard/
Dcros_ec_keyb.c334 struct cros_ec_command *msg; in cros_ec_keyb_info()