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

12

/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.h7 void matrox_cfbX_init(struct matrox_fb_info *minfo);
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 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_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);
H A Dg450_pll.c28 static unsigned int g450_mnp2vco(const struct matrox_fb_info *minfo, argument
35 return (minfo->features.pll.ref_freq * n + (m >> 1)) / m;
38 unsigned int g450_mnp2f(const struct matrox_fb_info *minfo, unsigned int mnp) argument
40 return g450_vco2f(mnp, g450_mnp2vco(minfo, mnp));
55 static unsigned int g450_nextpll(const struct matrox_fb_info *minfo, argument
99 n = ((tvco * (m+1) + minfo->features.pll.ref_freq) / (minfo->features.pll.ref_freq * 2)) - 2;
104 static unsigned int g450_firstpll(const struct matrox_fb_info *minfo, argument
133 return g450_nextpll(minfo, pi, vco, 0xFF0000 | p);
136 static inline unsigned int g450_setpll(const struct matrox_fb_info *minfo, argument
173 g450_cmppll(const struct matrox_fb_info *minfo, unsigned int mnp, unsigned int pll) argument
209 g450_isplllocked(const struct matrox_fb_info *minfo, unsigned int regidx) argument
229 g450_testpll(const struct matrox_fb_info *minfo, unsigned int mnp, unsigned int pll) argument
245 matroxfb_g450_setpll_cond(struct matrox_fb_info *minfo, unsigned int mnp, unsigned int pll) argument
253 g450_findworkingpll(struct matrox_fb_info *minfo, unsigned int pll, unsigned int *mnparray, unsigned int mnpcount) argument
309 g450_checkcache(struct matrox_fb_info *minfo, struct matrox_pll_cache *ci, unsigned int mnp_key) argument
331 __g450_setclk(struct matrox_fb_info *minfo, unsigned int fout, unsigned int pll, unsigned int *mnparray, unsigned int *deltaarray) argument
494 matroxfb_g450_setclk(struct matrox_fb_info *minfo, unsigned int fout, unsigned int pll) argument
[all...]
H A Dmatroxfb_base.c126 static void matroxfb_unregister_device(struct matrox_fb_info* minfo);
157 static void update_crtc2(struct matrox_fb_info *minfo, unsigned int pos) argument
159 struct matroxfb_dh_fb_info *info = minfo->crtc2.info;
162 if (info && (info->fbcon.var.bits_per_pixel == minfo->fbcon.var.bits_per_pixel)
163 && (info->fbcon.var.xres_virtual == minfo->fbcon.var.xres_virtual)
164 && (info->fbcon.var.green.length == minfo->fbcon.var.green.length)
166 switch (minfo->fbcon.var.bits_per_pixel) {
172 mga_outl(0x3C28, pos + minfo->fbcon.var.xres_virtual * minfo->fbcon.var.bits_per_pixel / 8);
181 static void matroxfb_crtc1_panpos(struct matrox_fb_info *minfo) argument
207 struct matrox_fb_info *minfo = dev_id; local
227 matroxfb_enable_irq(struct matrox_fb_info *minfo, int reenable) argument
257 matroxfb_disable_irq(struct matrox_fb_info *minfo) argument
270 matroxfb_wait_for_sync(struct matrox_fb_info *minfo, u_int32_t crtc) argument
308 matrox_pan_var(struct matrox_fb_info *minfo, struct fb_var_screeninfo *var) argument
357 matroxfb_remove(struct matrox_fb_info *minfo, int dummy) argument
389 struct matrox_fb_info *minfo = info2minfo(info); local
405 struct matrox_fb_info *minfo = info2minfo(info); local
422 struct matrox_fb_info *minfo = info2minfo(info); local
430 matroxfb_get_final_bppShift(const struct matrox_fb_info *minfo, int bpp) argument
448 matroxfb_test_and_set_rounding(const struct matrox_fb_info *minfo, int xres, int bpp) argument
481 matroxfb_pitch_adjust(const struct matrox_fb_info *minfo, int xres, int bpp) argument
529 matroxfb_decode_var(const struct matrox_fb_info *minfo, struct fb_var_screeninfo *var, int *visual, int *video_cmap_len, unsigned int* ydstorg) argument
648 struct matrox_fb_info* minfo = container_of(fb_info, struct matrox_fb_info, fbcon); local
706 matroxfb_init_fix(struct matrox_fb_info *minfo) argument
721 matroxfb_update_fix(struct matrox_fb_info *minfo) argument
738 struct matrox_fb_info *minfo = info2minfo(info); local
755 struct matrox_fb_info *minfo = info2minfo(info); local
842 matroxfb_get_vblank(struct matrox_fb_info *minfo, struct fb_vblank *vblank) argument
879 struct matrox_fb_info *minfo = info2minfo(info); local
1177 struct matrox_fb_info *minfo = info2minfo(info); local
1283 matroxfb_getmemory(struct matrox_fb_info *minfo, unsigned int maxSize, unsigned int *realSize) argument
1602 setDefaultOutputs(struct matrox_fb_info *minfo) argument
1636 initMatrox2(struct matrox_fb_info *minfo, struct board *b) argument
1973 struct matrox_fb_info* minfo; local
1991 struct matrox_fb_info* minfo; local
2009 matroxfb_register_device(struct matrox_fb_info* minfo) argument
2029 matroxfb_unregister_device(struct matrox_fb_info* minfo) argument
2045 struct matrox_fb_info* minfo; local
2129 struct matrox_fb_info* minfo; local
[all...]
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_misc.c93 void matroxfb_DAC_out(const struct matrox_fb_info *minfo, int reg, int val) argument
100 int matroxfb_DAC_in(const struct matrox_fb_info *minfo, int reg) argument
190 int matroxfb_vgaHWinit(struct matrox_fb_info *minfo, struct my_timming *m) argument
197 struct matrox_hw_state * const hw = &minfo->hw;
247 divider = minfo->curr.final_bppShift;
277 wd = minfo->fbcon.var.xres_virtual * minfo->curr.final_bppShift / 64;
294 if (minfo->outputs[1].src == MATROXFB_SRC_CRTC1)
338 void matroxfb_vgaHWrestore(struct matrox_fb_info *minfo) argument
341 struct matrox_hw_state * const hw = &minfo
530 parse_pins1(struct matrox_fb_info *minfo, const struct matrox_bios *bd) argument
552 default_pins1(struct matrox_fb_info *minfo) argument
561 parse_pins2(struct matrox_fb_info *minfo, const struct matrox_bios *bd) argument
575 default_pins2(struct matrox_fb_info *minfo) argument
585 parse_pins3(struct matrox_fb_info *minfo, const struct matrox_bios *bd) argument
603 default_pins3(struct matrox_fb_info *minfo) argument
615 parse_pins4(struct matrox_fb_info *minfo, const struct matrox_bios *bd) argument
634 default_pins4(struct matrox_fb_info *minfo) argument
647 parse_pins5(struct matrox_fb_info *minfo, const struct matrox_bios *bd) argument
687 default_pins5(struct matrox_fb_info *minfo) argument
712 matroxfb_set_limits(struct matrox_fb_info *minfo, const struct matrox_bios *bd) argument
767 matroxfb_read_pins(struct matrox_fb_info *minfo) argument
[all...]
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.c111 void matrox_cfbX_init(struct matrox_fb_info *minfo) argument
120 mpitch = minfo->fbcon.var.xres_virtual;
122 minfo->fbops.fb_copyarea = cfb_copyarea;
123 minfo->fbops.fb_fillrect = cfb_fillrect;
124 minfo->fbops.fb_imageblit = cfb_imageblit;
125 minfo->fbops.fb_cursor = NULL;
127 accel = (minfo->fbcon.var.accel_flags & FB_ACCELF_TEXT) == FB_ACCELF_TEXT;
129 switch (minfo->fbcon.var.bits_per_pixel) {
133 matrox_cfb4_pal(minfo->cmap);
135 minfo
202 matrox_accel_restore_maccess(struct matrox_fb_info *minfo) argument
208 matrox_accel_bmove(struct matrox_fb_info *minfo, int vxres, int sy, int sx, int dy, int dx, int height, int width) argument
249 matrox_accel_bmove_lin(struct matrox_fb_info *minfo, int vxres, int sy, int sx, int dy, int dx, int height, int width) argument
293 struct matrox_fb_info *minfo = info2minfo(info); local
302 struct matrox_fb_info *minfo = info2minfo(info); local
307 matroxfb_accel_clear(struct matrox_fb_info *minfo, u_int32_t color, int sy, int sx, int height, int width) argument
328 struct matrox_fb_info *minfo = info2minfo(info); local
337 matroxfb_cfb4_clear(struct matrox_fb_info *minfo, u_int32_t bgx, int sy, int sx, int height, int width) argument
396 struct matrox_fb_info *minfo = info2minfo(info); local
405 matroxfb_1bpp_imageblit(struct matrox_fb_info *minfo, u_int32_t fgx, u_int32_t bgx, const u_int8_t *chardata, int width, int height, int yy, int xx) argument
500 struct matrox_fb_info *minfo = info2minfo(info); local
[all...]
H A Di2c-matroxfb.c41 static int matroxfb_read_gpio(struct matrox_fb_info* minfo) { argument
46 v = matroxfb_DAC_in(minfo, DAC_XGENIODATA);
51 static void matroxfb_set_gpio(struct matrox_fb_info* minfo, int mask, int val) { argument
56 v = (matroxfb_DAC_in(minfo, DAC_XGENIOCTRL) & mask) | val;
57 matroxfb_DAC_out(minfo, DAC_XGENIOCTRL, v);
59 matroxfb_DAC_out(minfo, DAC_XGENIODATA, 0x00);
64 static inline void matroxfb_i2c_set(struct matrox_fb_info* minfo, int mask, int state) { argument
69 matroxfb_set_gpio(minfo, ~mask, state);
74 matroxfb_i2c_set(b->minfo, b->mask.data, state);
79 matroxfb_i2c_set(b->minfo,
102 i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo, unsigned int data, unsigned int clock, const char *name) argument
142 i2c_matroxfb_probe(struct matrox_fb_info* minfo) argument
200 i2c_matroxfb_remove(struct matrox_fb_info* minfo, void* data) argument
[all...]
H A Dmatroxfb_crtc2.c70 struct matrox_fb_info *minfo = m2info->primary_dev; local
86 if (minfo->outputs[1].src == MATROXFB_SRC_CRTC2) {
87 if (minfo->devflags.g450dac) {
90 if (minfo->outputs[1].mode != MATROXFB_OUTPUT_MODE_MONITOR) {
98 } else if (minfo->outputs[0].src == MATROXFB_SRC_CRTC2) {
102 if (minfo->outputs[0].src == MATROXFB_SRC_CRTC2) {
151 minfo->hw.crtc2.ctl = tmp;
162 struct matrox_fb_info *minfo = m2info->primary_dev; local
165 minfo->hw.crtc2.ctl = 0x00000004;
173 struct matrox_fb_info *minfo local
265 struct matrox_fb_info *minfo = m2info->primary_dev; local
285 struct matrox_fb_info *minfo = m2info->primary_dev; local
331 struct matrox_fb_info *minfo = m2info->primary_dev; local
404 struct matrox_fb_info *minfo = m2info->primary_dev; local
428 struct matrox_fb_info *minfo = m2info->primary_dev; local
597 matroxfb_dh_regit(const struct matrox_fb_info *minfo, struct matroxfb_dh_fb_info *m2info) argument
600 #define minfo macro
645 #undef minfo macro
651 #define minfo macro
660 #undef minfo macro
664 #define minfo macro
687 #undef minfo macro
690 matroxfb_crtc2_probe(struct matrox_fb_info* minfo) argument
709 matroxfb_crtc2_remove(struct matrox_fb_info* minfo, void* crtc2) argument
[all...]
H A Dmatroxfb_maven.h14 struct matrox_fb_info* minfo; member in struct:i2c_bit_adapter
H A Dmatroxfb_base.h499 int (*preinit)(struct matrox_fb_info *minfo);
500 void (*reset)(struct matrox_fb_info *minfo);
501 int (*init)(struct matrox_fb_info *minfo, struct my_timming*);
502 void (*restore)(struct matrox_fb_info *minfo);
665 #define mga_inb(addr) mga_readb(minfo->mmio.vbase, (addr))
666 #define mga_inl(addr) mga_readl(minfo->mmio.vbase, (addr))
667 #define mga_outb(addr,val) mga_writeb(minfo->mmio.vbase, (addr), (val))
668 #define mga_outw(addr,val) mga_writew(minfo->mmio.vbase, (addr), (val))
669 #define mga_outl(addr,val) mga_writel(minfo->mmio.vbase, (addr), (val))
688 #define matroxfb_DAC_lock() spin_lock(&minfo
[all...]
H A Dmatroxfb_maven.c477 struct matrox_fb_info *minfo = md->primary_head; local
479 if (minfo->outputs[1].mode == MATROXFB_OUTPUT_MODE_PAL)
515 data->regs[0x22] = minfo->altout.tvo_params.saturation;
519 data->regs[0x25] = minfo->altout.tvo_params.hue;
760 struct matrox_fb_info *minfo = md->primary_head; local
762 m->mode = minfo->outputs[1].mode;
1150 #define minfo (mdinfo->primary_head) macro
1151 return maven_compute_timming(md, mt, &minfo->hw.maven);
1152 #undef minfo macro
1158 #define minfo (mdinf macro
1160 #undef minfo macro
1203 struct matrox_fb_info *minfo = container_of(clnt->adapter, local
1239 struct matrox_fb_info *minfo = md->primary_head; local
[all...]
/linux-master/drivers/media/i2c/ccs/
H A Dccs-quirk.h66 ((sensor)->minfo.quirk && \
67 (sensor)->minfo.quirk->_quirk ? \
68 (sensor)->minfo.quirk->_quirk(sensor, ##__VA_ARGS__) : 0)
71 ((sensor)->minfo.quirk ? \
72 (sensor)->minfo.quirk->flags & _quirk : 0)
H A Dccs-core.c2700 struct ccs_module_info *minfo = &sensor->minfo; local
2702 if (minfo->mipi_manufacturer_id)
2704 minfo->mipi_manufacturer_id, minfo->model_id,
2705 minfo->revision_number) + 1;
2708 minfo->smia_manufacturer_id, minfo->model_id,
2709 minfo->revision_number) + 1;
2720 struct ccs_module_info *minfo local
[all...]
/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/platform/chrome/
H A Dcros_usbpd_logger.c85 struct mcdp_info *minfo; local
141 minfo = (struct mcdp_info *)r->payload;
143 MCDP_FAMILY(minfo->family),
144 MCDP_CHIPID(minfo->chipid));
146 minfo->irom.major, minfo->irom.minor,
147 minfo->irom.build, minfo->fw.major,
148 minfo->fw.minor, minfo
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
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_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_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
/linux-master/drivers/firmware/
H A Dti_sci.c99 * @minfo: Message info
116 struct ti_sci_xfers_info minfo; member in struct:ti_sci_info
236 struct ti_sci_xfers_info *minfo = &info->minfo; local
248 if (!test_bit(xfer_id, minfo->xfer_alloc_table)) {
253 xfer = &minfo->xfer_block[xfer_id];
297 struct ti_sci_xfers_info *minfo = &info->minfo; local
318 ret = down_timeout(&minfo->sem_xfer_count, timeout);
323 spin_lock_irqsave(&minfo
363 ti_sci_put_one_xfer(struct ti_sci_xfers_info *minfo, struct ti_sci_xfer *xfer) argument
3302 struct ti_sci_xfers_info *minfo; local
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Ddriver.c317 * @minfo: Pointer to Tx/Rx Message management info based on channel type
373 static int scmi_xfer_token_set(struct scmi_xfers_info *minfo, argument
389 xfer_id = find_next_zero_bit(minfo->xfer_alloc_table,
397 xfer_id = find_next_zero_bit(minfo->xfer_alloc_table,
420 * @minfo: Pointer to Tx/Rx Message management info based on channel type
423 static inline void scmi_xfer_token_clear(struct scmi_xfers_info *minfo, argument
426 clear_bit(xfer->hdr.seq, minfo->xfer_alloc_table);
433 * @minfo: Pointer to Tx/Rx Message management info based on channel type
443 struct scmi_xfers_info *minfo)
446 set_bit(xfer->hdr.seq, minfo
442 scmi_xfer_inflight_register_unlocked(struct scmi_xfer *xfer, struct scmi_xfers_info *minfo) argument
465 scmi_xfer_inflight_register(struct scmi_xfer *xfer, struct scmi_xfers_info *minfo) argument
507 scmi_xfer_pending_set(struct scmi_xfer *xfer, struct scmi_xfers_info *minfo) argument
544 scmi_xfer_get(const struct scmi_handle *handle, struct scmi_xfers_info *minfo) argument
642 __scmi_xfer_put(struct scmi_xfers_info *minfo, struct scmi_xfer *xfer) argument
689 scmi_xfer_lookup_unlocked(struct scmi_xfers_info *minfo, u16 xfer_id) argument
813 struct scmi_xfers_info *minfo = &info->tx_minfo; local
877 struct scmi_xfers_info *minfo = &info->rx_minfo; local
1334 struct scmi_xfers_info *minfo = &info->tx_minfo; local
[all...]

Completed in 290 milliseconds

12