Searched refs:subkey (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-help.c | 253 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 D | good-mixed-kv1.bconf | 1 # value -> subkey pattern 3 key.subkey = another-value
|
| H A D | good-mixed-kv2.bconf | 1 # subkey -> value pattern 2 key.subkey = value
|
| H A D | good-mixed-append.bconf | 2 keyx.subkey = value
|
| /linux/sound/isa/wavefront/ |
| H A D | wavefront_synth.c | 896 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 D | wavefront.h | 472 u8 subkey; /* WF_ST_{SAMPLE,ALIAS,etc.} */ member
|