Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_device_path.c21 .sub_type = DEVICE_PATH_SUB_TYPE_END,
33 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR,
305 sddp->dp.sub_type = (desc->if_type == IF_TYPE_MMC) ? in dp_fill()
322 udp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_USB_CLASS; in dp_fill()
394 udp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_USB; in dp_part_fill()
411 cddp->dp.sub_type = DEVICE_PATH_SUB_TYPE_CDROM_PATH; in dp_part_fill()
421 hddp->dp.sub_type = DEVICE_PATH_SUB_TYPE_HARD_DRIVE_PATH; in dp_part_fill()
493 fp->dp.sub_type = DEVICE_PATH_SUB_TYPE_FILE_PATH; in efi_dp_from_file()
530 ndp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR; in efi_dp_from_eth()
558 p->sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_dp_split_file_path()
H A Defi_device_path_to_text.c32 switch (device_node->sub_type) { in efi_convert_device_node_to_text()
57 switch (device_node->sub_type) { in efi_convert_device_node_to_text()
83 device_node->sub_type); in efi_convert_device_node_to_text()
H A Defi_net.c218 .dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR, in efi_net_register()
223 .dp.sub_type = DEVICE_PATH_SUB_TYPE_END, in efi_net_register()
/rk3399_rockchip-uboot/include/
H A Defi_loader.h227 ((_dp)->sub_type == DEVICE_PATH_SUB_TYPE_##_subtype))
H A Defi_api.h285 u8 sub_type; member
493 uint8_t sub_type; member