Home
last modified time | relevance | path

Searched refs:async_state (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mtd/maps/
Dbfin-async-flash.c37 struct async_state { struct
46 static void switch_to_flash(struct async_state *state) in switch_to_flash() argument
59 static void switch_back(struct async_state *state) in switch_back()
72 struct async_state *state = (struct async_state *)map->map_priv_1; in bfin_flash_read()
88 struct async_state *state = (struct async_state *)map->map_priv_1; in bfin_flash_copy_from()
99 struct async_state *state = (struct async_state *)map->map_priv_1; in bfin_flash_write()
114 struct async_state *state = (struct async_state *)map->map_priv_1; in bfin_flash_copy_to()
132 struct async_state *state; in bfin_flash_probe()
177 struct async_state *state = platform_get_drvdata(pdev); in bfin_flash_remove()
Dgpio-addr-flash.c43 struct async_state { struct
51 #define gf_map_info_to_state(mi) ((struct async_state *)(mi)->map_priv_1) argument
63 static void gf_set_gpios(struct async_state *state, unsigned long ofs) in gf_set_gpios()
84 struct async_state *state = gf_map_info_to_state(map); in gf_read()
107 struct async_state *state = gf_map_info_to_state(map); in gf_copy_from()
133 struct async_state *state = gf_map_info_to_state(map); in gf_write()
154 struct async_state *state = gf_map_info_to_state(map); in gf_copy_to()
210 struct async_state *state; in gpio_flash_probe()
279 struct async_state *state = platform_get_drvdata(pdev); in gpio_flash_remove()