Home
last modified time | relevance | path

Searched full:named (Results 1 – 25 of 892) sorted by relevance

12345678910>>...36

/Linux-v5.4/arch/mips/include/asm/octeon/
Dcvmx-bootmem.h69 * Structure for named memory blocks. Number of descriptors available
76 /* Base address of named block */
79 * Size actually allocated for named block (may differ from
83 /* name of named block */
117 /* number of elements in named blocks array */
122 /* address of named memory block descriptors */
165 * Frees a previously allocated named bootmem block.
177 * global named block table. (part of the cvmx_bootmem_descriptor_t structure)
178 * Named blocks can later be freed.
192 * a name in the global named block table. (part of the
[all …]
/Linux-v5.4/drivers/usb/storage/
DKconfig41 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.
62 If this driver is compiled as a module, it will be named ums-freecom.
79 If this driver is compiled as a module, it will be named ums-isd200.
101 If this driver is compiled as a module, it will be named ums-usbat.
110 If this driver is compiled as a module, it will be named ums-sddr09.
118 If this driver is compiled as a module, it will be named ums-sddr55.
126 If this driver is compiled as a module, it will be named ums-jumpshot.
137 If this driver is compiled as a module, it will be named ums-alauda.
151 If this driver is compiled as a module, it will be named ums-onetouch.
[all …]
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-led-trigger-netdev21 Signal the link state of the named network device.
24 of the named network device.
32 Signal transmission of data on the named network device.
42 Signal reception of data on the named network device.
/Linux-v5.4/drivers/acpi/acpica/
Ddswload.c246 * For all other named opcodes, we will enter the name into in acpi_ds_load1_begin_op()
303 * Enter the named type into the internal namespace. We enter the name in acpi_ds_load1_begin_op()
366 op->named.path = path; in acpi_ds_load1_begin_op()
375 op->named.name = node->name.integer; in acpi_ds_load1_begin_op()
446 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op()
447 op->named.length, in acpi_ds_load1_end_op()
457 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op()
458 op->named.length, in acpi_ds_load1_end_op()
511 acpi_dm_add_op_to_external_list(op, op->named.path, in acpi_ds_load1_end_op()
534 walk_state, op, op->named.node)); in acpi_ds_load1_end_op()
[all …]
Ddswload2.c86 buffer_ptr = ACPI_CAST_PTR(char, &op->named.name); in acpi_ds_load2_begin_op()
128 if (op && (op->named.node == acpi_gbl_root_node)) { in acpi_ds_load2_begin_op()
129 node = op->named.node; in acpi_ds_load2_begin_op()
253 * Enter the named type into the internal namespace. We enter the name in acpi_ds_load2_begin_op()
340 op->named.name = node->name.integer; in acpi_ds_load2_begin_op()
425 * Named operations are as follows: in acpi_ds_load2_end_op()
590 status = acpi_ex_create_region(op->named.data, in acpi_ds_load2_end_op()
591 op->named.length, in acpi_ds_load2_end_op()
620 walk_state, op, op->named.node)); in acpi_ds_load2_end_op()
622 if (!acpi_ns_get_attached_object(op->named.node)) { in acpi_ds_load2_end_op()
[all …]
Dexstore.c73 * Storing an object into a Named node. in acpi_ex_store()
183 * *dest_desc - Named object to receive the value
335 * node - Named object to receive the value
341 * DESCRIPTION: Store the object to the named object.
343 * The assignment of an object to a named object is handled here.
394 * Integer --> Integer (Named/Local/Arg) in acpi_ex_store_object_to_node()
395 * String --> String (Named/Local/Arg) in acpi_ex_store_object_to_node()
396 * Buffer --> Buffer (Named/Local/Arg) in acpi_ex_store_object_to_node()
397 * Package --> Package (Named/Local/Arg) in acpi_ex_store_object_to_node()
400 * Integer --> String or Buffer (Named) in acpi_ex_store_object_to_node()
[all …]
Ddsobject.c48 * This is a named object reference. If this name was in acpi_ds_build_internal_object()
54 /* Check if we are resolving a named reference within a package */ in acpi_ds_build_internal_object()
63 * behavior supports both forward references to named objects in acpi_ds_build_internal_object()
164 * If we are evaluating a Named buffer object "Name (xxxx, Buffer)". in acpi_ds_build_internal_buffer_obj()
187 byte_list = arg->named.next; in acpi_ds_build_internal_buffer_obj()
228 memcpy(obj_desc->buffer.pointer, byte_list->named.data, in acpi_ds_build_internal_buffer_obj()
265 * the named object node the first time through in acpi_ds_create_node()
349 obj_desc->buffer.aml_start = op->named.data; in acpi_ds_init_object_from_op()
350 obj_desc->buffer.aml_length = op->named.length; in acpi_ds_init_object_from_op()
365 if (!op->named.data) { in acpi_ds_init_object_from_op()
[all …]
Dpsloop.c144 op->named.data = walk_state->parser_state.aml; in acpi_ps_get_arguments()
145 op->named.length = (u32) in acpi_ps_get_arguments()
174 op->named.data = aml_op_start; in acpi_ps_get_arguments()
175 op->named.length = (u32) in acpi_ps_get_arguments()
494 op->named.length = in acpi_ps_parse_loop()
495 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
506 op->named.length = in acpi_ps_parse_loop()
507 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
516 op->named.length = in acpi_ps_parse_loop()
517 (u32) (parser_state->aml - op->named.data); in acpi_ps_parse_loop()
Dexserial.c23 * PARAMETERS: obj_desc - The named field to read
28 * DESCRIPTION: Read from a named field that references a Generic Serial Bus
67 * obj_desc - The named field
72 * DESCRIPTION: Write to a named field that references a General Purpose I/O
124 * PARAMETERS: obj_desc - The named field to read
129 * DESCRIPTION: Read from a named field that references a serial bus
230 * obj_desc - The named field
235 * DESCRIPTION: Write to a named field that references a serial bus
Ddspkginit.c86 * If we are evaluating a Named package object of the form: in acpi_ds_build_internal_package_obj()
213 * resolution of named references within the package. in acpi_ds_build_internal_package_obj()
319 * DESCRIPTION: Resolve a named reference element within a package object
357 /* Attempt to resolve the (named) reference to a namespace node */ in acpi_ds_init_package_element()
375 * DESCRIPTION: Resolve a package element that is a reference to a named
439 "While resolving a named reference package element - %s", in acpi_ds_resolve_package_element()
452 /* Named reference not resolved, return a NULL package element */ in acpi_ds_resolve_package_element()
455 "Could not resolve named package element [%4.4s] in [%4.4s]", in acpi_ds_resolve_package_element()
483 * If cannot, return the named reference (for things like Devices, in acpi_ds_resolve_package_element()
488 * will remain as named references. This behavior is not described in acpi_ds_resolve_package_element()
[all …]
Ddsfield.c223 second_desc->extra.aml_start = op->named.data; in acpi_ds_create_buffer_field()
224 second_desc->extra.aml_length = op->named.length; in acpi_ds_create_buffer_field()
252 * DESCRIPTION: Process all named fields in a field declaration. Names are
284 * 1) name - Enters a new named field into the namespace in acpi_ds_get_field_names()
346 * or a named reference to a resource template in acpi_ds_get_field_names()
350 info->resource_buffer = child->named.data; in acpi_ds_get_field_names()
352 (u16)child->named.value.integer; in acpi_ds_get_field_names()
379 (char *)&arg->named.name, in acpi_ds_get_field_names()
386 (char *)&arg->named.name, in acpi_ds_get_field_names()
515 /* Each remaining arg is a Named Field */ in acpi_ds_create_field()
[all …]
Dpsobject.c143 * aml_op_start - Begin of named Op in AML
144 * unnamed_op - Early Op (not a named Op)
149 * DESCRIPTION: Parse a named Op
254 (*op)->named.aml = unnamed_op->common.aml; in acpi_ps_build_named_op()
276 (*op)->named.data = aml_op_start; in acpi_ps_build_named_op()
277 (*op)->named.length = 0; in acpi_ps_build_named_op()
359 /* Not a named opcode, just allocate Op and append to parent */ in acpi_ps_create_op()
366 op->named.data = aml_op_start; in acpi_ps_create_op()
367 op->named.length = 0; in acpi_ps_create_op()
375 op->named.data = aml_op_start; in acpi_ps_create_op()
[all …]
/Linux-v5.4/arch/arm/mach-omap2/
Dprm2xxx_3xxx.h137 /* Named PM_EVEGENONTIM_MPU on the 24XX */
142 /* Named PM_EVEGENOFFTIM_MPU on the 24XX */
147 /* Named PRCM_CLKSSETUP on the 24XX */
152 /* Named PRCM_CLKSRC_CTRL on the 24XX */
169 /* Named RM_RSTTIME_WKUP on the 24xx */
176 /* Named RM_RSTCTRL_WKUP on the 24xx */
/Linux-v5.4/kernel/trace/
Dtrace_events_trigger.c775 * find_named_trigger - Find the common named trigger associated with @name
776 * @name: The name of the set of named triggers to find the common data for
778 * Named triggers are sets of triggers that share a common set of
779 * trigger data. The first named trigger registered with a given name
785 * Return: the common trigger data for the given named trigger on
806 * is_named_trigger - determine if a given trigger is a named trigger
809 * Return: true if 'test' is a named trigger, false otherwise.
824 * save_named_trigger - save the trigger in the named trigger list
825 * @name: The name of the named trigger set
842 * del_named_trigger - delete a trigger from the named trigger list
[all …]
/Linux-v5.4/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
/Linux-v5.4/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-multihist.tc46 fail "named event on sched_process_fork did not work"
48 echo "Test same named histogram on different events"
53 fail "named event on sched_process_fork did not work"
/Linux-v5.4/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
/Linux-v5.4/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".
/Linux-v5.4/Documentation/devicetree/bindings/gpio/
Dgpio.txt7 GPIO properties should be named "[<name>-]gpios", with <name> being the purpose
10 for new bindings. Also, GPIO properties named "[<name>-]gpio" are valid and old
167 of passed named are less than ngpios) will still be used up until the last
284 2.3) GPIO ranges from named pin groups
290 Both both <pinctrl-base> and <count> must set to 0 when using named pin groups
301 If numerical and named pin groups are mixed, the string corresponding to a
324 in pinctrl2 are defined using the pin groups named "foo" and "bar".
327 were referenced by any gpio-ranges property to contain a property named
/Linux-v5.4/arch/powerpc/kvm/
DKconfig62 a character device node named /dev/kvm.
78 a character device node named /dev/kvm.
158 a character device node named /dev/kvm.
174 a character device node named /dev/kvm.
/Linux-v5.4/Documentation/devicetree/bindings/serial/
Dpl011.yaml47 When present, must have one state named "default",
48 and may contain a second name named "sleep". The former
60 the clock named UARTCLK on the IP block, i.e. the clock
/Linux-v5.4/arch/mips/include/asm/sibyte/
Dsb1250_defs.h61 * Same as SIBYTE_HDR_FEATURE, but true for the named revision
62 * and earlier revisions of the named chip type.
66 * Same as SIBYTE_HDR_FEATURE, but only true for the named
67 * revision of the named chip type. (Note that this CANNOT
120 /* Bit mask for revisions of chip exclusively before the named revision. */
124 /* Bit mask for revisions of chip exclusively after the named revision. */
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dsirf-audio-port.txt11 named "tx") and one for reception (should be named "rx").
/Linux-v5.4/drivers/net/wireless/intersil/hostap/
DKconfig72 The driver can be compiled as a module and will be named
85 The driver can be compiled as a module and will be named
98 The driver can be compiled as a module and will be named

12345678910>>...36