Home
last modified time | relevance | path

Searched refs:no_auto (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dyocto-check-layer101 layers = detect_layers(args.layers, args.no_auto)
106 additional_layers = detect_layers(args.additional_layers, args.no_auto)
110 dep_layers = detect_layers(args.dependency, args.no_auto)
/OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/
H A D__init__.py129 def detect_layers(layer_directories, no_auto): argument
137 if no_auto:
/OK3568_Linux_fs/kernel/drivers/s390/virtio/
H A Dvirtio_ccw.c1153 static char *no_auto = ""; variable
1155 module_param(no_auto, charp, 0444);
1156 MODULE_PARM_DESC(no_auto, "list of ccw bus id ranges not to be auto-onlined");
1448 str = no_auto; in no_auto_parse()