Searched refs:string (Results 176 - 200 of 1045) sorted by relevance

1234567891011>>

/drivers/staging/crystalhd/
H A Dcrystalhd_misc.h36 #include <linux/string.h>
/drivers/staging/iio/Documentation/
H A Diio_event_monitor.c25 #include <string.h>
/drivers/staging/ramster/cluster/
H A Dmasklog.c26 #include <linux/string.h>
/drivers/staging/rtl8192u/ieee80211/
H A Dmichael_mic.c15 #include <linux/string.h>
/drivers/staging/usbip/userspace/src/
H A Dusbip_attach.c25 #include <string.h>
H A Dusbip_bind.c24 #include <string.h>
H A Dusbip_network.c21 #include <string.h>
/drivers/target/
H A Dtarget_core_hba.c30 #include <linux/string.h>
/drivers/tty/serial/8250/
H A D8250_pnp.c18 #include <linux/string.h>
/drivers/tty/serial/
H A Dsuncore.c18 #include <linux/string.h>
/drivers/usb/host/
H A Dsl811_cs.c18 #include <linux/string.h>
/drivers/video/pnx4008/
H A Dpnxrgbfb.c19 #include <linux/string.h>
/drivers/video/savage/
H A Dsavagefb_accel.c12 #include <linux/string.h>
/drivers/acpi/acpica/
H A Devrgnini.c365 match = acpi_ut_is_pci_root_bridge(hid->string);
382 if (acpi_ut_is_pci_root_bridge(cid->ids[i].string)) {
H A Dnsxfeval.c588 no_match = ACPI_STRCMP(hid->string, info->hid);
607 if (ACPI_STRCMP(cid->ids[i].string, info->hid)
H A Dutdelete.c95 object->string.pointer));
97 /* Free the actual string buffer */
103 obj_pointer = object->string.pointer;
577 * The target of an Index (a package, string, or buffer) or a named
H A Dexoparg1.c454 * A store operand is typically a number, string, buffer or lvalue
729 * The type of the base object must be integer, buffer, string, or
743 value = temp_desc->string.length;
876 * This is a deref_of (String). The string is a reference
886 operand[0]->string.pointer,
/drivers/pci/
H A Dpci-label.c10 * number and string name. This code retrieves them and exports them to sysfs.
12 * Method), then the SMBIOS type 41 instance number and string is exported to
16 * the instance number and string from the type 41 record and exports
199 package.elements[1].string.pointer,
200 obj->package.elements[1].string.length,
/drivers/misc/altera-stapl/
H A Daltera.c28 #include <linux/string.h>
154 char string[HEX_LINE_CHARS + 1]; local
175 string[size] = '\0';
184 sprintf(&string[j], "%1x", value);
190 sprintf(&string[j], "%1x", value);
192 dprintk("%s\n", string);
197 string[size] = '\0';
205 sprintf(&string[j], "%1x", value);
211 sprintf(&string[j], "%1x", value);
214 key, count, string);
[all...]
/drivers/usb/serial/
H A Dio_edgeport.c126 char name[MAX_NAME_LEN+2]; /* string name of this device */
270 static void unicode_to_ascii(char *string, int buflen,
373 * Get string descriptor from device
2424 /* Alloc memory for the string of commands. */
2522 /* Alloc memory for the string of commands. */
2719 * Turns a string from Unicode into ASCII.
2724 static void unicode_to_ascii(char *string, int buflen, argument
2736 string[i] = (char)(le16_to_cpu(unicode[i]));
2738 string[i] = 0x00;
2763 char string[3 local
[all...]
/drivers/firmware/
H A Ddmi_scan.c2 #include <linux/string.h>
134 * Save a DMI string
136 static void __init dmi_save_ident(const struct dmi_header *dm, int slot, int string) argument
144 p = dmi_string(dm, d[string]);
444 rc = dmi_present(p + 0x10); /* offset of _DMI_ string */
514 * list string must be a substring of the specified
515 * DMI slot's string data) to be considered a
543 * list string must be a substring of the specified
544 * DMI slot's string data) to be considered a
576 * dmi_name_in_serial - Check if string i
[all...]
/drivers/net/ethernet/8390/
H A Detherh.c36 #include <linux/string.h>
527 * Read the ethernet address string from the on board rom.
528 * This is an ascii string...
536 printk(KERN_ERR "%s: unable to read podule description string\n",
541 s = strchr(cd.d.string, '(');
556 dev_name(&ec->dev), cd.d.string);
/drivers/net/wireless/bcmdhd/include/
H A Dlinux_osl.h167 #include <linux/string.h>
175 #include <linux/string.h>
414 #include <string.h>
/drivers/isdn/pcbit/
H A Dcapi.c30 #include <linux/string.h>
40 #include <asm/string.h>
/drivers/platform/x86/
H A Dasus-laptop.c1686 char *string = NULL; local
1728 string = model->string.pointer;
1731 string = model->buffer.pointer;
1734 string = "";
1738 asus->name = kstrdup(string, GFP_KERNEL);
1744 if (*string)
1745 pr_notice(" %s model detected\n", string);

Completed in 756 milliseconds

1234567891011>>