Home
last modified time | relevance | path

Searched refs:dm_gpio_ops (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/u-boot/drivers/gpio/
H A Dgpio-uclass.c139 struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in gpio_find_and_xlate()
496 struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in dm_gpio_get_open_drain()
511 struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in dm_gpio_set_open_drain()
529 struct dm_gpio_ops *ops = gpio_get_ops(dev); in dm_gpio_set_dir_flags()
626 struct dm_gpio_ops *ops = gpio_get_ops(dev); in get_function()
663 struct dm_gpio_ops *ops = gpio_get_ops(dev); in gpio_get_status()
1037 struct dm_gpio_ops *ops = (struct dm_gpio_ops *)device_get_ops(dev); in gpio_post_bind()
H A Dpm8916_gpio.c160 static const struct dm_gpio_ops pm8916_gpio_ops = {
248 static const struct dm_gpio_ops pm8941_pwrkey_ops = {
H A Dhi6220_gpio.c58 static const struct dm_gpio_ops gpio_hi6220_ops = {
H A Dbcm6345_gpio.c79 static const struct dm_gpio_ops bcm6345_gpio_ops = {
H A Daltera_pio.c102 static const struct dm_gpio_ops altera_pio_ops = {
H A Dmvebu_gpio.c100 static const struct dm_gpio_ops mvebu_gpio_ops = {
H A Daxp_gpio.c139 static const struct dm_gpio_ops gpio_axp_ops = {
H A Dmsm_gpio.c87 static const struct dm_gpio_ops gpio_msm_ops = {
H A Dvybrid_gpio.c85 static const struct dm_gpio_ops gpio_vybrid_ops = {
H A Dpcf8575_gpio.c158 static const struct dm_gpio_ops pcf8575_gpio_ops = {
H A Dmt7621_gpio.c104 static const struct dm_gpio_ops gpio_mediatek_ops = {
H A Dbcm2835_gpio.c94 static const struct dm_gpio_ops gpio_bcm2835_ops = {
H A Dgpio-uniphier.c131 static const struct dm_gpio_ops uniphier_gpio_ops = {
H A Dpic32_gpio.c118 static const struct dm_gpio_ops gpio_pic32_ops = {
H A D74x164_gpio.c116 static const struct dm_gpio_ops gen_74x164_ops = {
H A Drk_gpio.c161 static const struct dm_gpio_ops gpio_rockchip_ops = {
H A Dgpio-rcar.c131 static const struct dm_gpio_ops rcar_gpio_ops = {
H A Dhsdk-creg-gpio.c70 static const struct dm_gpio_ops hsdk_creg_gpio_ops = {
H A Dimx_rgpio2p.c124 static const struct dm_gpio_ops imx_rgpio2p_ops = {
H A Dintel_broadwell_gpio.c165 static const struct dm_gpio_ops gpio_broadwell_ops = {
/openbmc/u-boot/include/asm-generic/
H A Dgpio.h249 struct dm_gpio_ops { struct
324 #define gpio_get_ops(dev) ((struct dm_gpio_ops *)(dev)->driver->ops)
/openbmc/u-boot/drivers/pinctrl/mscc/
H A Dmscc-common.h66 const struct dm_gpio_ops mscc_gpio_ops;
/openbmc/u-boot/drivers/power/pmic/
H A Das3722_gpio.c110 static const struct dm_gpio_ops gpio_as3722_ops = {
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson-gx-pmx.c94 static const struct dm_gpio_ops meson_gx_gpio_ops = {
H A Dpinctrl-meson-axg-pmx.c121 static const struct dm_gpio_ops meson_axg_gpio_ops = {

12