Lines Matching refs:platform_device
66 static void physmap_flash_remove(struct platform_device *dev) in physmap_flash_remove()
96 struct platform_device *pdev; in physmap_set_vpp()
101 pdev = (struct platform_device *)map->map_priv_1; in physmap_set_vpp()
145 struct platform_device *pdev; in physmap_addr_gpios_read()
150 pdev = (struct platform_device *)map->map_priv_1; in physmap_addr_gpios_read()
162 struct platform_device *pdev; in physmap_addr_gpios_copy_from()
165 pdev = (struct platform_device *)map->map_priv_1; in physmap_addr_gpios_copy_from()
184 struct platform_device *pdev; in physmap_addr_gpios_write()
188 pdev = (struct platform_device *)map->map_priv_1; in physmap_addr_gpios_write()
199 struct platform_device *pdev; in physmap_addr_gpios_copy_to()
202 pdev = (struct platform_device *)map->map_priv_1; in physmap_addr_gpios_copy_to()
274 static const char * const *of_get_part_probes(struct platform_device *dev) in of_get_part_probes()
296 static const char *of_select_probe_type(struct platform_device *dev) in of_select_probe_type()
328 static int physmap_flash_of_init(struct platform_device *dev) in physmap_flash_of_init()
401 static int physmap_flash_of_init(struct platform_device *dev) in physmap_flash_of_init()
415 static int physmap_flash_pdata_init(struct platform_device *dev) in physmap_flash_pdata_init()
446 static int physmap_flash_probe(struct platform_device *dev) in physmap_flash_probe()
609 static void physmap_flash_shutdown(struct platform_device *dev) in physmap_flash_shutdown()
643 static struct platform_device physmap_flash = {