Home | History | Annotate | Download | only in linux

Lines Matching refs:pdev

1133 static int sdioDrv_probe(struct platform_device *pdev)
1137 printk(KERN_INFO "TIWLAN SDIO probe: initializing mmc%d device\n", pdev->id + 1);
1140 g_drv.dev = &pdev->dev;
1141 g_drv.irq = platform_get_irq(pdev, 0);
1159 g_drv.fclk = clk_get(&pdev->dev, "mmchs_fck");
1171 g_drv.iclk = clk_get(&pdev->dev, "mmchs_ick");
1181 printk("pdev->id is %d!!!\n", pdev->id);
1182 if ( pdev->id == 1 ) {
1188 else if ( pdev->id == 2 ) {
1206 static int sdioDrv_remove(struct platform_device *pdev)
1216 static int sdioDrv_suspend(struct platform_device *pdev, pm_message_t state)
1223 static int sdioDrv_resume(struct platform_device *pdev)