Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/spi/
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-v5.10/drivers/gpio/
Dgpiolib-sysfs.c388 static struct attribute *gpio_attrs[] = { variable
397 .attrs = gpio_attrs,
/Linux-v5.10/drivers/atm/
Dsolos-pci.c607 static struct attribute *gpio_attrs[] = { variable
620 .attrs = gpio_attrs,