Searched refs:dm_gpio_ops (Results 1 - 25 of 79) sorted by relevance

1234

/u-boot/drivers/pinctrl/mscc/
H A Dmscc-common.h66 extern const struct dm_gpio_ops mscc_gpio_ops;
/u-boot/board/cssi/mcr3000/
H A Dmcr3000_gpio.c87 static const struct dm_gpio_ops gpio_mcr3000_spi_ops = {
/u-boot/drivers/gpio/
H A Dcortina_gpio.c76 static const struct dm_gpio_ops gpio_cortina_ops = {
H A Dhi6220_gpio.c57 static const struct dm_gpio_ops gpio_hi6220_ops = {
H A Dgpio_slg7xl45106.c78 static const struct dm_gpio_ops slg7xl45106_i2c_gpo_ops = {
H A Dmax7320_gpio.c93 static const struct dm_gpio_ops max7320_gpio_ops = {
H A Dmt7620_gpio.c82 static const struct dm_gpio_ops mt7620_gpio_ops = {
H A Dpalmas_gpio.c103 static const struct dm_gpio_ops palmas_gpio_ops = {
H A Daltera_pio.c103 static const struct dm_gpio_ops altera_pio_ops = {
H A Daxp_gpio.c126 static const struct dm_gpio_ops gpio_axp_ops = {
H A Dbcm6345_gpio.c80 static const struct dm_gpio_ops bcm6345_gpio_ops = {
H A Dftgpio010.c90 static const struct dm_gpio_ops ftgpio010_ops = {
H A Dnmk_gpio.c77 static const struct dm_gpio_ops nmk_gpio_ops = {
H A Dnpcm_gpio.c90 static const struct dm_gpio_ops npcm_gpio_ops = {
H A Dmpc83xx_spisel_boot.c124 static const struct dm_gpio_ops mpc83xx_spisel_boot_ops = {
H A Dmvebu_gpio.c102 static const struct dm_gpio_ops mvebu_gpio_ops = {
H A Dpcf8575_gpio.c155 static const struct dm_gpio_ops pcf8575_gpio_ops = {
H A Dvybrid_gpio.c86 static const struct dm_gpio_ops gpio_vybrid_ops = {
H A Dzynqmp_gpio_modepin.c117 static const struct dm_gpio_ops modepin_gpio_ops = {
H A Dsl28cpld-gpio.c134 static const struct dm_gpio_ops sl28cpld_gpio_ops = {
H A Dgpio-uclass.c278 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev);
388 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev);
480 const struct dm_gpio_ops *ops = gpio_get_ops(dev);
586 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev);
607 const struct dm_gpio_ops *ops;
685 const struct dm_gpio_ops *ops = gpio_get_ops(dev);
767 const struct dm_gpio_ops *ops = gpio_get_ops(dev);
865 const struct dm_gpio_ops *ops = gpio_get_ops(dev);
902 const struct dm_gpio_ops *ops = gpio_get_ops(dev);
948 const struct dm_gpio_ops *op
[all...]
H A Drzg2l-gpio.c137 static const struct dm_gpio_ops rzg2l_gpio_ops = {
H A Dmax77663_gpio.c140 static const struct dm_gpio_ops max77663_gpio_ops = {
/u-boot/drivers/power/pmic/
H A Das3722_gpio.c111 static const struct dm_gpio_ops gpio_as3722_ops = {
/u-boot/include/asm-generic/
H A Dgpio.h234 * gpio_xlate_offs_flags() - implementation for common use of dm_gpio_ops.xlate
243 * struct struct dm_gpio_ops - Driver model GPIO operations
269 struct dm_gpio_ops { struct
430 #define gpio_get_ops(dev) ((struct dm_gpio_ops *)(dev)->driver->ops)

Completed in 143 milliseconds

1234