Lines Matching refs:fsi_slave

81 struct fsi_slave {  struct
99 #define to_fsi_slave(d) container_of(d, struct fsi_slave, dev) argument
169 static struct fsi_device *fsi_create_device(struct fsi_slave *slave) in fsi_create_device()
185 static int fsi_slave_calc_addr(struct fsi_slave *slave, uint32_t *addrp, in fsi_slave_calc_addr()
209 static int fsi_slave_report_and_clear_errors(struct fsi_slave *slave) in fsi_slave_report_and_clear_errors()
269 static int fsi_slave_set_smode(struct fsi_slave *slave) in fsi_slave_set_smode()
285 static int fsi_slave_handle_error(struct fsi_slave *slave, bool write, in fsi_slave_handle_error()
345 int fsi_slave_read(struct fsi_slave *slave, uint32_t addr, in fsi_slave_read()
370 int fsi_slave_write(struct fsi_slave *slave, uint32_t addr, in fsi_slave_write()
395 int fsi_slave_claim_range(struct fsi_slave *slave, in fsi_slave_claim_range()
409 void fsi_slave_release_range(struct fsi_slave *slave, in fsi_slave_release_range()
466 static int fsi_slave_scan(struct fsi_slave *slave) in fsi_slave_scan()
584 struct fsi_slave *slave = to_fsi_slave(kobj_to_dev(kobj)); in fsi_slave_sysfs_raw_read()
611 struct fsi_slave *slave = to_fsi_slave(kobj_to_dev(kobj)); in fsi_slave_sysfs_raw_write()
646 struct fsi_slave *slave = to_fsi_slave(dev); in fsi_slave_release()
699 struct fsi_slave *slave = filep->private_data; in cfam_read()
735 struct fsi_slave *slave = filep->private_data; in cfam_write()
786 struct fsi_slave *slave = container_of(inode->i_cdev, struct fsi_slave, cdev); in cfam_open()
805 struct fsi_slave *slave = to_fsi_slave(dev); in send_term_store()
821 struct fsi_slave *slave = to_fsi_slave(dev); in slave_send_echo_show()
829 struct fsi_slave *slave = to_fsi_slave(dev); in slave_send_echo_store()
865 struct fsi_slave *slave = to_fsi_slave(dev); in chip_id_show()
876 struct fsi_slave *slave = to_fsi_slave(dev); in cfam_id_show()
903 struct fsi_slave *slave = to_fsi_slave(dev); in cfam_devnode()
944 static int __fsi_get_new_minor(struct fsi_slave *slave, enum fsi_dev_type type, in __fsi_get_new_minor()
990 struct fsi_slave *slave; in fsi_slave_init()
1244 struct fsi_slave *slave = to_fsi_slave(dev); in fsi_master_remove_slave()