Searched refs:pdev (Results 1 - 3 of 3) sorted by relevance

/system/wlan/ti/wilink_6_1/platforms/hw/linux/
H A Dhost_platform.c52 static int wifi_probe( struct platform_device *pdev )
54 struct wifi_platform_data *wifi_ctrl = (struct wifi_platform_data *)(pdev->dev.platform_data);
57 wifi_irqres = platform_get_resource_byname(pdev, IORESOURCE_IRQ, "device_wifi_irq");
78 static int wifi_remove( struct platform_device *pdev )
80 struct wifi_platform_data *wifi_ctrl = (struct wifi_platform_data *)(pdev->dev.platform_data);
/system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
H A DSdioDrv.c1063 static int sdioDrv_probe(struct platform_device *pdev) argument
1073 printk(KERN_INFO "TIWLAN SDIO probe: initializing mmc%d device\n", pdev->id + 1);
1076 g_drv.dev = &pdev->dev;
1077 g_drv.irq = platform_get_irq(pdev, 0);
1103 g_drv.fclk = clk_get(&pdev->dev, "mmchs_fck");
1115 g_drv.iclk = clk_get(&pdev->dev, "mmchs_ick");
1176 static int sdioDrv_remove(struct platform_device *pdev) argument
1186 static int sdioDrv_suspend(struct platform_device *pdev, pm_message_t state) argument
1206 static int sdioDrv_resume(struct platform_device *pdev) argument
1212 rc = sdioDrv_probe(pdev);
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c1944 static int wifi_probe( struct platform_device *pdev )
1946 struct wifi_platform_data *wifi_ctrl = (struct wifi_platform_data *)(pdev->dev.platform_data);
1961 static int wifi_remove( struct platform_device *pdev )
1963 struct wifi_platform_data *wifi_ctrl = (struct wifi_platform_data *)(pdev->dev.platform_data);

Completed in 127 milliseconds