/Linux-v5.4/include/linux/platform_data/ |
D | cros_ec_proto.h | 66 struct cros_ec_command { struct 152 struct cros_ec_command *msg); 154 struct cros_ec_command *msg); 222 struct cros_ec_command *msg); 235 struct cros_ec_command *msg); 248 struct cros_ec_command *msg); 263 struct cros_ec_command *msg);
|
D | cros_ec_chardev.h | 34 #define CROS_EC_DEV_IOCXCMD _IOWR(CROS_EC_DEV_IOC, 0, struct cros_ec_command)
|
/Linux-v5.4/drivers/platform/chrome/ |
D | cros_ec_proto.c | 19 struct cros_ec_command *msg) in prepare_packet() 52 struct cros_ec_command *msg) in send_command() 55 int (*xfer_fxn)(struct cros_ec_device *ec, struct cros_ec_command *msg); in send_command() 78 struct cros_ec_command *status_msg; in send_command() 121 struct cros_ec_command *msg) in cros_ec_prepare_tx() 145 struct cros_ec_command *msg) in cros_ec_check_result() 176 struct cros_ec_command *msg, in cros_ec_get_host_event_wake_mask() 198 struct cros_ec_command *msg) in cros_ec_host_command_proto_query() 234 struct cros_ec_command *msg; in cros_ec_host_command_proto_query_v2() 302 struct cros_ec_command *msg; in cros_ec_get_host_command_version_mask() [all …]
|
D | cros_ec_lightbar.c | 86 static struct cros_ec_command *alloc_lightbar_cmd_msg(struct cros_ec_dev *ec) in alloc_lightbar_cmd_msg() 88 struct cros_ec_command *msg; in alloc_lightbar_cmd_msg() 111 struct cros_ec_command *msg; in get_lightbar_version() 178 struct cros_ec_command *msg; in brightness_store() 224 struct cros_ec_command *msg; in led_rgb_store() 295 struct cros_ec_command *msg; in sequence_show() 334 struct cros_ec_command *msg; in lb_send_empty_cmd() 365 struct cros_ec_command *msg; in lb_manual_suspend_ctrl() 399 struct cros_ec_command *msg; in sequence_store() 449 struct cros_ec_command *msg; in program_store()
|
D | cros_ec_trace.h | 22 TP_PROTO(struct cros_ec_command *cmd), 38 TP_PROTO(struct cros_ec_command *cmd),
|
D | cros_ec_debugfs.c | 46 struct cros_ec_command *read_msg; 66 struct cros_ec_command snapshot_msg = { in cros_ec_console_log_work() 203 struct cros_ec_command msg; in cros_ec_pdinfo_read() 209 struct cros_ec_command *msg; in cros_ec_pdinfo_read() 252 struct cros_ec_command cmd; in cros_ec_uptime_read() 303 struct cros_ec_command *msg; in ec_read_version_supported() 386 struct cros_ec_command *msg; in cros_ec_create_panicinfo()
|
D | cros_ec_sysfs.c | 55 struct cros_ec_command *msg; in reboot_store() 118 struct cros_ec_command *msg; in version_show() 217 struct cros_ec_command *msg; in flashinfo_show() 253 struct cros_ec_command *msg; in kb_wake_angle_show() 285 struct cros_ec_command *msg; in kb_wake_angle_store()
|
D | cros_ec_spi.c | 81 struct cros_ec_command *ec_msg); 97 struct cros_ec_command *ec_msg; 382 struct cros_ec_command *ec_msg) in do_cros_ec_pkt_xfer_spi() 525 struct cros_ec_command *ec_msg) in do_cros_ec_cmd_xfer_spi() 646 struct cros_ec_command *ec_msg, in cros_ec_xfer_high_pri() 674 struct cros_ec_command *ec_msg) in cros_ec_pkt_xfer_spi() 680 struct cros_ec_command *ec_msg) in cros_ec_cmd_xfer_spi()
|
D | cros_usbpd_logger.c | 24 #define CROS_USBPD_BUFFER_SIZE (sizeof(struct cros_ec_command) + \ 65 struct cros_ec_command *msg; in ec_get_log_entry() 68 msg = (struct cros_ec_command *)logger->ec_buffer; in ec_get_log_entry()
|
D | cros_ec_vbc.c | 25 struct cros_ec_command *msg; in vboot_context_read() 65 struct cros_ec_command *msg; in vboot_context_write()
|
D | cros_ec_chardev.c | 61 struct cros_ec_command *msg; in ec_get_version() 277 struct cros_ec_command *s_cmd; in cros_ec_chardev_ioctl_xcmd() 278 struct cros_ec_command u_cmd; in cros_ec_chardev_ioctl_xcmd()
|
D | cros_ec_rpmsg.c | 59 struct cros_ec_command *ec_msg) in cros_ec_cmd_xfer_rpmsg() 73 struct cros_ec_command *ec_msg) in cros_ec_pkt_xfer_rpmsg()
|
D | cros_ec_i2c.c | 51 struct cros_ec_command *msg) in cros_ec_pkt_xfer_i2c() 179 struct cros_ec_command *msg) in cros_ec_cmd_xfer_i2c()
|
D | cros_ec_lpc.c | 141 struct cros_ec_command *msg) in cros_ec_pkt_xfer_lpc() 204 struct cros_ec_command *msg) in cros_ec_cmd_xfer_lpc()
|
D | cros_ec_ishtp.c | 416 struct cros_ec_command *msg) in prepare_cros_ec_rx() 450 struct cros_ec_command *msg) in cros_ec_pkt_xfer_ish()
|
D | cros_ec.c | 60 struct cros_ec_command msg; in cros_ec_sleep_event()
|
/Linux-v5.4/sound/soc/codecs/ |
D | cros_ec_codec.c | 46 u8 buffer[sizeof(struct cros_ec_command) + in ec_command_get_gain() 49 struct cros_ec_command *msg = (struct cros_ec_command *)&buffer; in ec_command_get_gain() 75 u8 buffer[sizeof(struct cros_ec_command) + in ec_command_no_resp() 77 struct cros_ec_command *msg = (struct cros_ec_command *)&buffer; in ec_command_no_resp()
|
/Linux-v5.4/drivers/pwm/ |
D | pwm-cros-ec.c | 36 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-v5.4/drivers/media/platform/cros-ec-cec/ |
D | cros-ec-cec.c | 98 struct cros_ec_command msg; in cros_ec_cec_set_log_addr() 124 struct cros_ec_command msg; in cros_ec_cec_transmit() 148 struct cros_ec_command msg; in cros_ec_cec_adap_enable()
|
/Linux-v5.4/drivers/mfd/ |
D | cros_ec_dev.c | 117 struct cros_ec_command *msg; in cros_ec_check_features() 164 struct cros_ec_command *msg; in cros_ec_sensors_register() 166 msg = kzalloc(sizeof(struct cros_ec_command) + in cros_ec_sensors_register()
|
/Linux-v5.4/include/linux/iio/common/ |
D | cros_ec_sensors_core.h | 59 struct cros_ec_command *msg;
|
/Linux-v5.4/drivers/rtc/ |
D | rtc-cros-ec.c | 38 struct cros_ec_command msg; in cros_ec_rtc_get() 65 struct cros_ec_command msg; in cros_ec_rtc_set()
|
/Linux-v5.4/drivers/i2c/busses/ |
D | i2c-cros-ec-tunnel.c | 183 struct cros_ec_command *msg; in ec_i2c_xfer()
|
/Linux-v5.4/drivers/hid/ |
D | hid-google-hammer.c | 56 struct cros_ec_command *msg; in cbas_ec_query_base()
|
/Linux-v5.4/drivers/extcon/ |
D | extcon-usbc-cros-ec.c | 68 struct cros_ec_command *msg; in cros_ec_pd_command()
|