Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-help.c253 const char *subkey = strrchr(name, '.'); in add_man_viewer_info() local
255 if (!subkey) { in add_man_viewer_info()
260 if (!strcmp(subkey, ".path")) { in add_man_viewer_info()
263 return add_man_viewer_path(name, subkey - name, value); in add_man_viewer_info()
265 if (!strcmp(subkey, ".cmd")) { in add_man_viewer_info()
268 return add_man_viewer_cmd(name, subkey - name, value); in add_man_viewer_info()
271 pr_warning("'%s': unsupported man viewer sub key.", subkey); in add_man_viewer_info()
/linux/tools/bootconfig/samples/
H A Dgood-mixed-kv1.bconf1 # value -> subkey pattern
3 key.subkey = another-value
H A Dgood-mixed-kv2.bconf1 # subkey -> value pattern
2 key.subkey = value
H A Dgood-mixed-append.bconf2 keyx.subkey = value
/linux/sound/isa/wavefront/
H A Dwavefront_synth.c896 header->number, header->subkey, in wavefront_send_sample()
1399 header->subkey, in wavefront_load_patch()
1403 switch (header->subkey) { in wavefront_load_patch()
1469 header->subkey); in wavefront_load_patch()
/linux/include/sound/
H A Dwavefront.h472 u8 subkey; /* WF_ST_{SAMPLE,ALIAS,etc.} */ member