Searched refs:blk_device (Results 1 – 4 of 4) sorted by relevance
21 static struct blk_device *blkdev;58 struct blk_device *blk = (struct blk_device *)device; in blockdev_bread()118 void blk_device_init(struct blk_device *blk_devices) in blk_device_init()
23 struct blk_device struct46 void blk_device_init(struct blk_device *blk_devices); argument
609 static void dwc_ahsata_print_info(struct blk_device *pdev) in dwc_ahsata_print_info()892 struct blk_device *pdev) in dwc_ahsata_scan_common()952 struct blk_device *desc, ulong blknr, in sata_read_common()968 struct blk_device *desc, ulong blknr, in sata_write_common()1149 struct blk_device *blk; in dwc_ahsata_scan()1152 …blk = (struct blk_device *)rt_device_create(RT_Device_Class_Block, sizeof(struct blk_device) - siz… in dwc_ahsata_scan()1202 struct blk_device *blk = (struct blk_device *)dev; in dwc_ahsata_read()1208 struct blk_device *blk = (struct blk_device *)dev; in dwc_ahsata_write()1214 struct blk_device *blk = (struct blk_device *)dev; in dwc_ahsata_control()
29 struct blk_device *blkdev = (struct blk_device *)rt_device_find("dwc_ahsata_blk"); in mount_ssd()
Completed in 12 milliseconds