/linux-4.4.14/drivers/acpi/acpica/ |
D | dswload.c | 400 op->named.path = ACPI_CAST_PTR(u8, path); in acpi_ds_load1_begin_op() 409 op->named.name = node->name.integer; in acpi_ds_load1_begin_op() 477 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op() 478 op->named.length, in acpi_ds_load1_end_op() 492 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op() 493 op->named.length, in acpi_ds_load1_end_op() 538 walk_state, op, op->named.node)); in acpi_ds_load1_end_op() 540 if (!acpi_ns_get_attached_object(op->named.node)) { in acpi_ds_load1_end_op() 542 ACPI_CAST_PTR(void, op->named.node); in acpi_ds_load1_end_op() 551 acpi_ex_create_method(op->named. in acpi_ds_load1_end_op() [all …]
|
D | dswload2.c | 120 buffer_ptr = ACPI_CAST_PTR(char, &op->named.name); in acpi_ds_load2_begin_op() 162 if (op && (op->named.node == acpi_gbl_root_node)) { in acpi_ds_load2_begin_op() 163 node = op->named.node; in acpi_ds_load2_begin_op() 346 op->named.name = node->name.integer; in acpi_ds_load2_begin_op() 602 acpi_ex_create_region(op->named.data, in acpi_ds_load2_end_op() 603 op->named.length, in acpi_ds_load2_end_op() 648 walk_state, op, op->named.node)); in acpi_ds_load2_end_op() 650 if (!acpi_ns_get_attached_object(op->named.node)) { in acpi_ds_load2_end_op() 652 ACPI_CAST_PTR(void, op->named.node); in acpi_ds_load2_end_op() 661 acpi_ex_create_method(op->named. in acpi_ds_load2_end_op() [all …]
|
D | psloop.c | 239 op->named.data = walk_state->parser_state.aml; in acpi_ps_get_arguments() 240 op->named.length = (u32) in acpi_ps_get_arguments() 264 op->named.data = aml_op_start; in acpi_ps_get_arguments() 265 op->named.length = (u32) in acpi_ps_get_arguments() 577 op->named.length = in acpi_ps_parse_loop() 578 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop() 589 op->named.length = in acpi_ps_parse_loop() 590 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop() 599 op->named.length = in acpi_ps_parse_loop() 600 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
|
D | psutils.c | 72 scope_op->named.name = ACPI_ROOT_NAME; in acpi_ps_create_scope_op() 219 return (op->named.name); in acpi_ps_get_name() 234 op->named.name = name; in acpi_ps_set_name()
|
D | dsfield.c | 251 second_desc->extra.aml_start = op->named.data; in acpi_ds_create_buffer_field() 252 second_desc->extra.aml_length = op->named.length; in acpi_ds_create_buffer_field() 371 info->resource_buffer = child->named.data; in acpi_ds_get_field_names() 373 (u16)child->named.value.integer; in acpi_ds_get_field_names() 398 (char *)&arg->named.name, in acpi_ds_get_field_names() 404 ACPI_ERROR_NAMESPACE((char *)&arg->named.name, in acpi_ds_get_field_names() 615 (char *)&arg->named.name, type, in acpi_ds_init_field_objects() 619 ACPI_ERROR_NAMESPACE((char *)&arg->named.name, in acpi_ds_init_field_objects()
|
D | psobject.c | 258 (*op)->named.data = aml_op_start; in acpi_ps_build_named_op() 259 (*op)->named.length = 0; in acpi_ps_build_named_op() 325 op->named.data = aml_op_start; in acpi_ps_create_op() 326 op->named.length = 0; in acpi_ps_create_op() 334 op->named.data = aml_op_start; in acpi_ps_create_op() 335 op->named.length = 0; in acpi_ps_create_op()
|
D | dsobject.c | 301 byte_list = arg->named.next; in acpi_ds_build_internal_buffer_obj() 342 memcpy(obj_desc->buffer.pointer, byte_list->named.data, in acpi_ds_build_internal_buffer_obj() 657 obj_desc->buffer.aml_start = op->named.data; in acpi_ds_init_object_from_op() 658 obj_desc->buffer.aml_length = op->named.length; in acpi_ds_init_object_from_op() 668 obj_desc->package.aml_start = op->named.data; in acpi_ds_init_object_from_op() 669 obj_desc->package.aml_length = op->named.length; in acpi_ds_init_object_from_op()
|
D | dbutils.c | 390 method->named.data; in acpi_db_second_pass_parse() 393 method->named.data + method->named.length; in acpi_db_second_pass_parse()
|
D | psparse.c | 236 replacement_op->named.data = in acpi_ps_complete_this_op() 237 op->named.data; in acpi_ps_complete_this_op() 238 replacement_op->named.length = in acpi_ps_complete_this_op() 239 op->named.length; in acpi_ps_complete_this_op()
|
D | psargs.c | 659 arg->named.value.size = buffer_length; in acpi_ps_get_next_field() 660 arg->named.data = parser_state->aml; in acpi_ps_get_next_field() 790 arg->named.data = parser_state->aml; in acpi_ps_get_next_arg()
|
D | exprep.c | 546 info->data_register_node)->named.data; in acpi_ex_prep_field_value() 549 info->data_register_node)->named.length; in acpi_ex_prep_field_value()
|
D | dswexec.c | 314 acpi_ds_scope_stack_push(op->named.node, in acpi_ds_exec_begin_op() 315 op->named.node-> in acpi_ds_exec_begin_op()
|
D | aclocal.h | 824 struct acpi_parse_obj_named named; member
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | pl011.txt | 10 When present, must have one state named "default", 11 and may contain a second name named "sleep". The former 17 the clock named UARTCLK on the IP block, i.e. the clock 23 When present, the first clock listed must be named 24 "uartclk" and the second clock listed must be named 28 The first one must be named "rx", the second one 29 must be named "tx".
|
D | nxp,lpc1850-uart.txt | 14 be at least one channel named "tx" for transmit 15 and named "rx" for receive.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | renesas,du.txt | 15 resource for the DU core (named "du") and one memory resource for each 16 LVDS encoder (named "lvds.x" with "x" being the LVDS controller numerical 26 named. 28 encoder (if available). The functional clocks must be named "du.x" with 29 "x" being the channel numerical index. The LVDS clocks must be named 33 When supplied they must be named "dclkin.x" with "x" being the input
|
D | simple-framebuffer.txt | 8 the chosen node (*). Simplefb nodes must be named "framebuffer@<address>".
|
/linux-4.4.14/drivers/usb/storage/ |
D | Kconfig | 40 If this driver is compiled as a module, it will be named ums-realtek. 54 If this driver is compiled as a module, it will be named ums-datafab. 63 If this driver is compiled as a module, it will be named ums-freecom. 81 If this driver is compiled as a module, it will be named ums-isd200. 104 If this driver is compiled as a module, it will be named ums-usbat. 114 If this driver is compiled as a module, it will be named ums-sddr09. 123 If this driver is compiled as a module, it will be named ums-sddr55. 132 If this driver is compiled as a module, it will be named ums-jumpshot. 144 If this driver is compiled as a module, it will be named ums-alauda. 159 If this driver is compiled as a module, it will be named ums-onetouch. [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | sirf-audio-port.txt | 11 named "tx") and one for reception (should be named "rx").
|
D | brcm,bcm2835-i2s.txt | 13 named "tx") and one for reception (should be named "rx").
|
D | sirf-usp.txt | 11 named "tx") and one for reception (should be named "rx").
|
D | tlv320aic32x4.txt | 19 - clocks/clock-names: Clock named 'mclk' for the master clock of the codec.
|
D | davinci-evm-audio.txt | 16 - clock-names : The clock should be named "mclk"
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-st.txt | 10 - A pinctrl state named "default" must be defined to set pins in mode of 21 - A pinctrl state named "idle" could be defined to set pins in idle state 23 - A pinctrl state named "sleep" could be defined to set pins in sleep state
|
D | i2c-mux-pinctrl.txt | 35 For each named state defined in the pinctrl-names property, an I2C child bus 39 The only exception is that no bus will be created for a state named "idle". If
|
/linux-4.4.14/Documentation/networking/ |
D | netif-msg.txt | 30 Initially this message level variable was uniquely named in each driver 50 Adding a per-interface private variable named "msg_enable". The 64 The set of message levels is named
|
D | cxacru.txt | 13 Detected devices will appear as ATM devices named "cxacru". In /sys/class/atm/ 14 these are directories named cxacruN where N is the device number. A symlink 15 named device points to the USB interface device's directory which contains
|
D | generic-hdlc.txt | 93 Newly created interface will be named pvc0, pvc1 etc. 96 frames. The device will be named pvceth0, pvceth1 etc.
|
D | vxlan.txt | 27 This creates a new device named vxlan0. The device uses the multicast
|
D | framerelay.txt | 10 base "DLCI" device, and create new net devices named 'dlci00', 'dlci01'...
|
D | baycom.txt | 82 simple. Once installed, four interfaces named bc{sf,sh,p,e}[0-3] are available.
|
D | 6pack.txt | 50 there is a file named 6pack.tgz.
|
D | dl2k.txt | 169 script named ifcfg-ethx that contains network information.
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-sis630 | 17 This can be interesting for chipsets not named 30 named chipsets.
|
D | scx200_acb | 5 The driver supersedes the older, never merged driver named i2c-nscacb.
|
D | i2c-sis96x | 18 named chipset combinations. The driver was developed without benefit of a
|
D | i2c-i801 | 155 Note: There's a useful script in lm_sensors 2.10.2 and later, named
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | clock-bindings.txt | 42 - this node defines a device with two clock outputs, the first named 43 "ckil" and the second named "ckih". Consumer nodes always reference 76 clock-ranges: Empty property indicating that child nodes can inherit named 88 This represents a device with two clock inputs, named "baud" and "register". 128 * The oscillator is fixed-frequency, and provides one clock output, named "osc".
|
D | clk-s5pv210-audss.txt | 17 a clock named "xxti". 20 specified, it is fixed to a clock named "iiscdclk0".
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 16 GPIO properties should be named "[<name>-]gpios", with <name> being the purpose 19 for new bindings. Also, GPIO properties named "[<name>-]gpio" are valid and old 216 single-gpio-range ::= <numeric-gpio-range> | <named-gpio-range> 219 named-gpio-range ::= <pinctrl-phandle> <gpio-base> '<0 0>' 228 In case named gpio ranges are used (ranges with both <pinctrl-base> and 236 the empty string. Elements of gpiorange-names-list corresponding to named 242 were referenced by any gpio-ranges property to contain a property named 281 are named "foo" and "bar".
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | Kconfig | 71 The driver can be compiled as a module and will be named 84 The driver can be compiled as a module and will be named 97 The driver can be compiled as a module and will be named
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | Kconfig | 57 a character device node named /dev/kvm. 72 a character device node named /dev/kvm. 152 a character device node named /dev/kvm. 168 a character device node named /dev/kvm.
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | sky81452-regulator.txt | 4 - regulator node named lout.
|
D | mt6311-regulator.txt | 6 - regulators: List of regulators provided by this controller. It is named
|
D | tps65023.txt | 9 - regulators: list of regulators provided by this controller, must be named
|
D | tps65217.txt | 6 - regulators: list of regulators provided by this controller, must be named
|
D | max77686.txt | 13 under subnode named "voltage-regulators" using the following format.
|
D | mt6397-regulator.txt | 5 - mt6397regulator: List of regulators provided by this controller. It is named
|
D | max77802.txt | 34 under subnode named "regulators" using the following format.
|
D | max8997-regulator.txt | 59 included in a sub-node named 'regulators'. Regulator nodes included in this
|
D | s5m8767-regulator.txt | 58 included in a sub-node named 'regulators'. Regulator nodes included in this
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | abilis,tb10x-iomux.txt | 17 Every function is associated to one named pin group inside the pin controller 45 The named pin groups of GPIO ports can be used to define GPIO ranges as
|
D | pinctrl-bindings.txt | 16 device is inactive. Hence, each client device can define a set of named 31 they require certain specific named states for dynamic pin configuration. 76 /* For a client device requiring named states */
|
D | fsl,imx-pinctrl.txt | 16 of the pins in that group. The 'mux' selects the function mode(also named mux
|
D | atmel,at91-pinctrl.txt | 16 of the pins in that group. The 'pins' selects the function mode(also named pin
|
D | rockchip,pinctrl.txt | 15 named pin mode) this pin can work on and the 'config' configures various pad
|
D | pinctrl-st.txt | 48 - reg-names : irqmux resource should be named as "irqmux".
|
D | img,pistachio-pinctrl.txt | 31 Note that the N GPIO bank sub-nodes *must* be named gpio0, gpio1, ... gpioN-1.
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi_pl022.txt | 22 least one channel named "tx" for transmit and named "rx" for
|
D | qcom,spi-qup.txt | 39 least one channel named "tx" for transmit and named "rx" for
|
D | spi-samsung.txt | 24 named "tx" for transmit and named "rx" for receive.
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | Kconfig | 8 If this driver is compiled as a module, it will be named rts5208.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-toshiba_acpi | 28 See the entry named "kbd_type" 59 See the entry named "available_kbd_modes" 85 you want to use it under battery, see the entry named 124 you want to use it under battery, see the entry named
|
D | sysfs-kernel-iommu_groups | 9 subdirectory is another directory named "devices" with
|
D | sysfs-devices-system-xen_cpu | 8 subdirectories named by the Xen's logical cpu number, e.g.:
|
D | sysfs-kernel-boot_params | 20 subdirectory for each link list node named with the number
|
D | sysfs-gpio | 20 /<LINE-NAME> ... for a properly named GPIO line
|
D | sysfs-firmware-efi-runtime-map | 17 subdirectories are named with the number of the memory range:
|
D | sysfs-bus-pci | 83 of files, with each file being named after a corresponding msi 90 This attribute indicates the mode that the irq vector named by 124 For devices that have this support, a file named reset 132 A file named vpd in a device directory will be a
|
D | sysfs-class-net | 8 2: predictably named by the kernel 9 3: named by userspace
|
D | sysfs-bus-usb | 131 device and the USB device directory will contain a file named 148 device directory will contain two files named
|
/linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 81 one default of all device drivers (named linux,cma@72000000 and 64MiB in size), 82 one dedicated to the framebuffer device (named framebuffer@78000000, 8MiB), and 83 one for multimedia processing (named multimedia-memory@77000000, 64MiB).
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | renesas,rcar-dmac.txt | 4 controller instances named DMAC capable of serving multiple clients. Channels 23 - interrupt-names: one entry per channel, named "ch%u", where %u is the
|
D | renesas,usb-dmac.txt | 8 - interrupt-names: one entry per channel, named "ch%u", where %u is the
|
/linux-4.4.14/firmware/matrox/ |
D | g200_warp.H16 | 2 * WARP pipes are named according to the functions they perform, where
|
D | g400_warp.H16 | 2 * WARP pipes are named according to the functions they perform, where
|
/linux-4.4.14/drivers/sfi/ |
D | Kconfig | 13 code-named Moorestown.
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/ |
D | iio-bindings.txt | 60 Empty property indicating that child nodes can inherit named 71 This represents a device with two IIO inputs, named "vcc" and "vdd".
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | usdhi6rol0.txt | 7 - interrupts: 3 interrupts, named "card detect", "data" and "SDIO" must be
|
D | ti-omap-hsmmc.txt | 83 this work, we need to set the named pinctrl states "default" and "idle".
|
/linux-4.4.14/arch/tile/kvm/ |
D | Kconfig | 29 a character device node named /dev/kvm.
|
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | adp1653.txt | 12 represented by one child node, nodes need to be named "flash" and "indicator".
|
D | tc358743.txt | 10 source, the clock input is named "refclk".
|
/linux-4.4.14/drivers/iio/common/hid-sensors/ |
D | Kconfig | 25 If this driver is compiled as a module, it will be named
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | renesas_usbhs.txt | 20 - dma-names : named "ch%d", where %d is the channel number ranging from zero
|
D | ehci-st.txt | 8 - pinctrl-names : a pinctrl state named "default" must be defined
|
D | dwc3-st.txt | 22 - pinctl-names : A pinctrl state named "default" must be defined
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-help.txt | 22 If a perf command is named, a manual page for that command is brought
|
/linux-4.4.14/Documentation/wimax/ |
D | README.wimax | 51 directory named wimax:DEVICENAME to be created; optionally, it might 56 The files named *dl_* indicate knobs for controlling the debug output
|
D | README.i2400m | 19 image installed (usually if your kernel is named 130 also create a file named /etc/modprobe.d/i2400m containing: 167 The files named *dl_* indicate knobs for controlling the debug output 258 This means that the driver cannot locate the firmware file named
|
/linux-4.4.14/drivers/message/fusion/ |
D | Kconfig | 88 If enabled by saying M to this, a driver named: mptctl 105 If enabled by saying M to this, a driver named: mptlan
|
/linux-4.4.14/arch/arm/kvm/ |
D | Kconfig | 40 a character device node named /dev/kvm.
|
/linux-4.4.14/tools/testing/selftests/zram/ |
D | README | 5 The zram module creates RAM based block devices named /dev/zram<id>
|
/linux-4.4.14/drivers/hsi/clients/ |
D | Kconfig | 22 module named cmt_speech.
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | arm,pl172.txt | 24 named clocks. Required only if clock tree data present 41 named clocks. Required only if clock tree data present
|
D | ti-aemif.txt | 51 named clocks. Required only if clock tree data present 70 named clocks. Required only if clock tree data present
|
/linux-4.4.14/Documentation/powerpc/ |
D | mpc52xx.txt | 32 - The port is named mpc52xxx, and config options are PPC_MPC52xx. The MGT5100
|
D | bootwrapper.txt | 55 file named arch/powerpc/boot/<platform>.c; but this 81 named (virtex405-<board>.dts). Search the wrapper
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-pn544.txt | 9 module named "pn544".
|
/linux-4.4.14/Documentation/hwmon/ |
D | menf21bmc | 25 This driver is part of the MFD driver named "menf21bmc" and does
|
D | coretemp | 37 All Sysfs entries are named with their core_id (represented here by 'X').
|
D | w83627hf | 71 The driver used to have a module parameter named force_addr, which could
|
D | w83627ehf | 189 The DHG-P has an additional automatic fan speed control mode named Smart Fan
|
/linux-4.4.14/Documentation/arm/Atmel/ |
D | README | 11 historically named "AT91" or "at91" throughout the Linux kernel development 120 - SoCs Device Tree Source Include files are named after the official name of
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | renesas,mtu2.txt | 20 - interrupt-names: must contain one entry named "tgi?a" for each enabled
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | cpus.txt | 20 a property named fsl,eref-[CAT], where [CAT] is the abbreviated category
|
/linux-4.4.14/arch/s390/kvm/ |
D | Kconfig | 38 a character device node named /dev/kvm.
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-bus-usb | 6 Each USB device directory will contain a file named
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/ |
D | qman.txt | 79 The QMan FQD memory node must be named "qman-fqd" 88 The QMan PFDR memory node must be named "qman-pfdr"
|
D | bman.txt | 71 The BMan FBPR memory node must be named "bman-fbpr"
|
/linux-4.4.14/Documentation/driver-model/ |
D | class.txt | 81 There is a top-level sysfs directory named 'class'. 136 In the example above, the file will be named 'debug' in placed in the
|
D | bus.txt | 87 There is a top-level directory named 'bus'.
|
D | overview.txt | 80 file system named sysfs.
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | s2mps11.txt | 33 instantiate a sub-node named "clocks". It uses the common clock binding 53 included in a sub-node named 'regulators'. Regulator nodes included in this
|
D | max77693.txt | 21 named "regulators" using the following format. 39 PWM properties should be named "pwms". And number of cell is different
|
D | s2mpa01.txt | 22 included in a sub-node named 'regulators'. Regulator nodes and constraints
|
D | rk808.txt | 33 listed in a child node named 'regulators'. Each regulator is represented
|
D | max8998.txt | 54 listed in a child node named 'regulators'. Each regulator is represented
|
D | as3722.txt | 48 - pinctrl-names: A pinctrl state named "default" be defined, using the
|
/linux-4.4.14/Documentation/devicetree/bindings/remoteproc/ |
D | wkup_m3_rproc.txt | 26 regions. These should be named "umem" & "dmem".
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | overview.txt | 18 within Documentation/driver-model/, and utilize a driver named visorbus to 60 devices reside. It provides a registration function named 309 named "visor Keyboard", while a s-Par virtual mouse device has 2 Linux input 310 devices created for it: 1 named "visor Wheel", and 1 named "visor Mouse".
|
D | proc-entries.txt | 48 virtual NIC. Each named subdirectory contains two entries,
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | rcar_vin.txt | 19 Additionally, an alias named vinX will need to be created to specify
|
D | exynos4-fimc-is.txt | 43 For the above nodes it is required to specify a pinctrl state named "default",
|
D | stih407-c8sectpfe.txt | 28 - pinctrl-names : a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num)
|
D | samsung-fimc.txt | 35 to define a required pinctrl state named "default" and optional pinctrl states:
|
/linux-4.4.14/Documentation/fb/ |
D | cmap_xfbdev.txt | 32 There's also named equivalents like gray1..x provided you have an rgb.txt.
|
D | intelfb.txt | 80 The default parameter (not named) is the mode.
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 6 USB device directories can contain a file named power/persist. 19 Each USB device directory will contain a file named
|
D | sysfs-firmware-efi-vars | 10 In summary, EFI variables are named, and are classified
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm.txt | 16 PWM properties should be named "pwms". The exact meaning of each pwms
|
/linux-4.4.14/fs/pstore/ |
D | Kconfig | 59 Note that for historical reasons, the module will be named
|
/linux-4.4.14/Documentation/gpio/ |
D | board.txt | 23 GPIOs mappings are defined in the consumer device's node, in a property named 37 Properties named <function>-gpio are also considered valid and old bindings use
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | partition.txt | 8 The partition table should be a subnode of the mtd node and should be named
|
D | brcm,brcmnand.txt | 6 paired with a custom DMA engine (inventively named "Flash DMA") which supports
|
/linux-4.4.14/Documentation/filesystems/ |
D | 9p.txt | 56 unix - specifying a named pipe mount point 117 This can be used to share devices/named pipes/sockets between
|
D | afs.txt | 102 named volume will be looked up in the cell specified during modprobe. 193 Assuming it's successful, this adds a key of type RxRPC, named for the service
|
D | coda.txt | 11 named Venus, as well as tools to manipulate ACLs, to log in, etc. The 200 context. Similar calls exist in the Win32 environment, and are named 204 filesystem (VFS) layer, which is named I/O Manager in NT and IFS 881 directory identified by VFid and named tname. It should point to the 911 DDeessccrriippttiioonn Remove file named cfs_remove_in.name in directory 1323 DDeessccrriippttiioonn Asks Venus to return the rootfid of a Coda system named 1516 NNOOTTEE Call is not named correctly in NetBSD and Mach. The minicache
|
D | ramfs-rootfs-initramfs.txt | 128 (such as busybox) have named this command "switch_root". 160 two example "file" entries expect to find files named "init.sh" and "busybox" in
|
D | romfs.txt | 19 To create such a file system, you'll need a user program named
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | renesas,sysc-rmobile.txt | 34 The nodes should be named by the real power area names, and thus their names
|
/linux-4.4.14/drivers/net/can/usb/ |
D | Kconfig | 22 M to compile as module (module will be named: gs_usb).
|
/linux-4.4.14/scripts/ |
D | gen_initramfs_list.sh | 19 -o <file> Create compressed initramfs file named <file> using
|
/linux-4.4.14/Documentation/ia64/ |
D | serial.txt | 3 As of 2.6.10, serial devices on ia64 are named based on the 6 /dev/ttyS1, etc., and PCI devices are named sequentially
|
/linux-4.4.14/drivers/atm/ |
D | Kconfig | 252 Networks Ltd. Say Y (or M to compile as a module named ambassador) 277 named horizon) here if you have one of these cards. 306 named iphase) here if you have one of these cards. 336 named fore_200e) here if you have one of these ATM adapters.
|
/linux-4.4.14/Documentation/ |
D | pinctrl.txt | 285 see the section named "pin control requests from drivers" and 576 into some register named MUX to select a certain function with a certain 748 configuration for a certain device. See the section below named 751 The public pinmux API contains two functions named pinctrl_request_gpio() 784 named functions for each GPIO pin, the pinctrl_request_gpio() will attempt to 960 named "gpio-mode" that can be mapped onto the same pins to move them into 1063 named states. When running on hardware that doesn't need any pin controller 1064 configuration, the mapping table must still contain those named states, in 1067 a named state without causing any pin controller to be programmed: 1102 Further it is possible for one named state to affect the muxing of several [all …]
|
D | lockup-watchdogs.txt | 29 timeout is set through the confusingly named "kernel.panic" sysctl),
|
D | md-cluster.txt | 35 The bm_lockres protects individual node bitmaps. They are named in the
|
D | coccinelle.txt | 45 Makefile. This target is named 'coccicheck' and calls the 'coccicheck'
|
/linux-4.4.14/tools/testing/selftests/futex/ |
D | README | 53 o FIXME: decide on a sane test naming scheme. Currently the tests are named
|
/linux-4.4.14/arch/x86/kvm/ |
D | Kconfig | 54 a character device node named /dev/kvm.
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-stub | 36 There's a script named i2c-stub-from-dump in the i2c-tools package which
|
D | dev-interface | 22 there are two files named "i2c-dev.h" out there, one is distributed
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | renesas,ravb.txt | 27 it should include one entry per channel, named "ch%u",
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig.txt | 60 checks for a file named "all{yes/mod/no/def/random}.config" 63 file named "all.config" to contain forced values.
|
D | modules.txt | 215 file named "Kbuild," and only if that is not found, will it 273 named <filename>_shipped. When the kbuild rules kick in, a copy 336 subdirectory named include, the resulting kbuild file would 440 During a kernel build, a file named Module.symvers will be
|
/linux-4.4.14/Documentation/device-mapper/ |
D | era.txt | 105 Userland tools are found in the increasingly poorly named
|
D | cache-policies.txt | 157 creates a 128GB large mapped device named 'blah' with the
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | Kconfig | 14 will be an additional module named dwc2.ko.
|
/linux-4.4.14/Documentation/infiniband/ |
D | user_verbs.txt | 63 can be used. This will create device nodes named
|
D | ipoib.txt | 19 This will create an interface named ib0.8001 with P_Key 0x8001. To
|
D | user_mad.txt | 139 can be used. This will create device nodes named
|
/linux-4.4.14/Documentation/devicetree/bindings/reset/ |
D | reset.txt | 66 This represents a device with a single reset signal named "reset".
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
D | Kconfig | 233 want to build it as a module, which will be named spi_crisv32_sser. 246 want to build it as a module, which will be named spi_crisv32_sser.
|
/linux-4.4.14/Documentation/development-process/ |
D | 5.Posting | 209 - Tested-by: states that the named person has tested the patch and found 212 - Reviewed-by: the named developer has reviewed the patch for correctness; 221 - Cc: the named person received a copy of the patch and had the 225 for addition without the explicit permission of the person named.
|
/linux-4.4.14/Documentation/x86/ |
D | tlb.txt | 68 may have differently-named counters, but they should at least
|
/linux-4.4.14/drivers/net/usb/ |
D | Kconfig | 182 This driver creates an interface named "ethX", where X depends on 200 This driver creates an interface named "ethX", where X depends on 226 This driver creates an interface named "ethX", where X depends on 240 This driver creates an interface named "ethX", where X depends on
|
/linux-4.4.14/Documentation/acpi/ |
D | video_extension.txt | 19 directory named acpi_videoX under /sys/class/backlight.
|
/linux-4.4.14/tools/virtio/virtio-trace/ |
D | README | 43 of CPUs and a control path, so FIFO (named pipe) should be created as follows:
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.arcmsr | 66 ** 1. support ARC1200/1201/1202 SATA RAID adapter, which is named
|
D | scsi-changer.txt | 37 Sometimes named "mailslot".
|
/linux-4.4.14/Documentation/PCI/ |
D | pcieaer-howto.txt | 262 After reboot with new kernel or insert the module, a device file named 265 Then, you need a user space tool named aer-inject, which can be gotten
|
/linux-4.4.14/Documentation/security/ |
D | keys-trusted-encrypted.txt | 72 Create and save a trusted key named "kmk" of length 32 bytes:
|
/linux-4.4.14/Documentation/sound/oss/ |
D | mwave | 112 initrd image, and has a parameter file named LINDOC3.PAR in c:\linux\boot\parms:
|
/linux-4.4.14/Documentation/power/ |
D | swsusp-dmcrypt.txt | 55 named "swapkey". /etc/fstab of your initrd contains something
|
/linux-4.4.14/Documentation/aoe/ |
D | aoe.txt | 58 The block devices are named like this:
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 32 system which are named vtcon<n> where <n> is an integer from 0 to 15. Thus:
|
/linux-4.4.14/drivers/crypto/ |
D | Kconfig | 327 Saying m here will build a module named pipcoxcell_crypto. 493 Some Allwinner SoC have a crypto accelerator named
|
/linux-4.4.14/drivers/regulator/ |
D | Kconfig | 524 Qualcomm RPM as a module. The module will be named 536 Qualcomm RPM as a module. The module will be named 547 Qualcomm SPMI PMICs as a module. The module will be named
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | README.maya44 | 60 …se some of the WM8776 controls are used in Maya44-specific ways, and should be named appropriately.
|
/linux-4.4.14/Documentation/rapidio/ |
D | sysfs.txt | 119 named as "rapidioN" where N = mport ID registered with RapidIO subsystem.
|
/linux-4.4.14/Documentation/acpi/apei/ |
D | einj.txt | 145 In this case a file named vendor will contain identifying information
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 57 -cpu qemu64,+vmx (add just the vmx feature to a named CPU type)
|
/linux-4.4.14/Documentation/input/ |
D | gamepad.txt | 55 Not all devices provide them, but the upper buttons are normally named
|
/linux-4.4.14/Documentation/serial/ |
D | rocket.txt | 58 device major number 46, and will be named /dev/ttyRx, where x is the port number
|
/linux-4.4.14/net/ipv4/ |
D | devinet.c | 1336 int named = 0; in inetdev_changename() local 1343 if (named++ == 0) in inetdev_changename() 1347 sprintf(old, ":%d", named); in inetdev_changename()
|
/linux-4.4.14/drivers/pcmcia/ |
D | Kconfig | 282 Or choose M to compile the driver as a module named "at91_cf".
|
/linux-4.4.14/drivers/net/wireless/ |
D | Kconfig | 72 The driver can be compiled as a module and will be named "airo".
|
/linux-4.4.14/Documentation/blockdev/ |
D | zram.txt | 6 The zram module creates RAM based block devices named /dev/zram<id>
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 226 Each task under /proc has an added file named 'cgroup' displaying, 253 The named hierarchical structure of nested cgroups allows partitioning 322 named "Charlie", containing just CPUs 2 and 3, and Memory Node 1,
|
D | unified-hierarchy.txt | 417 control knob should be named "weight" and have the range [1, 10000] 423 limit, the control knobs should be named "min" and "max" 425 gurantee and/or limit, the control knobs should be named "low" and
|
/linux-4.4.14/Documentation/s390/ |
D | monreader.txt | 61 The char device is implemented as a kernel module named "monreader",
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | Overview.txt | 55 status. The files that are not common to all are generally named
|
/linux-4.4.14/fs/reiserfs/ |
D | README | 159 than the ones just named. SuSE has helped in much more than just
|
/linux-4.4.14/Documentation/scheduler/ |
D | completion.txt | 53 Completions should be named to convey the intent of the waiter. A good
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_configfs.txt | 347 the directories in general can be named at will. A group can have
|
D | usb-serial.txt | 121 whatever you named your new USB connection). You should finally wind 331 * emptool --usb /dev/ttyUSB0 (or whatever you named your device node)
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | xilinx.txt | 44 (baseaddr): the baseaddr parameter value (often named C_BASEADDR).
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 188 assumes you have two IB hosts named host1 and host2):
|
/linux-4.4.14/Documentation/devicetree/ |
D | usage-model.txt | 19 Structurally, the DT is a tree, or acyclic graph with named nodes, and 20 nodes may have an arbitrary number of named properties encapsulating
|