Home
last modified time | relevance | path

Searched defs:mgr (Results 1 – 25 of 52) sorted by relevance

123

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_mstate_mgr.c18 u32 adf_mstate_state_size(struct adf_mstate_mgr *mgr) in adf_mstate_state_size()
23 static inline u32 adf_mstate_avail_room(struct adf_mstate_mgr *mgr) in adf_mstate_avail_room()
28 void adf_mstate_mgr_init(struct adf_mstate_mgr *mgr, u8 *buf, u32 size) in adf_mstate_mgr_init()
38 struct adf_mstate_mgr *mgr; in adf_mstate_mgr_new() local
49 void adf_mstate_mgr_destroy(struct adf_mstate_mgr *mgr) in adf_mstate_mgr_destroy()
54 void adf_mstate_mgr_init_from_parent(struct adf_mstate_mgr *mgr, in adf_mstate_mgr_init_from_parent()
61 void adf_mstate_mgr_init_from_psect(struct adf_mstate_mgr *mgr, in adf_mstate_mgr_init_from_psect()
81 struct adf_mstate_mgr *mgr = opaque; in adf_mstate_preamble_def_checker() local
95 struct adf_mstate_preh *adf_mstate_preamble_add(struct adf_mstate_mgr *mgr) in adf_mstate_preamble_add()
110 int adf_mstate_preamble_update(struct adf_mstate_mgr *mgr) in adf_mstate_preamble_update()
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager-sysfs.c24 static ssize_t manager_name_show(struct omap_overlay_manager *mgr, char *buf) in manager_name_show()
29 static ssize_t manager_display_show(struct omap_overlay_manager *mgr, char *buf) in manager_display_show()
44 static ssize_t manager_display_store(struct omap_overlay_manager *mgr, in manager_display_store()
117 static ssize_t manager_default_color_show(struct omap_overlay_manager *mgr, in manager_default_color_show()
127 static ssize_t manager_default_color_store(struct omap_overlay_manager *mgr, in manager_default_color_store()
158 static ssize_t manager_trans_key_type_show(struct omap_overlay_manager *mgr, in manager_trans_key_type_show()
172 static ssize_t manager_trans_key_type_store(struct omap_overlay_manager *mgr, in manager_trans_key_type_store()
197 static ssize_t manager_trans_key_value_show(struct omap_overlay_manager *mgr, in manager_trans_key_value_show()
207 static ssize_t manager_trans_key_value_store(struct omap_overlay_manager *mgr, in manager_trans_key_value_store()
233 static ssize_t manager_trans_key_enabled_show(struct omap_overlay_manager *mgr, in manager_trans_key_enabled_show()
[all …]
/linux/sound/pci/pcxhr/
H A Dpcxhr_core.c59 #define PCXHR_INPB(mgr,x) inb((mgr)->port[PCXHR_REG_TO_PORT(x)] + (x)) argument
60 #define PCXHR_INPL(mgr,x) inl((mgr)->port[PCXHR_REG_TO_PORT(x)] + (x)) argument
61 #define PCXHR_OUTPB(mgr,x,data) outb((data), (mgr)->port[PCXHR_REG_TO_PORT(x)] + (x)) argument
62 #define PCXHR_OUTPL(mgr,x,data) outl((data), (mgr)->port[PCXHR_REG_TO_PORT(x)] + (x)) argument
113 static int pcxhr_check_reg_bit(struct pcxhr_mgr *mgr, unsigned int reg, in pcxhr_check_reg_bit() argument
166 pcxhr_send_it_dsp(struct pcxhr_mgr * mgr,unsigned int itdsp,int atomic) pcxhr_send_it_dsp() argument
226 pcxhr_reset_xilinx_com(struct pcxhr_mgr * mgr) pcxhr_reset_xilinx_com() argument
233 pcxhr_enable_irq(struct pcxhr_mgr * mgr,int enable) pcxhr_enable_irq() argument
244 pcxhr_reset_dsp(struct pcxhr_mgr * mgr) pcxhr_reset_dsp() argument
259 pcxhr_enable_dsp(struct pcxhr_mgr * mgr) pcxhr_enable_dsp() argument
268 pcxhr_load_xilinx_binary(struct pcxhr_mgr * mgr,const struct firmware * xilinx,int second) pcxhr_load_xilinx_binary() argument
320 pcxhr_download_dsp(struct pcxhr_mgr * mgr,const struct firmware * dsp) pcxhr_download_dsp() argument
371 pcxhr_load_eeprom_binary(struct pcxhr_mgr * mgr,const struct firmware * eeprom) pcxhr_load_eeprom_binary() argument
403 pcxhr_load_boot_binary(struct pcxhr_mgr * mgr,const struct firmware * boot) pcxhr_load_boot_binary() argument
432 pcxhr_load_dsp_binary(struct pcxhr_mgr * mgr,const struct firmware * dsp) pcxhr_load_dsp_binary() argument
532 pcxhr_read_rmh_status(struct pcxhr_mgr * mgr,struct pcxhr_rmh * rmh) pcxhr_read_rmh_status() argument
595 pcxhr_send_msg_nolock(struct pcxhr_mgr * mgr,struct pcxhr_rmh * rmh) pcxhr_send_msg_nolock() argument
755 pcxhr_send_msg(struct pcxhr_mgr * mgr,struct pcxhr_rmh * rmh) pcxhr_send_msg() argument
765 pcxhr_pipes_running(struct pcxhr_mgr * mgr) pcxhr_pipes_running() argument
781 pcxhr_prepair_pipe_start(struct pcxhr_mgr * mgr,int audio_mask,int * retry) pcxhr_prepair_pipe_start() argument
821 pcxhr_stop_pipes(struct pcxhr_mgr * mgr,int audio_mask) pcxhr_stop_pipes() argument
853 pcxhr_toggle_pipes(struct pcxhr_mgr * mgr,int audio_mask) pcxhr_toggle_pipes() argument
893 pcxhr_set_pipe_state(struct pcxhr_mgr * mgr,int playback_mask,int capture_mask,int start) pcxhr_set_pipe_state() argument
959 pcxhr_write_io_num_reg_cont(struct pcxhr_mgr * mgr,unsigned int mask,unsigned int value,int * changed) pcxhr_write_io_num_reg_cont() argument
1005 pcxhr_handle_async_err(struct pcxhr_mgr * mgr,u32 err,enum pcxhr_async_err_src err_src,int pipe,int is_capture) pcxhr_handle_async_err() argument
1034 pcxhr_msg_thread(struct pcxhr_mgr * mgr) pcxhr_msg_thread() argument
1115 pcxhr_stream_read_position(struct pcxhr_mgr * mgr,struct pcxhr_stream * stream) pcxhr_stream_read_position() argument
1147 pcxhr_update_timer_pos(struct pcxhr_mgr * mgr,struct pcxhr_stream * stream,int samples_to_add) pcxhr_update_timer_pos() argument
1219 struct pcxhr_mgr *mgr = dev_id; pcxhr_interrupt() local
1268 struct pcxhr_mgr *mgr = dev_id; pcxhr_threaded_irq() local
[all...]
H A Dpcxhr_hwdep.c29 static int pcxhr_init_board(struct pcxhr_mgr *mgr) in pcxhr_init_board()
87 static int pcxhr_sub_init(struct pcxhr_mgr *mgr) in pcxhr_sub_init()
121 void pcxhr_reset_board(struct pcxhr_mgr *mgr) in pcxhr_reset_board()
153 static int pcxhr_dsp_allocate_pipe(struct pcxhr_mgr *mgr, in pcxhr_dsp_allocate_pipe()
229 static int pcxhr_config_pipes(struct pcxhr_mgr *mgr) in pcxhr_config_pipes()
257 static int pcxhr_start_pipes(struct pcxhr_mgr *mgr) in pcxhr_start_pipes()
276 static int pcxhr_dsp_load(struct pcxhr_mgr *mgr, int index, in pcxhr_dsp_load()
352 int pcxhr_setup_firmware(struct pcxhr_mgr *mgr) in pcxhr_setup_firmware()
H A Dpcxhr.c234 static int pcxhr_get_clock_reg(struct pcxhr_mgr *mgr, unsigned int rate, in pcxhr_get_clock_reg() argument
307 static int pcxhr_sub_set_clock(struct pcxhr_mgr *mgr, in pcxhr_sub_set_clock() argument
379 pcxhr_set_clock(struct pcxhr_mgr * mgr,unsigned int rate) pcxhr_set_clock() argument
412 pcxhr_sub_get_external_clock(struct pcxhr_mgr * mgr,enum pcxhr_clock_type clock_type,int * sample_rate) pcxhr_sub_get_external_clock() argument
475 pcxhr_get_external_clock(struct pcxhr_mgr * mgr,enum pcxhr_clock_type clock_type,int * sample_rate) pcxhr_get_external_clock() argument
691 pcxhr_start_linked_stream(struct pcxhr_mgr * mgr) pcxhr_start_linked_stream() argument
878 pcxhr_hardware_timer(struct pcxhr_mgr * mgr,int start) pcxhr_hardware_timer() argument
902 struct pcxhr_mgr *mgr = chip->mgr; pcxhr_prepare() local
939 struct pcxhr_mgr *mgr = chip->mgr; pcxhr_hw_params() local
988 struct pcxhr_mgr *mgr = chip->mgr; pcxhr_open() local
1074 struct pcxhr_mgr *mgr = chip->mgr; pcxhr_close() local
1176 pcxhr_create(struct pcxhr_mgr * mgr,struct snd_card * card,int idx) pcxhr_create() argument
1221 struct pcxhr_mgr *mgr = chip->mgr; pcxhr_proc_info() local
1292 struct pcxhr_mgr *mgr = chip->mgr; pcxhr_proc_sync() local
1334 struct pcxhr_mgr *mgr = chip->mgr; pcxhr_proc_gpio_read() local
1351 struct pcxhr_mgr *mgr = chip->mgr; pcxhr_proc_gpo_write() local
1379 struct pcxhr_mgr *mgr = chip->mgr; pcxhr_proc_ltc() local
1441 pcxhr_free(struct pcxhr_mgr * mgr) pcxhr_free() argument
1482 struct pcxhr_mgr *mgr; pcxhr_probe() local
[all...]
H A Dpcxhr_mix22.c36 #define PCXHR_INPB(mgr, x) inb((mgr)->port[PCXHR_DSP] + (x)) argument
37 #define PCXHR_OUTPB(mgr, x, data) outb((data), (mgr)->port[PCXHR_DSP] + (x)) argument
206 static void hr222_config_akm(struct pcxhr_mgr *mgr, unsigned short data) in hr222_config_akm() argument
222 static int hr222_set_hw_playback_level(struct pcxhr_mgr *mgr, in hr222_set_hw_playback_level() argument
244 hr222_set_hw_capture_level(struct pcxhr_mgr * mgr,int level_l,int level_r,int level_mic) hr222_set_hw_capture_level() argument
271 hr222_sub_init(struct pcxhr_mgr * mgr) hr222_sub_init() argument
338 hr222_sub_set_clock(struct pcxhr_mgr * mgr,unsigned int rate,int * changed) hr222_sub_set_clock() argument
402 hr222_get_external_clock(struct pcxhr_mgr * mgr,enum pcxhr_clock_type clock_type,int * sample_rate) hr222_get_external_clock() argument
496 hr222_read_gpio(struct pcxhr_mgr * mgr,int is_gpi,int * value) hr222_read_gpio() argument
510 hr222_write_gpo(struct pcxhr_mgr * mgr,int value) hr222_write_gpo() argument
522 hr222_manage_timecode(struct pcxhr_mgr * mgr,int enable) hr222_manage_timecode() argument
667 hr222_micro_boost(struct pcxhr_mgr * mgr,int level) hr222_micro_boost() argument
682 hr222_phantom_power(struct pcxhr_mgr * mgr,int power) hr222_phantom_power() argument
[all...]
/linux/sound/pci/mixart/
H A Dmixart_core.c34 static int retrieve_msg_frame(struct mixart_mgr *mgr, u32 *msg_frame) in retrieve_msg_frame() argument
61 static int get_msg(struct mixart_mgr *mgr, struct mixart_msg *resp, in get_msg() argument
127 send_msg(struct mixart_mgr * mgr,struct mixart_msg * msg,int max_answersize,int mark_pending,u32 * msg_event) send_msg() argument
219 snd_mixart_send_msg(struct mixart_mgr * mgr,struct mixart_msg * request,int max_resp_size,void * resp_data) snd_mixart_send_msg() argument
267 snd_mixart_send_msg_wait_notif(struct mixart_mgr * mgr,struct mixart_msg * request,u32 notif_event) snd_mixart_send_msg_wait_notif() argument
308 snd_mixart_send_msg_nonblock(struct mixart_mgr * mgr,struct mixart_msg * request) snd_mixart_send_msg_nonblock() argument
329 snd_mixart_process_msg(struct mixart_mgr * mgr) snd_mixart_process_msg() argument
394 struct mixart_mgr *mgr = dev_id; snd_mixart_interrupt() local
418 struct mixart_mgr *mgr = dev_id; snd_mixart_threaded_irq() local
565 snd_mixart_init_mailbox(struct mixart_mgr * mgr) snd_mixart_init_mailbox() argument
577 snd_mixart_exit_mailbox(struct mixart_mgr * mgr) snd_mixart_exit_mailbox() argument
584 snd_mixart_reset_board(struct mixart_mgr * mgr) snd_mixart_reset_board() argument
[all...]
H A Dmixart.c58 static int mixart_set_pipe_state(struct mixart_mgr *mgr, in mixart_set_pipe_state() argument
157 mixart_set_clock(struct mixart_mgr * mgr,struct mixart_pipe * pipe,unsigned int rate) mixart_set_clock() argument
328 snd_mixart_kill_ref_pipe(struct mixart_mgr * mgr,struct mixart_pipe * pipe,int monitoring) snd_mixart_kill_ref_pipe() argument
460 mixart_sync_nonblock_events(struct mixart_mgr * mgr) mixart_sync_nonblock_events() argument
594 struct mixart_mgr *mgr = chip->mgr; snd_mixart_hw_params() local
707 struct mixart_mgr *mgr = chip->mgr; snd_mixart_playback_open() local
786 struct mixart_mgr *mgr = chip->mgr; snd_mixart_capture_open() local
868 struct mixart_mgr *mgr = chip->mgr; snd_mixart_close() local
1030 snd_mixart_create(struct mixart_mgr * mgr,struct snd_card * card,int idx) snd_mixart_create() argument
1078 snd_mixart_free(struct mixart_mgr * mgr) snd_mixart_free() argument
1134 struct mixart_mgr *mgr = entry->private_data; snd_mixart_BA0_read() local
1150 struct mixart_mgr *mgr = entry->private_data; snd_mixart_BA1_read() local
1234 struct mixart_mgr *mgr; snd_mixart_probe() local
[all...]
H A Dmixart_hwdep.c34 static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr, in mixart_wait_nice_for_register_value()
90 static int mixart_load_elf(struct mixart_mgr *mgr, const struct firmware *dsp ) in mixart_load_elf()
129 static int mixart_enum_connectors(struct mixart_mgr *mgr) in mixart_enum_connectors()
247 static int mixart_enum_physio(struct mixart_mgr *mgr) in mixart_enum_physio()
303 static int mixart_first_init(struct mixart_mgr *mgr) in mixart_first_init()
337 static int mixart_dsp_load(struct mixart_mgr* mgr, int index, const struct firmware *dsp) in mixart_dsp_load()
557 int snd_mixart_setup_firmware(struct mixart_mgr *mgr) in snd_mixart_setup_firmware()
/linux/drivers/isdn/mISDN/
H A Dtei.c72 struct manager *mgr = fi->userdata; in da_debug() local
92 struct manager *mgr = fi->userdata; in da_activate() local
108 struct manager *mgr = fi->userdata; in da_deactivate() local
132 struct manager *mgr = fi->userdata; in da_ui() local
145 struct manager *mgr = fi->userdata; in da_timer() local
242 get_free_id(struct manager *mgr) in get_free_id()
266 get_free_tei(struct manager *mgr) in get_free_tei()
293 teiup_create(struct manager *mgr, u_int prim, int len, void *arg) in teiup_create()
315 new_id(struct manager *mgr) in new_id()
329 do_send(struct manager *mgr) in do_send()
[all …]
/linux/drivers/gpu/drm/lima/
H A Dlima_ctx.c10 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id) in lima_ctx_create()
53 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_free()
68 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get()
85 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_init()
91 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_fini()
/linux/sound/pci/ctxfi/
H A Dctsrc.c357 const struct src_desc *desc, struct src_mgr *mgr) in src_rsc_init() argument
392 src_rsc_uninit(struct src * src,struct src_mgr * mgr) src_rsc_uninit() argument
412 get_src_rsc(struct src_mgr * mgr,const struct src_desc * desc,struct src ** rsrc) get_src_rsc() argument
467 put_src_rsc(struct src_mgr * mgr,struct src * src) put_src_rsc() argument
486 src_enable_s(struct src_mgr * mgr,struct src * src) src_enable_s() argument
502 src_enable(struct src_mgr * mgr,struct src * src) src_enable() argument
518 src_disable(struct src_mgr * mgr,struct src * src) src_disable() argument
534 src_mgr_commit_write(struct src_mgr * mgr) src_mgr_commit_write() argument
668 srcimp_rsc_init(struct srcimp * srcimp,const struct srcimp_desc * desc,struct srcimp_mgr * mgr) srcimp_rsc_init() argument
710 get_srcimp_rsc(struct srcimp_mgr * mgr,const struct srcimp_desc * desc,struct srcimp ** rsrcimp) get_srcimp_rsc() argument
761 put_srcimp_rsc(struct srcimp_mgr * mgr,struct srcimp * srcimp) put_srcimp_rsc() argument
779 struct rsc_mgr *mgr = &((struct srcimp_mgr *)data)->mgr; srcimp_map_op() local
791 srcimp_imap_add(struct srcimp_mgr * mgr,struct imapper * entry) srcimp_imap_add() argument
808 srcimp_imap_delete(struct srcimp_mgr * mgr,struct imapper * entry) srcimp_imap_delete() argument
[all...]
H A Dctresource.c73 int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx) in mgr_get_resource()
87 int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx) in mgr_put_resource()
204 int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type, in rsc_mgr_init()
254 int rsc_mgr_uninit(struct rsc_mgr *mgr) in rsc_mgr_uninit()
H A Dctamixer.c197 struct amixer_mgr *mgr) in amixer_rsc_init() argument
227 static int get_amixer_rsc(struct amixer_mgr *mgr, in get_amixer_rsc() argument
279 put_amixer_rsc(struct amixer_mgr * mgr,struct amixer * amixer) put_amixer_rsc() argument
364 sum_rsc_init(struct sum * sum,const struct sum_desc * desc,struct sum_mgr * mgr) sum_rsc_init() argument
383 get_sum_rsc(struct sum_mgr * mgr,const struct sum_desc * desc,struct sum ** rsum) get_sum_rsc() argument
434 put_sum_rsc(struct sum_mgr * mgr,struct sum * sum) put_sum_rsc() argument
[all...]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gtt_mgr.c118 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); in amdgpu_gtt_mgr_new() local
172 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); in amdgpu_gtt_mgr_del() local
190 void amdgpu_gtt_mgr_recover(struct amdgpu_gtt_mgr *mgr) in amdgpu_gtt_mgr_recover()
252 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); in amdgpu_gtt_mgr_debug() local
277 struct amdgpu_gtt_mgr *mgr = &adev->mman.gtt_mgr; in amdgpu_gtt_mgr_init() local
306 struct amdgpu_gtt_mgr *mgr = &adev->mman.gtt_mgr; in amdgpu_gtt_mgr_fini() local
H A Damdgpu_ctx.c320 static int amdgpu_ctx_init(struct amdgpu_ctx_mgr *mgr, int32_t priority, in amdgpu_ctx_init()
410 struct amdgpu_ctx_mgr *mgr = ctx->mgr; in amdgpu_ctx_fini() local
479 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_alloc() local
526 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_free() local
542 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query() local
581 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query2() local
642 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_stable_pstate() local
733 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_get() local
883 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr, in amdgpu_ctx_mgr_init()
896 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout) in amdgpu_ctx_mgr_entity_flush()
[all …]
/linux/drivers/fpga/
H A Daltera-pr-ip-core.c32 static enum fpga_mgr_states alt_pr_fpga_state(struct fpga_manager *mgr) in alt_pr_fpga_state()
77 static int alt_pr_fpga_write_init(struct fpga_manager *mgr, in alt_pr_fpga_write_init()
104 static int alt_pr_fpga_write(struct fpga_manager *mgr, const char *buf, in alt_pr_fpga_write()
144 static int alt_pr_fpga_write_complete(struct fpga_manager *mgr, in alt_pr_fpga_write_complete()
179 struct fpga_manager *mgr; in alt_pr_register() local
H A Dzynqmp-fpga.c28 static int zynqmp_fpga_ops_write_init(struct fpga_manager *mgr, in zynqmp_fpga_ops_write_init()
40 static int zynqmp_fpga_ops_write(struct fpga_manager *mgr, in zynqmp_fpga_ops_write()
69 static enum fpga_mgr_states zynqmp_fpga_ops_state(struct fpga_manager *mgr) in zynqmp_fpga_ops_state()
110 struct fpga_manager *mgr; in zynqmp_fpga_probe() local
H A Dts73xx-fpga.c35 static int ts73xx_fpga_write_init(struct fpga_manager *mgr, in ts73xx_fpga_write_init()
50 static int ts73xx_fpga_write(struct fpga_manager *mgr, const char *buf, in ts73xx_fpga_write()
72 static int ts73xx_fpga_write_complete(struct fpga_manager *mgr, in ts73xx_fpga_write_complete()
105 struct fpga_manager *mgr; in ts73xx_fpga_probe() local
H A Dmachxo2-spi.c135 static int machxo2_cleanup(struct fpga_manager *mgr) in machxo2_cleanup()
174 static enum fpga_mgr_states machxo2_spi_state(struct fpga_manager *mgr) in machxo2_spi_state()
187 static int machxo2_write_init(struct fpga_manager *mgr, in machxo2_write_init()
252 static int machxo2_write(struct fpga_manager *mgr, const char *buf, in machxo2_write()
291 static int machxo2_write_complete(struct fpga_manager *mgr, in machxo2_write_complete()
366 struct fpga_manager *mgr; in machxo2_spi_probe() local
H A Ddfl-fme-mgr.c107 static int fme_mgr_write_init(struct fpga_manager *mgr, in fme_mgr_write_init()
165 static int fme_mgr_write(struct fpga_manager *mgr, in fme_mgr_write()
220 static int fme_mgr_write_complete(struct fpga_manager *mgr, in fme_mgr_write_complete()
255 static u64 fme_mgr_status(struct fpga_manager *mgr) in fme_mgr_status()
282 struct fpga_manager *mgr; in fme_mgr_probe() local
H A Dmicrochip-spi.c87 static enum fpga_mgr_states mpf_ops_state(struct fpga_manager *mgr) in mpf_ops_state()
102 static int mpf_ops_parse_header(struct fpga_manager *mgr, in mpf_ops_parse_header()
248 static int mpf_ops_write_init(struct fpga_manager *mgr, in mpf_ops_write_init()
305 static int mpf_ops_write(struct fpga_manager *mgr, const char *buf, size_t count) in mpf_ops_write()
329 static int mpf_ops_write_complete(struct fpga_manager *mgr, in mpf_ops_write_complete()
370 struct fpga_manager *mgr; in mpf_probe() local
H A Dzynq-fpga.c251 static int zynq_fpga_ops_write_init(struct fpga_manager *mgr, in zynq_fpga_ops_write_init()
384 static int zynq_fpga_ops_write(struct fpga_manager *mgr, struct sg_table *sgt) in zynq_fpga_ops_write()
485 static int zynq_fpga_ops_write_complete(struct fpga_manager *mgr, in zynq_fpga_ops_write_complete()
524 static enum fpga_mgr_states zynq_fpga_ops_state(struct fpga_manager *mgr) in zynq_fpga_ops_state()
557 struct fpga_manager *mgr; in zynq_fpga_probe() local
624 struct fpga_manager *mgr; in zynq_fpga_remove() local
H A Dlattice-sysconfig.c255 static enum fpga_mgr_states sysconfig_ops_state(struct fpga_manager *mgr) in sysconfig_ops_state()
272 static int sysconfig_ops_write_init(struct fpga_manager *mgr, in sysconfig_ops_write_init()
315 static int sysconfig_ops_write(struct fpga_manager *mgr, const char *buf, in sysconfig_ops_write()
321 static int sysconfig_ops_write_complete(struct fpga_manager *mgr, in sysconfig_ops_write_complete()
357 struct fpga_manager *mgr; in sysconfig_probe() local
/linux/drivers/fpga/tests/
H A Dfpga-mgr-test.c42 struct fpga_manager *mgr; member
84 static int op_parse_header(struct fpga_manager *mgr, struct fpga_image_info *info, in op_parse_header()
108 static int op_write_init(struct fpga_manager *mgr, struct fpga_image_info *info, in op_write_init()
123 static int op_write(struct fpga_manager *mgr, const char *buf, size_t count) in op_write()
147 static int op_write_sg(struct fpga_manager *mgr, struct sg_table *sgt) in op_write_sg()
179 static int op_write_complete(struct fpga_manager *mgr, struct fpga_image_info *info) in op_write_complete()
205 struct fpga_manager *mgr; in fpga_mgr_test_get() local

123