Searched refs:qcom_socinfo (Results 1 – 1 of 1) sorted by relevance
195 struct qcom_socinfo { struct370 qcom_socinfo->dbg_root, \475 static void socinfo_debugfs_init(struct qcom_socinfo *qcom_socinfo, in socinfo_debugfs_init() argument485 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init()487 qcom_socinfo->info.fmt = __le32_to_cpu(info->fmt); in socinfo_debugfs_init()489 debugfs_create_x32("info_fmt", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()490 &qcom_socinfo->info.fmt); in socinfo_debugfs_init()492 switch (qcom_socinfo->info.fmt) { in socinfo_debugfs_init()494 qcom_socinfo->info.nmodem_supported = __le32_to_cpu(info->nmodem_supported); in socinfo_debugfs_init()496 debugfs_create_u32("nmodem_supported", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()[all …]