Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/fsi/
Dfsi-master-ast-cf.c122 struct fsi_msg { struct
130 static void msg_push_bits(struct fsi_msg *msg, uint64_t data, int bits) in msg_push_bits() argument
137 static void msg_push_crc(struct fsi_msg *msg) in msg_push_crc()
153 static void msg_finish_cmd(struct fsi_msg *cmd) in msg_finish_cmd()
209 struct fsi_msg *cmd, uint8_t id, in build_ar_command()
274 static void build_dpoll_command(struct fsi_msg *cmd, uint8_t slave_id) in build_dpoll_command()
285 static void build_epoll_command(struct fsi_msg *cmd, uint8_t slave_id) in build_epoll_command()
296 static void build_term_command(struct fsi_msg *cmd, uint8_t slave_id) in build_term_command()
358 static int send_request(struct fsi_master_acf *master, struct fsi_msg *cmd, in send_request()
416 struct fsi_msg cmd; in send_term()
[all …]
/linux-6.12.1/include/trace/events/
Dfsi_master_ast_cf.h27 TP_PROTO(const struct fsi_master_acf *master, const struct fsi_msg *cmd, u8 rbits),