Searched refs:cros_ec_lpc (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/platform/chrome/ |
H A D | cros_ec_lpc.c | 82 struct cros_ec_lpc { struct 86 int (*read)(struct cros_ec_lpc *ec_lpc, unsigned int offset, argument 88 int (*write)(struct cros_ec_lpc *ec_lpc, unsigned int offset, argument 96 static int cros_ec_lpc_read_bytes(struct cros_ec_lpc *_, unsigned int offset, unsigned int length, in cros_ec_lpc_read_bytes() 115 static int cros_ec_lpc_write_bytes(struct cros_ec_lpc *_, unsigned int offset, unsigned int length, in cros_ec_lpc_write_bytes() 134 static int cros_ec_lpc_mec_read_bytes(struct cros_ec_lpc *ec_lpc, unsigned int offset, in cros_ec_lpc_mec_read_bytes() 153 static int cros_ec_lpc_mec_write_bytes(struct cros_ec_lpc *ec_lpc, unsigned int offset, in cros_ec_lpc_mec_write_bytes() 168 static int cros_ec_lpc_direct_read(struct cros_ec_lpc *ec_lpc, unsigned int offset, in cros_ec_lpc_direct_read() 188 static int cros_ec_lpc_direct_write(struct cros_ec_lpc *ec_lpc, unsigned int offset, in cros_ec_lpc_direct_write() 208 static int ec_response_timed_out(struct cros_ec_lpc *ec_lpc) in ec_response_timed_out() [all …]
|