Home
last modified time | relevance | path

Searched refs:mgr (Results 1 – 25 of 78) sorted by relevance

1234

/linux/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c25 static int pcxhr_sub_init(struct pcxhr_mgr *mgr);
29 static int pcxhr_init_board(struct pcxhr_mgr *mgr) in pcxhr_init_board() argument
36 if (mgr->mono_capture) in pcxhr_init_board()
37 card_streams = mgr->capture_chips * 2; in pcxhr_init_board()
39 card_streams = mgr->capture_chips; in pcxhr_init_board()
40 card_streams += mgr->playback_chips * PCXHR_PLAYBACK_STREAMS; in pcxhr_init_board()
43 pcxhr_enable_dsp(mgr); in pcxhr_init_board()
46 err = pcxhr_send_msg(mgr, &rmh); in pcxhr_init_board()
50 if ((rmh.stat[0] & MASK_FIRST_FIELD) < mgr->playback_chips * 2) in pcxhr_init_board()
54 mgr->capture_chips * 2) in pcxhr_init_board()
[all …]
H A Dpcxhr_core.h17 void pcxhr_reset_xilinx_com(struct pcxhr_mgr *mgr);
18 void pcxhr_reset_dsp(struct pcxhr_mgr *mgr);
19 void pcxhr_enable_dsp(struct pcxhr_mgr *mgr);
20 int pcxhr_load_xilinx_binary(struct pcxhr_mgr *mgr, const struct firmware *xilinx, int second);
21 int pcxhr_load_eeprom_binary(struct pcxhr_mgr *mgr, const struct firmware *eeprom);
22 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot);
23 int pcxhr_load_dsp_binary(struct pcxhr_mgr *mgr, const struct firmware *dsp);
93 int pcxhr_send_msg(struct pcxhr_mgr *mgr, struct pcxhr_rmh *rmh);
138 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, int capture_mask, int start);
140 int pcxhr_write_io_num_reg_cont(struct pcxhr_mgr *mgr, unsigned int mask,
H A Dpcxhr_mix22.h15 int hr222_sub_init(struct pcxhr_mgr *mgr);
16 int hr222_sub_set_clock(struct pcxhr_mgr *mgr, unsigned int rate,
18 int hr222_get_external_clock(struct pcxhr_mgr *mgr,
22 int hr222_read_gpio(struct pcxhr_mgr *mgr, int is_gpi, int *value);
23 int hr222_write_gpo(struct pcxhr_mgr *mgr, int value);
24 int hr222_manage_timecode(struct pcxhr_mgr *mgr, int enable);
/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() argument
20 return mgr->state - mgr->buf; in adf_mstate_state_size()
23 static inline u32 adf_mstate_avail_room(struct adf_mstate_mgr *mgr) in adf_mstate_avail_room() argument
25 return mgr->buf + mgr->size - mgr->state; 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() argument
30 mgr->buf = buf; in adf_mstate_mgr_init()
31 mgr->state = buf; in adf_mstate_mgr_init()
32 mgr->size = size; in adf_mstate_mgr_init()
33 mgr->n_sects = 0; in adf_mstate_mgr_init()
38 struct adf_mstate_mgr *mgr; in adf_mstate_mgr_new() local
[all …]
H A Dadf_mstate_mgr.h61 void adf_mstate_mgr_destroy(struct adf_mstate_mgr *mgr);
62 void adf_mstate_mgr_init(struct adf_mstate_mgr *mgr, u8 *buf, u32 size);
63 void adf_mstate_mgr_init_from_parent(struct adf_mstate_mgr *mgr,
65 void adf_mstate_mgr_init_from_psect(struct adf_mstate_mgr *mgr,
67 int adf_mstate_mgr_init_from_remote(struct adf_mstate_mgr *mgr,
71 struct adf_mstate_preh *adf_mstate_preamble_add(struct adf_mstate_mgr *mgr);
72 int adf_mstate_preamble_update(struct adf_mstate_mgr *mgr);
73 u32 adf_mstate_state_size(struct adf_mstate_mgr *mgr);
74 u32 adf_mstate_state_size_from_remote(struct adf_mstate_mgr *mgr);
78 struct adf_mstate_sect_h *adf_mstate_sect_add_vreg(struct adf_mstate_mgr *mgr,
[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() argument
26 return sysfs_emit(buf, "%s\n", mgr->name); in manager_name_show()
29 static ssize_t manager_display_show(struct omap_overlay_manager *mgr, char *buf) in manager_display_show() argument
31 struct omap_dss_device *dssdev = mgr->get_device(mgr); in manager_display_show()
44 static ssize_t manager_display_store(struct omap_overlay_manager *mgr, in manager_display_store() argument
78 old_dssdev = mgr->get_device(mgr); in manager_display_store()
96 old_dssdev = mgr->get_device(mgr); in manager_display_store()
103 r = mgr->apply(mgr); in manager_display_store()
117 static ssize_t manager_default_color_show(struct omap_overlay_manager *mgr, in manager_default_color_show() argument
122 mgr->get_manager_info(mgr, &info); in manager_default_color_show()
[all …]
H A Ddss.h210 int dss_mgr_simple_check(struct omap_overlay_manager *mgr,
212 int dss_mgr_check_timings(struct omap_overlay_manager *mgr,
214 int dss_mgr_check(struct omap_overlay_manager *mgr,
229 int dss_manager_kobj_init(struct omap_overlay_manager *mgr,
231 void dss_manager_kobj_uninit(struct omap_overlay_manager *mgr);
236 void dss_overlay_setup_dispc_manager(struct omap_overlay_manager *mgr);
482 int (*connect)(struct omap_overlay_manager *mgr,
484 void (*disconnect)(struct omap_overlay_manager *mgr,
487 void (*start_update)(struct omap_overlay_manager *mgr);
488 int (*enable)(struct omap_overlay_manager *mgr);
[all …]
/linux/sound/pci/mixart/
H A Dmixart_hwdep.c34 static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr, in mixart_wait_nice_for_register_value() argument
46 read = readl_be( MIXART_MEM( mgr, offset )); 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() argument
111 memcpy_toio( MIXART_MEM( mgr, be32_to_cpu(elf_programheader.p_vaddr)), in mixart_load_elf()
129 static int mixart_enum_connectors(struct mixart_mgr *mgr) in mixart_enum_connectors() argument
155 err = snd_mixart_send_msg(mgr, &request, sizeof(*connector), connector); in mixart_enum_connectors()
157 dev_err(&mgr->pci->dev, in mixart_enum_connectors()
167 pipe = &mgr->chip[k/2]->pipe_out_ana; in mixart_enum_connectors()
169 pipe = &mgr->chip[(k-MIXART_FIRST_DIG_AUDIO_ID)/2]->pipe_out_dig; in mixart_enum_connectors()
185 err = snd_mixart_send_msg(mgr, &request, sizeof(*audio_info), audio_info); in mixart_enum_connectors()
[all …]
/linux/drivers/isdn/mISDN/
H A Dtei.c72 struct manager *mgr = fi->userdata; in da_debug() local
84 printk(KERN_DEBUG "mgr(%d): %pV\n", mgr->ch.st->dev->id, &vaf); in da_debug()
92 struct manager *mgr = fi->userdata; in da_activate() local
95 mISDN_FsmDelTimer(&mgr->datimer, 1); in da_activate()
108 struct manager *mgr = fi->userdata; in da_deactivate() local
112 read_lock_irqsave(&mgr->lock, flags); in da_deactivate()
113 list_for_each_entry(l2, &mgr->layer2, list) { in da_deactivate()
116 read_unlock_irqrestore(&mgr->lock, flags); in da_deactivate()
120 read_unlock_irqrestore(&mgr->lock, flags); in da_deactivate()
122 if (!test_bit(OPTION_L1_HOLD, &mgr->options)) { in da_deactivate()
[all …]
/linux/sound/pci/ctxfi/
H A Dctresource.c73 int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx) in mgr_get_resource() argument
77 if (n > mgr->avail) in mgr_get_resource()
80 err = get_resource(mgr->rscs, mgr->amount, n, ridx); in mgr_get_resource()
82 mgr->avail -= n; in mgr_get_resource()
87 int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx) in mgr_put_resource() argument
89 put_resource(mgr->rscs, n, idx); in mgr_put_resource()
90 mgr->avail += n; in mgr_put_resource()
204 int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type, in rsc_mgr_init() argument
209 mgr->type = NUM_RSCTYP; in rsc_mgr_init()
211 mgr->rscs = kzalloc(DIV_ROUND_UP(amount, 8), GFP_KERNEL); in rsc_mgr_init()
[all …]
H A Dctsrc.h84 struct rsc_mgr mgr; /* Basic resource manager info */ member
89 int (*get_src)(struct src_mgr *mgr,
92 int (*put_src)(struct src_mgr *mgr, struct src *src);
93 int (*src_enable_s)(struct src_mgr *mgr, struct src *src);
94 int (*src_enable)(struct src_mgr *mgr, struct src *src);
95 int (*src_disable)(struct src_mgr *mgr, struct src *src);
96 int (*commit_write)(struct src_mgr *mgr);
108 struct srcimp_mgr *mgr; member
123 struct rsc_mgr mgr; /* Basic resource manager info */ member
132 int (*get_srcimp)(struct srcimp_mgr *mgr,
[all …]
H A Dctdaio.h54 struct daio_mgr *mgr;
100 struct rsc_mgr mgr; /* Basic resource manager info */
109 int (*get_daio)(struct daio_mgr *mgr,
112 int (*put_daio)(struct daio_mgr *mgr, struct daio *daio);
113 int (*daio_enable)(struct daio_mgr *mgr, struct daio *daio);
114 int (*daio_disable)(struct daio_mgr *mgr, struct daio *daio);
115 int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry);
116 int (*imap_delete)(struct daio_mgr *mgr, struct imapper *entry);
117 int (*commit_write)(struct daio_mgr *mgr);
52 struct daio_mgr *mgr; global() member
97 struct rsc_mgr mgr; /* Basic resource manager info */ global() member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c50 to_amdgpu_device(struct amdgpu_vram_mgr *mgr) in to_amdgpu_device() argument
52 return container_of(mgr, struct amdgpu_device, mman.vram_mgr); in to_amdgpu_device()
300 struct amdgpu_vram_mgr *mgr = to_vram_mgr(man); in amdgpu_vram_mgr_do_reserve() local
301 struct amdgpu_device *adev = to_amdgpu_device(mgr); in amdgpu_vram_mgr_do_reserve()
302 struct drm_buddy *mm = &mgr->mm; in amdgpu_vram_mgr_do_reserve()
307 list_for_each_entry_safe(rsv, temp, &mgr->reservations_pending, blocks) { in amdgpu_vram_mgr_do_reserve()
321 atomic64_add(vis_usage, &mgr->vis_usage); in amdgpu_vram_mgr_do_reserve()
325 list_move(&rsv->blocks, &mgr->reserved_pages); in amdgpu_vram_mgr_do_reserve()
338 int amdgpu_vram_mgr_reserve_range(struct amdgpu_vram_mgr *mgr, in amdgpu_vram_mgr_reserve_range() argument
353 mutex_lock(&mgr->lock); in amdgpu_vram_mgr_reserve_range()
[all …]
H A Damdgpu_ctx.c141 struct amdgpu_device *adev = ctx->mgr->adev; in amdgpu_ctx_get_hw_prio()
208 struct amdgpu_device *adev = ctx->mgr->adev; in amdgpu_ctx_init_entity()
295 struct amdgpu_device *adev = ctx->mgr->adev; in amdgpu_ctx_get_stable_pstate()
320 static int amdgpu_ctx_init(struct amdgpu_ctx_mgr *mgr, int32_t priority, in amdgpu_ctx_init() argument
334 ctx->mgr = mgr; in amdgpu_ctx_init()
337 ctx->reset_counter = atomic_read(&mgr->adev->gpu_reset_counter); in amdgpu_ctx_init()
339 ctx->generation = amdgpu_vm_generation(mgr->adev, &fpriv->vm); in amdgpu_ctx_init()
347 if (mgr->adev->pm.stable_pstate_ctx) in amdgpu_ctx_init()
348 ctx->stable_pstate = mgr->adev->pm.stable_pstate_ctx->stable_pstate; in amdgpu_ctx_init()
359 struct amdgpu_device *adev = ctx->mgr->adev; in amdgpu_ctx_set_stable_pstate()
[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() argument
27 err = xa_alloc(&mgr->handles, id, ctx, xa_limit_32b, GFP_KERNEL); in lima_ctx_create()
53 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_free() argument
58 mutex_lock(&mgr->lock); in lima_ctx_free()
59 ctx = xa_erase(&mgr->handles, id); in lima_ctx_free()
64 mutex_unlock(&mgr->lock); in lima_ctx_free()
68 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get() argument
72 mutex_lock(&mgr->lock); in lima_ctx_get()
73 ctx = xa_load(&mgr->handles, id); in lima_ctx_get()
76 mutex_unlock(&mgr->lock); in lima_ctx_get()
[all …]
/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() argument
87 struct mgr_stats *stats = mgr->priv; in op_parse_header()
90 stats->op_parse_header_state = mgr->state; in op_parse_header()
108 static int op_write_init(struct fpga_manager *mgr, struct fpga_image_info *info, in op_write_init() argument
111 struct mgr_stats *stats = mgr->priv; in op_write_init()
113 stats->op_write_init_state = mgr->state; in op_write_init()
123 static int op_write(struct fpga_manager *mgr, const char *buf, size_t count) in op_write() argument
125 struct mgr_stats *stats = mgr->priv; in op_write()
128 stats->op_write_state = mgr->state; in op_write()
[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() argument
34 struct alt_pr_priv *priv = mgr->priv; in alt_pr_fpga_state()
72 dev_err(&mgr->dev, "encountered error code %d (%s) in %s()\n", in alt_pr_fpga_state()
77 static int alt_pr_fpga_write_init(struct fpga_manager *mgr, in alt_pr_fpga_write_init() argument
81 struct alt_pr_priv *priv = mgr->priv; in alt_pr_fpga_write_init()
85 dev_err(&mgr->dev, "%s Partial Reconfiguration flag not set\n", in alt_pr_fpga_write_init()
93 dev_err(&mgr->dev, 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() argument
107 struct alt_pr_priv *priv = mgr->priv; in alt_pr_fpga_write()
138 if (alt_pr_fpga_state(mgr) == FPGA_MGR_STATE_WRITE_ERR) in alt_pr_fpga_write()
[all …]
H A Daltera-cvp.c86 int (*wait_credit)(struct fpga_manager *mgr, u32 blocks);
113 static enum fpga_mgr_states altera_cvp_state(struct fpga_manager *mgr) in altera_cvp_state() argument
115 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_state()
178 static int altera_cvp_chk_error(struct fpga_manager *mgr, size_t bytes) in altera_cvp_chk_error() argument
180 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_chk_error()
187 dev_err(&mgr->dev, "CVP_CONFIG_ERROR after %zu bytes!\n", in altera_cvp_chk_error()
225 static int altera_cvp_v2_wait_for_credit(struct fpga_manager *mgr, in altera_cvp_v2_wait_for_credit() argument
229 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_v2_wait_for_credit()
245 ret = altera_cvp_chk_error(mgr, blocks * ALTERA_CVP_V2_SIZE); in altera_cvp_v2_wait_for_credit()
281 static int altera_cvp_teardown(struct fpga_manager *mgr, in altera_cvp_teardown() argument
[all …]
H A Dzynq-fpga.c251 static int zynq_fpga_ops_write_init(struct fpga_manager *mgr, in zynq_fpga_ops_write_init() argument
259 priv = mgr->priv; in zynq_fpga_ops_write_init()
269 dev_err(&mgr->dev, in zynq_fpga_ops_write_init()
279 dev_err(&mgr->dev, in zynq_fpga_ops_write_init()
312 dev_err(&mgr->dev, "Timeout waiting for PCFG_INIT\n"); in zynq_fpga_ops_write_init()
326 dev_err(&mgr->dev, "Timeout waiting for !PCFG_INIT\n"); in zynq_fpga_ops_write_init()
340 dev_err(&mgr->dev, "Timeout waiting for PCFG_INIT\n"); in zynq_fpga_ops_write_init()
365 dev_err(&mgr->dev, "DMA command queue not right\n"); 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() argument
395 priv = mgr->priv; in zynq_fpga_ops_write()
[all …]
H A Dmachxo2-spi.c135 static int machxo2_cleanup(struct fpga_manager *mgr) in machxo2_cleanup() argument
137 struct spi_device *spi = mgr->priv; in machxo2_cleanup()
169 dev_err(&mgr->dev, "Cleanup failed\n"); in machxo2_cleanup()
174 static enum fpga_mgr_states machxo2_spi_state(struct fpga_manager *mgr) in machxo2_spi_state() argument
176 struct spi_device *spi = mgr->priv; in machxo2_spi_state()
187 static int machxo2_write_init(struct fpga_manager *mgr, in machxo2_write_init() argument
191 struct spi_device *spi = mgr->priv; in machxo2_write_init()
201 dev_err(&mgr->dev, in machxo2_write_init()
247 dev_err(&mgr->dev, "Error during FPGA init.\n"); in machxo2_write_init()
252 static int machxo2_write(struct fpga_manager *mgr, const char *buf, in machxo2_write() argument
[all …]
H A Dmicrochip-spi.c87 static enum fpga_mgr_states mpf_ops_state(struct fpga_manager *mgr) in mpf_ops_state() argument
89 struct mpf_priv *priv = mgr->priv; in mpf_ops_state()
102 static int mpf_ops_parse_header(struct fpga_manager *mgr, in mpf_ops_parse_header() argument
114 dev_err(&mgr->dev, "Image buffer is not provided\n"); in mpf_ops_parse_header()
168 dev_err(&mgr->dev, "Failed to parse header look-up table\n"); in mpf_ops_parse_header()
248 static int mpf_ops_write_init(struct fpga_manager *mgr, in mpf_ops_write_init() argument
254 struct mpf_priv *priv = mgr->priv; in mpf_ops_write_init()
255 struct device *dev = &mgr->dev; 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() argument
307 struct mpf_priv *priv = mgr->priv; in mpf_ops_write()
[all …]
H A Dts73xx-fpga.c35 static int ts73xx_fpga_write_init(struct fpga_manager *mgr, in ts73xx_fpga_write_init() argument
39 struct ts73xx_fpga_priv *priv = mgr->priv; in ts73xx_fpga_write_init()
50 static int ts73xx_fpga_write(struct fpga_manager *mgr, const char *buf, in ts73xx_fpga_write() argument
53 struct ts73xx_fpga_priv *priv = mgr->priv; in ts73xx_fpga_write()
72 static int ts73xx_fpga_write_complete(struct fpga_manager *mgr, in ts73xx_fpga_write_complete() argument
75 struct ts73xx_fpga_priv *priv = mgr->priv; in ts73xx_fpga_write_complete()
105 struct fpga_manager *mgr; in ts73xx_fpga_probe() local
117 mgr = devm_fpga_mgr_register(kdev, "TS-73xx FPGA Manager", in ts73xx_fpga_probe()
119 return PTR_ERR_OR_ZERO(mgr); in ts73xx_fpga_probe()
H A Ddfl-fme-mgr.c107 static int fme_mgr_write_init(struct fpga_manager *mgr, in fme_mgr_write_init() argument
111 struct device *dev = &mgr->dev; in fme_mgr_write_init()
112 struct fme_mgr_priv *priv = mgr->priv; in fme_mgr_write_init()
165 static int fme_mgr_write(struct fpga_manager *mgr, in fme_mgr_write() argument
168 struct device *dev = &mgr->dev; in fme_mgr_write()
169 struct fme_mgr_priv *priv = mgr->priv; in fme_mgr_write()
220 static int fme_mgr_write_complete(struct fpga_manager *mgr, in fme_mgr_write_complete() argument
223 struct device *dev = &mgr->dev; in fme_mgr_write_complete()
224 struct fme_mgr_priv *priv = mgr->priv; in fme_mgr_write_complete()
255 static u64 fme_mgr_status(struct fpga_manager *mgr) in fme_mgr_status() argument
[all …]
/linux/include/drm/
H A Ddrm_vma_manager.h64 void drm_vma_offset_manager_init(struct drm_vma_offset_manager *mgr,
66 void drm_vma_offset_manager_destroy(struct drm_vma_offset_manager *mgr);
68 struct drm_vma_offset_node *drm_vma_offset_lookup_locked(struct drm_vma_offset_manager *mgr,
71 int drm_vma_offset_add(struct drm_vma_offset_manager *mgr,
73 void drm_vma_offset_remove(struct drm_vma_offset_manager *mgr,
96 drm_vma_offset_exact_lookup_locked(struct drm_vma_offset_manager *mgr, in drm_vma_offset_exact_lookup_locked() argument
102 node = drm_vma_offset_lookup_locked(mgr, start, pages); in drm_vma_offset_exact_lookup_locked()
122 static inline void drm_vma_offset_lock_lookup(struct drm_vma_offset_manager *mgr) in drm_vma_offset_lock_lookup() argument
124 read_lock(&mgr->vm_lock); in drm_vma_offset_lock_lookup()
133 static inline void drm_vma_offset_unlock_lookup(struct drm_vma_offset_manager *mgr) in drm_vma_offset_unlock_lookup() argument
[all …]
/linux/drivers/crypto/ccree/
H A Dcc_request_mgr.c333 struct cc_req_mgr_handle *mgr = drvdata->request_mgr_handle; in cc_enqueue_backlog() local
336 spin_lock_bh(&mgr->bl_lock); in cc_enqueue_backlog()
337 list_add_tail(&bli->list, &mgr->backlog); in cc_enqueue_backlog()
338 ++mgr->bl_len; in cc_enqueue_backlog()
339 dev_dbg(dev, "+++bl len: %d\n", mgr->bl_len); in cc_enqueue_backlog()
340 spin_unlock_bh(&mgr->bl_lock); in cc_enqueue_backlog()
341 tasklet_schedule(&mgr->comptask); in cc_enqueue_backlog()
346 struct cc_req_mgr_handle *mgr = drvdata->request_mgr_handle; in cc_proc_backlog() local
353 spin_lock(&mgr->bl_lock); in cc_proc_backlog()
355 while (mgr->bl_len) { in cc_proc_backlog()
[all …]

1234