Searched refs:piobu (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A 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 in sama5d2_piobu_probe() [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A 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 in sama5d2_piobu_probe() [all...] |
Completed in 2 milliseconds