Home
last modified time | relevance | path

Searched refs:enabled_str (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/eisa/
Deisa-bus.c319 char *enabled_str; in eisa_probe() local
383 enabled_str = " (forced enabled)"; in eisa_probe()
385 enabled_str = " (forced disabled)"; in eisa_probe()
387 enabled_str = " (disabled)"; in eisa_probe()
389 enabled_str = ""; in eisa_probe()
392 edev->id.sig, enabled_str); in eisa_probe()
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_device.h173 char *enabled_str(int bool);
Dseq_oss_synth.c656 enabled_str((long)rec->oper.ioctl), in snd_seq_oss_synth_info_read()
657 enabled_str((long)rec->oper.load_patch)); in snd_seq_oss_synth_info_read()
Dseq_oss_init.c472 enabled_str(int bool) in enabled_str() function