Searched defs:name (Results 126 - 150 of 1384) sorted by relevance

1234567891011>>

/drivers/usb/otg/
H A Dulpi.c36 char *name; member in struct:ulpi_info
43 .name = (_name), \
197 ulpi_ids[i].name);
/drivers/video/backlight/
H A Dili9320.h24 const char *name; member in struct:ili9320_client
H A Dmax8925_bl.c111 char name[MAX8925_NAME_SIZE]; local
136 strncpy(name, res->name, MAX8925_NAME_SIZE);
143 bl = backlight_device_register(name, &pdev->dev, data,
181 .name = "max8925-backlight",
/drivers/video/intelfb/
H A Dintelfb_i2c.c102 const u32 reg, const char *name,
109 snprintf(chan->adapter.name, sizeof(chan->adapter.name),
110 "intelfb %s", name);
132 DBG_MSG("I2C bus %s registered.\n", name);
134 WRN_MSG("Failed to register I2C bus %s.\n", name);
100 intelfb_setup_i2c_bus(struct intelfb_info *dinfo, struct intelfb_i2c_chan *chan, const u32 reg, const char *name, int class) argument
/drivers/video/nvidia/
H A Dnv_i2c.c84 static int nvidia_setup_i2c_bus(struct nvidia_i2c_chan *chan, const char *name, argument
89 strcpy(chan->adapter.name, name);
112 "I2C bus %s registered.\n", name);
115 "Failed to register I2C bus %s.\n", name);
/drivers/video/
H A Doutput.c79 .name = "video_output",
84 struct output_device *video_output_register(const char *name, argument
100 dev_set_name(&new_dev->dev, name);
/drivers/acpi/acpica/
H A Dacinterp.h53 #define ACPI_EXD_TABLE_SIZE(name) (sizeof(name) / sizeof (struct acpi_exdump_info))
70 char *name; member in struct:acpi_exdump_info
H A Dnsxfname.c66 * name
71 * DESCRIPTION: This routine will search for a caller specified name in the
72 * name space. The caller can restrict the search region by
151 * DESCRIPTION: This routine returns the fully qualified name associated with
182 * Wants the single segment ACPI name.
203 /* Just copy the ACPI name from the Node and zero terminate it */
277 acpi_name name; local
305 name = node->name.integer;
470 info->name
[all...]
H A Dpsargs.c147 * RETURN: Pointer to the start of the name string (pointer points into
150 * DESCRIPTION: Get next raw namestring within the AML stream. Handles all name
184 /* Two name segments */
191 /* Multiple name segments, 4 chars each, count in next byte */
198 /* Single name segment */
221 * DESCRIPTION: Get next name (if method call, return # of required args).
223 * if the name represents a control method. If a method
249 arg->common.value.name = path;
254 * Lookup the name in the internal namespace, starting with the current
267 * If this name i
491 u32 name; local
[all...]
H A Dtbfadt.c65 char *name; member in struct:acpi_fadt_info
442 fadt_info_table[i].name, address32,
486 char *name; local
529 * length (width) and the register name
537 name = fadt_info_table[i].name;
547 name, ACPI_MUL_8(length),
560 name,
576 name,
626 fadt_info_table[i].name,
[all...]
H A Dutxferror.c94 * PARAMETERS: module_name - Caller's module name (for error output)
125 * PARAMETERS: module_name - Caller's module name (for error output)
160 * PARAMETERS: module_name - Caller's module name (for error output)
191 * PARAMETERS: module_name - Caller's module name (for error output)
230 * PARAMETERS: module_name - Caller's module name (for error output)
272 * PARAMETERS: module_name - Caller's module name (for error output)
314 * PARAMETERS: module_name - Caller's module name (for error output)
332 char *name = NULL; local
339 /* There is a non-ascii character in the name */
348 internal_name, NULL, &name);
[all...]
/drivers/ata/
H A Data_generic.c74 const char *name; local
77 name = ata_mode_string(xfer_mask);
80 name = "DMA";
84 ata_dev_info(dev, "configured for %s\n", name);
248 .name = DRV_NAME,
/drivers/bcma/
H A Dhost_pci.c162 const char *name; local
175 name = dev_name(&dev->dev);
176 if (dev->driver && dev->driver->name)
177 name = dev->driver->name;
178 err = pci_request_regions(dev, name);
277 .name = "bcma-pci-bridge",
/drivers/char/hw_random/
H A Dcore.c177 .name = RNG_MODULE_NAME,
195 if (strcmp(rng->name, buf) == 0) {
220 const char *name = "none"; local
226 name = current_rng->name;
227 ret = snprintf(buf, PAGE_SIZE, "%s\n", name);
246 strncat(buf, rng->name, PAGE_SIZE - ret - 1);
247 ret += strlen(rng->name);
304 if (rng->name == NULL ||
310 /* Must not register two RNGs with the same name
[all...]
/drivers/clk/
H A Dclk-divider.c159 struct clk *clk_register_divider(struct device *dev, const char *name, argument
187 clk = clk_register(dev, name,
/drivers/connector/
H A Dconnector.c182 * Callback add routing - adds callback with given ID and name.
187 int cn_add_callback(struct cb_id *id, const char *name, argument
196 err = cn_queue_add_callback(dev->cbdev, name, id, callback);
231 cbq->id.name,
/drivers/gpu/drm/nouveau/
H A Dnouveau_grctx.h57 cp_name(struct nouveau_grctx *ctx, int name) argument
65 ctx->ctxprog_label[name] = ctx->ctxprog_len;
69 if ((ctxprog[i] & CP_BRA_IP) != ((name) << CP_BRA_IP_SHIFT))
77 _cp_bra(struct nouveau_grctx *ctx, u32 mod, int flag, int state, int name) argument
82 ip = ctx->ctxprog_label[name] << CP_BRA_IP_SHIFT;
84 ip = 0xff000000 | (name << CP_BRA_IP_SHIFT);
/drivers/hid/usbhid/
H A Dusbmouse.c52 char name[128]; member in struct:usb_mouse
157 strlcpy(mouse->name, dev->manufacturer, sizeof(mouse->name));
161 strlcat(mouse->name, " ", sizeof(mouse->name));
162 strlcat(mouse->name, dev->product, sizeof(mouse->name));
165 if (!strlen(mouse->name))
166 snprintf(mouse->name, sizeof(mouse->name),
[all...]
/drivers/hwmon/
H A Dk8temp.c44 const char *name; member in struct:k8temp_data
109 return sprintf(buf, "%s\n", data->name);
137 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
254 data->name = "k8temp";
336 .name = "k8temp",
H A Dmc13783-adc.c40 char name[10]; member in struct:mc13783_adc_priv
48 return sprintf(buf, "%s\n", priv->name);
114 static DEVICE_ATTR(name, S_IRUGO, mc13783_adc_show_name, NULL);
187 snprintf(priv->name, ARRAY_SIZE(priv->name), "%s", id->name);
188 dash = strchr(priv->name, '-');
264 .name = "mc13783-adc",
267 .name = "mc13892-adc",
279 .name
[all...]
/drivers/input/misc/
H A Dpcf8574_keypad.c43 char name[64]; member in struct:kp_data
120 sprintf(lp->name, DRV_NAME);
123 idev->name = lp->name;
208 .name = DRV_NAME,
/drivers/input/serio/
H A Dserport.c167 char name[64]; local
176 strlcpy(serio->name, "Serial port", sizeof(serio->name));
177 snprintf(serio->phys, sizeof(serio->phys), "%s/serio0", tty_name(tty, name));
187 printk(KERN_INFO "serio: Serial port %s\n", tty_name(tty, name));
239 .name = "input",
/drivers/isdn/mISDN/
H A Ddsp_pipeline.c66 elem->args[i].name,
105 dev_set_name(&entry->dev, elem->name);
109 __func__, elem->name);
125 printk(KERN_DEBUG "%s: %s registered\n", __func__, elem->name);
151 __func__, elem->name);
155 printk(KERN_ERR "%s: element %s not in list.\n", __func__, elem->name);
185 __func__, entry->elem->name);
239 char *dup, *tok, *name, *args; local
264 name = strsep(&tok, "(");
270 if (!strcmp(entry->elem->name, nam
[all...]
/drivers/leds/
H A Dled-triggers.c56 if (!strcmp(trigger_name, trig->name)) {
87 if (led_cdev->trigger && !strcmp(led_cdev->trigger->name,
88 trig->name))
89 len += sprintf(buf+len, "[%s] ", trig->name);
91 len += sprintf(buf+len, "%s ", trig->name);
107 const char *name; local
109 name = trigger ? trigger->name : "none";
110 event = kasprintf(GFP_KERNEL, "TRIGGER=%s", name);
159 if (!strcmp(led_cdev->default_trigger, trig->name))
266 led_trigger_register_simple(const char *name, struct led_trigger **tp) argument
[all...]
H A Dleds-pca9633.c49 char name[32]; member in struct:pca9633_led
123 if (pdata->leds[i].name)
124 snprintf(pca9633[i].name,
125 sizeof(pca9633[i].name), "pca9633:%s",
126 pdata->leds[i].name);
131 snprintf(pca9633[i].name, sizeof(pca9633[i].name),
135 pca9633[i].led_cdev.name = pca9633[i].name;
181 .name
[all...]

Completed in 1597 milliseconds

1234567891011>>