Lines Matching refs:fsi_master
121 struct fsi_master {
127 int (*read)(struct fsi_master *, int link, uint8_t id,
129 int (*write)(struct fsi_master *, int link, uint8_t id,
131 int (*term)(struct fsi_master *, int link, uint8_t id);
132 int (*send_break)(struct fsi_master *, int link);
133 int (*link_enable)(struct fsi_master *, int link,
135 int (*link_config)(struct fsi_master *, int link,
139 #define to_fsi_master(d) container_of(d, struct fsi_master, dev)
142 * fsi_master registration & lifetime: the fsi_master_register() and
150 * ->release callback frees the fsi_master, then fsi_master_unregister will
156 extern int fsi_master_register(struct fsi_master *master);
157 extern void fsi_master_unregister(struct fsi_master *master);
159 extern int fsi_master_rescan(struct fsi_master *master);