Searched refs:dm_gpio_ops (Results 1 – 25 of 75) sorted by relevance
123
236 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in gpio_find_and_xlate()346 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in dm_gpio_request()436 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in _dm_gpio_free()541 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in _gpio_get_value()562 const struct dm_gpio_ops *ops; in dm_gpio_set_value()640 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in _dm_gpio_set_flags()722 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in dm_gpio_get_flags()820 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in get_function()857 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in gpio_get_status()903 const struct dm_gpio_ops *ops; in gpio_get_acpi()[all …]
78 static const struct dm_gpio_ops slg7xl45106_i2c_gpo_ops = {
76 static const struct dm_gpio_ops gpio_cortina_ops = {
57 static const struct dm_gpio_ops gpio_hi6220_ops = {
93 static const struct dm_gpio_ops max7320_gpio_ops = {
103 static const struct dm_gpio_ops altera_pio_ops = {
80 static const struct dm_gpio_ops bcm6345_gpio_ops = {
90 static const struct dm_gpio_ops ftgpio010_ops = {
125 static const struct dm_gpio_ops gpio_axp_ops = {
88 static const struct dm_gpio_ops gpio_msm_ops = {
212 static const struct dm_gpio_ops qcom_gpio_ops = {320 static const struct dm_gpio_ops qcom_pwrkey_ops = {
77 static const struct dm_gpio_ops nmk_gpio_ops = {
90 static const struct dm_gpio_ops npcm_gpio_ops = {
134 static const struct dm_gpio_ops sl28cpld_gpio_ops = {
86 static const struct dm_gpio_ops gpio_vybrid_ops = {
117 static const struct dm_gpio_ops modepin_gpio_ops = {
102 static const struct dm_gpio_ops mvebu_gpio_ops = {
155 static const struct dm_gpio_ops pcf8575_gpio_ops = {
124 static const struct dm_gpio_ops mpc83xx_spisel_boot_ops = {
82 static const struct dm_gpio_ops mt7620_gpio_ops = {
94 static const struct dm_gpio_ops gpio_bcm2835_ops = {
105 static const struct dm_gpio_ops gpio_mediatek_ops = {
66 extern const struct dm_gpio_ops mscc_gpio_ops;
269 struct dm_gpio_ops { struct428 #define gpio_get_ops(dev) ((struct dm_gpio_ops *)(dev)->driver->ops)
110 static const struct dm_gpio_ops gpio_as3722_ops = {
Completed in 36 milliseconds