Lines Matching refs:falcon
80 struct falcon;
83 void *(*alloc)(struct falcon *falcon, size_t size,
85 void (*free)(struct falcon *falcon, size_t size,
109 struct falcon { struct
119 int falcon_init(struct falcon *falcon); argument
120 void falcon_exit(struct falcon *falcon);
121 int falcon_read_firmware(struct falcon *falcon, const char *firmware_name);
122 int falcon_load_firmware(struct falcon *falcon);
123 int falcon_boot(struct falcon *falcon);
124 void falcon_execute_method(struct falcon *falcon, u32 method, u32 data);
125 int falcon_wait_idle(struct falcon *falcon);