Lines Matching refs:fsi_slave

86 struct fsi_slave {  struct
101 #define to_fsi_slave(d) container_of(d, struct fsi_slave, dev) argument
171 static struct fsi_device *fsi_create_device(struct fsi_slave *slave) in fsi_create_device()
187 static int fsi_slave_calc_addr(struct fsi_slave *slave, uint32_t *addrp, in fsi_slave_calc_addr()
211 static int fsi_slave_report_and_clear_errors(struct fsi_slave *slave) in fsi_slave_report_and_clear_errors()
271 static int fsi_slave_set_smode(struct fsi_slave *slave) in fsi_slave_set_smode()
287 static int fsi_slave_handle_error(struct fsi_slave *slave, bool write, in fsi_slave_handle_error()
347 int fsi_slave_read(struct fsi_slave *slave, uint32_t addr, in fsi_slave_read()
372 int fsi_slave_write(struct fsi_slave *slave, uint32_t addr, in fsi_slave_write()
397 extern int fsi_slave_claim_range(struct fsi_slave *slave, in fsi_slave_claim_range()
411 extern void fsi_slave_release_range(struct fsi_slave *slave, in fsi_slave_release_range()
468 static int fsi_slave_scan(struct fsi_slave *slave) in fsi_slave_scan()
559 struct fsi_slave *slave = to_fsi_slave(kobj_to_dev(kobj)); in fsi_slave_sysfs_raw_read()
587 struct fsi_slave *slave = to_fsi_slave(kobj_to_dev(kobj)); in fsi_slave_sysfs_raw_write()
623 struct fsi_slave *slave = to_fsi_slave(dev); in fsi_slave_release()
676 struct fsi_slave *slave = filep->private_data; in cfam_read()
712 struct fsi_slave *slave = filep->private_data; in cfam_write()
763 struct fsi_slave *slave = container_of(inode->i_cdev, struct fsi_slave, cdev); in cfam_open()
782 struct fsi_slave *slave = to_fsi_slave(dev); in send_term_store()
798 struct fsi_slave *slave = to_fsi_slave(dev); in slave_send_echo_show()
806 struct fsi_slave *slave = to_fsi_slave(dev); in slave_send_echo_store()
842 struct fsi_slave *slave = to_fsi_slave(dev); in chip_id_show()
853 struct fsi_slave *slave = to_fsi_slave(dev); in cfam_id_show()
880 struct fsi_slave *slave = to_fsi_slave(dev); in cfam_devnode()
921 static int __fsi_get_new_minor(struct fsi_slave *slave, enum fsi_dev_type type, in __fsi_get_new_minor()
967 struct fsi_slave *slave; in fsi_slave_init()
1191 struct fsi_slave *slave = to_fsi_slave(dev); in fsi_master_remove_slave()