/linux/Documentation/admin-guide/pm/ |
H A D | sleep-states.rst | 166 that string. 170 :ref:`standby <standby>` sleep states, respectively. The "mem" string 180 associated with the "mem" string in the ``state`` file described above. 183 and "deep". The "s2idle" string always represents :ref:`suspend-to-idle 189 suspend variant represented by it to be associated with the "mem" string 190 in the ``state`` file. The string representing the suspend variant 191 currently associated with the "mem" string in the ``state`` file is 248 It can be written a string representing a non-negative integer that will 272 string representing a nonzero integer into it.
|
/linux/drivers/s390/crypto/ |
H A D | ap_bus.h | 319 * ap_parse_mask_str() - helper function to parse a bitmap string 320 * and clear/set the bits in the bitmap accordingly. The string may be 321 * given as absolute value, a hex string like 0x1F2E3D4C5B6A" simple 322 * overwriting the current content of the bitmap. Or as relative string 325 * first character which may be '+' or '-' for the relative string 326 * and otherwise assume to be an absolute value string. If parsing fails 335 * ap_hex2bitmap() - Convert a string containing a hexadecimal number (str) 337 * by the hex string. Input and output data is in big endian order. 339 * str - Input hex string of format "0x1234abcd". The leading "0x" is optional.
|
/linux/Documentation/devicetree/bindings/ |
H A D | example-schema.yaml | 41 # isn't another way to express a constraint of the last string value. 73 # The core schema enforces this (*-names) is a string array 154 vendor,string-array-property: 157 $ref: /schemas/types.yaml#/definitions/string-array 207 # 'vendor,bool-property' is only allowed when 'vendor,string-array-property' 209 vendor,bool-property: [ 'vendor,string-array-property' ] 212 vendor,string-array-property: [ 'vendor,bool-property' ]
|
/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.8 | 68 or the string "all". Eg. '--cpu 1,4,6-8' or '--cpu all'. 74 The list is a string of individual package numbers separated 76 or the string "all". 109 VALUE STRING EPB EPP 122 \fB-a, --all value-string\fP Sets all EPB and EPP and HWP limit fields to the value associated with 123 the value-string. In addition, enables turbo-mode and HWP-mode, if they were previous disabled.
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,apq8016-sbc-sndcard.yaml | 30 $ref: /schemas/types.yaml#/definitions/non-unique-string-array 44 $ref: /schemas/types.yaml#/definitions/string 49 $ref: /schemas/types.yaml#/definitions/string-array 53 $ref: /schemas/types.yaml#/definitions/non-unique-string-array 66 $ref: /schemas/types.yaml#/definitions/string
|
H A D | audio-graph.yaml | 22 $ref: /schemas/types.yaml#/definitions/string 28 $ref: /schemas/types.yaml#/definitions/non-unique-string-array 35 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
|
/linux/tools/perf/util/ |
H A D | demangle-java.c | 5 #include <string.h> 149 * str: string to parse. String is not modified 152 * if input can be demangled, then a newly allocated string is returned. 155 * Note: caller is responsible for freeing demangled string
|
/linux/sound/core/ |
H A D | info_oss.c | 9 #include <linux/string.h> 24 int snd_oss_info_register(int dev, int num, char *string) in snd_oss_info_register() argument 33 if (string == NULL) { in snd_oss_info_register() 38 x = kstrdup(string, GFP_KERNEL); in snd_oss_info_register()
|
/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget-midi2 | 10 iface_name MIDI interface name string 25 ep_name UMP Endpoint name string 26 product_id Product ID string 43 name Function Block name string
|
H A D | sysfs-class-firmware | 27 Description: Read-only. Returns a string describing a failed firmware 28 upload. This string will be in the form of <STATUS>:<ERROR>, 66 Description: Read-only. Returns a string describing the current status of 67 a firmware upload. The string will be one of the following:
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-fm-rx.rst | 30 ``V4L2_CID_RDS_RX_PS_NAME (string)`` 40 always contain a string with size multiple of 8. 42 ``V4L2_CID_RDS_RX_RADIO_TEXT (string)`` 54 string with size multiple of 32 or 64.
|
/linux/Documentation/devicetree/bindings/dpll/ |
H A D | dpll-pin.yaml | 28 $ref: /schemas/types.yaml#/definitions/string 36 description: String exposed as the pin board label 37 $ref: /schemas/types.yaml#/definitions/string
|
/linux/arch/mips/boot/compressed/ |
H A D | string.c | 3 * arch/mips/boot/compressed/string.c 5 * Very small subset of simple string routines 10 #include <asm/string.h>
|
/linux/drivers/acpi/acpica/ |
H A D | utobject.c | 246 * PARAMETERS: string_size - Size of string to be created. Does not 250 * RETURN: Pointer to a new String object 252 * DESCRIPTION: Create a fully initialized string object 259 char *string; in acpi_ut_create_string_object() local 263 /* Create a new String object */ in acpi_ut_create_string_object() 271 * Allocate the actual string buffer -- (Size + 1) for NULL terminator. in acpi_ut_create_string_object() 274 string = ACPI_ALLOCATE_ZEROED(string_size + 1); in acpi_ut_create_string_object() 275 if (!string) { in acpi_ut_create_string_object() 283 /* Complete string object initialization */ in acpi_ut_create_string_object() 285 string_desc->string.pointer = string; in acpi_ut_create_string_object() [all …]
|
H A D | nsxfname.c | 32 * pathname - Pointer to an asciiz string containing the 116 * RETURN: Pointer to a string containing the fully qualified Name. in ACPI_EXPORT_SYMBOL() 175 * string_area - Pointer to where to copy the dest string in ACPI_EXPORT_SYMBOL() 177 * RETURN: Pointer to the next string area in ACPI_EXPORT_SYMBOL() 179 * DESCRIPTION: Copy a single PNP_DEVICE_ID, including the string data. in ACPI_EXPORT_SYMBOL() 188 dest->string = string_area; in ACPI_EXPORT_SYMBOL() 191 /* Copy actual string and return a pointer to the next string area */ in ACPI_EXPORT_SYMBOL() 193 memcpy(string_area, source->string, source->length); in ACPI_EXPORT_SYMBOL() 376 * Create a pointer to the string area of the return buffer. in acpi_get_object_info() 399 if (acpi_ut_is_pci_root_bridge(hid->string)) { in acpi_get_object_info() [all …]
|
H A D | utosi.c | 28 * _OSI string. Not responding TRUE to the latest version of Windows will 31 * 2) If a new _OSI string is recognized only after a significant delay, this 37 * in recognizing a new string for a significant amount of time risks the 38 * release of another string which only compounds the initial problem. 46 * for this string. Basically, the only safe OS strings are windows-related 202 /* Allocate info block and space for the name string */ in acpi_ut_install_interface() 368 * Integer: TRUE (0) if input string is matched 369 * FALSE (-1) if string is not matched 397 /* Validate the string input argument (from the AML caller) */ in acpi_ut_osi_implementation() 422 interface_info = acpi_ut_get_interface(string_desc->string.pointer); in acpi_ut_osi_implementation() [all …]
|
H A D | exnames.c | 31 * RETURN: A pointer to the allocated string segment. This segment must 34 * DESCRIPTION: Allocate a buffer for a name string. Ensure allocated name 35 * string is long enough, and set up prefix if any. 101 * Terminate string following prefixes. acpi_ex_name_segment() will in acpi_ex_allocate_name_string() 115 * to any existing string to form a namepath 163 "No Name string - %s\n", char_buf)); in acpi_ex_name_segment() 197 * out_name_length - Length of the returned string 364 /* Name segment string */ in acpi_ex_get_name_string()
|
/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs.c | 441 * rtrs_str_to_sockaddr() - Convert rtrs address string to sockaddr 442 * @addr: String representation of an addr (IPv4, IPv6 or IB GID): 446 * @len: String address length 474 * sockaddr_to_str() - convert sockaddr to a string. 476 * @buf: string containing socket addr. 477 * @len: string length. 500 * rtrs_addr_to_str() - convert rtrs_addr to a string "src@dst" 502 * @buf: string containing source and destination addr of a path 505 * @len: string length 524 * rtrs_addr_to_sockaddr() - convert path string "src,dst" or "src@dst" [all …]
|
/linux/scripts/gendwarfksyms/ |
H A D | types.c | 10 #include <string.h> 67 * An expanded type string in symtypes format. 235 * CRC for a type, with an optional fully expanded type string for 328 /* Calculate a CRC over an expanded type string */ in __calculate_version() 424 error("empty type string override for '%s'", name); in type_parse() 449 error("incomplete %c# type reference for '%s' (string : '%s')", in type_parse() 457 error("empty %c# type name for '%s' (string: '%s')", in type_parse() 460 /* Append the part of the string before the type reference */ in type_parse() 478 /* Append the rest of the type string, if there's any left */ in type_parse() 579 * fully expanded type string. in generate_symtypes_and_versions()
|
/linux/scripts/ |
H A D | checkkconfigsymbols.py | 74 help="print a list of max. 10 string-similar symbols") 212 def yel(string): argument 214 Color %string yellow. 216 return "\033[33m%s\033[0m" % string if COLOR else string 219 def red(string): argument 221 Color %string red. 223 return "\033[31m%s\033[0m" % string if COLOR else string 271 """Return a list of max. ten Kconfig symbols that are string-similar to
|
/linux/scripts/gdb/linux/ |
H A D | vfs.py | 25 return p + d['d_name']['name'].string() 28 """Return string of the full path of a dentry. 30 $lx_dentry_name(PTR): Given PTR to a dentry struct, return a string
|
/linux/drivers/md/ |
H A D | dm-writecache.c | 2232 const char *string; in writecache_ctr() local 2302 string = dm_shift_arg(&as); in writecache_ctr() 2303 if (!string) in writecache_ctr() 2306 if (!strcasecmp(string, "s")) { in writecache_ctr() 2308 } else if (!strcasecmp(string, "p")) { in writecache_ctr() 2346 string = dm_shift_arg(&as); in writecache_ctr() 2347 if (!string) in writecache_ctr() 2349 r = dm_get_device(ti, string, dm_table_get_mode(ti->table), &wc->dev); in writecache_ctr() 2358 string = dm_shift_arg(&as); in writecache_ctr() 2359 if (!string) in writecache_ctr() [all …]
|
/linux/Documentation/netlink/specs/ |
H A D | nlctrl.yaml | 38 - string 39 - nul-string 56 type: string 96 type: string
|
/linux/arch/alpha/lib/ |
H A D | ev67-strncat.S | 6 * Append no more than COUNT characters from the null-terminated string SRC 7 * to the null-terminated string DST. Always null-terminate the new DST. 11 * implementation in lib/string.c and is, IMHO, more sensible. 36 /* Find the end of the string. */
|
/linux/scripts/genksyms/ |
H A D | lex.l | 17 #include <string.h> 42 STRING L?\"([^\\\"]*\\.)*[^\\\"]*\" 65 {STRING} return STRING; 105 cur_node->string = memcpy(xmalloc(L+1), T, L+1); \ 107 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 119 * The lexer cannot distinguish whether a typedef'ed string is a TYPE or an
|