Home
last modified time | relevance | path

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

/linux/drivers/spi/
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/gpio/
A Dgpiolib-sysfs.c380 static struct attribute *gpio_attrs[] = { variable
389 .attrs = gpio_attrs,
/linux/drivers/atm/
A Dsolos-pci.c607 static struct attribute *gpio_attrs[] = { variable
620 .attrs = gpio_attrs,

Completed in 13 milliseconds