Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/req-gen/
H A Dperf.h80 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument
81 __field_(r_name, r_value, r_idx_1, c_offset, c_size, c_name)
103 #define EVENT_ATTR_NAME__(name, r_name, c_name) \ argument
104 name ## _event_attr_ ## r_name ## _ ## c_name
105 #define EVENT_ATTR_NAME_(name, r_name, c_name) \ argument
106 EVENT_ATTR_NAME__(name, r_name, c_name)
107 #define EVENT_ATTR_NAME(r_name, c_name) \ argument
108 EVENT_ATTR_NAME_(NAME_LOWER, r_name, c_name)
113 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument
115 CAT3(r_name, _, c_name), \
[all …]
/linux/tools/lib/thermal/
H A Dcommands.c275 .c_name = (char *)"List thermal zones", in thermal_genl_auto()
282 .c_name = (char *)"Get governor", in thermal_genl_auto()
289 .c_name = (char *)"Get thermal zone temperature",
296 .c_name = (char *)"Get thermal zone trip points", in thermal_cmd_get_cdev()
303 .c_name = (char *)"Get cooling devices", in thermal_cmd_get_trip()
310 .c_name = (char *)"Get thresholds list", in thermal_cmd_get_governor()
317 .c_name = (char *)"Add a threshold",
324 .c_name = (char *)"Delete a threshold", in thermal_cmd_exit()
331 .c_name = (char *)"Flush the thresholds", in thermal_cmd_init()
/linux/tools/sound/
H A Ddapm-graph99 local c_name="${2}"
105 local w_tag="${c_name}_${w_name}"
/linux/tools/net/ynl/
H A Dynl-gen-c.py74 self.c_name = c_lower(self.name)
75 if self.c_name in _C_KW:
76 self.c_name += '_'
149 arg = [member + ' *' + self.c_name]
151 arg += ['unsigned int n_' + self.c_name]
239 ref = (ref if ref else []) + [self.c_name]
453 len_mem = var + '->_present.' + self.c_name + '_len'
508 len_mem = var + '->_present.' + self.c_name + '_len'
580 ref = (ref if ref else []) + [self.c_name]
645 presence = presence[:-(len('_present.') + len(self.c_name))] + "n_" + self.c_name
[all …]
/linux/sound/pci/korg1212/
H A Dkorg1212.c1969 #define MON_MIXER(ord,c_name) \ argument
1973 .name = c_name " Monitor Volume", \
1982 .name = c_name " Monitor Route", \
1991 .name = c_name " Monitor Phase Invert", \
/linux/sound/soc/
H A Dsoc-dapm.c2150 const char *c_name; in dapm_widget_power_read_file() local
2197 c_name = p->node[rdir]->dapm->component ? in dapm_widget_power_read_file()
2203 p->node[rdir]->name, c_name); in dapm_widget_power_read_file()