Home
last modified time | relevance | path

Searched refs:named (Results 1 – 200 of 285) sorted by relevance

12

/linux-4.4.14/drivers/acpi/acpica/
Ddswload.c400 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 …]
Ddswload2.c120 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 …]
Dpsloop.c239 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()
Dpsutils.c72 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()
Ddsfield.c251 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()
Dpsobject.c258 (*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()
Ddsobject.c301 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()
Ddbutils.c390 method->named.data; in acpi_db_second_pass_parse()
393 method->named.data + method->named.length; in acpi_db_second_pass_parse()
Dpsparse.c236 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()
Dpsargs.c659 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()
Dexprep.c546 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()
Ddswexec.c314 acpi_ds_scope_stack_push(op->named.node, in acpi_ds_exec_begin_op()
315 op->named.node-> in acpi_ds_exec_begin_op()
Daclocal.h824 struct acpi_parse_obj_named named; member
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dpl011.txt10 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".
Dnxp,lpc1850-uart.txt14 be at least one channel named "tx" for transmit
15 and named "rx" for receive.
/linux-4.4.14/Documentation/devicetree/bindings/display/
Drenesas,du.txt15 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
Dsimple-framebuffer.txt8 the chosen node (*). Simplefb nodes must be named "framebuffer@<address>".
/linux-4.4.14/drivers/usb/storage/
DKconfig40 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/
Dsirf-audio-port.txt11 named "tx") and one for reception (should be named "rx").
Dbrcm,bcm2835-i2s.txt13 named "tx") and one for reception (should be named "rx").
Dsirf-usp.txt11 named "tx") and one for reception (should be named "rx").
Dtlv320aic32x4.txt19 - clocks/clock-names: Clock named 'mclk' for the master clock of the codec.
Ddavinci-evm-audio.txt16 - clock-names : The clock should be named "mclk"
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-st.txt10 - 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
Di2c-mux-pinctrl.txt35 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/
Dnetif-msg.txt30 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
Dcxacru.txt13 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
Dgeneric-hdlc.txt93 Newly created interface will be named pvc0, pvc1 etc.
96 frames. The device will be named pvceth0, pvceth1 etc.
Dvxlan.txt27 This creates a new device named vxlan0. The device uses the multicast
Dframerelay.txt10 base "DLCI" device, and create new net devices named 'dlci00', 'dlci01'...
Dbaycom.txt82 simple. Once installed, four interfaces named bc{sf,sh,p,e}[0-3] are available.
D6pack.txt50 there is a file named 6pack.tgz.
Ddl2k.txt169 script named ifcfg-ethx that contains network information.
/linux-4.4.14/Documentation/i2c/busses/
Di2c-sis63017 This can be interesting for chipsets not named
30 named chipsets.
Dscx200_acb5 The driver supersedes the older, never merged driver named i2c-nscacb.
Di2c-sis96x18 named chipset combinations. The driver was developed without benefit of a
Di2c-i801155 Note: There's a useful script in lm_sensors 2.10.2 and later, named
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dclock-bindings.txt42 - 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".
Dclk-s5pv210-audss.txt17 a clock named "xxti".
20 specified, it is fixed to a clock named "iiscdclk0".
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio.txt16 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/
DKconfig71 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/
DKconfig57 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/
Dsky81452-regulator.txt4 - regulator node named lout.
Dmt6311-regulator.txt6 - regulators: List of regulators provided by this controller. It is named
Dtps65023.txt9 - regulators: list of regulators provided by this controller, must be named
Dtps65217.txt6 - regulators: list of regulators provided by this controller, must be named
Dmax77686.txt13 under subnode named "voltage-regulators" using the following format.
Dmt6397-regulator.txt5 - mt6397regulator: List of regulators provided by this controller. It is named
Dmax77802.txt34 under subnode named "regulators" using the following format.
Dmax8997-regulator.txt59 included in a sub-node named 'regulators'. Regulator nodes included in this
Ds5m8767-regulator.txt58 included in a sub-node named 'regulators'. Regulator nodes included in this
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dabilis,tb10x-iomux.txt17 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
Dpinctrl-bindings.txt16 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 */
Dfsl,imx-pinctrl.txt16 of the pins in that group. The 'mux' selects the function mode(also named mux
Datmel,at91-pinctrl.txt16 of the pins in that group. The 'pins' selects the function mode(also named pin
Drockchip,pinctrl.txt15 named pin mode) this pin can work on and the 'config' configures various pad
Dpinctrl-st.txt48 - reg-names : irqmux resource should be named as "irqmux".
Dimg,pistachio-pinctrl.txt31 Note that the N GPIO bank sub-nodes *must* be named gpio0, gpio1, ... gpioN-1.
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi_pl022.txt22 least one channel named "tx" for transmit and named "rx" for
Dqcom,spi-qup.txt39 least one channel named "tx" for transmit and named "rx" for
Dspi-samsung.txt24 named "tx" for transmit and named "rx" for receive.
/linux-4.4.14/drivers/staging/rts5208/
DKconfig8 If this driver is compiled as a module, it will be named rts5208.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-toshiba_acpi28 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
Dsysfs-kernel-iommu_groups9 subdirectory is another directory named "devices" with
Dsysfs-devices-system-xen_cpu8 subdirectories named by the Xen's logical cpu number, e.g.:
Dsysfs-kernel-boot_params20 subdirectory for each link list node named with the number
Dsysfs-gpio20 /<LINE-NAME> ... for a properly named GPIO line
Dsysfs-firmware-efi-runtime-map17 subdirectories are named with the number of the memory range:
Dsysfs-bus-pci83 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
Dsysfs-class-net8 2: predictably named by the kernel
9 3: named by userspace
Dsysfs-bus-usb131 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/
Dreserved-memory.txt81 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/
Drenesas,rcar-dmac.txt4 controller instances named DMAC capable of serving multiple clients. Channels
23 - interrupt-names: one entry per channel, named "ch%u", where %u is the
Drenesas,usb-dmac.txt8 - interrupt-names: one entry per channel, named "ch%u", where %u is the
/linux-4.4.14/firmware/matrox/
Dg200_warp.H162 * WARP pipes are named according to the functions they perform, where
Dg400_warp.H162 * WARP pipes are named according to the functions they perform, where
/linux-4.4.14/drivers/sfi/
DKconfig13 code-named Moorestown.
/linux-4.4.14/Documentation/devicetree/bindings/iio/
Diio-bindings.txt60 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/
Dusdhi6rol0.txt7 - interrupts: 3 interrupts, named "card detect", "data" and "SDIO" must be
Dti-omap-hsmmc.txt83 this work, we need to set the named pinctrl states "default" and "idle".
/linux-4.4.14/arch/tile/kvm/
DKconfig29 a character device node named /dev/kvm.
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dadp1653.txt12 represented by one child node, nodes need to be named "flash" and "indicator".
Dtc358743.txt10 source, the clock input is named "refclk".
/linux-4.4.14/drivers/iio/common/hid-sensors/
DKconfig25 If this driver is compiled as a module, it will be named
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Drenesas_usbhs.txt20 - dma-names : named "ch%d", where %d is the channel number ranging from zero
Dehci-st.txt8 - pinctrl-names : a pinctrl state named "default" must be defined
Ddwc3-st.txt22 - pinctl-names : A pinctrl state named "default" must be defined
/linux-4.4.14/tools/perf/Documentation/
Dperf-help.txt22 If a perf command is named, a manual page for that command is brought
/linux-4.4.14/Documentation/wimax/
DREADME.wimax51 directory named wimax:DEVICENAME to be created; optionally, it might
56 The files named *dl_* indicate knobs for controlling the debug output
DREADME.i2400m19 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/
DKconfig88 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/
DKconfig40 a character device node named /dev/kvm.
/linux-4.4.14/tools/testing/selftests/zram/
DREADME5 The zram module creates RAM based block devices named /dev/zram<id>
/linux-4.4.14/drivers/hsi/clients/
DKconfig22 module named cmt_speech.
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Darm,pl172.txt24 named clocks. Required only if clock tree data present
41 named clocks. Required only if clock tree data present
Dti-aemif.txt51 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/
Dmpc52xx.txt32 - The port is named mpc52xxx, and config options are PPC_MPC52xx. The MGT5100
Dbootwrapper.txt55 file named arch/powerpc/boot/<platform>.c; but this
81 named (virtex405-<board>.dts). Search the wrapper
/linux-4.4.14/Documentation/nfc/
Dnfc-pn544.txt9 module named "pn544".
/linux-4.4.14/Documentation/hwmon/
Dmenf21bmc25 This driver is part of the MFD driver named "menf21bmc" and does
Dcoretemp37 All Sysfs entries are named with their core_id (represented here by 'X').
Dw83627hf71 The driver used to have a module parameter named force_addr, which could
Dw83627ehf189 The DHG-P has an additional automatic fan speed control mode named Smart Fan
/linux-4.4.14/Documentation/arm/Atmel/
DREADME11 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/
Drenesas,mtu2.txt20 - interrupt-names: must contain one entry named "tgi?a" for each enabled
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dcpus.txt20 a property named fsl,eref-[CAT], where [CAT] is the abbreviated category
/linux-4.4.14/arch/s390/kvm/
DKconfig38 a character device node named /dev/kvm.
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-bus-usb6 Each USB device directory will contain a file named
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/
Dqman.txt79 The QMan FQD memory node must be named "qman-fqd"
88 The QMan PFDR memory node must be named "qman-pfdr"
Dbman.txt71 The BMan FBPR memory node must be named "bman-fbpr"
/linux-4.4.14/Documentation/driver-model/
Dclass.txt81 There is a top-level sysfs directory named 'class'.
136 In the example above, the file will be named 'debug' in placed in the
Dbus.txt87 There is a top-level directory named 'bus'.
Doverview.txt80 file system named sysfs.
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Ds2mps11.txt33 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
Dmax77693.txt21 named "regulators" using the following format.
39 PWM properties should be named "pwms". And number of cell is different
Ds2mpa01.txt22 included in a sub-node named 'regulators'. Regulator nodes and constraints
Drk808.txt33 listed in a child node named 'regulators'. Each regulator is represented
Dmax8998.txt54 listed in a child node named 'regulators'. Each regulator is represented
Das3722.txt48 - pinctrl-names: A pinctrl state named "default" be defined, using the
/linux-4.4.14/Documentation/devicetree/bindings/remoteproc/
Dwkup_m3_rproc.txt26 regions. These should be named "umem" & "dmem".
/linux-4.4.14/drivers/staging/unisys/Documentation/
Doverview.txt18 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".
Dproc-entries.txt48 virtual NIC. Each named subdirectory contains two entries,
/linux-4.4.14/Documentation/devicetree/bindings/media/
Drcar_vin.txt19 Additionally, an alias named vinX will need to be created to specify
Dexynos4-fimc-is.txt43 For the above nodes it is required to specify a pinctrl state named "default",
Dstih407-c8sectpfe.txt28 - pinctrl-names : a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num)
Dsamsung-fimc.txt35 to define a required pinctrl state named "default" and optional pinctrl states:
/linux-4.4.14/Documentation/fb/
Dcmap_xfbdev.txt32 There's also named equivalents like gray1..x provided you have an rgb.txt.
Dintelfb.txt80 The default parameter (not named) is the mode.
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-usb6 USB device directories can contain a file named power/persist.
19 Each USB device directory will contain a file named
Dsysfs-firmware-efi-vars10 In summary, EFI variables are named, and are classified
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm.txt16 PWM properties should be named "pwms". The exact meaning of each pwms
/linux-4.4.14/fs/pstore/
DKconfig59 Note that for historical reasons, the module will be named
/linux-4.4.14/Documentation/gpio/
Dboard.txt23 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/
Dpartition.txt8 The partition table should be a subnode of the mtd node and should be named
Dbrcm,brcmnand.txt6 paired with a custom DMA engine (inventively named "Flash DMA") which supports
/linux-4.4.14/Documentation/filesystems/
D9p.txt56 unix - specifying a named pipe mount point
117 This can be used to share devices/named pipes/sockets between
Dafs.txt102 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
Dcoda.txt11 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
Dramfs-rootfs-initramfs.txt128 (such as busybox) have named this command "switch_root".
160 two example "file" entries expect to find files named "init.sh" and "busybox" in
Dromfs.txt19 To create such a file system, you'll need a user program named
/linux-4.4.14/Documentation/devicetree/bindings/power/
Drenesas,sysc-rmobile.txt34 The nodes should be named by the real power area names, and thus their names
/linux-4.4.14/drivers/net/can/usb/
DKconfig22 M to compile as module (module will be named: gs_usb).
/linux-4.4.14/scripts/
Dgen_initramfs_list.sh19 -o <file> Create compressed initramfs file named <file> using
/linux-4.4.14/Documentation/ia64/
Dserial.txt3 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/
DKconfig252 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/
Dpinctrl.txt285 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 …]
Dlockup-watchdogs.txt29 timeout is set through the confusingly named "kernel.panic" sysctl),
Dmd-cluster.txt35 The bm_lockres protects individual node bitmaps. They are named in the
Dcoccinelle.txt45 Makefile. This target is named 'coccicheck' and calls the 'coccicheck'
/linux-4.4.14/tools/testing/selftests/futex/
DREADME53 o FIXME: decide on a sane test naming scheme. Currently the tests are named
/linux-4.4.14/arch/x86/kvm/
DKconfig54 a character device node named /dev/kvm.
/linux-4.4.14/Documentation/i2c/
Di2c-stub36 There's a script named i2c-stub-from-dump in the i2c-tools package which
Ddev-interface22 there are two files named "i2c-dev.h" out there, one is distributed
/linux-4.4.14/Documentation/devicetree/bindings/net/
Drenesas,ravb.txt27 it should include one entry per channel, named "ch%u",
/linux-4.4.14/Documentation/kbuild/
Dkconfig.txt60 checks for a file named "all{yes/mod/no/def/random}.config"
63 file named "all.config" to contain forced values.
Dmodules.txt215 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/
Dera.txt105 Userland tools are found in the increasingly poorly named
Dcache-policies.txt157 creates a 128GB large mapped device named 'blah' with the
/linux-4.4.14/drivers/usb/dwc2/
DKconfig14 will be an additional module named dwc2.ko.
/linux-4.4.14/Documentation/infiniband/
Duser_verbs.txt63 can be used. This will create device nodes named
Dipoib.txt19 This will create an interface named ib0.8001 with P_Key 0x8001. To
Duser_mad.txt139 can be used. This will create device nodes named
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dreset.txt66 This represents a device with a single reset signal named "reset".
/linux-4.4.14/arch/cris/arch-v32/drivers/
DKconfig233 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/
D5.Posting209 - 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/
Dtlb.txt68 may have differently-named counters, but they should at least
/linux-4.4.14/drivers/net/usb/
DKconfig182 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/
Dvideo_extension.txt19 directory named acpi_videoX under /sys/class/backlight.
/linux-4.4.14/tools/virtio/virtio-trace/
DREADME43 of CPUs and a control path, so FIFO (named pipe) should be created as follows:
/linux-4.4.14/Documentation/scsi/
DChangeLog.arcmsr66 ** 1. support ARC1200/1201/1202 SATA RAID adapter, which is named
Dscsi-changer.txt37 Sometimes named "mailslot".
/linux-4.4.14/Documentation/PCI/
Dpcieaer-howto.txt262 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/
Dkeys-trusted-encrypted.txt72 Create and save a trusted key named "kmk" of length 32 bytes:
/linux-4.4.14/Documentation/sound/oss/
Dmwave112 initrd image, and has a parameter file named LINDOC3.PAR in c:\linux\boot\parms:
/linux-4.4.14/Documentation/power/
Dswsusp-dmcrypt.txt55 named "swapkey". /etc/fstab of your initrd contains something
/linux-4.4.14/Documentation/aoe/
Daoe.txt58 The block devices are named like this:
/linux-4.4.14/Documentation/console/
Dconsole.txt32 system which are named vtcon<n> where <n> is an integer from 0 to 15. Thus:
/linux-4.4.14/drivers/crypto/
DKconfig327 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/
DKconfig524 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/
DREADME.maya4460 …se some of the WM8776 controls are used in Maya44-specific ways, and should be named appropriately.
/linux-4.4.14/Documentation/rapidio/
Dsysfs.txt119 named as "rapidioN" where N = mport ID registered with RapidIO subsystem.
/linux-4.4.14/Documentation/acpi/apei/
Deinj.txt145 In this case a file named vendor will contain identifying information
/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt57 -cpu qemu64,+vmx (add just the vmx feature to a named CPU type)
/linux-4.4.14/Documentation/input/
Dgamepad.txt55 Not all devices provide them, but the upper buttons are normally named
/linux-4.4.14/Documentation/serial/
Drocket.txt58 device major number 46, and will be named /dev/ttyRx, where x is the port number
/linux-4.4.14/net/ipv4/
Ddevinet.c1336 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/
DKconfig282 Or choose M to compile the driver as a module named "at91_cf".
/linux-4.4.14/drivers/net/wireless/
DKconfig72 The driver can be compiled as a module and will be named "airo".
/linux-4.4.14/Documentation/blockdev/
Dzram.txt6 The zram module creates RAM based block devices named /dev/zram<id>
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt226 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,
Dunified-hierarchy.txt417 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/
Dmonreader.txt61 The char device is implemented as a kernel module named "monreader",
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DOverview.txt55 status. The files that are not common to all are generally named
/linux-4.4.14/fs/reiserfs/
DREADME159 than the ones just named. SuSE has helped in much more than just
/linux-4.4.14/Documentation/scheduler/
Dcompletion.txt53 Completions should be named to convey the intent of the waiter. A good
/linux-4.4.14/Documentation/usb/
Dgadget_configfs.txt347 the directories in general can be named at will. A group can have
Dusb-serial.txt121 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/
Dxilinx.txt44 (baseaddr): the baseaddr parameter value (often named C_BASEADDR).
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfs-rdma.txt188 assumes you have two IB hosts named host1 and host2):
/linux-4.4.14/Documentation/devicetree/
Dusage-model.txt19 Structurally, the DT is a tree, or acyclic graph with named nodes, and
20 nodes may have an arbitrary number of named properties encapsulating

12