Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/ktest/examples/include/
Dbootconfig.conf38 BOOTCONFIG_FILE = boottrace.bconf
50 BOOTCONFIG_FILE = functiongraph.bconf
62 BOOTCONFIG_FILE = tracing.bconf
/Linux-v6.6/lib/
D.gitignore4 /default.bconf
DMakefile303 $(obj)/bootconfig-data.o: $(obj)/default.bconf
305 targets += default.bconf
307 $(obj)/default.bconf: $(CONFIG_BOOT_CONFIG_EMBED_FILE) FORCE
/Linux-v6.6/tools/bootconfig/scripts/
Dxbc.sh25 XBC_TMPFILE=`mktemp bconf-XXXX`
/Linux-v6.6/drivers/media/pci/ngene/
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-v6.6/tools/bootconfig/
Dtest-bootconfig.sh15 TEMPCONF=`mktemp ${TESTDIR}/temp-XXXX.bconf`