Lines Matching defs:fsi_master_acf

87 struct fsi_master_acf {
120 #define to_fsi_master_acf(m) container_of(m, struct fsi_master_acf, master)
159 static bool check_same_address(struct fsi_master_acf *master, int id,
166 static bool check_relative_address(struct fsi_master_acf *master, int id,
196 static void last_address_update(struct fsi_master_acf *master,
208 static void build_ar_command(struct fsi_master_acf *master,
307 static int do_copro_command(struct fsi_master_acf *master, uint32_t op)
344 static int clock_zeros(struct fsi_master_acf *master, int count)
358 static int send_request(struct fsi_master_acf *master, struct fsi_msg *cmd,
377 static int read_copro_response(struct fsi_master_acf *master, uint8_t size,
414 static int send_term(struct fsi_master_acf *master, uint8_t slave)
440 static void dump_ucode_trace(struct fsi_master_acf *master)
467 static int handle_response(struct fsi_master_acf *master,
571 static int fsi_master_acf_xfer(struct fsi_master_acf *master, uint8_t slave,
601 struct fsi_master_acf *master = to_fsi_master_acf(_master);
625 struct fsi_master_acf *master = to_fsi_master_acf(_master);
649 struct fsi_master_acf *master = to_fsi_master_acf(_master);
668 struct fsi_master_acf *master = to_fsi_master_acf(_master);
690 static void reset_cf(struct fsi_master_acf *master)
698 static void start_cf(struct fsi_master_acf *master)
703 static void setup_ast2500_cf_maps(struct fsi_master_acf *master)
740 static void setup_ast2400_cf_maps(struct fsi_master_acf *master)
758 static void setup_common_fw_config(struct fsi_master_acf *master,
772 static void setup_ast2500_fw_config(struct fsi_master_acf *master)
780 static void setup_ast2400_fw_config(struct fsi_master_acf *master)
788 static int setup_gpios_for_copro(struct fsi_master_acf *master)
822 static void release_copro_gpios(struct fsi_master_acf *master)
829 static int load_copro_firmware(struct fsi_master_acf *master)
880 static int check_firmware_image(struct fsi_master_acf *master)
902 static int copro_enable_sw_irq(struct fsi_master_acf *master)
925 static int fsi_master_acf_setup(struct fsi_master_acf *master)
1003 static void fsi_master_acf_terminate(struct fsi_master_acf *master)
1032 static void fsi_master_acf_setup_external(struct fsi_master_acf *master)
1045 struct fsi_master_acf *master = to_fsi_master_acf(_master);
1064 struct fsi_master_acf *master = to_fsi_master_acf(_master);
1084 struct fsi_master_acf *master = dev_get_drvdata(dev);
1093 struct fsi_master_acf *master = dev_get_drvdata(dev);
1130 struct fsi_master_acf *master = data;
1179 struct fsi_master_acf *master = data;
1193 struct fsi_master_acf *master = to_fsi_master_acf(to_fsi_master(dev));
1217 struct fsi_master_acf *master;
1417 struct fsi_master_acf *master = platform_get_drvdata(pdev);
1433 static struct platform_driver fsi_master_acf = {
1442 module_platform_driver(fsi_master_acf);