Searched refs:string (Results 76 - 100 of 1045) sorted by relevance

1234567891011>>

/drivers/tty/hvc/
H A Dhvc_beat.c28 #include <linux/string.h>
H A Dhvc_xen.c606 static void xenboot_write_console(struct console *console, const char *string, argument
615 dom0_write_console(0, string, len);
621 while (off < len && NULL != (pos = strchr(string+off, '\n'))) {
622 linelen = pos-string+off;
625 domU_write_console(0, string+off, linelen);
630 domU_write_console(0, string+off, len-off);
/drivers/tty/
H A Dn_tracesink.c36 #include <linux/string.h>
/drivers/usb/gadget/
H A Dconfig.c16 #include <linux/string.h>
/drivers/video/console/
H A Dfonts.c17 #include <linux/string.h>
77 * @name: string name of a font
79 * Find a specified font with string name @name.
H A Dsoftcursor.c14 #include <linux/string.h>
/drivers/scsi/
H A Dt128.c147 const char *string; member in struct:signature
227 signatures[sig].string,
228 strlen(signatures[sig].string))) {
/drivers/acpi/acpica/
H A Dacutils.h154 acpi_size acpi_ut_strlen(const char *string);
172 u32 acpi_ut_strtoul(const char *string, char **terminator, u32 base);
267 const char *module_name, u32 component_id, char *string);
480 void acpi_ut_print_string(char *string, u8 max_length);
488 acpi_status acpi_ut_strtoul64(char *string, u32 base, u64 * ret_integer);
H A Ddswload2.c108 /* For Namepath op, get the path string */
110 buffer_ptr = op->common.value.string;
684 arg->common.value.string, ACPI_TYPE_ANY,
705 ACPI_ERROR_NAMESPACE(arg->common.value.string, status);
/drivers/usb/core/
H A Dsysfs.c14 #include <linux/string.h>
52 if ((!actconfig) || (!actconfig->string))
54 return sprintf(buf, "%s\n", actconfig->string);
819 char *string; local
822 string = intf->cur_altsetting->string;
825 if (!string)
827 return sprintf(buf, "%s\n", string);
933 if (!alt->string && !(udev->quirks & USB_QUIRK_CONFIG_INTF_STRINGS))
934 alt->string
[all...]
/drivers/auxdisplay/
H A Dcfag12864bfb.c34 #include <linux/string.h>
/drivers/char/
H A Dnwbutton.c15 #include <linux/string.h>
/drivers/clk/
H A Dclk-gate.c17 #include <linux/string.h>
/drivers/firmware/google/
H A Dmemconsole.c13 #include <linux/string.h>
/drivers/gpu/drm/nouveau/
H A Dnouveau_pm.c211 profile_find(struct drm_device *dev, const char *string) argument
218 if (!strncmp(profile->name, string, sizeof(profile->name)))
231 char string[16], *cur = string, *ptr; local
237 strncpy(string, profile, sizeof(string));
238 string[sizeof(string) - 1] = 0;
239 if ((ptr = strchr(string, '\n')))
/drivers/isdn/hisax/
H A Davma1_cs.c19 #include <linux/string.h>
/drivers/media/dvb/frontends/
H A Disl6421.c32 #include <linux/string.h>
H A Dlnbp22.c33 #include <linux/string.h>
/drivers/misc/iwmc3200top/
H A Ddebugfs.c29 #include <linux/string.h>
/drivers/net/phy/
H A Dcicada.c17 #include <linux/string.h>
H A Det1011c.c17 #include <linux/string.h>
H A Dqsemi.c17 #include <linux/string.h>
/drivers/net/ppp/
H A Dpppox.c22 #include <linux/string.h>
/drivers/net/wan/lmc/
H A Dlmc_proto.c23 #include <linux/string.h>
/drivers/parisc/
H A Dccio-rm-dma.c39 #include <linux/string.h>

Completed in 893 milliseconds

1234567891011>>