Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
H A Dcros_ec_lpc.c115 static int cros_ec_lpc_write_bytes(struct cros_ec_lpc *_, unsigned int offset, unsigned int length, in cros_ec_lpc_write_bytes() function
165 cros_ec_lpc_write_bytes(ec_lpc, offset, length, msg); in cros_ec_lpc_mec_write_bytes()
196 return cros_ec_lpc_write_bytes(ec_lpc, offset, length, msg); in cros_ec_lpc_direct_write()
612 ec_lpc->write = cros_ec_lpc_write_bytes; in cros_ec_lpc_probe()