Searched refs:minfo (Results 1 - 25 of 48) sorted by path

12

/linux-master/drivers/video/fbdev/matrox/
H A Dg450_pll.h7 int matroxfb_g450_setclk(struct matrox_fb_info *minfo, unsigned int fout,
9 unsigned int g450_mnp2f(const struct matrox_fb_info *minfo, unsigned int mnp);
10 void matroxfb_g450_setpll_cond(struct matrox_fb_info *minfo, unsigned int mnp,
H A Dmatroxfb_DAC1064.c37 static void DAC1064_calcclock(const struct matrox_fb_info *minfo, argument
49 fvco = PLL_calcclock(minfo, freq, fmax, in, feed, &p);
88 static void DAC1064_setpclk(struct matrox_fb_info *minfo, unsigned long fout) argument
94 DAC1064_calcclock(minfo, fout, minfo->max_pixel_clock, &m, &n, &p);
95 minfo->hw.DACclk[0] = m;
96 minfo->hw.DACclk[1] = n;
97 minfo->hw.DACclk[2] = p;
100 static void DAC1064_setmclk(struct matrox_fb_info *minfo, int oscinfo, argument
104 struct matrox_hw_state *hw = &minfo
165 g450_set_plls(struct matrox_fb_info *minfo) argument
257 DAC1064_global_init(struct matrox_fb_info *minfo) argument
331 DAC1064_global_restore(struct matrox_fb_info *minfo) argument
349 DAC1064_init_1(struct matrox_fb_info *minfo, struct my_timming *m) argument
386 DAC1064_init_2(struct matrox_fb_info *minfo, struct my_timming *m) argument
429 DAC1064_restore_1(struct matrox_fb_info *minfo) argument
460 DAC1064_restore_2(struct matrox_fb_info *minfo) argument
482 #define minfo macro
505 #undef minfo macro
516 #define minfo macro
523 #undef minfo macro
536 MGA1064_init(struct matrox_fb_info *minfo, struct my_timming *m) argument
559 MGAG100_init(struct matrox_fb_info *minfo, struct my_timming *m) argument
583 MGA1064_ramdac_init(struct matrox_fb_info *minfo) argument
610 MGAG100_progPixClock(const struct matrox_fb_info *minfo, int flags, int m, int n, int p) argument
656 MGAG100_setPixClock(const struct matrox_fb_info *minfo, int flags, int freq) argument
669 MGA1064_preinit(struct matrox_fb_info *minfo) argument
707 MGA1064_reset(struct matrox_fb_info *minfo) argument
717 g450_mclk_init(struct matrox_fb_info *minfo) argument
746 g450_memory_init(struct matrox_fb_info *minfo) argument
789 g450_preinit(struct matrox_fb_info *minfo) argument
838 MGAG100_preinit(struct matrox_fb_info *minfo) argument
980 MGAG100_reset(struct matrox_fb_info *minfo) argument
1038 MGA1064_restore(struct matrox_fb_info *minfo) argument
1065 MGAG100_restore(struct matrox_fb_info *minfo) argument
[all...]
H A Dmatroxfb_DAC1064.h15 void DAC1064_global_init(struct matrox_fb_info *minfo);
16 void DAC1064_global_restore(struct matrox_fb_info *minfo);
H A Dmatroxfb_Ti3026.c283 static int Ti3026_calcclock(const struct matrox_fb_info *minfo, argument
292 fvco = PLL_calcclock(minfo, freq, fmax, &lin, &lfeed, &lpost);
299 static int Ti3026_setpclk(struct matrox_fb_info *minfo, int clk) argument
303 struct matrox_hw_state *hw = &minfo->hw;
307 f_pll = Ti3026_calcclock(minfo, clk, minfo->max_pixel_clock, &pixin, &pixfeed, &pixpost);
317 Bpp = minfo->curr.final_bppShift;
319 if (minfo->fbcon.var.bits_per_pixel == 24) {
338 if (minfo->fbcon.var.bits_per_pixel == 24) {
341 if (minfo
369 Ti3026_init(struct matrox_fb_info *minfo, struct my_timming *m) argument
442 ti3026_setMCLK(struct matrox_fb_info *minfo, int fout) argument
542 ti3026_ramdac_init(struct matrox_fb_info *minfo) argument
558 Ti3026_restore(struct matrox_fb_info *minfo) argument
671 Ti3026_reset(struct matrox_fb_info *minfo) argument
682 Ti3026_preinit(struct matrox_fb_info *minfo) argument
[all...]
H A Dmatroxfb_accel.h7 void matrox_cfbX_init(struct matrox_fb_info *minfo);
H A Dmatroxfb_g450.c84 static inline int *get_ctrl_ptr(struct matrox_fb_info *minfo, unsigned int idx) argument
86 return (int*)((char*)minfo + g450_controls[idx].control);
89 static void tvo_fill_defaults(struct matrox_fb_info *minfo) argument
94 *get_ctrl_ptr(minfo, i) = g450_controls[i].desc.default_value;
98 static int cve2_get_reg(struct matrox_fb_info *minfo, int reg) argument
104 matroxfb_DAC_out(minfo, 0x87, reg);
105 val = matroxfb_DAC_in(minfo, 0x88);
110 static void cve2_set_reg(struct matrox_fb_info *minfo, int reg, int val) argument
115 matroxfb_DAC_out(minfo, 0x87, reg);
116 matroxfb_DAC_out(minfo,
120 cve2_set_reg10(struct matrox_fb_info *minfo, int reg, int val) argument
132 g450_compute_bwlevel(const struct matrox_fb_info *minfo, int *bl, int *wl) argument
165 struct matrox_fb_info *minfo = md; local
219 struct matrox_fb_info *minfo = md; local
237 computeRegs(struct matrox_fb_info *minfo, struct mavenregs *r, struct my_timming *mt, const struct output_desc *outd) argument
504 cve2_init_TV(struct matrox_fb_info *minfo, const struct mavenregs *m) argument
522 struct matrox_fb_info *minfo = md; local
560 struct matrox_fb_info *minfo = md; local
579 struct matrox_fb_info *minfo = md; local
603 matroxfb_g450_connect(struct matrox_fb_info *minfo) argument
620 matroxfb_g450_shutdown(struct matrox_fb_info *minfo) argument
[all...]
H A Dmatroxfb_g450.h8 void matroxfb_g450_connect(struct matrox_fb_info *minfo);
9 void matroxfb_g450_shutdown(struct matrox_fb_info *minfo);
11 static inline void matroxfb_g450_connect(struct matrox_fb_info *minfo) { }; argument
12 static inline void matroxfb_g450_shutdown(struct matrox_fb_info *minfo) { }; argument
H A Dmatroxfb_maven.h14 struct matrox_fb_info* minfo; member in struct:i2c_bit_adapter
H A Dmatroxfb_misc.h10 static inline int PLL_calcclock(const struct matrox_fb_info *minfo, argument
15 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post);
18 int matroxfb_vgaHWinit(struct matrox_fb_info *minfo, struct my_timming* m);
19 void matroxfb_vgaHWrestore(struct matrox_fb_info *minfo);
20 void matroxfb_read_pins(struct matrox_fb_info *minfo);
/linux-master/net/netfilter/
H A Dxt_multiport.c28 ports_match_v1(const struct xt_multiport_v1 *minfo, argument
34 for (i = 0; i < minfo->count; i++) {
35 s = minfo->ports[i];
37 if (minfo->pflags[i]) {
39 e = minfo->ports[++i];
42 switch (minfo->flags) {
45 return true ^ minfo->invert;
49 return true ^ minfo->invert;
54 return true ^ minfo->invert;
63 switch (minfo
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Ddriver.c442 * @minfo: Pointer to Tx/Rx Message management info based on channel type
498 static int scmi_xfer_token_set(struct scmi_xfers_info *minfo, argument
514 xfer_id = find_next_zero_bit(minfo->xfer_alloc_table,
522 xfer_id = find_next_zero_bit(minfo->xfer_alloc_table,
545 * @minfo: Pointer to Tx/Rx Message management info based on channel type
548 static inline void scmi_xfer_token_clear(struct scmi_xfers_info *minfo, argument
551 clear_bit(xfer->hdr.seq, minfo->xfer_alloc_table);
558 * @minfo: Pointer to Tx/Rx Message management info based on channel type
568 struct scmi_xfers_info *minfo)
571 set_bit(xfer->hdr.seq, minfo
567 scmi_xfer_inflight_register_unlocked(struct scmi_xfer *xfer, struct scmi_xfers_info *minfo) argument
590 scmi_xfer_inflight_register(struct scmi_xfer *xfer, struct scmi_xfers_info *minfo) argument
632 scmi_xfer_pending_set(struct scmi_xfer *xfer, struct scmi_xfers_info *minfo) argument
669 scmi_xfer_get(const struct scmi_handle *handle, struct scmi_xfers_info *minfo) argument
767 __scmi_xfer_put(struct scmi_xfers_info *minfo, struct scmi_xfer *xfer) argument
814 scmi_xfer_lookup_unlocked(struct scmi_xfers_info *minfo, u16 xfer_id) argument
977 struct scmi_xfers_info *minfo = &info->tx_minfo; local
1047 struct scmi_xfers_info *minfo = &info->rx_minfo; local
1508 struct scmi_xfers_info *minfo = &info->tx_minfo; local
[all...]
/linux-master/drivers/firmware/
H A Dti_sci.c98 * @minfo: Message info
114 struct ti_sci_xfers_info minfo; member in struct:ti_sci_info
233 struct ti_sci_xfers_info *minfo = &info->minfo; local
245 if (!test_bit(xfer_id, minfo->xfer_alloc_table)) {
250 xfer = &minfo->xfer_block[xfer_id];
294 struct ti_sci_xfers_info *minfo = &info->minfo; local
315 ret = down_timeout(&minfo->sem_xfer_count, timeout);
320 spin_lock_irqsave(&minfo
360 ti_sci_put_one_xfer(struct ti_sci_xfers_info *minfo, struct ti_sci_xfer *xfer) argument
3298 struct ti_sci_xfers_info *minfo; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_kms.c596 struct amdgpu_mode_info *minfo = &adev->mode_info; local
619 crtc = (struct drm_crtc *)minfo->crtcs[i];
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c506 struct mqd_update_info minfo = {0}; local
516 minfo.cu_mask.count = args->num_cu_mask;
517 if (minfo.cu_mask.count == 0) {
526 if (minfo.cu_mask.count > max_num_cus) {
528 minfo.cu_mask.count = max_num_cus;
532 minfo.cu_mask.ptr = kzalloc(cu_mask_size, GFP_KERNEL);
533 if (!minfo.cu_mask.ptr)
536 retval = copy_from_user(minfo.cu_mask.ptr, cu_mask_ptr, cu_mask_size);
545 retval = pqm_update_mqd(&p->pqm, args->queue_id, &minfo);
550 kfree(minfo
[all...]
H A Dkfd_debug.c299 struct mqd_update_info minfo = {0}; local
311 minfo.update_flag = enable ? UPDATE_FLAG_DBG_WA_ENABLE : UPDATE_FLAG_DBG_WA_DISABLE;
314 err = q->device->dqm->ops.update_queue(q->device->dqm, q, &minfo);
H A Dkfd_device_queue_manager.c858 struct mqd_update_info *minfo)
911 mqd_mgr->update_mqd(mqd_mgr, q->mqd, &q->properties, minfo);
857 update_queue(struct device_queue_manager *dqm, struct queue *q, struct mqd_update_info *minfo) argument
H A Dkfd_device_queue_manager.h144 struct queue *q, struct mqd_update_info *minfo);
H A Dkfd_mqd_manager.h85 struct mqd_update_info *minfo);
H A Dkfd_mqd_manager_cik.c46 struct mqd_update_info *minfo)
51 if (!minfo || !minfo->cu_mask.ptr)
55 minfo->cu_mask.ptr, minfo->cu_mask.count, se_mask, 0);
173 struct queue_properties *q, struct mqd_update_info *minfo,
203 update_cu_mask(mm, mqd, minfo);
218 struct mqd_update_info *minfo)
220 __update_mqd(mm, mqd, q, minfo, 0);
225 struct mqd_update_info *minfo)
45 update_cu_mask(struct mqd_manager *mm, void *mqd, struct mqd_update_info *minfo) argument
172 __update_mqd(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo, unsigned int atc_bit) argument
216 update_mqd(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
223 update_mqd_sdma(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
335 update_mqd_hiq(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
[all...]
H A Dkfd_mqd_manager_v10.c46 struct mqd_update_info *minfo)
51 if (!minfo || !minfo->cu_mask.ptr)
55 minfo->cu_mask.ptr, minfo->cu_mask.count, se_mask, 0);
164 struct mqd_update_info *minfo)
221 update_cu_mask(mm, mqd, minfo);
363 struct mqd_update_info *minfo)
45 update_cu_mask(struct mqd_manager *mm, void *mqd, struct mqd_update_info *minfo) argument
162 update_mqd(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
361 update_mqd_sdma(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
H A Dkfd_mqd_manager_v11.c45 struct mqd_update_info *minfo)
49 bool has_wa_flag = minfo && (minfo->update_flag & (UPDATE_FLAG_DBG_WA_ENABLE |
52 if (!minfo || !(has_wa_flag || minfo->cu_mask.ptr))
59 (minfo->update_flag & UPDATE_FLAG_DBG_WA_ENABLE) ? 0xffff : 0xffffffff;
74 minfo->cu_mask.ptr, minfo->cu_mask.count, se_mask, 0);
218 struct mqd_update_info *minfo)
275 update_cu_mask(mm, mqd, minfo);
44 update_cu_mask(struct mqd_manager *mm, void *mqd, struct mqd_update_info *minfo) argument
216 update_mqd(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
420 update_mqd_sdma(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
[all...]
H A Dkfd_mqd_manager_v9.c39 struct mqd_update_info *minfo);
63 struct mqd_update_info *minfo, uint32_t inst)
68 if (!minfo || !minfo->cu_mask.ptr)
72 minfo->cu_mask.ptr, minfo->cu_mask.count, se_mask, inst);
240 struct mqd_update_info *minfo)
303 update_cu_mask(mm, mqd, minfo, 0);
306 if (minfo && KFD_GC_VERSION(mm->dev) >= IP_VERSION(9, 4, 2)) {
307 if (minfo
62 update_cu_mask(struct mqd_manager *mm, void *mqd, struct mqd_update_info *minfo, uint32_t inst) argument
238 update_mqd(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
465 update_mqd_sdma(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
687 update_mqd_v9_4_3(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
[all...]
H A Dkfd_mqd_manager_vi.c49 struct mqd_update_info *minfo)
54 if (!minfo || !minfo->cu_mask.ptr)
58 minfo->cu_mask.ptr, minfo->cu_mask.count, se_mask, 0);
171 struct queue_properties *q, struct mqd_update_info *minfo,
234 update_cu_mask(mm, mqd, minfo);
249 struct mqd_update_info *minfo)
251 __update_mqd(mm, mqd, q, minfo, MTYPE_UC, 0);
335 struct mqd_update_info *minfo)
48 update_cu_mask(struct mqd_manager *mm, void *mqd, struct mqd_update_info *minfo) argument
170 __update_mqd(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo, unsigned int mtype, unsigned int atc_bit) argument
247 update_mqd(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
333 update_mqd_hiq(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
357 update_mqd_sdma(struct mqd_manager *mm, void *mqd, struct queue_properties *q, struct mqd_update_info *minfo) argument
[all...]
H A Dkfd_priv.h1328 struct mqd_update_info *minfo);
H A Dkfd_process_queue_manager.c98 struct mqd_update_info minfo = {0}; local
150 minfo.update_flag = gws ? UPDATE_FLAG_IS_GWS : 0;
153 pqn->q, &minfo);
538 unsigned int qid, struct mqd_update_info *minfo)
550 if (pqn->q->properties.is_dbg_wa && minfo && minfo->cu_mask.ptr)
554 if (minfo && minfo->cu_mask.ptr &&
558 for (i = 0; i < minfo->cu_mask.count; i += 2) {
559 uint32_t cu_pair = (minfo
537 pqm_update_mqd(struct process_queue_manager *pqm, unsigned int qid, struct mqd_update_info *minfo) argument
[all...]

Completed in 549 milliseconds

12