Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dscript_parser.c449 int fmt_value[8]; in __parse_script() local
543 memset(fmt_value, 0, sizeof(int) * 8); in __parse_script()
544 ret = __get_str2int(value, fmt_value); in __parse_script()
547 *value_addr = fmt_value[0]; in __parse_script()
557 if (fmt_value[0]) { in __parse_script()
558 if (fmt_value[1] == 1) { in __parse_script()
560 sizeof("string:") - 1, fmt_value[0] << 2); in __parse_script()
562 else if (fmt_value[1] == 2) { in __parse_script()
564 fmt_value[0] << 2); in __parse_script()
568 fmt_value[0] << 2); in __parse_script()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c132 static u32 vmw_mask_legacy_multisample(unsigned int cap, u32 fmt_value) in vmw_mask_legacy_multisample() argument
145 return fmt_value; in vmw_mask_legacy_multisample()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D4965-debug.c13 static const char *fmt_value = " %-30s %10u\n"; variable
663 scnprintf(buf + pos, bufsz - pos, fmt_value, "temperature:", in il4965_ucode_general_stats_read()
666 scnprintf(buf + pos, bufsz - pos, fmt_value, "ttl_timestamp:", in il4965_ucode_general_stats_read()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c642 #define fmt_value " %-30s %10u\n" macro
1345 fmt_value, "temperature:", in iwl_dbgfs_ucode_general_stats_read()
1348 fmt_value, "temperature_m:", in iwl_dbgfs_ucode_general_stats_read()
1351 fmt_value, "ttl_timestamp:", in iwl_dbgfs_ucode_general_stats_read()