Lines Matching refs:sddp
714 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
718 sddp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
719 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
722 sddp->dp.length = sizeof(*sddp); in dp_fill()
723 sddp->slot_number = dev_seq(dev); in dp_fill()
724 return &sddp[1]; in dp_fill()
778 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
783 sddp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
784 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
787 sddp->dp.length = sizeof(*sddp); in dp_fill()
788 sddp->slot_number = dev_seq(dev); in dp_fill()
790 return &sddp[1]; in dp_fill()