| /kernel/linux/linux-4.19/arch/mips/include/asm/octeon/ |
| D | cvmx-bootmem.h | 69 * 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 */ 193 * Frees a previously allocated named bootmem block. 205 * global named block table. (part of the cvmx_bootmem_descriptor_t structure) 206 * Named blocks can later be freed. 222 * global named block table. (part of the cvmx_bootmem_descriptor_t structure) [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
| D | cvmx-bootmem.h | 69 * 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 …]
|
| /kernel/linux/linux-5.10/drivers/usb/storage/ |
| D | Kconfig | 41 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 …]
|
| /kernel/linux/linux-4.19/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 …]
|
| /kernel/linux/linux-4.19/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".
|
| /kernel/linux/linux-5.10/Documentation/dev-tools/kunit/ |
| D | style.rst | 8 strongly encouraged that they are named and written according to the guidelines 39 Test subsystems should be named after the code being tested, either after the 41 subsystems should be named to avoid ambiguity where necessary. 70 be named ``parport_pc``. 86 Test suites are named after the subsystem they are part of. If a subsystem 122 tests be added, then that suite could be named ``kasan_unittest`` or similar. 131 Tests should be named after what they're testing. This is often the name of the 133 As tests are C functions, they should be named and written in accordance with 162 * be named ``CONFIG_<name>_KUNIT_TEST``: where <name> is the name of the test 194 KUnit tests can often be compiled as a module. These modules should be named
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-class-led-trigger-netdev | 21 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.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-led-trigger-netdev | 21 Signal the link state of the named network device. 26 of the named network device. 35 Signal transmission of data on the named network device. 47 Signal reception of data on the named network device.
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | dswload.c | 245 * For all other named opcodes, we will enter the name into in acpi_ds_load1_begin_op() 302 * Enter the named type into the internal namespace. We enter the name in acpi_ds_load1_begin_op() 365 op->named.path = path; in acpi_ds_load1_begin_op() 374 op->named.name = node->name.integer; in acpi_ds_load1_begin_op() 423 * the named object in the ACPI namespace so that references to this name in acpi_ds_load1_end_op() 465 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op() 466 op->named.length, in acpi_ds_load1_end_op() 476 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op() 477 op->named.length, in acpi_ds_load1_end_op() 530 acpi_dm_add_op_to_external_list(op, op->named.path, in acpi_ds_load1_end_op() [all …]
|
| D | exstore.c | 73 * 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 …]
|
| D | dsobject.c | 48 * 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 …]
|
| D | dswload2.c | 89 buffer_ptr = ACPI_CAST_PTR(char, &op->named.name); in acpi_ds_load2_begin_op() 131 if (op && (op->named.node == acpi_gbl_root_node)) { in acpi_ds_load2_begin_op() 132 node = op->named.node; in acpi_ds_load2_begin_op() 256 * Enter the named type into the internal namespace. We enter the name in acpi_ds_load2_begin_op() 343 op->named.name = node->name.integer; in acpi_ds_load2_begin_op() 432 * Named operations are as follows: in acpi_ds_load2_end_op() 602 status = acpi_ex_create_region(op->named.data, in acpi_ds_load2_end_op() 603 op->named.length, in acpi_ds_load2_end_op() 655 walk_state, op, op->named.node)); in acpi_ds_load2_end_op() 657 if (!acpi_ns_get_attached_object(op->named.node)) { in acpi_ds_load2_end_op() [all …]
|
| D | psloop.c | 144 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()
|
| D | exserial.c | 23 * 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
|
| /kernel/linux/linux-4.19/drivers/acpi/acpica/ |
| D | dswload.c | 248 * For all other named opcodes, we will enter the name into in acpi_ds_load1_begin_op() 305 * Enter the named type into the internal namespace. We enter the name in acpi_ds_load1_begin_op() 368 op->named.path = path; in acpi_ds_load1_begin_op() 377 op->named.name = node->name.integer; in acpi_ds_load1_begin_op() 427 * the named object in the ACPI namespace so that references to this name in acpi_ds_load1_end_op() 470 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op() 471 op->named.length, in acpi_ds_load1_end_op() 481 acpi_ex_create_region(op->named.data, in acpi_ds_load1_end_op() 482 op->named.length, in acpi_ds_load1_end_op() 536 acpi_dm_add_op_to_external_list(op, op->named.path, in acpi_ds_load1_end_op() [all …]
|
| D | dswload2.c | 86 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() 332 op->named.name = node->name.integer; in acpi_ds_load2_begin_op() 419 * Named operations are as follows: in acpi_ds_load2_end_op() 587 status = acpi_ex_create_region(op->named.data, in acpi_ds_load2_end_op() 588 op->named.length, in acpi_ds_load2_end_op() 617 walk_state, op, op->named.node)); in acpi_ds_load2_end_op() 619 if (!acpi_ns_get_attached_object(op->named.node)) { in acpi_ds_load2_end_op() [all …]
|
| D | exstore.c | 73 * 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 …]
|
| D | dsobject.c | 49 * This is a named object reference. If this name was in acpi_ds_build_internal_object() 55 /* Check if we are resolving a named reference within a package */ in acpi_ds_build_internal_object() 64 * behavior supports both forward references to named objects in acpi_ds_build_internal_object() 165 * If we are evaluating a Named buffer object "Name (xxxx, Buffer)". in acpi_ds_build_internal_buffer_obj() 188 byte_list = arg->named.next; in acpi_ds_build_internal_buffer_obj() 229 memcpy(obj_desc->buffer.pointer, byte_list->named.data, in acpi_ds_build_internal_buffer_obj() 266 * the named object node the first time through in acpi_ds_create_node() 352 obj_desc->buffer.aml_start = op->named.data; in acpi_ds_init_object_from_op() 353 obj_desc->buffer.aml_length = op->named.length; in acpi_ds_init_object_from_op() 368 if (!op->named.data) { in acpi_ds_init_object_from_op() [all …]
|
| D | dspkginit.c | 86 * If we are evaluating a Named package object of the form: in acpi_ds_build_internal_package_obj() 187 * resolution of named references within the package. in acpi_ds_build_internal_package_obj() 293 * DESCRIPTION: Resolve a named reference element within a package object 331 /* Attempt to resolve the (named) reference to a namespace node */ in acpi_ds_init_package_element() 349 * DESCRIPTION: Resolve a package element that is a reference to a named 413 "While resolving a named reference package element - %s", in acpi_ds_resolve_package_element() 426 /* Named reference not resolved, return a NULL package element */ in acpi_ds_resolve_package_element() 429 "Could not resolve named package element [%4.4s] in [%4.4s]", in acpi_ds_resolve_package_element() 457 * If cannot, return the named reference (for things like Devices, in acpi_ds_resolve_package_element() 462 * will remain as named references. This behavior is not described in acpi_ds_resolve_package_element() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_core_reloc_enumval.c | 49 enum named_enum named = 0; in test_core_enumval() local 52 out->named_val1_exists = bpf_core_enum_value_exists(named, NAMED_ENUM_VAL1); in test_core_enumval() 60 out->named_val1 = bpf_core_enum_value(named, NAMED_ENUM_VAL1); in test_core_enumval() 61 out->named_val2 = bpf_core_enum_value(named, NAMED_ENUM_VAL2); in test_core_enumval()
|
| /kernel/linux/linux-4.19/arch/arm/mach-omap2/ |
| D | prm2xxx_3xxx.h | 140 /* Named PM_EVEGENONTIM_MPU on the 24XX */ 145 /* Named PM_EVEGENOFFTIM_MPU on the 24XX */ 150 /* Named PRCM_CLKSSETUP on the 24XX */ 155 /* Named PRCM_CLKSRC_CTRL on the 24XX */ 172 /* Named RM_RSTTIME_WKUP on the 24xx */ 179 /* Named RM_RSTCTRL_WKUP on the 24xx */
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| D | prm2xxx_3xxx.h | 137 /* 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 */
|
| /kernel/linux/linux-4.19/kernel/trace/ |
| D | trace_events_trigger.c | 787 * find_named_trigger - Find the common named trigger associated with @name 788 * @name: The name of the set of named triggers to find the common data for 790 * Named triggers are sets of triggers that share a common set of 791 * trigger data. The first named trigger registered with a given name 797 * Return: the common trigger data for the given named trigger on 818 * is_named_trigger - determine if a given trigger is a named trigger 821 * Return: true if 'test' is a named trigger, false otherwise. 836 * save_named_trigger - save the trigger in the named trigger list 837 * @name: The name of the named trigger set 854 * del_named_trigger - delete a trigger from the named trigger list [all …]
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| D | trace_events_trigger.c | 794 * find_named_trigger - Find the common named trigger associated with @name 795 * @name: The name of the set of named triggers to find the common data for 797 * Named triggers are sets of triggers that share a common set of 798 * trigger data. The first named trigger registered with a given name 804 * Return: the common trigger data for the given named trigger on 825 * is_named_trigger - determine if a given trigger is a named trigger 828 * Return: true if 'test' is a named trigger, false otherwise. 843 * save_named_trigger - save the trigger in the named trigger list 844 * @name: The name of the named trigger set 861 * del_named_trigger - delete a trigger from the named trigger list [all …]
|
| /kernel/linux/linux-4.19/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
|