Searched refs:string (Results 51 - 75 of 1045) sorted by relevance

1234567891011>>

/drivers/staging/comedi/
H A Dproc.c35 #include <linux/string.h>
48 "format string: %s\n",
/drivers/staging/crystalhd/
H A Dcrystalhd_lnx.h33 #include <linux/string.h>
/drivers/staging/rtl8192u/ieee80211/
H A Dcompress.c19 #include <linux/string.h>
/drivers/staging/tidspbridge/include/dspbridge/
H A Dhost_os.h27 #include <linux/string.h>
/drivers/usb/gadget/
H A Dusbstring.c13 #include <linux/string.h>
23 * usb_gadget_get_string - fill out a string descriptor
25 * @id: string id, from low byte of wValue in get string descriptor
28 * Finds the UTF-8 string matching the ID, and converts it into a
29 * string descriptor in utf16-le.
33 * "switch (wIndex) { ... }" in your ep0 string descriptor logic,
35 * Note that US-ASCII is a strict subset of UTF-8; any string bytes with
61 /* string descriptors have length, tag, then UTF16-LE text */
/drivers/zorro/
H A Dgen-devlist.c12 #include <string.h>
/drivers/acpi/acpica/
H A Dnsrepair2.c344 * DESCRIPTION: Repair for the _CID object. If a string, ensure that all
346 * If a Package, ensure same for all string elements.
361 /* Check for _CID as a simple string */
414 * DESCRIPTION: Repair for the _HID object. If a string, ensure that all
430 /* We only care about string _HID objects (not integers) */
436 if (return_object->string.length == 0) {
438 "Invalid zero-length _HID or _CID string"));
446 /* It is simplest to always create a new string object */
448 new_string = acpi_ut_create_string_object(return_object->string.length);
459 source = return_object->string
[all...]
H A Ddsobject.c97 op->common.value.string,
136 string, status);
296 * individual bytes or a string initializer. In either case, a
743 obj_desc->string.pointer = op->common.value.string;
744 obj_desc->string.length =
745 (u32) ACPI_STRLEN(op->common.value.string);
748 * The string is contained in the ACPI table, don't ever try
H A Dexdump.c88 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(string.length), "Length"},
89 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(string.pointer), "Pointer"},
396 acpi_ut_print_string(obj_desc->string.pointer,
628 obj_desc->string.length,
629 obj_desc->string.pointer);
631 acpi_ut_print_string(obj_desc->string.pointer, ACPI_UINT8_MAX);
929 for (i = 0; i < obj_desc->string.length; i++) {
930 acpi_os_printf("%c", obj_desc->string.pointer[i]);
H A Dnsxfname.c65 * Pathname - Pointer to an asciiz string containing the
149 * RETURN: Pointer to a string containing the fully qualified Name.
224 * string_area - Pointer to where to copy the dest string
226 * RETURN: Pointer to the next string area
228 * DESCRIPTION: Copy a single DEVICE_ID, including the string data.
237 dest->string = string_area;
240 /* Copy actual string and return a pointer to the next string area */
242 ACPI_MEMCPY(string_area, source->string, source->length);
415 * Create a pointer to the string are
[all...]
/drivers/media/video/
H A Dv4l2-ctrls.c62 An empty string signifies a menu entry that is invalid. This allows
885 len = strlen(ctrl->cur.string);
890 return copy_to_user(c->string, ctrl->cur.string,
920 ret = copy_from_user(ctrl->string, c->string, size);
922 char last = ctrl->string[size - 1];
924 ctrl->string[size - 1] = 0;
925 /* If the string was longer than ctrl->maximum,
927 if (strlen(ctrl->string)
[all...]
/drivers/usb/serial/
H A Dvisor.c346 char *string; local
381 string = "Generic";
384 string = "Debugger";
387 string = "HotSync";
390 string = "Console";
393 string = "Remote File System";
396 string = "unknown";
401 connection_info->connections[i].port, string);
/drivers/base/
H A Dmodule.c11 #include <linux/string.h>
/drivers/clocksource/
H A Dcyclone.c2 #include <linux/string.h>
/drivers/isdn/mISDN/
H A Ddsp_hwec.c29 #include <linux/string.h>
/drivers/isdn/pcbit/
H A Dmodule.c14 #include <linux/string.h>
/drivers/mca/
H A Dmca-device.c32 #include <linux/string.h>
/drivers/net/dsa/
H A Dmv88e6xxx.h47 char string[ETH_GSTRING_LEN]; member in struct:mv88e6xxx_hw_stat
/drivers/pci/hotplug/
H A Drpadlpar_sysfs.c16 #include <linux/string.h>
H A Drpaphp_pci.c26 #include <linux/string.h>
/drivers/pnp/isapnp/
H A Dcompat.c10 #include <linux/string.h>
/drivers/pps/
H A Dsysfs.c25 #include <linux/string.h>
/drivers/s390/net/
H A Dctcm_dbug.c10 #include <linux/string.h>
/drivers/scsi/
H A Ddtc.c80 #include <linux/string.h>
159 const char *string; member in struct:signature
241 if (check_signature(base + signatures[sig].offset, signatures[sig].string, strlen(signatures[sig].string))) {
/drivers/staging/wlags49_h2/
H A Dwl_enc.c65 #include <linux/string.h>

Completed in 1199 milliseconds

1234567891011>>