Searched full:config (Results 1 – 25 of 415) sorted by relevance
12345678910>>...17
| /Documentation/ABI/testing/ |
| D | configfs-usb-gadget | 1 What: /config/usb-gadget 8 What: /config/usb-gadget/gadget 28 What: /config/usb-gadget/gadget/configs 34 What: /config/usb-gadget/gadget/configs/config 43 What: /config/usb-gadget/gadget/configs/config/strings 50 What: /config/usb-gadget/gadget/configs/config/strings/language 59 What: /config/usb-gadget/gadget/functions 65 What: /config/usb-gadget/gadget/functions/<func>.<inst>/interface.<n> 78 What: /config/usb-gadget/gadget/functions/<func>.<inst>/interface.<n>/<property> 99 What: /config/usb-gadget/gadget/strings [all …]
|
| D | configfs-usb-gadget-uvc | 1 What: /config/usb-gadget/gadget/functions/uvc.name 10 What: /config/usb-gadget/gadget/functions/uvc.name/control 19 What: /config/usb-gadget/gadget/functions/uvc.name/control/class 24 What: /config/usb-gadget/gadget/functions/uvc.name/control/class/ss 29 What: /config/usb-gadget/gadget/functions/uvc.name/control/class/fs 34 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal 39 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output 44 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output/default 58 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/camera 63 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/camera/default [all …]
|
| D | configfs-rdma_cm | 1 What: /config/rdma_cm 8 configfs in /config directory use: 9 # mount -t configfs none /config/ 13 mkdir -p /config/rdma_cm/<hca> 16 What: /config/rdma_cm/<hca>/ports/<port-num>/default_roce_mode 24 What: /config/rdma_cm/<hca>/ports/<port-num>/default_roce_tos
|
| D | configfs-iio | 1 What: /config/iio 10 What: /config/iio/triggers 16 What: /config/iio/triggers/hrtimers 23 What: /config/iio/devices 29 What: /config/iio/devices/dummy
|
| D | configfs-stp-policy | 1 What: /config/stp-policy 9 What: /config/stp-policy/<device>.<policy> 19 What: /config/stp-policy/<device>.<policy>/device 26 What: /config/stp-policy/<device>.<policy>/<node> 34 What: /config/stp-policy/<device>.<policy>/<node>/masters 41 What: /config/stp-policy/<device>.<policy>/<node>/channels
|
| D | sysfs-bus-event_source-devices-format | 7 perf_event_attr::config[012] for a particular pmu. 14 attr1 = 'config:0-23' 15 attr2 = 'config:0-7' 16 attr3 = 'config:12-35'
|
| /Documentation/devicetree/bindings/arm/marvell/ |
| D | mvebu-cpu-config.txt | 1 MVEBU CPU Config registers 9 - "marvell,armada-370-cpu-config" 10 - "marvell,armada-xp-cpu-config" 12 - reg: Should contain CPU config registers location and length, in 17 cpu-config@21000 { 18 compatible = "marvell,armada-xp-cpu-config";
|
| /Documentation/kbuild/ |
| D | kconfig.rst | 2 Kconfig make config 5 This file contains some assistance for using `make *config`. 16 New kernel releases often introduce new config symbols. Often more 17 important, new kernel releases may rename config symbols. When 18 this happens, using a previously working .config file and running 23 To see a list of new config symbols, use:: 25 cp user/some/old.config .config 28 and the config program will list any new symbols, one per line. 33 scripts/diffconfig .config.old .config | less 37 Environment variables for `*config` [all …]
|
| D | Kconfig.select-break | 23 config A 24 bool "CONFIG A" 26 config B 27 bool "CONFIG B" 30 config C 31 bool "CONFIG C"
|
| D | kconfig-language.rst | 31 Most entries define a config option; all other entries help to organize 34 config MODVERSIONS 42 arguments. "config" starts a new config entry. The following lines 43 define attributes for this config option. Attributes can be the type of 44 the config option, input prompt, dependencies, help text and default 45 values. A config option can be defined multiple times with the same 57 Every config option must have a type. There are only two basic types: 77 A config option can have any number of default values. If multiple 82 The default value is only assigned to the config symbol if no other 90 build. With few exceptions, new config options should not change this. The [all …]
|
| /Documentation/admin-guide/ |
| D | btmrvl.rst | 10 Path: /debug/btmrvl/config/ 27 echo 0xff80 > /debug/btmrvl/config/gpiogap 28 echo 1 > /debug/btmrvl/config/hscfgcmd 31 echo 0x03ff > /debug/btmrvl/config/gpiogap 32 echo 1 > /debug/btmrvl/config/hscfgcmd 45 echo 1 > /debug/btmrvl/config/psmode 46 echo 1 > /debug/btmrvl/config/pscmd 49 echo 0 > /debug/btmrvl/config/psmode 50 echo 1 > /debug/btmrvl/config/pscmd 64 echo 1 > /debug/btmrvl/config/hsmode [all …]
|
| /Documentation/iio/ |
| D | iio_configfs.rst | 19 time via CONFIG_IIO_CONFIGFS config option. 21 Then, mount the configfs filesystem (usually under /config directory):: 23 $ mkdir /config 24 $ mount -t configfs none /config 27 under /config/iio. Next chapters will describe available IIO configuration 35 under /config/iio/triggers. 76 Each trigger type has its own directory under /config/iio/triggers. Loading 78 /config/iio/triggers/trig-sample. 88 users to create hrtimer triggers under /config/iio/triggers/hrtimer. 92 $ mkdir /config/iio/triggers/hrtimer/instance1 [all …]
|
| /Documentation/sphinx/ |
| D | load_config.py | 48 sys.stdout.write("load additional sphinx-config: %s\n" % config_file) 49 config = namespace.copy() 50 config['__file__'] = config_file 51 execfile_(config_file, config) 52 del config['__file__'] 53 namespace.update(config) 55 config = namespace.copy() 56 config['tags'].add("subproject") 57 namespace.update(config)
|
| /Documentation/hwmon/ |
| D | f71882fg.rst | 10 Addresses scanned: none, address read from Super I/O config space 18 Addresses scanned: none, address read from Super I/O config space 26 Addresses scanned: none, address read from Super I/O config space 34 Addresses scanned: none, address read from Super I/O config space 42 Addresses scanned: none, address read from Super I/O config space 50 Addresses scanned: none, address read from Super I/O config space 58 Addresses scanned: none, address read from Super I/O config space 66 Addresses scanned: none, address read from Super I/O config space 74 Addresses scanned: none, address read from Super I/O config space 82 Addresses scanned: none, address read from Super I/O config space [all …]
|
| /Documentation/devicetree/bindings/pinctrl/ |
| D | fsl,imx51-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config 9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a 10 pin working on a specific function, CONFIG is the pad setting value like 12 config settings. 14 CONFIG bits definition:
|
| D | fsl,imx53-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config 9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a 10 pin working on a specific function, CONFIG is the pad setting value like 12 config settings. 14 CONFIG bits definition:
|
| D | fsl,imx50-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config 9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a 10 pin working on a specific function, CONFIG is the pad setting value like 12 config settings. 14 CONFIG bits definition:
|
| D | fsl,imx35-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config 9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a 10 pin working on a specific function, CONFIG is the pad setting value like 12 config settings. 14 CONFIG bits definition:
|
| D | fsl,imx6q-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config 9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a 10 pin working on a specific function, CONFIG is the pad setting value like 12 config settings. 14 CONFIG bits definition:
|
| D | fsl,imx6dl-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config 9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a 10 pin working on a specific function, CONFIG is the pad setting value like 12 config settings. 14 CONFIG bits definition:
|
| D | fsl,imx6sl-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config 9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a 10 pin working on a specific function, CONFIG is the pad setting value like 12 config settings. 14 CONFIG bits definition:
|
| D | fsl,vf610-pinctrl.txt | 8 - fsl,pins: two integers array, represents a group of pins mux and config 9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is 10 a pin working on a specific function, CONFIG is the pad setting value 12 datasheet for the valid pad config settings. 14 CONFIG bits definition:
|
| D | fsl,imx7ulp-pinctrl.txt | 8 supports generic pin config. 16 and config setting for one pin. The first 4 integers 20 The last integer CONFIG is the pad setting value like 24 CONFIG settings. 26 CONFIG bits definition:
|
| /Documentation/watchdog/ |
| D | watchdog-parameters.rst | 34 (default=kernel config parameter) 47 (default=kernel config parameter) 56 (default=kernel config parameter) 68 (default=kernel config parameter) 77 (default=kernel config parameter) 86 (default=kernel config parameter) 95 (default=kernel config parameter) 104 (default=kernel config parameter) 113 (default=kernel config parameter) 148 (default=kernel config parameter) [all …]
|
| /Documentation/devicetree/bindings/leds/backlight/ |
| D | arcxcnn_bl.txt | 14 - arc,led-config-0: setting for register ILED_CONFIG_0 15 - arc,led-config-1: setting for register ILED_CONFIG_1 17 - arc,comp-config: setting for register CONFIG_COMP 18 - arc,filter-config: setting for register FILTER_CONFIG 19 - arc,trim-config: setting for register IMAXTUNE
|
12345678910>>...17