/drivers/hwmon/ |
D | lm80.c | 170 #define show_in(suffix, value) \ argument 171 static ssize_t show_in_##suffix(struct device *dev, struct device_attribute *attr, char *buf) \ 181 #define set_in(suffix, value, reg) \ in show_in() argument 182 static ssize_t set_in_##suffix(struct device *dev, struct device_attribute *attr, const char *buf, \ in show_in() 199 #define show_fan(suffix, value) \ argument 200 static ssize_t show_fan_##suffix(struct device *dev, struct device_attribute *attr, char *buf) \ 281 #define show_temp(suffix, value) \ argument 282 static ssize_t show_temp_##suffix(struct device *dev, struct device_attribute *attr, char *buf) \ 292 #define set_temp(suffix, value, reg) \ argument 293 static ssize_t set_temp_##suffix(struct device *dev, struct device_attribute *attr, const char *buf…
|
D | gl518sm.c | 173 #define show(type, suffix, value) \ argument 174 static ssize_t show_##suffix(struct device *dev, struct device_attribute *attr, char *buf) \ 226 #define set(type, suffix, value, reg) \ argument 227 static ssize_t set_##suffix(struct device *dev, struct device_attribute *attr, const char *buf, \ 241 #define set_bits(type, suffix, value, reg, mask, shift) \ argument 242 static ssize_t set_##suffix(struct device *dev, struct device_attribute *attr, const char *buf, \ 259 #define set_low(type, suffix, value, reg) \ argument 260 set_bits(type, suffix, value, reg, 0x00ff, 0) 261 #define set_high(type, suffix, value, reg) \ argument 262 set_bits(type, suffix, value, reg, 0xff00, 8)
|
/drivers/media/dvb/b2c2/ |
D | flexcop-misc.c | 65 char *suffix) in flexcop_device_name() argument 69 flexcop_revision_names[fc->rev],suffix); in flexcop_device_name()
|
D | flexcop-common.h | 162 void flexcop_device_name(struct flexcop_device *fc,const char *prefix,const char *suffix);
|
/drivers/net/arcnet/ |
D | arcnet.c | 77 .suffix = '?', 388 arc_proto_default->suffix); in arcnet_open() 390 BUGMSG2(D_PROTO, "%c", arc_proto_map[count]->suffix); in arcnet_open() 516 BUGMSG(D_DEBUG, "arc_raw_proto used. proto='%c'\n",proto->suffix); in arcnet_header() 540 proto_num, proto->suffix); in arcnet_header() 543 arc_bcast_proto->suffix); in arcnet_header() 662 "(proto='%c')\n", proto->suffix); in arcnet_send_packet() 1055 newp->suffix, oldp->suffix); in arcnet_rx()
|
D | arc-rawmode.c | 47 .suffix = 'r',
|
D | rfc1051.c | 48 .suffix = 's',
|
D | rfc1201.c | 48 .suffix = 'a',
|
/drivers/net/ |
D | bsd_comp.c | 121 unsigned char suffix; /* last character of new code */ member 125 unsigned char suffix; /* last character of new code */ 206 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \ argument 208 #define BSD_KEY(prefix,suffix) ((((unsigned long)(suffix)) << 16) \ argument 1025 *--p = dictp->f.hs.suffix; in bsd_decompress()
|
/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 160 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \ argument 162 #define BSD_KEY(prefix,suffix) ((((unsigned long)(suffix)) << 16) \ argument
|
/drivers/video/i810/ |
D | i810_main.c | 1959 char *this_opt, *suffix = NULL; in i810fb_setup() local 1986 hsync1 = simple_strtoul(this_opt+7, &suffix, 0); in i810fb_setup() 1987 if (strncmp(suffix, "H", 1)) in i810fb_setup() 1990 hsync2 = simple_strtoul(this_opt+7, &suffix, 0); in i810fb_setup() 1991 if (strncmp(suffix, "H", 1)) in i810fb_setup()
|
/drivers/video/omap/ |
D | omapfb_main.c | 1863 char *suffix; in omapfb_setup() local 1865 vram = (simple_strtoul(this_opt + 5, &suffix, 0)); in omapfb_setup() 1866 switch (suffix[0]) { in omapfb_setup() 1879 suffix[0]); in omapfb_setup()
|
/drivers/s390/cio/ |
D | device.c | 70 struct ccw_device_id *id, const char *suffix) in snprint_alias() argument 82 id->dev_model, suffix); in snprint_alias() 84 len += snprintf(buf, size, "dtdm%s", suffix); in snprint_alias()
|
/drivers/scsi/arm/ |
D | fas216.c | 175 static void print_SCp(struct scsi_pointer *SCp, const char *prefix, const char *suffix) in print_SCp() argument 179 SCp->buffers_residual, suffix); in print_SCp()
|