Lines Matching refs:fsi_master
58 struct fsi_master { struct
64 int (*read)(struct fsi_master *, int link, uint8_t id, argument
66 int (*write)(struct fsi_master *, int link, uint8_t id, argument
68 int (*term)(struct fsi_master *, int link, uint8_t id); argument
69 int (*send_break)(struct fsi_master *, int link); argument
70 int (*link_enable)(struct fsi_master *, int link); argument
71 int (*link_config)(struct fsi_master *, int link, argument
75 #define dev_to_fsi_master(d) container_of(d, struct fsi_master, dev)
92 extern int fsi_master_register(struct fsi_master *master);
93 extern void fsi_master_unregister(struct fsi_master *master);
95 extern int fsi_master_rescan(struct fsi_master *master);