Searched refs:string (Results 276 - 300 of 1045) sorted by relevance

<<11121314151617181920>>

/drivers/tc/
H A Dtc.c20 #include <linux/string.h>
/drivers/tty/serial/8250/
H A D8250_hp300.c10 #include <linux/string.h>
/drivers/tty/serial/
H A Dkgdboc.c33 .string = config,
136 printk(KERN_ERR "kgdboc: config string too long\n");
243 printk(KERN_ERR "kgdboc: config string too long\n");
247 /* Only copy in the string if the init function has not run yet */
309 /* save the first character of the config string because the
H A Dcrisv10.c21 #include <linux/string.h>
114 #define DEBUG_LOG(line, string, value)
121 const char *string; member in struct:debug_log_info
135 void debug_log_func(int line, const char *string, int value) argument
141 debug_log[debug_log_pos].string = string;
145 /*printk(string, value);*/
1699 #define START_FLUSH_FAST_TIMER_TIME(info, string, usec) {\
1710 string); \
1717 #define START_FLUSH_FAST_TIMER(info, string) START_FLUSH_FAST_TIMER_TIM
[all...]
/drivers/usb/gadget/
H A Depautoconf.c18 #include <linux/string.h>
/drivers/video/aty/
H A Dmach64_cursor.c7 #include <linux/string.h>
/drivers/video/console/
H A Dtileblit.c12 #include <linux/string.h>
/drivers/video/
H A Dfb_defio.c14 #include <linux/string.h>
H A Dg364fb.c21 #include <linux/string.h>
H A Dhecubafb.c33 #include <linux/string.h>
H A Dmacmodes.c20 #include <linux/string.h>
/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c40 #include <linux/string.h>
/drivers/zorro/
H A Dzorro.c17 #include <linux/string.h>
/drivers/isdn/hardware/eicon/
H A Dcapifunc.c231 byte *string = NULL; local
276 string = va_arg(ap, byte *);
277 length += string[0] + 1;
278 for (j = 0; j <= string[0]; j++)
279 *write++ = string[j];
/drivers/net/fddi/skfp/
H A Dsmt.c1727 static char string[6*3] = "****" ; local
1730 string[i * 3] = hex_asc_hi(addr->a[i]);
1731 string[i * 3 + 1] = hex_asc_lo(addr->a[i]);
1732 string[i * 3 + 2] = ':';
1734 string[5 * 3 + 2] = 0;
1735 return string;
/drivers/scsi/
H A Datari_scsi.c858 static const char string[] = "Atari native SCSI"; local
859 return string;
H A Dg_NCR5380.c143 * internal_setup - handle lilo command string override
490 * generic_NCR5380_info - reporting string
498 static const char string[] = "Generic NCR5380/53C400 Driver"; local
499 return string;
/drivers/atm/
H A DKconfig263 string "Dxxxx" to VCI 1023 (where x is a hex digit). See the file
287 string "Dxxxx" to VCI 1023 (where x is a hex digit). See the file
/drivers/bluetooth/
H A Dhci_ll.c44 #include <linux/string.h>
/drivers/char/ipmi/
H A Dipmi_kcs_sm.c43 #include <linux/string.h>
/drivers/char/
H A Dmspec.c43 #include <linux/string.h>
/drivers/hsi/
H A Dhsi.c27 #include <linux/string.h>
/drivers/hwmon/
H A Dasus_atk0110.c446 name->string.pointer,
699 ret = snprintf(buf, sz, "%s\n", obj->string.pointer);
913 sensor->acpi_name = kstrdup(name->string.pointer, GFP_KERNEL);
1368 id->string.pointer);
/drivers/ide/
H A Dide-cs.c37 #include <linux/string.h>
H A Dide.c49 #include <linux/string.h>

Completed in 508 milliseconds

<<11121314151617181920>>