Lines Matching refs:name
180 * to map the pin name to the actual pin.
209 int get_gpio_by_name(const char *name)
217 if (!strncmp(name, pentry->pin_name, SFI_NAME_LEN))
317 .name = "IRQ",
330 pr_debug("IPC bus, name = %16.16s, irq = 0x%2x\n",
331 pentry->name, pentry->irq);
348 pdev = platform_device_alloc(pentry->name, 0);
351 pentry->name);
370 strncpy(spi_info.modalias, pentry->name, SFI_NAME_LEN);
375 pr_debug("SPI bus=%d, name=%16.16s, irq=0x%2x, max_freq=%d, cs=%d\n",
400 strncpy(i2c_info.type, pentry->name, SFI_NAME_LEN);
403 pr_debug("I2C bus = %d, name = %16.16s, irq = 0x%2x, addr = 0x%x\n",
426 strncpy(sd_info.name, pentry->name, SFI_NAME_LEN);
430 pr_debug("SD bus = %d, name = %16.16s, max_clk = %d, addr = 0x%x\n",
432 sd_info.name,
442 pr_debug("Successfully registered %16.16s", sd_info.name);
448 static struct devs_id __init *get_device_id(u8 type, char *name)
456 !strncmp(dev->name, name, SFI_NAME_LEN)) {
487 if (!strncmp(pentry->name, "r69001-ts-i2c", 13))
490 else if (!strncmp(pentry->name,
510 dev = get_device_id(pentry->type, pentry->name);