Home
last modified time | relevance | path

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

/linux/tools/testing/ktest/examples/include/
H A Dbootconfig.conf38 BOOTCONFIG_FILE = boottrace.bconf
50 BOOTCONFIG_FILE = functiongraph.bconf
62 BOOTCONFIG_FILE = tracing.bconf
/linux/lib/
H A D.gitignore4 /default.bconf
H A DMakefile293 $(obj)/bootconfig-data.o: $(obj)/default.bconf
295 targets += default.bconf
297 $(obj)/default.bconf: $(CONFIG_BOOT_CONFIG_EMBED_FILE) FORCE
/linux/tools/bootconfig/scripts/
H A Dxbc.sh25 XBC_TMPFILE=`mktemp bconf-XXXX`
/linux/drivers/media/pci/ngene/
H A Dngene-core.c1288 u8 *bconf = tsin12_config; in ngene_buffer_config() local
1292 bconf = tsin1234_config; in ngene_buffer_config()
1295 bconf = tsio1235_config; in ngene_buffer_config()
1297 stat = ngene_command_config_free_buf(dev, bconf); in ngene_buffer_config()
1299 int bconf = BUFFER_CONFIG_4422; in ngene_buffer_config() local
1302 bconf = BUFFER_CONFIG_3333; in ngene_buffer_config()
1303 stat = ngene_command_config_buf(dev, bconf); in ngene_buffer_config()
/linux/tools/bootconfig/
H A Dtest-bootconfig.sh15 TEMPCONF=`mktemp ${TESTDIR}/temp-XXXX.bconf`