Home
last modified time | relevance | path

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

/bsp/allwinner/d1s/ports/partition/
A Dpartition.c28 struct partition_device struct
61 struct partition_device *part; in partition_control()
63 part = (struct partition_device*) dev; in partition_control()
86 struct partition_device *part; in partition_read()
88 part = (struct partition_device*) dev; in partition_read()
101 struct partition_device *part; in partition_write()
103 part = (struct partition_device*) dev; in partition_write()
133 struct partition_device *part_dev; in rt_partition_init()
153 part_dev = (struct partition_device*)rt_malloc (sizeof(struct partition_device)); in rt_partition_init()

Completed in 4 milliseconds