/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 998 char temp_name[ACPI_NAMESEG_SIZE]; in osl_list_customized_tables() local 1016 osl_table_name_from_file(filename, temp_name, &instance); in osl_list_customized_tables() 1026 status = osl_add_table_to_list(temp_name, instance); in osl_list_customized_tables() 1315 char temp_name[ACPI_NAMESEG_SIZE]; in osl_get_customized_table() local 1340 osl_table_name_from_file(filename, temp_name, in osl_get_customized_table() 1353 temp_name, instance); in osl_get_customized_table() 1356 temp_name); in osl_get_customized_table()
|
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 998 char temp_name[ACPI_NAMESEG_SIZE]; in osl_list_customized_tables() local 1016 osl_table_name_from_file(filename, temp_name, &instance); in osl_list_customized_tables() 1026 status = osl_add_table_to_list(temp_name, instance); in osl_list_customized_tables() 1315 char temp_name[ACPI_NAMESEG_SIZE]; in osl_get_customized_table() local 1340 osl_table_name_from_file(filename, temp_name, in osl_get_customized_table() 1353 temp_name, instance); in osl_get_customized_table() 1356 temp_name); in osl_get_customized_table()
|
/kernel/linux/common_modules/tzdriver/auth/ |
H A D | client_hash_auth.c | 527 char *temp_name = token; // first tokon is username, need to check uid in parse_uname() local 537 if (strcpy_s(username, buffer_len, temp_name) != EOK) in parse_uname() 539 return strlen(temp_name); in parse_uname()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | vdso.c | 198 static int vdso__create_compat_file(const char *prog, char *temp_name) in vdso__create_compat_file() argument 202 fd = mkstemp(temp_name); in vdso__create_compat_file()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | vdso.c | 199 static int vdso__create_compat_file(const char *prog, char *temp_name) in vdso__create_compat_file() argument 203 fd = mkstemp(temp_name); in vdso__create_compat_file()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | audio_topology.c | 1030 char temp_name[NAME_SIZE]; in gbaudio_tplg_create_widget() local 1098 strscpy(temp_name, w->name, sizeof(temp_name)); in gbaudio_tplg_create_widget() 1099 snprintf(w->name, sizeof(w->name), "GB %d %s", module->dev_id, temp_name); in gbaudio_tplg_create_widget() 1155 char temp_name[NAME_SIZE]; in gbaudio_tplg_process_kcontrols() local 1180 strscpy(temp_name, curr->name, sizeof(temp_name)); in gbaudio_tplg_process_kcontrols() 1182 temp_name); in gbaudio_tplg_process_kcontrols()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_topology.c | 1031 char temp_name[NAME_SIZE]; in gbaudio_tplg_create_widget() local 1099 strlcpy(temp_name, w->name, NAME_SIZE); in gbaudio_tplg_create_widget() 1100 snprintf(w->name, NAME_SIZE, "GB %d %s", module->dev_id, temp_name); in gbaudio_tplg_create_widget() 1156 char temp_name[NAME_SIZE]; in gbaudio_tplg_process_kcontrols() local 1181 strlcpy(temp_name, curr->name, NAME_SIZE); in gbaudio_tplg_process_kcontrols() 1183 temp_name); in gbaudio_tplg_process_kcontrols()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn302/ |
H A D | dcn302_resource.c | 197 #define SRII_DWB(reg_name, temp_name, block, id)\ 198 .reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \ 199 mm ## block ## id ## _ ## temp_name
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn303/ |
H A D | dcn303_resource.c | 175 #define SRII_DWB(reg_name, temp_name, block, id)\ 176 .reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \ 177 mm ## block ## id ## _ ## temp_name
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_resource.c | 151 #define SRII_DWB(reg_name, temp_name, block, id)\ 152 .reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \ 153 reg ## block ## id ## _ ## temp_name
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn321/ |
H A D | dcn321_resource.c | 166 #define SRII_DWB(reg_name, temp_name, block, id)\ 167 REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \ 168 reg ## block ## id ## _ ## temp_name
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn301/ |
H A D | dcn301_resource.c | 143 #define SRII_DWB(reg_name, temp_name, block, id)\ 144 .reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \ 145 mm ## block ## id ## _ ## temp_name
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn315/ |
H A D | dcn315_resource.c | 185 #define SRII_DWB(reg_name, temp_name, block, id)\ 186 .reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \ 187 reg ## block ## id ## _ ## temp_name
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_resource.c | 167 #define SRII_DWB(reg_name, temp_name, block, id)\ 168 .reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \ 169 reg ## block ## id ## _ ## temp_name
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn316/ |
H A D | dcn316_resource.c | 173 #define SRII_DWB(reg_name, temp_name, block, id)\ 174 .reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \ 175 reg ## block ## id ## _ ## temp_name
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.c | 139 #define SRII_DWB(reg_name, temp_name, block, id)\ 140 .reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \ 141 mm ## block ## id ## _ ## temp_name
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource.c | 163 #define SRII_DWB(reg_name, temp_name, block, id)\ 164 REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \ 165 reg ## block ## id ## _ ## temp_name
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.c | 269 #define SRII_DWB(reg_name, temp_name, block, id)\ 270 .reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \ 271 mm ## block ## id ## _ ## temp_name
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 7388 char temp_name[17]; in print_cfg_table() local 7393 temp_name[i] = readb(&(tb->Signature[i])); in print_cfg_table() 7394 temp_name[4] = '\0'; in print_cfg_table() 7395 dev_info(dev, " Signature = %s\n", temp_name); in print_cfg_table() 7411 temp_name[i] = readb(&(tb->ServerName[i])); in print_cfg_table() 7412 temp_name[16] = '\0'; in print_cfg_table() 7413 dev_info(dev, " Server Name = %s\n", temp_name); in print_cfg_table()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 7416 char temp_name[17]; in print_cfg_table() local 7421 temp_name[i] = readb(&(tb->Signature[i])); in print_cfg_table() 7422 temp_name[4] = '\0'; in print_cfg_table() 7423 dev_info(dev, " Signature = %s\n", temp_name); in print_cfg_table() 7439 temp_name[i] = readb(&(tb->ServerName[i])); in print_cfg_table() 7440 temp_name[16] = '\0'; in print_cfg_table() 7441 dev_info(dev, " Server Name = %s\n", temp_name); in print_cfg_table()
|