Home
last modified time | relevance | path

Searched refs:post (Results 1 – 25 of 38) sorted by relevance

12

/drivers/video/adf/
Dadf.c88 void adf_post_cleanup(struct adf_device *dev, struct adf_pending_post *post) in adf_post_cleanup() argument
92 if (post->state) in adf_post_cleanup()
93 dev->ops->state_free(dev, post->state); in adf_post_cleanup()
95 for (i = 0; i < post->config.n_bufs; i++) { in adf_post_cleanup()
96 adf_buffer_mapping_cleanup(&post->config.mappings[i], in adf_post_cleanup()
97 &post->config.bufs[i]); in adf_post_cleanup()
98 adf_buffer_cleanup(&post->config.bufs[i]); in adf_post_cleanup()
101 kfree(post->config.custom_data); in adf_post_cleanup()
102 kfree(post->config.mappings); in adf_post_cleanup()
103 kfree(post->config.bufs); in adf_post_cleanup()
[all …]
Dadf.h32 void adf_post_cleanup(struct adf_device *dev, struct adf_pending_post *post);
/drivers/video/matrox/
Dmatroxfb_misc.h8 unsigned int* in, unsigned int* feed, unsigned int* post);
12 unsigned int *post) in PLL_calcclock() argument
14 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post); in PLL_calcclock()
Dmatroxfb_maven.c224 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_PLL_mavenclock() argument
280 *post = p; in matroxfb_PLL_mavenclock()
291 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d\n", *in, *feed, *post, fxtal, fwant); in matroxfb_PLL_mavenclock()
297 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_mavenclock() argument
314 *post = p; in matroxfb_mavenclock()
319 unsigned int* in, unsigned int* feed, unsigned int* post) { in DAC1064_calcclock() argument
333 *post = p; in DAC1064_calcclock()
Dmatroxfb_misc.c129 unsigned int* in, unsigned int* feed, unsigned int* post) { in matroxfb_PLL_calcclock() argument
178 *post = p; in matroxfb_PLL_calcclock()
185 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d %d\n", *in, *feed, *post, fxtal, bestvco, fwant); in matroxfb_PLL_calcclock()
Dmatroxfb_Ti3026.c284 int *feed, int *post) in Ti3026_calcclock() argument
292 fvco >>= (*post = lpost); in Ti3026_calcclock()
/drivers/gpu/drm/nouveau/core/subdev/devinit/
Dbase.c38 return nvbios_init(&devinit->base, devinit->post); in nouveau_devinit_init()
46 devinit->post = true; in nouveau_devinit_fini()
67 devinit->post = nouveau_boolopt(device->cfgopt, "NvForcePost", false); in nouveau_devinit_create_()
Dnv50.c69 if (!priv->base.post) { in nv50_devinit_init()
73 priv->base.post = true; in nv50_devinit_init()
85 while (priv->base.post && dcb_outp_parse(bios, i, &ver, &hdr, &outp)) { in nv50_devinit_init()
Dnv04.c148 if (!priv->base.post) { in nv04_devinit_init()
156 priv->base.post = true; in nv04_devinit_init()
/drivers/xen/
Dmanage.c43 void (*post)(int cancelled); member
91 if (si->post) in xen_suspend()
92 si->post(si->cancelled); in xen_suspend()
144 si.post = &xen_hvm_post_suspend; in do_suspend()
148 si.post = &xen_post_suspend; in do_suspend()
/drivers/spi/
Dspi-imx.c216 unsigned int pre, post; in mx51_ecspi_clkdiv() local
221 post = fls(fin) - fls(fspi); in mx51_ecspi_clkdiv()
222 if (fin > fspi << post) in mx51_ecspi_clkdiv()
223 post++; in mx51_ecspi_clkdiv()
227 post = max(4U, post) - 4; in mx51_ecspi_clkdiv()
228 if (unlikely(post > 0xf)) { in mx51_ecspi_clkdiv()
234 pre = DIV_ROUND_UP(fin, fspi << post) - 1; in mx51_ecspi_clkdiv()
237 __func__, fin, fspi, post, pre); in mx51_ecspi_clkdiv()
239 (post << MX51_ECSPI_CTRL_POSTDIV_OFFSET); in mx51_ecspi_clkdiv()
/drivers/scsi/aacraid/
Drx.c351 } * post; in aac_rx_check_health() local
361 post = pci_alloc_consistent(dev->pdev, in aac_rx_check_health()
363 if (unlikely(post == NULL)) { in aac_rx_check_health()
368 post->Post_Command = cpu_to_le32(COMMAND_POST_RESULTS); in aac_rx_check_health()
369 post->Post_Address = cpu_to_le32(baddr); in aac_rx_check_health()
374 post, paddr); in aac_rx_check_health()
/drivers/usb/chipidea/
Dci13xxx_imx.h17 int (*post)(struct device *dev); member
Dci13xxx_imx.c201 if (usbmisc_ops && usbmisc_ops->post) { in ci13xxx_imx_probe()
202 ret = usbmisc_ops->post(&pdev->dev); in ci13xxx_imx_probe()
Dusbmisc_imx.c152 .post = usbmisc_imx25_post,
/drivers/tty/serial/8250/
Dserial_cs.c78 int (*post)(struct pcmcia_device *); member
203 .post = quirk_post_ibm,
660 if (info->quirk && info->quirk->post) in serial_config()
661 if (info->quirk->post(link)) in serial_config()
/drivers/gpu/drm/nouveau/core/include/subdev/
Ddevinit.h9 bool post; member
/drivers/parport/
DTODO-parport12 b) Handle status readback automatically. IEEE1284 printers can post status
/drivers/video/
Dpm3fb.c157 int f, pre, post; in pm3fb_calculate_clock() local
164 for (post = 0; post < 5; post++) { in pm3fb_calculate_clock()
165 freq = ((2*PM3_REF_CLOCK * f) >> post) / pre; in pm3fb_calculate_clock()
173 *postscale = post; in pm3fb_calculate_clock()
/drivers/message/fusion/lsi/
Dmpi_history.txt46 * 11-02-00 01.01.01 Original release for post 1.0 work
117 * 11-02-00 01.01.01 Original release for post 1.0 work
241 * 11-02-00 01.01.01 Original release for post 1.0 work
533 * 11-02-00 01.01.01 Original release for post 1.0 work
579 * 11-02-00 01.01.01 Original release for post 1.0 work
623 * 11-02-00 01.01.01 Original release for post 1.0 work
660 * 11-02-00 01.01.01 Original release for post 1.0 work
736 * 11-02-00 01.01.01 Original release for post 1.0 work
/drivers/md/
Ddm-crypt.c85 int (*post)(struct crypt_config *cc, u8 *iv, member
630 .post = crypt_iv_lmk_post
716 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) in crypt_convert_block()
717 r = cc->iv_gen_ops->post(cc, iv, dmreq); in crypt_convert_block()
1189 if (!error && cc->iv_gen_ops && cc->iv_gen_ops->post) in kcryptd_async_done()
1190 error = cc->iv_gen_ops->post(cc, iv_of_dmreq(cc, dmreq), dmreq); in kcryptd_async_done()
/drivers/gpu/drm/nouveau/
Dnva3_pm.c371 volatile u32 post = nv_rd32(device, 0); (void)post; in mclk_wait() local
/drivers/scsi/
Dinitio.h384 void (*post) (u8 *, u8 *); /*4C POST routine */ member
/drivers/input/mouse/
DKconfig110 reports from the touchpad (i.e. post 1.5.0 version). You can
169 These are the touchpads that can be found on post-February 2005
/drivers/acpi/
Dvideo.c114 u8 post:1; /* can configure the head to */ member
1050 video->flags.post = 1; in acpi_video_bus_check()
1808 video->flags.post ? "yes" : "no"); in acpi_video_bus_add()

12