| D | fsi-master.h | 50 struct fsi_master { struct 56 int (*read)(struct fsi_master *, int link, uint8_t id, argument 58 int (*write)(struct fsi_master *, int link, uint8_t id, argument 60 int (*term)(struct fsi_master *, int link, uint8_t id); argument 61 int (*send_break)(struct fsi_master *, int link); argument 62 int (*link_enable)(struct fsi_master *, int link); argument 63 int (*link_config)(struct fsi_master *, int link, argument 67 #define dev_to_fsi_master(d) container_of(d, struct fsi_master, dev) 84 extern int fsi_master_register(struct fsi_master *master); 85 extern void fsi_master_unregister(struct fsi_master *master); [all …]
|