Searched refs:piobu (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/gpio/ |
D | gpio-sama5d2-piobu.c | 61 struct sama5d2_piobu *piobu = container_of(chip, struct sama5d2_piobu, in sama5d2_piobu_setup_pin() local 65 ret = regmap_update_bits(piobu->regmap, PIOBU_BMPR, mask, 0); in sama5d2_piobu_setup_pin() 69 ret = regmap_update_bits(piobu->regmap, PIOBU_NMPR, mask, 0); in sama5d2_piobu_setup_pin() 73 return regmap_update_bits(piobu->regmap, PIOBU_WKPR, mask, 0); in sama5d2_piobu_setup_pin() 83 struct sama5d2_piobu *piobu = container_of(chip, struct sama5d2_piobu, in sama5d2_piobu_write_value() local 88 return regmap_update_bits(piobu->regmap, reg, mask, value); in sama5d2_piobu_write_value() 98 struct sama5d2_piobu *piobu = container_of(chip, struct sama5d2_piobu, in sama5d2_piobu_read_value() local 104 ret = regmap_read(piobu->regmap, reg, &val); in sama5d2_piobu_read_value() 185 struct sama5d2_piobu *piobu; in sama5d2_piobu_probe() local 188 piobu = devm_kzalloc(&pdev->dev, sizeof(*piobu), GFP_KERNEL); in sama5d2_piobu_probe() [all …]
|
D | Makefile | 141 obj-$(CONFIG_GPIO_SAMA5D2_PIOBU) += gpio-sama5d2-piobu.o
|
/Linux-v6.6/ |
D | MAINTAINERS | 16929 F: drivers/gpio/gpio-sama5d2-piobu.c
|