Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-tle62x0.c211 static struct device_attribute *gpio_attrs[] = { variable
234 for (ptr = 0; ptr < ARRAY_SIZE(gpio_attrs); ptr++) { in to_gpio_num()
235 if (gpio_attrs[ptr] == attr) in to_gpio_num()
272 ret = device_create_file(&spi->dev, gpio_attrs[ptr]); in tle62x0_probe()
285 device_remove_file(&spi->dev, gpio_attrs[ptr]); in tle62x0_probe()
300 device_remove_file(&spi->dev, gpio_attrs[ptr]); in tle62x0_remove()
/drivers/gpio/
Dgpiolib-sysfs.c375 static struct attribute *gpio_attrs[] = { variable
384 .attrs = gpio_attrs,
/drivers/atm/
Dsolos-pci.c619 static struct attribute *gpio_attrs[] = { variable
632 .attrs = gpio_attrs,