D | fsi-master.h | 121 struct fsi_master { struct 127 int (*read)(struct fsi_master *, int link, uint8_t id, argument 129 int (*write)(struct fsi_master *, int link, uint8_t id, argument 131 int (*term)(struct fsi_master *, int link, uint8_t id); argument 132 int (*send_break)(struct fsi_master *, int link); argument 133 int (*link_enable)(struct fsi_master *, int link, argument 135 int (*link_config)(struct fsi_master *, int link, argument 139 #define dev_to_fsi_master(d) container_of(d, struct fsi_master, dev) 156 extern int fsi_master_register(struct fsi_master *master); 157 extern void fsi_master_unregister(struct fsi_master *master); [all …]
|