Home
last modified time | relevance | path

Searched refs:gpio_attrs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/spi/ !
H A Dspi-tle62x0.c208 static struct device_attribute *gpio_attrs[] = { variable
231 for (ptr = 0; ptr < ARRAY_SIZE(gpio_attrs); ptr++) { in to_gpio_num()
232 if (gpio_attrs[ptr] == attr) in to_gpio_num()
269 ret = device_create_file(&spi->dev, gpio_attrs[ptr]); in tle62x0_probe()
282 device_remove_file(&spi->dev, gpio_attrs[ptr]); in tle62x0_probe()
297 device_remove_file(&spi->dev, gpio_attrs[ptr]); in tle62x0_remove()
/linux/drivers/atm/ !
H A Dsolos-pci.c607 static struct attribute *gpio_attrs[] = { variable
620 .attrs = gpio_attrs,