| /rk3399_rockchip-uboot/cmd/ |
| H A D | rksfc.c | 16 u32 dev_type = IF_TYPE_UNKNOWN; in do_rksfc() local 19 dev_type = IF_TYPE_SPINAND; in do_rksfc() 21 dev_type = IF_TYPE_SPINOR; in do_rksfc() 36 dev_type = IF_TYPE_SPINAND; in do_rksfc() 38 dev_type = IF_TYPE_SPINOR; in do_rksfc() 42 return blk_common_cmd(argc, argv, dev_type, &rksfc_curr_dev); in do_rksfc()
|
| H A D | jffs2.c | 209 static int mtd_id_parse(const char *id, const char **ret_id, u8 *dev_type, u8 *dev_num) in mtd_id_parse() argument 213 *dev_type = 0; in mtd_id_parse() 215 *dev_type = MTD_DEV_TYPE_NAND; in mtd_id_parse() 218 *dev_type = MTD_DEV_TYPE_NOR; in mtd_id_parse() 221 *dev_type = MTD_DEV_TYPE_ONENAND; in mtd_id_parse()
|
| H A D | flash.c | 19 int mtd_id_parse(const char *id, const char **ret_id, u8 *dev_type, u8 *dev_num); 309 u8 dev_type, dev_num, pnum; in do_flerase() local 338 if ((argc == 2) && (mtd_id_parse(argv[1], NULL, &dev_type, &dev_num) == 0)) { in do_flerase() 443 u8 dev_type, dev_num, pnum; in do_protect() local 516 if ((argc == 3) && (mtd_id_parse(argv[2], NULL, &dev_type, &dev_num) == 0)) { in do_protect()
|
| H A D | mtdparts.c | 1043 int mtd_id_parse(const char *id, const char **ret_id, u8 *dev_type, in mtd_id_parse() argument 1048 *dev_type = 0; in mtd_id_parse() 1050 *dev_type = MTD_DEV_TYPE_NAND; in mtd_id_parse() 1053 *dev_type = MTD_DEV_TYPE_NOR; in mtd_id_parse() 1056 *dev_type = MTD_DEV_TYPE_ONENAND; in mtd_id_parse() 1059 *dev_type = MTD_DEV_TYPE_SPINAND; in mtd_id_parse()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_dw_hdmi.c | 206 enum dw_hdmi_devtype dev_type, in drm_rk_select_color() argument 289 switch (dev_type) { in drm_rk_select_color() 316 if (dev_type == RK3288_HDMI) in drm_rk_select_color() 329 if (dev_type == RK3288_HDMI) in drm_rk_select_color() 348 enum dw_hdmi_devtype dev_type, in drm_rk_selete_output() argument 374 if (dev_type == RK3288_HDMI || output_bus_format_rgb) in drm_rk_selete_output() 497 dev_type, output_bus_format_rgb); in drm_rk_selete_output() 509 int dev_type) in dw_hdmi_set_iomux() argument 517 switch (dev_type) { in dw_hdmi_set_iomux() 602 .dev_type = RK3288_HDMI, [all …]
|
| H A D | rockchip-inno-hdmi-phy.c | 212 enum inno_hdmi_phy_type dev_type; member 472 if (inno->plat_data->dev_type == INNO_HDMI_PHY_RK3328 && in inno_hdmi_phy_power_on() 475 else if (inno->plat_data->dev_type == INNO_HDMI_PHY_RK3228 && in inno_hdmi_phy_power_on() 478 else if (inno->plat_data->dev_type == INNO_HDMI_PHY_RK3528) in inno_hdmi_phy_power_on() 521 if (inno->plat_data->dev_type == INNO_HDMI_PHY_RK3228) in inno_hdmi_phy_clk_is_prepared() 531 if (inno->plat_data->dev_type == INNO_HDMI_PHY_RK3228) in inno_hdmi_phy_clk_prepare() 1193 .dev_type = INNO_HDMI_PHY_RK3228, 1199 .dev_type = INNO_HDMI_PHY_RK3328, 1205 .dev_type = INNO_HDMI_PHY_RK3528, 1362 if ((inno->plat_data->dev_type == INNO_HDMI_PHY_RK3228 && in inno_hdmi_phy_clk_round_rate()
|
| H A D | rockchip_dw_hdmi_qp.c | 923 enum dw_hdmi_devtype dev_type, in drm_rk_select_color() argument 1063 enum dw_hdmi_devtype dev_type, in dw_hdmi_qp_select_output() argument 1204 dev_type, output_bus_format_rgb); in dw_hdmi_qp_select_output() 1608 .dev_type = RK3576_HDMI, 1622 .dev_type = RK3588_HDMI, 1648 if (hdmi->plat_data->dev_type == RK3588_HDMI) { in rockchip_dw_hdmi_qp_probe() 1657 } else if (hdmi->plat_data->dev_type == RK3576_HDMI) { in rockchip_dw_hdmi_qp_probe()
|
| H A D | inno_hdmi.c | 132 enum inno_hdmi_dev_type dev_type; member 422 if (hdmi->plat_data->dev_type == RK3036_HDMI) { in inno_hdmi_config_video_timing() 821 .dev_type = RK3036_HDMI, 826 .dev_type = RK3128_HDMI,
|
| H A D | dw_hdmi.c | 171 enum dw_hdmi_devtype dev_type; member 1018 hdmi->dev_type == RK3528_HDMI || in dw_hdmi_detect_phy() 1019 hdmi->dev_type == RK3328_HDMI || in dw_hdmi_detect_phy() 1020 hdmi->dev_type == RK3228_HDMI) { in dw_hdmi_detect_phy() 2374 hdmi->dev_type = pdata->dev_type; in rockchip_dw_hdmi_init() 2485 &hdmi->hpd_gpiod, hdmi->dev_type); in rockchip_dw_hdmi_init() 2515 overscan, hdmi->dev_type, hdmi->output_bus_format_rgb); in rockchip_dw_hdmi_config_output() 2762 if (hdmi->dev_type == RK3328_HDMI) { in inno_dw_hdmi_phy_read_hpd()
|
| H A D | dw_hdmi_qp.c | 87 enum dw_hdmi_devtype dev_type; member 1276 hdmi->dev_type = pdata->dev_type; in rockchip_dw_hdmi_qp_init() 1315 overscan, hdmi->dev_type, in rockchip_dw_hdmi_qp_config_output()
|
| H A D | dw_hdmi.h | 1412 enum dw_hdmi_devtype dev_type, 1416 int dev_type);
|
| H A D | analogix_dp_reg.c | 95 if (dp->plat_data.dev_type == ROCKCHIP_DP) { in analogix_dp_init_analog_param() 271 if (dp->plat_data.dev_type == ROCKCHIP_DP) in analogix_dp_set_analog_power_down() 463 if (dp->plat_data.dev_type == ROCKCHIP_DP) in analogix_dp_init_aux()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | boot_rkimg.c | 246 int dev_type; in rockchip_get_bootdev() local 253 dev_type = get_bootdev_type(); in rockchip_get_bootdev() 256 dev_desc = blk_get_devnum_by_type(dev_type, devnum); in rockchip_get_bootdev() 263 if (dev_type == IF_TYPE_MMC) { in rockchip_get_bootdev()
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_mac.h | 30 __u16 dev_type; /* device type */ member
|
| H A D | part_mac.c | 105 ddesc->dev_type, ddesc->dev_id in part_print_mac()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fs.h | 167 int file_exists(const char *dev_type, const char *dev_part, const char *file,
|
| H A D | dfu.h | 114 enum dfu_device_type dev_type; member
|
| /rk3399_rockchip-uboot/drivers/dfu/ |
| H A D | dfu_ram.c | 70 dfu->dev_type = DFU_DEV_RAM; in dfu_fill_entity_ram()
|
| H A D | dfu_mtd.c | 126 dfu->dev_type = DFU_DEV_MTD; in dfu_fill_entity_mtd()
|
| H A D | dfu_sf.c | 128 dfu->dev_type = DFU_DEV_SF; in dfu_fill_entity_sf()
|
| H A D | dfu_nand.c | 199 dfu->dev_type = DFU_DEV_NAND; in dfu_fill_entity_nand()
|
| H A D | dfu_mmc.c | 387 dfu->dev_type = DFU_DEV_MMC; in dfu_fill_entity_mmc()
|
| H A D | dfu.c | 501 dfu_get_dev_type(dfu->dev_type), dfu->alt, in dfu_show_entities()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | dw_hdmi.h | 166 enum dw_hdmi_devtype dev_type; member
|
| /rk3399_rockchip-uboot/fs/ |
| H A D | fs.c | 597 int file_exists(const char *dev_type, const char *dev_part, const char *file, in file_exists() argument 600 if (fs_set_blk_dev(dev_type, dev_part, fstype)) in file_exists()
|