/drivers/video/adf/ |
D | adf.c | 88 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 …]
|
D | adf.h | 32 void adf_post_cleanup(struct adf_device *dev, struct adf_pending_post *post);
|
/drivers/video/matrox/ |
D | matroxfb_misc.h | 8 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()
|
D | matroxfb_maven.c | 224 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()
|
D | matroxfb_misc.c | 129 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()
|
D | matroxfb_Ti3026.c | 284 int *feed, int *post) in Ti3026_calcclock() argument 292 fvco >>= (*post = lpost); in Ti3026_calcclock()
|
/drivers/gpu/drm/nouveau/core/subdev/devinit/ |
D | base.c | 38 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_()
|
D | nv50.c | 69 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()
|
D | nv04.c | 148 if (!priv->base.post) { in nv04_devinit_init() 156 priv->base.post = true; in nv04_devinit_init()
|
/drivers/xen/ |
D | manage.c | 43 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/ |
D | spi-imx.c | 216 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/ |
D | rx.c | 351 } * 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/ |
D | ci13xxx_imx.h | 17 int (*post)(struct device *dev); member
|
D | ci13xxx_imx.c | 201 if (usbmisc_ops && usbmisc_ops->post) { in ci13xxx_imx_probe() 202 ret = usbmisc_ops->post(&pdev->dev); in ci13xxx_imx_probe()
|
D | usbmisc_imx.c | 152 .post = usbmisc_imx25_post,
|
/drivers/tty/serial/8250/ |
D | serial_cs.c | 78 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/ |
D | devinit.h | 9 bool post; member
|
/drivers/parport/ |
D | TODO-parport | 12 b) Handle status readback automatically. IEEE1284 printers can post status
|
/drivers/video/ |
D | pm3fb.c | 157 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/ |
D | mpi_history.txt | 46 * 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/ |
D | dm-crypt.c | 85 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/ |
D | nva3_pm.c | 371 volatile u32 post = nv_rd32(device, 0); (void)post; in mclk_wait() local
|
/drivers/scsi/ |
D | initio.h | 384 void (*post) (u8 *, u8 *); /*4C POST routine */ member
|
/drivers/input/mouse/ |
D | Kconfig | 110 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/ |
D | video.c | 114 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()
|