Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dsocinfo.c165 struct qcom_socinfo { struct
262 qcom_socinfo->dbg_root, \
340 static void socinfo_debugfs_init(struct qcom_socinfo *qcom_socinfo, in socinfo_debugfs_init() argument
348 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init()
350 qcom_socinfo->info.fmt = __le32_to_cpu(info->fmt); in socinfo_debugfs_init()
352 debugfs_create_x32("info_fmt", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
353 &qcom_socinfo->info.fmt); in socinfo_debugfs_init()
355 switch (qcom_socinfo->info.fmt) { in socinfo_debugfs_init()
357 qcom_socinfo->info.nmodem_supported = __le32_to_cpu(info->nmodem_supported); in socinfo_debugfs_init()
359 debugfs_create_u32("nmodem_supported", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
[all …]